Date: Friday, March 15, 2019 @ 21:23:49
  Author: heftig
Revision: 348389

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-03-15 21:23:16 UTC (rev 348388)
+++ PKGBUILD    2019-03-15 21:23:49 UTC (rev 348389)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-# Contributor: Jan de Groot <j...@archlinux.org>
-
-pkgname=gnome-robots
-pkgver=3.22.3+2+g985e8e4
-pkgrel=1
-pkgdesc="Avoid the robots and make them crash into each other"
-url="https://wiki.gnome.org/Apps/Robots";
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 libcanberra librsvg libgnome-games-support)
-makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib 
git)
-groups=(gnome-extra)
-_commit=985e8e47863abb5cb0196e6c5a54714c3226ba45  # master
-source=("git+https://git.gnome.org/browse/gnome-robots#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-robots/repos/extra-x86_64/PKGBUILD (from rev 348388, 
gnome-robots/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-03-15 21:23:49 UTC (rev 348389)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Contributor: Jan de Groot <j...@archlinux.org>
+
+pkgname=gnome-robots
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Avoid the robots and make them crash into each other"
+url="https://wiki.gnome.org/Apps/Robots";
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 libcanberra librsvg libgnome-games-support)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=5caaee84c26d02186489a65a77f717f4fccbf43c  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-robots.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