milis/talimatname/genel/a/atril/talimat

33 lines
845 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
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: caja caja-extensions gobject-introspection intltool itstool djvulibre libspectre poppler-glib webkitgtk2
2017-12-22 22:59:36 +01:00
# Grup: ofis_düzenleme
2017-01-24 00:43:48 +01:00
2017-10-28 14:10:23 +02:00
isim=atril
2018-02-10 01:27:03 +01:00
surum=1.20.0
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() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-01-24 00:43:48 +01:00
./configure \
--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
#https://bugzilla.gnome.org/show_bug.cgi?id=656231
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
2017-01-24 00:43:48 +01:00
make
make DESTDIR=$PKG install
2017-06-23 13:09:15 +02:00
2017-01-24 00:43:48 +01:00
}