Date: Friday, March 15, 2019 @ 21:11:00
  Author: heftig
Revision: 348377

archrelease: copy trunk to extra-x86_64

Added:
  four-in-a-row/repos/extra-x86_64/PKGBUILD
    (from rev 348374, four-in-a-row/trunk/PKGBUILD)
Deleted:
  four-in-a-row/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-03-15 21:10:59 UTC (rev 348376)
+++ PKGBUILD    2019-03-15 21:11:00 UTC (rev 348377)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=four-in-a-row
-pkgver=3.28.0+3+g52208eb
-pkgrel=1
-pkgdesc="Make lines of the same color to win"
-url="https://wiki.gnome.org/Apps/Four-in-a-row";
-arch=(x86_64)
-license=(GPL3)
-depends=(gtk3 libcanberra librsvg)
-makedepends=(itstool gobject-introspection yelp-tools appstream-glib vala git)
-groups=(gnome-extra)
-_commit=52208eb9835edc5c595ef024a09f648bcee23475  # master
-source=("git+https://git.gnome.org/browse/four-in-a-row#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: four-in-a-row/repos/extra-x86_64/PKGBUILD (from rev 348374, 
four-in-a-row/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-03-15 21:11:00 UTC (rev 348377)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=four-in-a-row
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Make lines of the same color to win"
+url="https://wiki.gnome.org/Apps/Four-in-a-row";
+arch=(x86_64)
+license=(GPL3)
+depends=(gtk3 libcanberra librsvg)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=2be2ec50d0bc51b2d6ec144ff0c20d9ba4e43951  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/four-in-a-row.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
+}

Reply via email to