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

Jan de Groot jgc at archlinux.org
Thu Sep 26 09:06:33 UTC 2019


    Date: Thursday, September 26, 2019 @ 09:06:32
  Author: jgc
Revision: 363438

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-26 09:06:30 UTC (rev 363437)
+++ PKGBUILD	2019-09-26 09:06:32 UTC (rev 363438)
@@ -1,43 +0,0 @@
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-
-pkgname=babl
-pkgver=0.1.66
-pkgrel=1
-pkgdesc="Dynamic, any to any, pixel format conversion library"
-arch=(x86_64)
-url="https://gegl.org/babl/"
-license=(LGPL3)
-depends=(glibc)
-makedepends=(git)
-_commit=ebc0f7cf843df52380c00e44f152098332362dad  # tags/BABL_0_1_66^0
-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'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  make -C $pkgname check
-}
-
-package() {
-  DESTDIR="$pkgdir" make -C $pkgname install
-}
-
-# vim:set sw=2 et:

Copied: babl/repos/extra-x86_64/PKGBUILD (from rev 363437, babl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-26 09:06:32 UTC (rev 363438)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=babl
+pkgver=0.1.72
+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)
+_commit=a03dd586abc94373fd2010e8f4fb444f6ff8efc1  # tags/BABL_0_1_72^0
+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