talimat 652 B

12345678910111213141516171819202122232425262728
  1. # Tanım: Hafif resim görüntüleyici
  2. # URL: https://lxde.org/
  3. # Paketçi: Cihan_Alkan
  4. # Gerekler: gtk3 intltool
  5. # Grup: medya
  6. isim=gpicview
  7. surum=0.2.5
  8. devir=1
  9. kaynak=(https://downloads.sourceforge.net/lxde/$isim-$surum.tar.xz
  10. 0001-Fix-displaying-images-with-GTK3.patch)
  11. derle() {
  12. cd $isim-$surum
  13. # Fix displaying images with GTK3
  14. # https://sourceforge.net/p/lxde/patches/542/
  15. patch -Np1 -i ../0001-Fix-displaying-images-with-GTK3.patch
  16. # Apply only one main category
  17. sed -i '/^Categories=/ s/Utility;//' gpicview.desktop.in
  18. ./configure --sysconfdir=/etc --prefix=/usr --enable-gtk3
  19. make
  20. make DESTDIR="$PKG" install
  21. }