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

Jan Steffens heftig at archlinux.org
Thu Aug 22 13:49:23 UTC 2019


    Date: Thursday, August 22, 2019 @ 13:49:23
  Author: heftig
Revision: 360553

archrelease: copy trunk to extra-x86_64

Added:
  hitori/repos/extra-x86_64/PKGBUILD
    (from rev 360552, hitori/trunk/PKGBUILD)
Deleted:
  hitori/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-22 13:48:55 UTC (rev 360552)
+++ PKGBUILD	2019-08-22 13:49:23 UTC (rev 360553)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=hitori
-pkgver=3.22.4
-pkgrel=1
-pkgdesc="GTK+ application to generate and let you play games of Hitori"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Apps/Hitori"
-license=(GPL)
-depends=(gtk3)
-groups=(gnome-extra)
-makedepends=(itstool yelp-tools autoconf-archive appstream-glib git)
-_commit=4515af09f31b09e4d16b8b11b7b660d2f81bb351  # tags/3.22.4^0
-source=("git+https://git.gnome.org/browse/hitori#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 \
-    --enable-compile-warnings=minimum
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: hitori/repos/extra-x86_64/PKGBUILD (from rev 360552, hitori/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-22 13:49:23 UTC (rev 360553)
@@ -0,0 +1,37 @@
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=hitori
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="GTK+ application to generate and let you play games of Hitori"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Hitori"
+license=(GPL)
+depends=(gtk3)
+groups=(gnome-extra)
+makedepends=(yelp-tools appstream-glib git meson)
+_commit=0753a063677e2a4cfe5c0948d3a08402f9da7b67  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/hitori.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