# $Id: PKGBUILD 188075 2013-06-08 11:18:20Z bpiotrowski $ # Maintainer: Jan Alexander Steffens (heftig) pkgname=aisleriot pkgver=3.8.0 pkgrel=1 pkgdesc="A collection of patience games written in guile scheme" arch=(i686 x86_64) license=(GPL) url="http://www.gnome.org" groups=('gnome-extra') depends=(guile gtk3 librsvg libcanberra gconf hicolor-icon-theme dconf) makedepends=(intltool itstool docbook-xsl yelp-tools desktop-file-utils) optdepends=('libkdegames: KDE card sets' 'pysolfc: PySol card sets' 'pysolfc-cardsets: PySol card sets') options=('!emptydirs' '!libtool') install=aisleriot.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz) sha256sums=('14954fe77fa953b20f5385292743857f79efd45e8b75fb06807e7cf17f9db004') build() { cd $pkgname-$pkgver ./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 # 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-$pkgver make DESTDIR="$pkgdir" install GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install -m755 -d "$pkgdir/usr/share/gconf/schemas" gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \ --domain aisleriot "$pkgdir"/etc/gconf/schemas/*.schemas rm -f "$pkgdir"/etc/gconf/schemas/*.schemas }