mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
gdk-pixbuf: enable x11 support.
This commit is contained in:
parent
3c46bfcf9a
commit
4bd5714343
4 changed files with 5 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
||||||
abi_depends=">=2.22.0"
|
abi_depends=">=2.22.0"
|
||||||
api_depends=">=2.24.1_1" # gdk-pixbuf-csource required shared-mime-info
|
api_depends=">=2.24.1_2" # x11 support
|
||||||
|
|
|
@ -7,7 +7,7 @@ long_desc="
|
||||||
This package contains development files: headers, static libs, etc."
|
This package contains development files: headers, static libs, etc."
|
||||||
|
|
||||||
replaces="gtk+-devel<2.22"
|
replaces="gtk+-devel<2.22"
|
||||||
revision=1
|
revision=2
|
||||||
|
|
||||||
Add_dependency run perl ">=0"
|
Add_dependency run perl ">=0"
|
||||||
Add_dependency run libpng-devel
|
Add_dependency run libpng-devel
|
||||||
|
|
|
@ -10,3 +10,4 @@ libgthread-2.0.so.0
|
||||||
librt.so.1
|
librt.so.1
|
||||||
libjpeg.so.8
|
libjpeg.so.8
|
||||||
libtiff.so.5
|
libtiff.so.5
|
||||||
|
libX11.so.6
|
||||||
|
|
|
@ -3,8 +3,8 @@ pkgname=gdk-pixbuf
|
||||||
version=2.24.1
|
version=2.24.1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-libjasper --with-included-loaders=png"
|
configure_args="--without-libjasper --with-included-loaders=png --with-x11"
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="An Image loading library for The GTK+ toolkit (v2)"
|
short_desc="An Image loading library for The GTK+ toolkit (v2)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gtk.org/"
|
homepage="http://www.gtk.org/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue