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

Jan Steffens heftig at archlinux.org
Sat Oct 3 16:54:52 UTC 2020


    Date: Saturday, October 3, 2020 @ 16:54:52
  Author: heftig
Revision: 397217

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-03 16:54:52 UTC (rev 397216)
+++ PKGBUILD	2020-10-03 16:54:52 UTC (rev 397217)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-klotski
-pkgver=3.38.0
-pkgrel=1
-pkgdesc="Slide blocks to solve the puzzle"
-url="https://wiki.gnome.org/Apps/Klotski"
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 librsvg libgnome-games-support)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
-groups=(gnome-extra)
-_commit=e4dcd411e753967593d1214aab9cb462db739dcb  # tags/3.38.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-klotski.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
-}

Copied: gnome-klotski/repos/extra-x86_64/PKGBUILD (from rev 397214, gnome-klotski/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-03 16:54:52 UTC (rev 397217)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-klotski
+pkgver=3.38.1
+pkgrel=1
+pkgdesc="Slide blocks to solve the puzzle"
+url="https://wiki.gnome.org/Apps/Klotski"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 librsvg libgnome-games-support)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=8ba3a1ab9f496c4e1843c140cd268b107a939a10  # tags/3.38.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-klotski.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