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

Jan de Groot jgc at archlinux.org
Tue Sep 27 09:28:52 UTC 2016


    Date: Tuesday, September 27, 2016 @ 09:28:51
  Author: jgc
Revision: 277027

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gdk-pixbuf2/repos/gnome-unstable-i686/PKGBUILD
    (from rev 277026, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/gnome-unstable-i686/gdk-pixbuf-query-loaders.hook
    (from rev 277026, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
  gdk-pixbuf2/repos/gnome-unstable-i686/gdk-pixbuf2.install
    (from rev 277026, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
  gdk-pixbuf2/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 277026, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/gnome-unstable-x86_64/gdk-pixbuf-query-loaders.hook
    (from rev 277026, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
  gdk-pixbuf2/repos/gnome-unstable-x86_64/gdk-pixbuf2.install
    (from rev 277026, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  gdk-pixbuf2/repos/gnome-unstable-i686/PKGBUILD
  gdk-pixbuf2/repos/gnome-unstable-i686/gdk-pixbuf-query-loaders.hook
  gdk-pixbuf2/repos/gnome-unstable-i686/gdk-pixbuf2.install
  gdk-pixbuf2/repos/gnome-unstable-x86_64/PKGBUILD
  gdk-pixbuf2/repos/gnome-unstable-x86_64/gdk-pixbuf-query-loaders.hook
  gdk-pixbuf2/repos/gnome-unstable-x86_64/gdk-pixbuf2.install

-----------------------------------------------------+
 /PKGBUILD                                           |   94 ++++++++++++++++++
 /gdk-pixbuf-query-loaders.hook                      |   22 ++++
 /gdk-pixbuf2.install                                |    6 +
 gnome-unstable-i686/PKGBUILD                        |   47 ---------
 gnome-unstable-i686/gdk-pixbuf-query-loaders.hook   |   11 --
 gnome-unstable-i686/gdk-pixbuf2.install             |    3 
 gnome-unstable-x86_64/PKGBUILD                      |   47 ---------
 gnome-unstable-x86_64/gdk-pixbuf-query-loaders.hook |   11 --
 gnome-unstable-x86_64/gdk-pixbuf2.install           |    3 
 9 files changed, 122 insertions(+), 122 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2016-09-27 09:28:46 UTC (rev 277026)
+++ gnome-unstable-i686/PKGBUILD	2016-09-27 09:28:51 UTC (rev 277027)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gdk-pixbuf2
-pkgver=2.35.5+2+g70fd812
-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' 'git')
-install=gdk-pixbuf2.install
-_commit=70fd812a7fe4d5834585724a690457db338632a9
-source=("git://git.gnome.org/gdk-pixbuf#commit=$_commit"
-        gdk-pixbuf-query-loaders.hook)
-sha256sums=('SKIP'
-            '963afcfacde9fd36031d93c8aa4c94a669ab1dbe9ba0d2cf17599b7d358e54c2')
-
-pkgver() {
-  cd gdk-pixbuf
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gdk-pixbuf
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-build() {
-    cd gdk-pixbuf
-    ./configure --prefix=/usr \
-        --with-x11 \
-        --with-libjasper \
-        --with-included-loaders=png \
-        --enable-gtk-doc
-    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-    make
-}
-
-package() {
-    cd gdk-pixbuf
-    make DESTDIR="$pkgdir" install
-    install -Dm644 ../gdk-pixbuf-query-loaders.hook "$pkgdir/usr/share/libalpm/hooks/gdk-pixbuf-query-loaders.hook"
-}
-
-# vim:set et sw=4:

Copied: gdk-pixbuf2/repos/gnome-unstable-i686/PKGBUILD (from rev 277026, gdk-pixbuf2/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2016-09-27 09:28:51 UTC (rev 277027)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gdk-pixbuf2
+pkgver=2.36.0+2+ga7c869a
+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' 'git')
+install=gdk-pixbuf2.install
+_commit=a7c869a8882336d9a720c2ca607173acbdfffb47
+source=("git://git.gnome.org/gdk-pixbuf#commit=$_commit"
+        gdk-pixbuf-query-loaders.hook)
+sha256sums=('SKIP'
+            '963afcfacde9fd36031d93c8aa4c94a669ab1dbe9ba0d2cf17599b7d358e54c2')
+
+pkgver() {
+  cd gdk-pixbuf
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gdk-pixbuf
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+build() {
+    cd gdk-pixbuf
+    ./configure --prefix=/usr \
+        --with-x11 \
+        --with-libjasper \
+        --with-included-loaders=png \
+        --enable-gtk-doc
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+    make
+}
+
+package() {
+    cd gdk-pixbuf
+    make DESTDIR="$pkgdir" install
+    install -Dm644 ../gdk-pixbuf-query-loaders.hook "$pkgdir/usr/share/libalpm/hooks/gdk-pixbuf-query-loaders.hook"
+}
+
+# vim:set et sw=4:

Deleted: gnome-unstable-i686/gdk-pixbuf-query-loaders.hook
===================================================================
--- gnome-unstable-i686/gdk-pixbuf-query-loaders.hook	2016-09-27 09:28:46 UTC (rev 277026)
+++ gnome-unstable-i686/gdk-pixbuf-query-loaders.hook	2016-09-27 09:28:51 UTC (rev 277027)
@@ -1,11 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so
-
-[Action]
-Description = Probing GDK-Pixbuf loader modules...
-When = PostTransaction
-Exec = /usr/bin/gdk-pixbuf-query-loaders --update-cache

Copied: gdk-pixbuf2/repos/gnome-unstable-i686/gdk-pixbuf-query-loaders.hook (from rev 277026, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
===================================================================
--- gnome-unstable-i686/gdk-pixbuf-query-loaders.hook	                        (rev 0)
+++ gnome-unstable-i686/gdk-pixbuf-query-loaders.hook	2016-09-27 09:28:51 UTC (rev 277027)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so
+
+[Action]
+Description = Probing GDK-Pixbuf loader modules...
+When = PostTransaction
+Exec = /usr/bin/gdk-pixbuf-query-loaders --update-cache

Deleted: gnome-unstable-i686/gdk-pixbuf2.install
===================================================================
--- gnome-unstable-i686/gdk-pixbuf2.install	2016-09-27 09:28:46 UTC (rev 277026)
+++ gnome-unstable-i686/gdk-pixbuf2.install	2016-09-27 09:28:51 UTC (rev 277027)
@@ -1,3 +0,0 @@
-pre_remove() {
-    rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
-}

Copied: gdk-pixbuf2/repos/gnome-unstable-i686/gdk-pixbuf2.install (from rev 277026, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===================================================================
--- gnome-unstable-i686/gdk-pixbuf2.install	                        (rev 0)
+++ gnome-unstable-i686/gdk-pixbuf2.install	2016-09-27 09:28:51 UTC (rev 277027)
@@ -0,0 +1,3 @@
+pre_remove() {
+    rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2016-09-27 09:28:46 UTC (rev 277026)
+++ gnome-unstable-x86_64/PKGBUILD	2016-09-27 09:28:51 UTC (rev 277027)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gdk-pixbuf2
-pkgver=2.35.5+2+g70fd812
-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' 'git')
-install=gdk-pixbuf2.install
-_commit=70fd812a7fe4d5834585724a690457db338632a9
-source=("git://git.gnome.org/gdk-pixbuf#commit=$_commit"
-        gdk-pixbuf-query-loaders.hook)
-sha256sums=('SKIP'
-            '963afcfacde9fd36031d93c8aa4c94a669ab1dbe9ba0d2cf17599b7d358e54c2')
-
-pkgver() {
-  cd gdk-pixbuf
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gdk-pixbuf
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-build() {
-    cd gdk-pixbuf
-    ./configure --prefix=/usr \
-        --with-x11 \
-        --with-libjasper \
-        --with-included-loaders=png \
-        --enable-gtk-doc
-    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-    make
-}
-
-package() {
-    cd gdk-pixbuf
-    make DESTDIR="$pkgdir" install
-    install -Dm644 ../gdk-pixbuf-query-loaders.hook "$pkgdir/usr/share/libalpm/hooks/gdk-pixbuf-query-loaders.hook"
-}
-
-# vim:set et sw=4:

Copied: gdk-pixbuf2/repos/gnome-unstable-x86_64/PKGBUILD (from rev 277026, gdk-pixbuf2/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2016-09-27 09:28:51 UTC (rev 277027)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gdk-pixbuf2
+pkgver=2.36.0+2+ga7c869a
+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' 'git')
+install=gdk-pixbuf2.install
+_commit=a7c869a8882336d9a720c2ca607173acbdfffb47
+source=("git://git.gnome.org/gdk-pixbuf#commit=$_commit"
+        gdk-pixbuf-query-loaders.hook)
+sha256sums=('SKIP'
+            '963afcfacde9fd36031d93c8aa4c94a669ab1dbe9ba0d2cf17599b7d358e54c2')
+
+pkgver() {
+  cd gdk-pixbuf
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gdk-pixbuf
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+build() {
+    cd gdk-pixbuf
+    ./configure --prefix=/usr \
+        --with-x11 \
+        --with-libjasper \
+        --with-included-loaders=png \
+        --enable-gtk-doc
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+    make
+}
+
+package() {
+    cd gdk-pixbuf
+    make DESTDIR="$pkgdir" install
+    install -Dm644 ../gdk-pixbuf-query-loaders.hook "$pkgdir/usr/share/libalpm/hooks/gdk-pixbuf-query-loaders.hook"
+}
+
+# vim:set et sw=4:

Deleted: gnome-unstable-x86_64/gdk-pixbuf-query-loaders.hook
===================================================================
--- gnome-unstable-x86_64/gdk-pixbuf-query-loaders.hook	2016-09-27 09:28:46 UTC (rev 277026)
+++ gnome-unstable-x86_64/gdk-pixbuf-query-loaders.hook	2016-09-27 09:28:51 UTC (rev 277027)
@@ -1,11 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so
-
-[Action]
-Description = Probing GDK-Pixbuf loader modules...
-When = PostTransaction
-Exec = /usr/bin/gdk-pixbuf-query-loaders --update-cache

Copied: gdk-pixbuf2/repos/gnome-unstable-x86_64/gdk-pixbuf-query-loaders.hook (from rev 277026, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
===================================================================
--- gnome-unstable-x86_64/gdk-pixbuf-query-loaders.hook	                        (rev 0)
+++ gnome-unstable-x86_64/gdk-pixbuf-query-loaders.hook	2016-09-27 09:28:51 UTC (rev 277027)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so
+
+[Action]
+Description = Probing GDK-Pixbuf loader modules...
+When = PostTransaction
+Exec = /usr/bin/gdk-pixbuf-query-loaders --update-cache

Deleted: gnome-unstable-x86_64/gdk-pixbuf2.install
===================================================================
--- gnome-unstable-x86_64/gdk-pixbuf2.install	2016-09-27 09:28:46 UTC (rev 277026)
+++ gnome-unstable-x86_64/gdk-pixbuf2.install	2016-09-27 09:28:51 UTC (rev 277027)
@@ -1,3 +0,0 @@
-pre_remove() {
-    rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
-}

Copied: gdk-pixbuf2/repos/gnome-unstable-x86_64/gdk-pixbuf2.install (from rev 277026, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===================================================================
--- gnome-unstable-x86_64/gdk-pixbuf2.install	                        (rev 0)
+++ gnome-unstable-x86_64/gdk-pixbuf2.install	2016-09-27 09:28:51 UTC (rev 277027)
@@ -0,0 +1,3 @@
+pre_remove() {
+    rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
+}



More information about the arch-commits mailing list