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

Jan Steffens heftig at archlinux.org
Fri Sep 13 08:53:17 UTC 2019


    Date: Friday, September 13, 2019 @ 08:53:16
  Author: heftig
Revision: 362428

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-13 08:53:16 UTC (rev 362427)
+++ PKGBUILD	2019-09-13 08:53:16 UTC (rev 362428)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-tetravex
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="Complete the puzzle by matching numbered tiles"
-url="https://wiki.gnome.org/Apps/Tetravex"
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3)
-makedepends=(meson gobject-introspection vala yelp-tools appstream-glib git)
-groups=(gnome-extra)
-_commit=71406876aea3f909b5452ac838221330650ecd43  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-tetravex.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
-}

Copied: gnome-tetravex/repos/extra-x86_64/PKGBUILD (from rev 362425, gnome-tetravex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-13 08:53:16 UTC (rev 362428)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-tetravex
+pkgver=3.34.0
+pkgrel=1
+pkgdesc="Complete the puzzle by matching numbered tiles"
+url="https://wiki.gnome.org/Apps/Tetravex"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3)
+makedepends=(meson gobject-introspection vala yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=fbcc2c043bcc1fbd911ee50f3810250dec0454a7  # tags/3.34.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-tetravex.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