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

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


    Date: Friday, February 14, 2020 @ 17:08:40
  Author: heftig
Revision: 375601

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-14 17:08:40 UTC (rev 375600)
+++ PKGBUILD	2020-02-14 17:08:40 UTC (rev 375601)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-2048
-pkgver=3.34.4
-pkgrel=1
-pkgdesc="Obtain the 2048 tile"
-url="https://wiki.gnome.org/Apps/2048"
-arch=(x86_64)
-license=(GPL3)
-depends=(clutter-gtk libgee libgnome-games-support)
-makedepends=(meson vala yelp-tools appstream-glib git)
-_commit=bfccc1f9af90e833830fbc97306db2f40cd049c0  # tags/3.34.4^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-2048.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-2048/repos/extra-x86_64/PKGBUILD (from rev 375598, gnome-2048/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-14 17:08:40 UTC (rev 375601)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-2048
+pkgver=3.34.5
+pkgrel=1
+pkgdesc="Obtain the 2048 tile"
+url="https://wiki.gnome.org/Apps/2048"
+arch=(x86_64)
+license=(GPL3)
+depends=(clutter-gtk libgee libgnome-games-support)
+makedepends=(meson vala yelp-tools appstream-glib git)
+_commit=0a06a44f89b8f63398417bef6d5961793cad62a5  # tags/3.34.5^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-2048.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