[arch-commits] Commit in swell-foop/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Wed Apr 13 16:20:47 UTC 2022


    Date: Wednesday, April 13, 2022 @ 16:20:47
  Author: heftig
Revision: 442485

archrelease: copy trunk to extra-x86_64

Added:
  swell-foop/repos/extra-x86_64/PKGBUILD
    (from rev 442484, swell-foop/trunk/PKGBUILD)
Deleted:
  swell-foop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-13 16:20:36 UTC (rev 442484)
+++ PKGBUILD	2022-04-13 16:20:47 UTC (rev 442485)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=swell-foop
-pkgver=41.0.1
-pkgrel=1
-pkgdesc="Clear the screen by removing groups of colored and shaped tiles"
-url="https://wiki.gnome.org/Apps/Swell%20Foop"
-arch=(x86_64)
-license=(GPL)
-depends=(clutter-gtk librsvg libgnome-games-support libgee)
-makedepends=(yelp-tools appstream-glib vala git meson)
-groups=(gnome-extra)
-_commit=4ca2598ff41490c27d3769ec00327780736d70d4  # tags/41.0.1^0
-source=("git+https://gitlab.gnome.org/GNOME/swell-foop.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() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: swell-foop/repos/extra-x86_64/PKGBUILD (from rev 442484, swell-foop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-13 16:20:47 UTC (rev 442485)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=swell-foop
+pkgver=41.1
+pkgrel=1
+pkgdesc="Clear the screen by removing groups of colored and shaped tiles"
+url="https://wiki.gnome.org/Apps/Swell%20Foop"
+arch=(x86_64)
+license=(GPL)
+depends=(clutter-gtk librsvg libgnome-games-support libgee)
+makedepends=(yelp-tools appstream-glib vala git meson)
+groups=(gnome-extra)
+options=(debug)
+_commit=f89d9cfe7c4b73ae37cf5ed0a6bdc9060365e55d  # tags/41.1^0
+source=("git+https://gitlab.gnome.org/GNOME/swell-foop.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list