Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / gnome-sudoku
Commits:
cd726676 by Jan Alexander Steffens (heftig) at 2024-06-09T18:31:37+02:00
46.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gnome-sudoku
pkgdesc = Test your logic skills in this number grid puzzle
- pkgver = 46.0
+ pkgver = 46.2
pkgrel = 1
url = https://wiki.gnome.org/Apps/Sudoku
arch = x86_64
@@ -10,12 +10,20 @@ pkgbase = gnome-sudoku
makedepends = meson
makedepends = vala
makedepends = yelp-tools
+ depends = cairo
+ depends = dconf
+ depends = gcc-libs
+ depends = glib2
+ depends = glibc
+ depends = graphene
depends = gtk4
+ depends = hicolor-icon-theme
depends = json-glib
depends = libadwaita
depends = libgee
+ depends = pango
depends = qqwing
- source =
git+https://gitlab.gnome.org/GNOME/gnome-sudoku.git#commit=ca77a11feb3301adee5ccb1d45432bf4dc46badb
- b2sums = SKIP
+ source = git+https://gitlab.gnome.org/GNOME/gnome-sudoku.git#tag=46.2
+ b2sums =
18000f03e020bb8af643969ef6a5ebb16c8d0b4f16d7c365add2762becc9e8711e846fa91a4ebf23207a9c31cceb29d4f7067ce1ee376b7d98c3068a9a732219
pkgname = gnome-sudoku
=====================================
PKGBUILD
=====================================
@@ -2,17 +2,25 @@
# Contributor: Jan de Groot <[email protected]>
pkgname=gnome-sudoku
-pkgver=46.0
+pkgver=46.2
pkgrel=1
pkgdesc="Test your logic skills in this number grid puzzle"
url="https://wiki.gnome.org/Apps/Sudoku"
arch=(x86_64)
license=(GPL-3.0-or-later)
depends=(
+ cairo
+ dconf
+ gcc-libs
+ glib2
+ glibc
+ graphene
gtk4
+ hicolor-icon-theme
json-glib
libadwaita
libgee
+ pango
qqwing
)
makedepends=(
@@ -22,14 +30,8 @@ makedepends=(
yelp-tools
)
groups=(gnome-extra)
-_commit=ca77a11feb3301adee5ccb1d45432bf4dc46badb # tags/46.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-sudoku.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+https://gitlab.gnome.org/GNOME/gnome-sudoku.git#tag=${pkgver/[a-z]/.&}")
+b2sums=('18000f03e020bb8af643969ef6a5ebb16c8d0b4f16d7c365add2762becc9e8711e846fa91a4ebf23207a9c31cceb29d4f7067ce1ee376b7d98c3068a9a732219')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-sudoku/-/commit/cd726676e83da92013afd1510e63377746f4f3f0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-sudoku/-/commit/cd726676e83da92013afd1510e63377746f4f3f0
You're receiving this email because of your account on gitlab.archlinux.org.