gdk-pixbuf: misc cosmetic changes.
This commit is contained in:
parent
fbed9470ae
commit
32a67a2f57
|
@ -7,7 +7,6 @@ long_desc="
|
|||
|
||||
This package contains development files: headers, static libs, etc."
|
||||
|
||||
|
||||
do_install() {
|
||||
install -d ${DESTDIR}/usr/{bin,include,lib}
|
||||
install -d ${DESTDIR}/usr/share/man/man1
|
||||
|
|
|
@ -3,8 +3,10 @@ pkgname=gdk-pixbuf
|
|||
version=2.26.1
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
subpackages="$pkgname-devel"
|
||||
configure_args="--without-libjasper --with-included-loaders=png --with-x11"
|
||||
makedepends="perl>=0 pkg-config glib-devel libpng-devel jpeg-devel tiff-devel libX11-devel gobject-introspection"
|
||||
makedepends="perl pkg-config glib-devel libpng-devel jpeg-devel tiff-devel libX11-devel gobject-introspection"
|
||||
triggers="gtk-pixbuf-loaders"
|
||||
short_desc="An Image loading library for The GTK+ toolkit (v2)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gtk.org/"
|
||||
|
@ -12,7 +14,3 @@ license="GPL-2"
|
|||
checksum=a60af12b58d9cc15ba4c680c6730ce5d38e8d664af1d575a379385b94b4ec7ba
|
||||
long_desc="
|
||||
This package contains an image loading library for the GTK+ toolkit v2."
|
||||
|
||||
triggers="gtk-pixbuf-loaders"
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
|
|
Loading…
Reference in New Issue