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

Jan Steffens heftig at archlinux.org
Sat Apr 7 23:41:33 UTC 2018


    Date: Saturday, April 7, 2018 @ 23:41:33
  Author: heftig
Revision: 321313

archrelease: copy trunk to extra-x86_64

Added:
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
    (from rev 321312, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf-query-loaders.hook
    (from rev 321312, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install
    (from rev 321312, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf-query-loaders.hook
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install

-------------------------------+
 PKGBUILD                      |   92 ++++++++++++++++++++--------------------
 gdk-pixbuf-query-loaders.hook |   22 ++++-----
 gdk-pixbuf2.install           |    6 +-
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-07 23:40:58 UTC (rev 321312)
+++ PKGBUILD	2018-04-07 23:41:33 UTC (rev 321313)
@@ -1,46 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gdk-pixbuf2
-pkgver=2.36.11+70+g00e03a272
-pkgrel=1
-pkgdesc="An image loading library"
-arch=(x86_64)
-url="https://wiki.gnome.org/Projects/GdkPixbuf"
-license=(LGPL2.1)
-depends=(glib2 libpng libtiff libjpeg libx11 jasper shared-mime-info)
-makedepends=(gtk-doc gobject-introspection git docbook-xsl meson)
-install=gdk-pixbuf2.install
-_commit=00e03a2727b276ea32e2902dd9b41298ff1f9e96  # master
-source=("git+https://git.gnome.org/browse/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
-}
-
-build() {
-  arch-meson gdk-pixbuf build -D jasper=true -D docs=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  # pixbuf-randomly-modified fails randomly
-  meson test -t 3 || :
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  rm -rf "$pkgdir"/usr/{lib,share}/installed-tests
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
-}
-
-# vim:set et sw=2:

Copied: gdk-pixbuf2/repos/extra-x86_64/PKGBUILD (from rev 321312, gdk-pixbuf2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-07 23:41:33 UTC (rev 321313)
@@ -0,0 +1,46 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gdk-pixbuf2
+pkgver=2.36.12
+pkgrel=1
+pkgdesc="An image loading library"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/GdkPixbuf"
+license=(LGPL2.1)
+depends=(glib2 libpng libtiff libjpeg libx11 jasper shared-mime-info)
+makedepends=(gtk-doc gobject-introspection git docbook-xsl meson)
+install=gdk-pixbuf2.install
+_commit=12aa6f9264514c62781124a7287c2e997d3ea482  # tags/2.36.12^0
+source=("git+https://git.gnome.org/browse/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
+}
+
+build() {
+  arch-meson gdk-pixbuf build -D jasper=true -D docs=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  # pixbuf-randomly-modified fails randomly
+  meson test -t 3 || :
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  rm -rf "$pkgdir"/usr/{lib,share}/installed-tests
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gdk-pixbuf-query-loaders.hook
===================================================================
--- gdk-pixbuf-query-loaders.hook	2018-04-07 23:40:58 UTC (rev 321312)
+++ gdk-pixbuf-query-loaders.hook	2018-04-07 23:41:33 UTC (rev 321313)
@@ -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/extra-x86_64/gdk-pixbuf-query-loaders.hook (from rev 321312, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
===================================================================
--- gdk-pixbuf-query-loaders.hook	                        (rev 0)
+++ gdk-pixbuf-query-loaders.hook	2018-04-07 23:41:33 UTC (rev 321313)
@@ -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: gdk-pixbuf2.install
===================================================================
--- gdk-pixbuf2.install	2018-04-07 23:40:58 UTC (rev 321312)
+++ gdk-pixbuf2.install	2018-04-07 23:41:33 UTC (rev 321313)
@@ -1,3 +0,0 @@
-pre_remove() {
-    rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
-}

Copied: gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install (from rev 321312, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===================================================================
--- gdk-pixbuf2.install	                        (rev 0)
+++ gdk-pixbuf2.install	2018-04-07 23:41:33 UTC (rev 321313)
@@ -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