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

Jan Steffens heftig at archlinux.org
Fri Feb 14 17:09:01 UTC 2020


    Date: Friday, February 14, 2020 @ 17:09:00
  Author: heftig
Revision: 375607

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-14 17:09:00 UTC (rev 375606)
+++ PKGBUILD	2020-02-14 17:09:00 UTC (rev 375607)
@@ -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.34.1
-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=d8707cac579709016104530816ba9f8b62f1dc21  # tags/3.34.1^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
-}

Copied: gnome-tetravex/repos/extra-x86_64/PKGBUILD (from rev 375603, gnome-tetravex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-14 17:09:00 UTC (rev 375607)
@@ -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.4
+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=bf66f65a3e230e893db272981801e13f2efbf70c  # tags/3.34.4^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