[arch-commits] Commit in swell-foop/repos (2 files)

Jan Steffens heftig at archlinux.org
Wed Mar 14 19:01:51 UTC 2018


    Date: Wednesday, March 14, 2018 @ 19:01:49
  Author: heftig
Revision: 319032

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  swell-foop/repos/gnome-unstable-x86_64/
  swell-foop/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 319031, swell-foop/trunk/PKGBUILD)

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

Copied: swell-foop/repos/gnome-unstable-x86_64/PKGBUILD (from rev 319031, swell-foop/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-03-14 19:01:49 UTC (rev 319032)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=swell-foop
+pkgver=3.28.0+2+g434fa58
+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)
+makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
+groups=(gnome-extra)
+_commit=434fa580dc923c5686fc8bffc36c6a861a996ba3  # master
+source=("git+https://git.gnome.org/browse/swell-foop#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() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list