[arch-commits] Commit in gdk-pixbuf2/repos (4 files)
Ionut Biru
ibiru at archlinux.org
Mon Jan 30 18:46:06 UTC 2012
Date: Monday, January 30, 2012 @ 13:46:05
Author: ibiru
Revision: 148107
db-move: moved gdk-pixbuf2 from [staging] to [testing] (x86_64)
Added:
gdk-pixbuf2/repos/testing-x86_64/
gdk-pixbuf2/repos/testing-x86_64/PKGBUILD
(from rev 148047, gdk-pixbuf2/repos/staging-x86_64/PKGBUILD)
gdk-pixbuf2/repos/testing-x86_64/gdk-pixbuf2.install
(from rev 148047, gdk-pixbuf2/repos/staging-x86_64/gdk-pixbuf2.install)
Deleted:
gdk-pixbuf2/repos/staging-x86_64/
---------------------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
gdk-pixbuf2.install | 11 +++++++++++
2 files changed, 44 insertions(+)
Copied: gdk-pixbuf2/repos/testing-x86_64/PKGBUILD (from rev 148047, gdk-pixbuf2/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:46:05 UTC (rev 148107)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=gdk-pixbuf2
+pkgver=2.24.1
+pkgrel=2
+pkgdesc="An image loading library"
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/"
+license=('GPL2')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11')
+makedepends=('gtk-doc' 'gobject-introspection')
+options=('!libtool')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/2.24/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('da7a3f00db360913716368e19e336402755cafa93769f3cfa28a969303e4bee1')
+
+build() {
+ cd "$srcdir/gdk-pixbuf-$pkgver"
+
+ ./configure --prefix=/usr \
+ --without-libjasper \
+ --with-x11 \
+ --with-included-loaders=png
+ make
+}
+
+package() {
+ cd "$srcdir/gdk-pixbuf-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Copied: gdk-pixbuf2/repos/testing-x86_64/gdk-pixbuf2.install (from rev 148047, gdk-pixbuf2/repos/staging-x86_64/gdk-pixbuf2.install)
===================================================================
--- testing-x86_64/gdk-pixbuf2.install (rev 0)
+++ testing-x86_64/gdk-pixbuf2.install 2012-01-30 18:46:05 UTC (rev 148107)
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+ post_install
+}
+
+pre_remove() {
+ rm -f usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}
More information about the arch-commits
mailing list