2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Guile şemasında yazılmış sabır oyunları topluluğu
|
2017-07-30 12:30:55 +02:00
|
|
|
|
# URL: https://wiki.gnome.org/Apps/Aisleriot
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: yasarciv67@gmail.com
|
|
|
|
|
# Gerekler: intltool itstool docbook-xsl yelp-tools appstream-glib gnome-common gtk3 librsvg libcanberra gconf dconf tdb desktop-file-utils guile
|
2018-07-19 17:45:36 +02:00
|
|
|
|
# Grup: oyun
|
2017-07-30 12:30:55 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=aisleriot
|
|
|
|
|
surum=3.22.2
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
|
2017-07-30 12:30:55 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2017-07-30 12:30:55 +02:00
|
|
|
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
|
|
|
|
--libexecdir=/usr/lib --disable-static \
|
|
|
|
|
--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
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|