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

Jan Steffens heftig at archlinux.org
Fri Mar 15 21:48:28 UTC 2019


    Date: Friday, March 15, 2019 @ 21:48:28
  Author: heftig
Revision: 348410

archrelease: copy trunk to extra-x86_64

Added:
  iagno/repos/extra-x86_64/PKGBUILD
    (from rev 348403, iagno/trunk/PKGBUILD)
Deleted:
  iagno/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-15 21:48:27 UTC (rev 348409)
+++ PKGBUILD	2019-03-15 21:48:28 UTC (rev 348410)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=iagno
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="Dominate the board in a classic version of Reversi"
-url="https://wiki.gnome.org/Apps/Iagno"
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 libcanberra librsvg)
-makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib vala git)
-groups=(gnome-extra)
-_commit=9cea39bd5bad0a87ea59f3c247637914a3c7ea50  # tags/3.28.0^0
-source=("git+https://git.gnome.org/browse/iagno#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: iagno/repos/extra-x86_64/PKGBUILD (from rev 348403, iagno/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-15 21:48:28 UTC (rev 348410)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=iagno
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Dominate the board in a classic version of Reversi"
+url="https://wiki.gnome.org/Apps/Iagno"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 libcanberra librsvg)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=05da11a5bd239f24da67a81158cc78e3638a8185  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/iagno.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
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list