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

Jan Steffens heftig at archlinux.org
Fri Feb 14 17:08:40 UTC 2020


    Date: Friday, February 14, 2020 @ 17:08:39
  Author: heftig
Revision: 375599

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-14 17:08:37 UTC (rev 375598)
+++ PKGBUILD	2020-02-14 17:08:39 UTC (rev 375599)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-taquin
-pkgver=3.34.3
-pkgrel=1
-pkgdesc="Move tiles so that they reach their places"
-url="https://wiki.gnome.org/Apps/Taquin"
-arch=(x86_64)
-license=(GPL3)
-depends=(gtk3 librsvg gsound)
-makedepends=(meson vala yelp-tools appstream-glib git)
-groups=(gnome-extra)
-_commit=60aa931f77638371ec7b09f6b204777c6a259517  # tags/3.34.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-taquin.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-taquin/repos/extra-x86_64/PKGBUILD (from rev 375598, gnome-taquin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-14 17:08:39 UTC (rev 375599)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-taquin
+pkgver=3.34.4
+pkgrel=1
+pkgdesc="Move tiles so that they reach their places"
+url="https://wiki.gnome.org/Apps/Taquin"
+arch=(x86_64)
+license=(GPL3)
+depends=(gtk3 librsvg gsound)
+makedepends=(meson vala yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=d00d417372599ed67195109179ddc14fef7e43d6  # tags/3.34.4^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-taquin.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