[arch-commits] Commit in aisleriot/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Mon Oct 22 21:26:18 UTC 2018
Date: Monday, October 22, 2018 @ 21:26:18
Author: heftig
Revision: 337092
archrelease: copy trunk to extra-x86_64
Added:
aisleriot/repos/extra-x86_64/PKGBUILD
(from rev 337091, aisleriot/trunk/PKGBUILD)
Deleted:
aisleriot/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 104 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-22 21:26:09 UTC (rev 337091)
+++ PKGBUILD 2018-10-22 21:26:18 UTC (rev 337092)
@@ -1,52 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=aisleriot
-pkgver=3.22.6
-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=(appdata-tools gnome-common git)
-optdepends=('libkdegames: KDE card sets'
- 'pysolfc: PySol card sets'
- 'pysolfc-cardsets: PySol card sets')
-options=(!emptydirs)
-_commit=0bccad236d311a51995eed018a4563ad79b1a9e3 # tags/3.22.6^0
-source=("git+https://gitlab.gnome.org/GNOME/aisleriot.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $pkgname
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --libexecdir=/usr/lib \
- --disable-static \
- --with-platform=gtk-only \
- --with-kde-card-theme-path=/usr/share/carddecks \
- --with-pysol-card-theme-path=/usr/share/PySolFC
-
- # https://bugzilla.gnome.org/show_bug.cgi?id=655517
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- make
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
Copied: aisleriot/repos/extra-x86_64/PKGBUILD (from rev 337091, aisleriot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-10-22 21:26:18 UTC (rev 337092)
@@ -0,0 +1,52 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=aisleriot
+pkgver=3.22.7
+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=(appdata-tools gnome-common git)
+optdepends=('libkdegames: KDE card sets'
+ 'pysolfc: PySol card sets'
+ 'pysolfc-cardsets: PySol card sets')
+options=(!emptydirs)
+_commit=3d401f588bec77a85b0e4a1bdff99b1e745a13ca # tags/3.22.7^0
+source=("git+https://gitlab.gnome.org/GNOME/aisleriot.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --libexecdir=/usr/lib \
+ --disable-static \
+ --with-platform=gtk-only \
+ --with-kde-card-theme-path=/usr/share/carddecks \
+ --with-pysol-card-theme-path=/usr/share/PySolFC
+
+ # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list