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

Jan Steffens heftig at nymeria.archlinux.org
Mon Apr 15 15:39:20 UTC 2013


    Date: Monday, April 15, 2013 @ 17:39:20
  Author: heftig
Revision: 182837

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

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

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

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2013-04-15 15:38:18 UTC (rev 182836)
+++ testing-i686/PKGBUILD	2013-04-15 15:39:20 UTC (rev 182837)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gdk-pixbuf2
-pkgver=2.28.0
-pkgrel=1
-pkgdesc="An image loading library"
-arch=('i686' 'x86_64')
-url="http://www.gtk.org/"
-license=('LGPL2.1')
-depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
-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=('561e37695bfb1b07549588b3fca2e6f05b2320eee75b13748bb7dc5e1257d347')
-
-build() {
-  cd gdk-pixbuf-$pkgver
-
-  ./configure --prefix=/usr \
-    --with-x11 \
-    --with-libjasper \
-    --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/PKGBUILD (from rev 182836, gdk-pixbuf2/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-15 15:39:20 UTC (rev 182837)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gdk-pixbuf2
+pkgver=2.28.1
+pkgrel=1
+pkgdesc="An image loading library"
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/"
+license=('LGPL2.1')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
+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=('bea0b743fdb5c3c8e23210f73623ec5f18f9ead2522942897fe739d80b50c2bb')
+
+build() {
+  cd gdk-pixbuf-$pkgver
+
+  ./configure --prefix=/usr \
+    --with-x11 \
+    --with-libjasper \
+    --with-included-loaders=png
+  make
+}
+
+package() {
+  cd gdk-pixbuf-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-i686/gdk-pixbuf2.install
===================================================================
--- testing-i686/gdk-pixbuf2.install	2013-04-15 15:38:18 UTC (rev 182836)
+++ testing-i686/gdk-pixbuf2.install	2013-04-15 15:39:20 UTC (rev 182837)
@@ -1,11 +0,0 @@
-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-i686/gdk-pixbuf2.install (from rev 182836, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===================================================================
--- testing-i686/gdk-pixbuf2.install	                        (rev 0)
+++ testing-i686/gdk-pixbuf2.install	2013-04-15 15:39:20 UTC (rev 182837)
@@ -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
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2013-04-15 15:38:18 UTC (rev 182836)
+++ testing-x86_64/PKGBUILD	2013-04-15 15:39:20 UTC (rev 182837)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gdk-pixbuf2
-pkgver=2.28.0
-pkgrel=1
-pkgdesc="An image loading library"
-arch=('i686' 'x86_64')
-url="http://www.gtk.org/"
-license=('LGPL2.1')
-depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
-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=('561e37695bfb1b07549588b3fca2e6f05b2320eee75b13748bb7dc5e1257d347')
-
-build() {
-  cd gdk-pixbuf-$pkgver
-
-  ./configure --prefix=/usr \
-    --with-x11 \
-    --with-libjasper \
-    --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/PKGBUILD (from rev 182836, gdk-pixbuf2/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-15 15:39:20 UTC (rev 182837)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gdk-pixbuf2
+pkgver=2.28.1
+pkgrel=1
+pkgdesc="An image loading library"
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/"
+license=('LGPL2.1')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
+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=('bea0b743fdb5c3c8e23210f73623ec5f18f9ead2522942897fe739d80b50c2bb')
+
+build() {
+  cd gdk-pixbuf-$pkgver
+
+  ./configure --prefix=/usr \
+    --with-x11 \
+    --with-libjasper \
+    --with-included-loaders=png
+  make
+}
+
+package() {
+  cd gdk-pixbuf-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/gdk-pixbuf2.install
===================================================================
--- testing-x86_64/gdk-pixbuf2.install	2013-04-15 15:38:18 UTC (rev 182836)
+++ testing-x86_64/gdk-pixbuf2.install	2013-04-15 15:39:20 UTC (rev 182837)
@@ -1,11 +0,0 @@
-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/gdk-pixbuf2.install (from rev 182836, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===================================================================
--- testing-x86_64/gdk-pixbuf2.install	                        (rev 0)
+++ testing-x86_64/gdk-pixbuf2.install	2013-04-15 15:39:20 UTC (rev 182837)
@@ -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