Date: Friday, March 20, 2015 @ 10:36:49 Author: jgc Revision: 234203 upgpkg: aisleriot 3.15.92-1
Disable specific choice for card theme support, requires qt 4.x which we do not want for gnome Modified: aisleriot/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-20 09:28:34 UTC (rev 234202) +++ PKGBUILD 2015-03-20 09:36:49 UTC (rev 234203) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=aisleriot -pkgver=3.14.2 +pkgver=3.15.92 pkgrel=1 pkgdesc="A collection of patience games written in guile scheme" arch=(i686 x86_64) @@ -17,16 +17,15 @@ options=('!emptydirs') install=aisleriot.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('15c9068d7a1c9ec8085431f8418dde6865eb63be82645c110cfddbc51e638f07') +sha256sums=('eae198dc26c7d19ba74a2b0eee96a0f8442360af84d1883fbd210e8c2dc82c6f') build() { cd $pkgname-$pkgver # Workaround TSX bugs on pkgbuild.com - export GLIBC_PTHREAD_MUTEX=none - export GLIBC_PTHREAD_RWLOCK=none + #export GLIBC_PTHREAD_MUTEX=none + #export GLIBC_PTHREAD_RWLOCK=none ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --libexecdir=/usr/lib --disable-static \ - --with-card-theme-formats=all \ --with-kde-card-theme-path=/usr/share/apps/carddecks \ --with-pysol-card-theme-path=/usr/share/PySolFC
