[arch-commits] Commit in gdk-pixbuf2/trunk (3 files)

Jan Steffens heftig at archlinux.org
Wed Mar 29 19:49:39 UTC 2017


    Date: Wednesday, March 29, 2017 @ 19:49:39
  Author: heftig
Revision: 291806

2.36.6-1

Added:
  gdk-pixbuf2/trunk/gdk-pixbuf2-query-loaders.hook
    (from rev 291805, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
Modified:
  gdk-pixbuf2/trunk/PKGBUILD
Deleted:
  gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook

--------------------------------+
 PKGBUILD                       |   11 ++++++-----
 gdk-pixbuf-query-loaders.hook  |   11 -----------
 gdk-pixbuf2-query-loaders.hook |   11 +++++++++++
 3 files changed, 17 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-29 19:34:02 UTC (rev 291805)
+++ PKGBUILD	2017-03-29 19:49:39 UTC (rev 291806)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gdk-pixbuf2
-pkgver=2.36.5
+pkgver=2.36.6
 pkgrel=1
 pkgdesc="An image loading library"
 arch=(i686 x86_64)
@@ -11,11 +11,11 @@
 depends=(glib2 libpng libtiff libjpeg libx11 jasper shared-mime-info)
 makedepends=(gtk-doc gobject-introspection git docbook-utils)
 install=gdk-pixbuf2.install
-_commit=df7c32c15d63ce1570a737bb73d3d3e2cd31f2f2  # tags/2.36.5^0
+_commit=d8ae54bc5e3e31d43acf410a6689be2d40567b03  # tags/2.36.6^0
 source=("git+https://git.gnome.org/browse/gdk-pixbuf#commit=$_commit"
-        gdk-pixbuf-query-loaders.hook)
+        gdk-pixbuf2-query-loaders.hook)
 sha256sums=('SKIP'
-            '963afcfacde9fd36031d93c8aa4c94a669ab1dbe9ba0d2cf17599b7d358e54c2')
+            '132ab65d339c83b958410605347ed5d73186c6660de92bde5741e58f3a1ad8be')
 
 pkgver() {
   cd gdk-pixbuf
@@ -51,7 +51,8 @@
 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"
+  install -Dm644 ../gdk-pixbuf2-query-loaders.hook \
+    "$pkgdir/usr/share/libalpm/hooks/gdk-pixbuf2-query-loaders.hook"
 }
 
 # vim:set et sw=2:

Deleted: gdk-pixbuf-query-loaders.hook
===================================================================
--- gdk-pixbuf-query-loaders.hook	2017-03-29 19:34:02 UTC (rev 291805)
+++ gdk-pixbuf-query-loaders.hook	2017-03-29 19:49:39 UTC (rev 291806)
@@ -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/trunk/gdk-pixbuf2-query-loaders.hook (from rev 291805, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
===================================================================
--- gdk-pixbuf2-query-loaders.hook	                        (rev 0)
+++ gdk-pixbuf2-query-loaders.hook	2017-03-29 19:49:39 UTC (rev 291806)
@@ -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 2 loader modules...
+When = PostTransaction
+Exec = /usr/bin/gdk-pixbuf-query-loaders --update-cache



More information about the arch-commits mailing list