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

Jan Steffens heftig at archlinux.org
Fri Mar 15 21:11:02 UTC 2019


    Date: Friday, March 15, 2019 @ 21:11:02
  Author: heftig
Revision: 348379

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-15 21:11:02 UTC (rev 348378)
+++ PKGBUILD	2019-03-15 21:11:02 UTC (rev 348379)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-klotski
-pkgver=3.22.3+1+gf33083d
-pkgrel=1
-pkgdesc="Slide blocks to solve the puzzle"
-url="https://wiki.gnome.org/Apps/Klotski"
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 librsvg libgnome-games-support)
-makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib vala git)
-groups=(gnome-extra)
-_commit=f33083dc92e4b4e3f30125768a94f0689efc98e9  # master
-source=("git+https://git.gnome.org/browse/gnome-klotski#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-klotski/repos/extra-x86_64/PKGBUILD (from rev 348374, gnome-klotski/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-15 21:11:02 UTC (rev 348379)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-klotski
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Slide blocks to solve the puzzle"
+url="https://wiki.gnome.org/Apps/Klotski"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 librsvg libgnome-games-support)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=590defbc2b42cbf31901505aefbfef37c7f1f2fc  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-klotski.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