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

Felix Yan felixonmars at archlinux.org
Tue May 19 08:09:40 UTC 2020


    Date: Tuesday, May 19, 2020 @ 08:09:35
  Author: felixonmars
Revision: 386169

archrelease: copy trunk to staging-x86_64

Added:
  swell-foop/repos/staging-x86_64/
  swell-foop/repos/staging-x86_64/PKGBUILD
    (from rev 386168, swell-foop/trunk/PKGBUILD)

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

Copied: swell-foop/repos/staging-x86_64/PKGBUILD (from rev 386168, swell-foop/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-19 08:09:35 UTC (rev 386169)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=swell-foop
+pkgver=3.34.1
+pkgrel=2
+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)
+makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
+groups=(gnome-extra)
+_commit=09a2c591c079b5cf6094d30807aae6d367221b05  # tags/3.34.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
+  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