Date: Tuesday, January 10, 2023 @ 23:30:14 Author: heftig Revision: 466317
3.38.2+r53+g8de2599-1: FS#77080 resolve FTBFS Modified: gnome-nibbles/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-10 21:10:41 UTC (rev 466316) +++ PKGBUILD 2023-01-10 23:30:14 UTC (rev 466317) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gnome-nibbles -pkgver=3.38.2 +pkgver=3.38.2+r53+g8de2599 pkgrel=1 pkgdesc="Guide a worm around a maze" url="https://wiki.gnome.org/Apps/Nibbles" @@ -11,13 +11,14 @@ depends=(clutter-gtk gsound librsvg libgnome-games-support libgee) makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) groups=(gnome-extra) -_commit=ca7d44e7a54a018b95d8eec843a701f1739be21f # tags/3.38.2^0 +options=(debug) +_commit=8de2599a4db9fcda5f446552c2313d4c19a32ba2 # master source=("git+https://gitlab.gnome.org/GNOME/gnome-nibbles.git#commit=$_commit") sha256sums=('SKIP') pkgver() { cd $pkgname - git describe --tags | sed 's/-/+/g' + git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' } prepare() { @@ -34,5 +35,7 @@ } package() { - DESTDIR="$pkgdir" meson install -C build + meson install -C build --destdir="$pkgdir" } + +# vim:set sw=2 sts=-1 et:
