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

Jan Steffens heftig at archlinux.org
Fri Sep 13 08:46:30 UTC 2019


    Date: Friday, September 13, 2019 @ 08:46:30
  Author: heftig
Revision: 362414

archrelease: copy trunk to extra-x86_64

Added:
  gnome-nibbles/repos/extra-x86_64/PKGBUILD
    (from rev 362413, gnome-nibbles/trunk/PKGBUILD)
Deleted:
  gnome-nibbles/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-13 08:46:12 UTC (rev 362413)
+++ PKGBUILD	2019-09-13 08:46:30 UTC (rev 362414)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-nibbles
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="Guide a worm around a maze"
-url="https://wiki.gnome.org/Apps/Nibbles"
-arch=(x86_64)
-license=(GPL)
-depends=(clutter-gtk libcanberra librsvg libgnome-games-support libgee)
-makedepends=(intltool gobject-introspection yelp-tools appstream-glib vala git)
-groups=(gnome-extra)
-_commit=6becbf9e4aa30874ff9b8e22c651e961c3f4f6a2  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-nibbles.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-nibbles/repos/extra-x86_64/PKGBUILD (from rev 362413, gnome-nibbles/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-13 08:46:30 UTC (rev 362414)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-nibbles
+pkgver=3.34.0
+pkgrel=1
+pkgdesc="Guide a worm around a maze"
+url="https://wiki.gnome.org/Apps/Nibbles"
+arch=(x86_64)
+license=(GPL)
+depends=(clutter-gtk gsound librsvg libgnome-games-support libgee)
+makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
+groups=(gnome-extra)
+_commit=92b554b483742cfb8eab1e548d7c95893c44aebf  # tags/3.34.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-nibbles.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list