talimat 667 B

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