From 863a0d721a92c47bd47a37d13f47f0e309ceb19c Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Tue, 26 Aug 2014 21:03:49 +0200 Subject: [PATCH] wxGTK, wxWidgets: adjust short_desc to reflect version situation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As per gh-520, wxGTK is supposed to track version 2.x and wxWidgets to track 3.x – Both packages use GTK, so adding "GTK Version" to only one of the two created a false distinction. Instead, separate them by version. --- srcpkgs/wxGTK/template | 4 ++-- srcpkgs/wxWidgets/template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/wxGTK/template b/srcpkgs/wxGTK/template index 7ff08a499d6..a5f8088a918 100644 --- a/srcpkgs/wxGTK/template +++ b/srcpkgs/wxGTK/template @@ -1,7 +1,7 @@ # Template build file for 'wxGTK' pkgname=wxGTK version=2.8.12.1 -revision=5 +revision=6 wrksrc="wxPython-src-${version}" # XXX: GStreamer support? build_style=gnu-configure @@ -13,7 +13,7 @@ hostmakedepends="pkg-config" makedepends="zlib-devel libpng-devel>=1.6 libjpeg-turbo-devel libXpm-devel tiff-devel expat-devel libXinerama-devel libSM-devel libXt-devel GConf-devel gtk+-devel glu-devel" -short_desc="The wxWidgets GUI toolkit library (GTK Version)" +short_desc="The wxWidgets GUI toolkit library (version 2)" maintainer="Juan RP " homepage="http://www.wxwidgets.org/" license="wxWindows" diff --git a/srcpkgs/wxWidgets/template b/srcpkgs/wxWidgets/template index a72db4dbd39..38f3680d59b 100644 --- a/srcpkgs/wxWidgets/template +++ b/srcpkgs/wxWidgets/template @@ -4,7 +4,7 @@ version=3.0.1 revision=1 build_style=gnu-configure configure_args="--enable-unicode --with-opengl --with-sdl --with-libmspack --with-libnotify" -short_desc="Cross-Platform GUI Library" +short_desc="The wxWidgets GUI toolkit library (version 3)" maintainer="Martin Riese " license="wxWindows Library Licence" homepage="http://www.wxwidgets.org/"