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

Jan Steffens heftig at archlinux.org
Sat May 30 15:06:18 UTC 2020


    Date: Saturday, May 30, 2020 @ 15:06:17
  Author: heftig
Revision: 387909

archrelease: copy trunk to extra-x86_64

Added:
  gnome-2048/repos/extra-x86_64/PKGBUILD
    (from rev 387908, 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-05-30 15:06:08 UTC (rev 387908)
+++ PKGBUILD	2020-05-30 15:06:17 UTC (rev 387909)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-2048
-pkgver=3.36.2
-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=750061dda7e1a39c189b0d125728387959aa19f4  # tags/3.36.2^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 387908, gnome-2048/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-30 15:06:17 UTC (rev 387909)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-2048
+pkgver=3.36.3
+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=3a3b48dbd2cd2ff2c5d5952561e5bf48039d9ce5  # tags/3.36.3^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
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list