From 32a67a2f5747586ea7c955c0acb8e1134ccc5592 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 25 May 2012 15:04:38 +0200 Subject: [PATCH] gdk-pixbuf: misc cosmetic changes. --- srcpkgs/gdk-pixbuf/gdk-pixbuf-devel.template | 1 - srcpkgs/gdk-pixbuf/template | 8 +++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/srcpkgs/gdk-pixbuf/gdk-pixbuf-devel.template b/srcpkgs/gdk-pixbuf/gdk-pixbuf-devel.template index 4eef4f5927c..41b87b0810c 100644 --- a/srcpkgs/gdk-pixbuf/gdk-pixbuf-devel.template +++ b/srcpkgs/gdk-pixbuf/gdk-pixbuf-devel.template @@ -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 diff --git a/srcpkgs/gdk-pixbuf/template b/srcpkgs/gdk-pixbuf/template index de20ff06336..ff26484f1c2 100644 --- a/srcpkgs/gdk-pixbuf/template +++ b/srcpkgs/gdk-pixbuf/template @@ -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 " 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" -