milis/talimatname/genel/a/atril/talimat

31 lines
780 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: MATE belge görüntüleyici
2017-06-23 13:09:15 +02:00
# URL: http://mate-desktop.org
2018-06-08 23:55:11 +02:00
# Paketçi: yasarciv67
# Gerekler: caja caja-extensions gobject-introspection intltool itstool djvulibre libspectre poppler-glib webkit2gtk3 libunwind
2018-07-19 17:43:35 +02:00
# Grup: ofis
2017-01-24 00:43:48 +01:00
2017-10-28 14:10:23 +02:00
isim=atril
2018-06-08 23:55:11 +02:00
surum=1.20.1
2017-10-28 14:10:23 +02:00
devir=1
kaynak=(http://pub.mate-desktop.org/releases/${surum%.*}/$isim-$surum.tar.xz)
2017-01-24 00:43:48 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2018-06-08 23:55:11 +02:00
cd $isim-$surum
./configure \
2017-01-24 00:43:48 +01:00
--prefix=/usr \
2017-10-28 14:10:23 +02:00
--libexecdir=/usr/lib/${isim} \
2017-01-24 00:43:48 +01:00
--with-gtk=2.0 \
--enable-djvu \
--enable-dvi \
--enable-epub \
--enable-t1lib \
--enable-pixbuf \
--enable-comics \
--enable-xps \
2017-06-23 13:09:15 +02:00
--enable-introspection
2018-06-08 23:55:11 +02:00
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
2017-01-24 00:43:48 +01:00
}