[arch-commits] Commit in gdk-pixbuf2/repos (6 files)

Ionut Biru ibiru at archlinux.org
Sun Aug 12 19:25:57 UTC 2012


    Date: Sunday, August 12, 2012 @ 15:25:57
  Author: ibiru
Revision: 165188

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gdk-pixbuf2/repos/testing-i686/
  gdk-pixbuf2/repos/testing-i686/PKGBUILD
    (from rev 165187, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/testing-i686/gdk-pixbuf2.install
    (from rev 165187, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
  gdk-pixbuf2/repos/testing-x86_64/
  gdk-pixbuf2/repos/testing-x86_64/PKGBUILD
    (from rev 165187, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/testing-x86_64/gdk-pixbuf2.install
    (from rev 165187, gdk-pixbuf2/trunk/gdk-pixbuf2.install)

------------------------------------+
 testing-i686/PKGBUILD              |   34 ++++++++++++++++++++++++++++++++++
 testing-i686/gdk-pixbuf2.install   |   11 +++++++++++
 testing-x86_64/PKGBUILD            |   34 ++++++++++++++++++++++++++++++++++
 testing-x86_64/gdk-pixbuf2.install |   11 +++++++++++
 4 files changed, 90 insertions(+)

Copied: gdk-pixbuf2/repos/testing-i686/PKGBUILD (from rev 165187, gdk-pixbuf2/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-08-12 19:25:57 UTC (rev 165188)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gdk-pixbuf2
+pkgver=2.26.2
+pkgrel=1
+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/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('3555521050e30e2fa090bfe650910c14649b6ab0acb35a5a7eaf90fe694f1403')
+
+build() {
+  cd gdk-pixbuf-$pkgver
+
+  ./configure --prefix=/usr \
+    --without-libjasper \
+    --with-x11 \
+    --with-included-loaders=png
+  make
+}
+
+package() {
+  cd gdk-pixbuf-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/testing-i686/gdk-pixbuf2.install (from rev 165187, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===================================================================
--- testing-i686/gdk-pixbuf2.install	                        (rev 0)
+++ testing-i686/gdk-pixbuf2.install	2012-08-12 19:25:57 UTC (rev 165188)
@@ -0,0 +1,11 @@
+post_install() {
+   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
+}

Copied: gdk-pixbuf2/repos/testing-x86_64/PKGBUILD (from rev 165187, gdk-pixbuf2/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-08-12 19:25:57 UTC (rev 165188)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gdk-pixbuf2
+pkgver=2.26.2
+pkgrel=1
+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/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('3555521050e30e2fa090bfe650910c14649b6ab0acb35a5a7eaf90fe694f1403')
+
+build() {
+  cd gdk-pixbuf-$pkgver
+
+  ./configure --prefix=/usr \
+    --without-libjasper \
+    --with-x11 \
+    --with-included-loaders=png
+  make
+}
+
+package() {
+  cd 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 165187, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===================================================================
--- testing-x86_64/gdk-pixbuf2.install	                        (rev 0)
+++ testing-x86_64/gdk-pixbuf2.install	2012-08-12 19:25:57 UTC (rev 165188)
@@ -0,0 +1,11 @@
+post_install() {
+   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