2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Çok panelli sekmeli dosya yöneticisi
|
2017-04-17 13:09:38 +02:00
|
|
|
|
# URL: http://ignorantguru.github.com/spacefm/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: Maximilian Dietrich, dxm at openmailbox dot org
|
|
|
|
|
# Gerekler: gtk2 eudev shared-mime-info desktop-file-utils xorg-libxdamage
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=spacefm
|
|
|
|
|
surum=1.0.5
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://github.com/IgnorantGuru/$isim/archive/$surum.tar.gz
|
2017-05-10 12:42:59 +02:00
|
|
|
|
https://github.com/BwackNinja/spacefm/commit/f167b2831bc2556fc383cf30ae6ce4d117b67c04.patch)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2016-02-24 01:27:23 +01:00
|
|
|
|
patch -p1 < $SRC/f167b2831bc2556fc383cf30ae6ce4d117b67c04.patch
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--mandir=/usr/man \
|
|
|
|
|
--disable-nls \
|
|
|
|
|
--disable-startup-notifications \
|
|
|
|
|
--with-gtk2
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG \
|
|
|
|
|
install
|
|
|
|
|
}
|