1234567891011121314151617181920212223 |
- # Tanım: PDF ve Postscript gibi dosyalar için belge görüntüleyici. X-Apps Projesi.
- # URL: https://github.com/linuxmint/xreader
- # Paketçi: yasarciv67
- # Gerekler: gobject-introspection djvulibre gtk3 libgxps poppler-glib libsecret libspectre libtiff mate-common yelp-tools xapps webkit2gtk3
- # Grup: ofis
- isim=xreader
- surum=2.0.2
- devir=1
- kaynak=(https://github.com/linuxmint/$isim/archive/$surum.tar.gz::$isim-$surum.tar.gz)
- derle() {
- cd $isim-$surum
- ./autogen.sh --prefix="/usr" \
- --localstatedir="/var" \
- --libexecdir="/usr/lib/$isim" \
- --disable-caja --disable-nemo \
- --enable-introspection \
- --enable-t1lib
- make
- make DESTDIR=$PKG install
- }
|