[arch-commits] Commit in swell-foop/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Mar 15 21:48:28 UTC 2019
Date: Friday, March 15, 2019 @ 21:48:28
Author: heftig
Revision: 348411
archrelease: copy trunk to extra-x86_64
Added:
swell-foop/repos/extra-x86_64/PKGBUILD
(from rev 348403, swell-foop/trunk/PKGBUILD)
Deleted:
swell-foop/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-15 21:48:28 UTC (rev 348410)
+++ PKGBUILD 2019-03-15 21:48:28 UTC (rev 348411)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=swell-foop
-pkgver=3.30.0
-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=307b6e3dca3394d0f30078ab864936625ba09eee # tags/3.30.0^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
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: swell-foop/repos/extra-x86_64/PKGBUILD (from rev 348403, swell-foop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-03-15 21:48:28 UTC (rev 348411)
@@ -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.32.0
+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=5b7aa1d6d50e4c4c777dd44468b8a368917b2ce5 # tags/3.32.0^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
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list