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

Jan Steffens heftig at gemini.archlinux.org
Fri Jun 17 08:06:26 UTC 2022


    Date: Friday, June 17, 2022 @ 08:06:25
  Author: heftig
Revision: 448935

archrelease: copy trunk to extra-x86_64

Added:
  aisleriot/repos/extra-x86_64/PKGBUILD
    (from rev 448934, aisleriot/trunk/PKGBUILD)
Deleted:
  aisleriot/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-17 08:06:10 UTC (rev 448934)
+++ PKGBUILD	2022-06-17 08:06:25 UTC (rev 448935)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=aisleriot
-pkgver=3.22.23
-pkgrel=1
-pkgdesc="A collection of patience games written in guile scheme"
-url="https://wiki.gnome.org/Apps/Aisleriot"
-arch=(x86_64)
-license=(GPL)
-depends=(guile gtk3 librsvg libcanberra dconf)
-makedepends=(git meson yelp-tools appstream-glib)
-optdepends=('pysolfc: PySol card sets'
-            'pysolfc-cardsets: PySol card sets')
-options=(debug)
-_commit=730f7feb480e1b69cce0a7b333c998db6cf9b4c5  # tags/3.22.23^0
-source=("git+https://gitlab.gnome.org/GNOME/aisleriot.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
-    -D theme_kde=false \
-    -D theme_pysol=true \
-    -D theme_pysol_path=/usr/share/PySolFC
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: aisleriot/repos/extra-x86_64/PKGBUILD (from rev 448934, aisleriot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-17 08:06:25 UTC (rev 448935)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=aisleriot
+pkgver=3.22.23
+pkgrel=2
+pkgdesc="A collection of patience games written in guile scheme"
+url="https://wiki.gnome.org/Apps/Aisleriot"
+arch=(x86_64)
+license=(GPL)
+depends=(guile gtk3 librsvg libcanberra dconf)
+makedepends=(git meson yelp-tools appstream-glib)
+optdepends=('pysolfc: PySol card sets'
+            'pysolfc-cardsets: PySol card sets')
+options=(!debug)  # https://bugs.archlinux.org/task/74486
+_commit=730f7feb480e1b69cce0a7b333c998db6cf9b4c5  # tags/3.22.23^0
+source=("git+https://gitlab.gnome.org/GNOME/aisleriot.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+    -D theme_kde=false \
+    -D theme_pysol=true \
+    -D theme_pysol_path=/usr/share/PySolFC
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list