talimat 992 B

12345678910111213141516171819202122232425262728293031
  1. # Tanım: Gthumb temelli resim görüntüleyici ve tarayıcı.
  2. # URL: https://github.com/linuxmint/pix
  3. # Paketçi: Cihan_Alkan
  4. # Gerekler: gnome-common yelp-tools desktop-file-utils gconf librsvg clutter-gtk gsettings-desktop-schemas libwebp webkitgtk2
  5. # Grup: medya
  6. isim=pix
  7. surum=1.6.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. gnome-autogen.sh --prefix="/usr" \
  13. --localstatedir="/var" \
  14. --libexecdir="/usr/lib/$isim" \
  15. -disable-static
  16. if [ -d 'tests/$(top_srcdir)/' ]
  17. then
  18. cp 'tests/$(top_srcdir)/pix/.deps/dom_test-dom.Po' "pix/.deps/"
  19. cp 'tests/$(top_srcdir)/pix/.deps/glib_utils_test-glib-utils.Po' "pix/.deps/"
  20. cp 'tests/$(top_srcdir)/pix/.deps/gsignature_test-gsignature.Po' "pix/.deps/"
  21. cp 'tests/$(top_srcdir)/pix/.deps/oauth_test-gsignature.Po' "pix/.deps/"
  22. fi
  23. make
  24. make DESTDIR=$PKG install
  25. rm -rf $PKG/usr/share/help
  26. }