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

Jan Steffens heftig at archlinux.org
Thu Mar 25 23:51:40 UTC 2021


    Date: Thursday, March 25, 2021 @ 23:51:39
  Author: heftig
Revision: 411026

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-25 23:51:30 UTC (rev 411025)
+++ PKGBUILD	2021-03-25 23:51:39 UTC (rev 411026)
@@ -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.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
-}

Copied: swell-foop/repos/extra-x86_64/PKGBUILD (from rev 411025, swell-foop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-25 23:51:39 UTC (rev 411026)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=swell-foop
+pkgver=40.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 libgnome-games-support libgee)
+makedepends=(yelp-tools appstream-glib vala git meson)
+groups=(gnome-extra)
+_commit=514f30f20c7a123e7a5d32989c7ea3abd7c11d0a  # tags/40.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
+  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