[arch-commits] Commit in babl/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Sep 2 15:59:53 UTC 2021


    Date: Thursday, September 2, 2021 @ 15:59:52
  Author: arojas
Revision: 423359

archrelease: copy trunk to extra-x86_64

Added:
  babl/repos/extra-x86_64/PKGBUILD
    (from rev 423358, babl/trunk/PKGBUILD)
Deleted:
  babl/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-02 15:58:49 UTC (rev 423358)
+++ PKGBUILD	2021-09-02 15:59:52 UTC (rev 423359)
@@ -1,36 +0,0 @@
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-
-pkgname=babl
-pkgver=0.1.86
-pkgrel=1
-pkgdesc="Dynamic, any to any, pixel format conversion library"
-arch=(x86_64)
-url="https://gegl.org/babl/"
-license=(LGPL3)
-depends=(glibc lcms2)
-makedepends=(git meson gobject-introspection vala)
-_commit=92cfdacd51abb8bd6ff10edd800ef8b81e7ccf52
-source=("git+https://gitlab.gnome.org/GNOME/babl.git#commit=$_commit")
-sha256sums=('SKIP')
-
-# Don't port to meson until babl's runtime cpu detection works there
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^BABL_//;s/_/./g;s/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: babl/repos/extra-x86_64/PKGBUILD (from rev 423358, babl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-02 15:59:52 UTC (rev 423359)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=babl
+pkgver=0.1.88
+pkgrel=1
+pkgdesc="Dynamic, any to any, pixel format conversion library"
+arch=(x86_64)
+url="https://gegl.org/babl/"
+license=(LGPL3)
+depends=(glibc lcms2)
+makedepends=(git meson gobject-introspection vala)
+_commit=70b09b1ad3c5b53504519196964426d690486e54
+source=("git+https://gitlab.gnome.org/GNOME/babl.git#commit=$_commit")
+sha256sums=('SKIP')
+
+# Don't port to meson until babl's runtime cpu detection works there
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^BABL_//;s/_/./g;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list