wxGTK, wxWidgets: adjust short_desc to reflect version situation
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.
This commit is contained in:
parent
44be72f5d2
commit
863a0d721a
@ -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 <xtraeme@gmail.com>"
|
||||
homepage="http://www.wxwidgets.org/"
|
||||
license="wxWindows"
|
||||
|
@ -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 <grauehaare@gmx.de>"
|
||||
license="wxWindows Library Licence"
|
||||
homepage="http://www.wxwidgets.org/"
|
||||
|
Loading…
Reference in New Issue
Block a user