[arch-commits] Commit in aisleriot/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Sep 30 16:22:19 UTC 2015


    Date: Wednesday, September 30, 2015 @ 18:22:19
  Author: heftig
Revision: 247918

Fix KDE cards path FS#46498

Modified:
  aisleriot/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-30 15:11:57 UTC (rev 247917)
+++ PKGBUILD	2015-09-30 16:22:19 UTC (rev 247918)
@@ -3,7 +3,7 @@
 
 pkgname=aisleriot
 pkgver=3.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A collection of patience games written in guile scheme"
 arch=(i686 x86_64)
 license=(GPL)
@@ -26,7 +26,7 @@
   #export GLIBC_PTHREAD_RWLOCK=none
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
     --libexecdir=/usr/lib --disable-static \
-    --with-kde-card-theme-path=/usr/share/apps/carddecks \
+    --with-kde-card-theme-path=/usr/share/carddecks \
     --with-pysol-card-theme-path=/usr/share/PySolFC
 
 



More information about the arch-commits mailing list