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
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'wxGTK'
|
# Template build file for 'wxGTK'
|
||||||
pkgname=wxGTK
|
pkgname=wxGTK
|
||||||
version=2.8.12.1
|
version=2.8.12.1
|
||||||
revision=5
|
revision=6
|
||||||
wrksrc="wxPython-src-${version}"
|
wrksrc="wxPython-src-${version}"
|
||||||
# XXX: GStreamer support?
|
# XXX: GStreamer support?
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -13,7 +13,7 @@ hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel libpng-devel>=1.6 libjpeg-turbo-devel
|
makedepends="zlib-devel libpng-devel>=1.6 libjpeg-turbo-devel
|
||||||
libXpm-devel tiff-devel expat-devel libXinerama-devel libSM-devel libXt-devel
|
libXpm-devel tiff-devel expat-devel libXinerama-devel libSM-devel libXt-devel
|
||||||
GConf-devel gtk+-devel glu-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>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.wxwidgets.org/"
|
homepage="http://www.wxwidgets.org/"
|
||||||
license="wxWindows"
|
license="wxWindows"
|
||||||
|
|
|
@ -4,7 +4,7 @@ version=3.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-unicode --with-opengl --with-sdl --with-libmspack --with-libnotify"
|
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>"
|
maintainer="Martin Riese <grauehaare@gmx.de>"
|
||||||
license="wxWindows Library Licence"
|
license="wxWindows Library Licence"
|
||||||
homepage="http://www.wxwidgets.org/"
|
homepage="http://www.wxwidgets.org/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue