Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
puzzles


Commits:
bc525338 by Antonio Rojas at 2024-02-07T09:11:22+01:00
upgpkg: 20240103-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,20 @@
+pkgbase = puzzles
+       pkgdesc = Simon Tatham's Portable Puzzle Collection
+       pkgver = 20240103
+       pkgrel = 1
+       url = https://www.chiark.greenend.org.uk/~sgtatham/puzzles/
+       arch = x86_64
+       license = MIT
+       makedepends = cmake
+       makedepends = halibut
+       makedepends = imagemagick
+       depends = cairo
+       depends = gdk-pixbuf2
+       depends = glib2
+       depends = glibc
+       depends = gtk3
+       depends = pango
+       source = 
https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-20240103.7a93ae5.tar.gz
+       sha256sums = 
d694ebb9217e2a5d70a93148698607aef6c3f69fa4fb53c66b93e95788ef8049
+
+pkgname = puzzles


=====================================
PKGBUILD
=====================================
@@ -4,17 +4,24 @@
 # Contributor: schuay <[email protected]>
 
 pkgname=puzzles
-pkgver=20230624
+pkgver=20240103
 pkgrel=1
-_commit=1d56527
+_commit=7a93ae5
 pkgdesc="Simon Tatham's Portable Puzzle Collection"
 arch=(x86_64)
 url='https://www.chiark.greenend.org.uk/~sgtatham/puzzles/'
 license=(MIT)
-depends=(gtk3)
-makedepends=(cmake imagemagick)
+depends=(cairo
+         gdk-pixbuf2
+         glib2
+         glibc
+         gtk3
+         pango)
+makedepends=(cmake
+             halibut
+             imagemagick)
 
source=(https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-$pkgver.$_commit.tar.gz)
-sha256sums=('924c3efd8ab0570c1619041bc6f22aaa8d601dbd32e875af8b9fdf3515e9ddf7')
+sha256sums=('d694ebb9217e2a5d70a93148698607aef6c3f69fa4fb53c66b93e95788ef8049')
 
 build() {
   cmake -B build -S puzzles-$pkgver.$_commit \
@@ -25,7 +32,5 @@ build() {
 
 package() {
   DESTDIR="$pkgdir" cmake --install build
-
   install -Dm644 puzzles-$pkgver.$_commit/LICENCE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 puzzles-$pkgver.$_commit/html/*.html -t 
"$pkgdir"/usr/share/doc/$pkgname
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/puzzles/-/commit/bc5253382faff27a11ff686dfca2e5cdb2a0f404

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


Reply via email to