Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages / 
swell-foop


Commits:
0cadcca3 by Fabian Bornschein at 2024-01-28T13:58:12+01:00
upgpkg: 46alpha-1: gnome-unstable

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,25 @@
+pkgbase = swell-foop
+       pkgdesc = Clear the screen by removing groups of colored and shaped 
tiles
+       pkgver = 46alpha
+       pkgrel = 1
+       url = https://wiki.gnome.org/Apps/Swell%20Foop
+       arch = x86_64
+       groups = gnome-extra
+       license = GPL-2.0-or-later
+       makedepends = appstream-glib
+       makedepends = git
+       makedepends = meson
+       makedepends = vala
+       makedepends = yelp-tools
+       depends = cairo
+       depends = dconf
+       depends = glib2
+       depends = gtk4
+       depends = hicolor-icon-theme
+       depends = libgee
+       depends = libgnome-games-support-2
+       depends = pango
+       source = 
git+https://gitlab.gnome.org/GNOME/swell-foop.git#commit=2818d8582e93a654eb5b56b8913c32216940878a
+       sha256sums = SKIP
+
+pkgname = swell-foop


=====================================
PKGBUILD
=====================================
@@ -1,23 +1,39 @@
 # Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
+# Maintainer: Fabian Bornschein <fabisc...@archlinux.org>
 # Contributor: Jan de Groot <j...@archlinux.org>
 
 pkgname=swell-foop
-pkgver=41.1
+pkgver=46alpha
 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)
+license=(GPL-2.0-or-later)
+depends=(
+  cairo
+  dconf
+  glib2
+  gtk4
+  hicolor-icon-theme
+  libgee
+  libgnome-games-support-2
+  pango
+)
+makedepends=(
+  appstream-glib
+  git
+  meson
+  vala
+  yelp-tools
+)
 groups=(gnome-extra)
-_commit=f89d9cfe7c4b73ae37cf5ed0a6bdc9060365e55d  # tags/41.1^0
+_commit=2818d8582e93a654eb5b56b8913c32216940878a  # tags/46.alpha^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'
+  git describe --tags | sed -r 
's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/swell-foop/-/commit/0cadcca30ad25a59e53c1872d88039a84e4a421b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/swell-foop/-/commit/0cadcca30ad25a59e53c1872d88039a84e4a421b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to