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

Jan Steffens heftig at gemini.archlinux.org
Fri Mar 18 13:23:12 UTC 2022


    Date: Friday, March 18, 2022 @ 13:23:12
  Author: heftig
Revision: 439929

archrelease: copy trunk to extra-x86_64

Added:
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
    (from rev 439927, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf-query-loaders.hook
    (from rev 439927, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install
    (from rev 439927, 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                      |  142 ++++++++++++++++++++--------------------
 gdk-pixbuf-query-loaders.hook |   22 +++---
 gdk-pixbuf2.install           |    6 -
 3 files changed, 86 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-18 13:23:12 UTC (rev 439928)
+++ PKGBUILD	2022-03-18 13:23:12 UTC (rev 439929)
@@ -1,70 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgbase=gdk-pixbuf2
-pkgname=(gdk-pixbuf2 gdk-pixbuf2-docs)
-pkgver=2.42.6
-pkgrel=2
-pkgdesc="An image loading library"
-url="https://wiki.gnome.org/Projects/GdkPixbuf"
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libpng libtiff libjpeg shared-mime-info)
-makedepends=(gobject-introspection git meson gi-docgen docbook-xsl)
-optdepends=(
-  "libwmf: Load .wmf and .apm"
-  "libopenraw: Load .dng, .cr2, .crw, .nef, .orf, .pef, .arw, .erf, .mrw, and .raf"
-  "libavif: Load .avif"
-  "libheif: Load .heif, .heic, and .avif"
-  "librsvg: Load .svg, .svgz, and .svg.gz"
-  "webp-pixbuf-loader: Load .webp"
-)
-_commit=3afa395cd47fdde70216a8a8e4d71ac753e26ade  # tags/2.42.6^0
-source=(
-  "git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#commit=$_commit"
-  gdk-pixbuf-query-loaders.hook
-)
-sha256sums=('SKIP'
-            '9fb71d95e6a212779eb0f88dde5a3cee0df7f4d9183f8f9ce286f8cdc14428f0')
-
-pkgver() {
-  cd gdk-pixbuf
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gdk-pixbuf
-}
-
-build() {
-  arch-meson gdk-pixbuf build \
-    -D builtin_loaders=all \
-    -D gtk_doc=true \
-    -D installed_tests=false
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_gdk-pixbuf2() {
-  provides=(libgdk_pixbuf-2.0.so)
-  install=gdk-pixbuf2.install
-
-  meson install -C build --destdir "$pkgdir"
-
-  mkdir -p doc/usr/share
-  mv {"$pkgdir",doc}/usr/share/doc
-
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
-}
-
-package_gdk-pixbuf2-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  mv doc/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: gdk-pixbuf2/repos/extra-x86_64/PKGBUILD (from rev 439927, gdk-pixbuf2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-18 13:23:12 UTC (rev 439929)
@@ -0,0 +1,72 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=gdk-pixbuf2
+pkgname=(gdk-pixbuf2 gdk-pixbuf2-docs)
+pkgver=2.42.8
+pkgrel=1
+pkgdesc="An image loading library"
+url="https://wiki.gnome.org/Projects/GdkPixbuf"
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libpng libtiff libjpeg shared-mime-info)
+makedepends=(gobject-introspection git meson gi-docgen docbook-xsl)
+optdepends=(
+  "libwmf: Load .wmf and .apm"
+  "libopenraw: Load .dng, .cr2, .crw, .nef, .orf, .pef, .arw, .erf, .mrw, and .raf"
+  "libavif: Load .avif"
+  "libheif: Load .heif, .heic, and .avif"
+  "libjxl: Load .jxl"
+  "librsvg: Load .svg, .svgz, and .svg.gz"
+  "webp-pixbuf-loader: Load .webp"
+)
+options=(debug)
+_commit=bca00032ad68d0b0aa2c1f7558db931e52bd9cd2  # tags/2.42.8^0
+source=(
+  "git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#commit=$_commit"
+  gdk-pixbuf-query-loaders.hook
+)
+sha256sums=('SKIP'
+            '9fb71d95e6a212779eb0f88dde5a3cee0df7f4d9183f8f9ce286f8cdc14428f0')
+
+pkgver() {
+  cd gdk-pixbuf
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd gdk-pixbuf
+}
+
+build() {
+  arch-meson gdk-pixbuf build \
+    -D builtin_loaders=all \
+    -D gtk_doc=true \
+    -D installed_tests=false
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_gdk-pixbuf2() {
+  provides=(libgdk_pixbuf-2.0.so)
+  install=gdk-pixbuf2.install
+
+  meson install -C build --destdir "$pkgdir"
+
+  mkdir -p doc/usr/share
+  mv {"$pkgdir",doc}/usr/share/doc
+
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
+}
+
+package_gdk-pixbuf2-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv doc/* "$pkgdir"
+}
+
+# vim:set sw=2 et:

Deleted: gdk-pixbuf-query-loaders.hook
===================================================================
--- gdk-pixbuf-query-loaders.hook	2022-03-18 13:23:12 UTC (rev 439928)
+++ gdk-pixbuf-query-loaders.hook	2022-03-18 13:23:12 UTC (rev 439929)
@@ -1,11 +0,0 @@
-[Trigger]
-Type = Path
-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 439927, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
===================================================================
--- gdk-pixbuf-query-loaders.hook	                        (rev 0)
+++ gdk-pixbuf-query-loaders.hook	2022-03-18 13:23:12 UTC (rev 439929)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = Path
+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	2022-03-18 13:23:12 UTC (rev 439928)
+++ gdk-pixbuf2.install	2022-03-18 13:23:12 UTC (rev 439929)
@@ -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 439927, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===================================================================
--- gdk-pixbuf2.install	                        (rev 0)
+++ gdk-pixbuf2.install	2022-03-18 13:23:12 UTC (rev 439929)
@@ -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