[arch-commits] Commit in babl/trunk (PKGBUILD)

Christian Hesse eworm at gemini.archlinux.org
Wed Mar 30 14:42:34 UTC 2022


    Date: Wednesday, March 30, 2022 @ 14:42:33
  Author: eworm
Revision: 440981

upgpkg: babl 0.1.90-2: fix build, enable debug support

Modified:
  babl/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-30 14:38:46 UTC (rev 440980)
+++ PKGBUILD	2022-03-30 14:42:33 UTC (rev 440981)
@@ -3,7 +3,7 @@
 pkgname=babl
 _tag='ebffba3c152ff7ff04a6da17e361d6bbe208c290'
 pkgver=0.1.90
-pkgrel=1
+pkgrel=2
 pkgdesc='Dynamic, any to any, pixel format conversion library'
 arch=('x86_64')
 url='https://gegl.org/babl/'
@@ -10,6 +10,7 @@
 license=('LGPL3')
 depends=('glibc' 'lcms2')
 makedepends=('git' 'meson' 'gobject-introspection' 'vala')
+options=('debug')
 source=("git+https://gitlab.gnome.org/GNOME/babl.git#tag=$_tag")
 sha256sums=('SKIP')
 
@@ -18,6 +19,11 @@
   git describe --tags | sed 's/^BABL_//;s/_$//;s/_/./g;s/-/+/g'
 }
 
+prepare() {
+  # https://gitlab.gnome.org/GNOME/babl/-/merge_requests/45
+  sed -i s/Description/description/ "${pkgname}"/meson.build
+}
+
 build() {
   arch-meson "${pkgname}" build
   ninja -C build



More information about the arch-commits mailing list