mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gnustep-gui: update to 0.28.0
Also add PNG and GIF support.
This commit is contained in:
parent
f23865f19e
commit
d33a3070d5
2 changed files with 7 additions and 6 deletions
|
@ -3637,7 +3637,7 @@ libflite_usenglish.so.1 flite-2.1_1
|
||||||
libflite_cmulex.so.1 flite-2.1_1
|
libflite_cmulex.so.1 flite-2.1_1
|
||||||
libgtk-4.so.0.9400.0 gtk4-3.94.0_1
|
libgtk-4.so.0.9400.0 gtk4-3.94.0_1
|
||||||
libmodule.so.5 libmodule-5.0.0_1
|
libmodule.so.5 libmodule-5.0.0_1
|
||||||
libgnustep-gui.so.0.27 gnustep-gui-0.27.0_1
|
libgnustep-gui.so.0.28 gnustep-gui-0.28.0_1
|
||||||
libmhash.so.2 mhash-0.9.9.9_1
|
libmhash.so.2 mhash-0.9.9.9_1
|
||||||
librlottie.so.0 rlottie-0.0.20160709_1
|
librlottie.so.0 rlottie-0.0.20160709_1
|
||||||
libfstrm.so.0 fstrm-0.5.0_1
|
libfstrm.so.0 fstrm-0.5.0_1
|
||||||
|
|
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'gnustep-gui'
|
# Template file for 'gnustep-gui'
|
||||||
pkgname=gnustep-gui
|
pkgname=gnustep-gui
|
||||||
version=0.27.0
|
version=0.28.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="gnustep-make pkg-config"
|
hostmakedepends="gnustep-make pkg-config tar"
|
||||||
makedepends="gnustep-base-devel libjpeg-turbo-devel tiff-devel"
|
makedepends="gnustep-base-devel libjpeg-turbo-devel tiff-devel libpng-devel
|
||||||
|
giflib-devel"
|
||||||
depends="gnustep-gui-data"
|
depends="gnustep-gui-data"
|
||||||
short_desc="Graphical user interface class library for GNUstep"
|
short_desc="Graphical user interface class library for GNUstep"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="GPL-2.0-or-later, GPL-3.0-or-later"
|
license="GPL-2.0-or-later, GPL-3.0-or-later"
|
||||||
homepage="http://www.gnustep.org/"
|
homepage="http://www.gnustep.org/"
|
||||||
distfiles="http://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-${version}.tar.gz"
|
distfiles="http://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-${version}.tar.gz"
|
||||||
checksum=7991e435944d389366069888eb65b1ef08c5ab39f12b27e804bb372b941bd3d4
|
checksum=1f6d2de60417e8a674280de84077f94f7394ae4edb3fae9e04129743d7449317
|
||||||
|
|
||||||
nocross="objc doesn't get cross build at present within gcc"
|
nocross="objc doesn't get cross build at present within gcc"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue