milis/talimatname/genel/c/catfish/talimat

19 lines
629 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Çok yönlü dosya arama aracı
2017-03-22 08:15:51 +01:00
# URL: https://launchpad.net/catfish-search
2017-12-24 00:52:58 +01:00
# Paketçi: yasarciv
2017-10-27 20:46:27 +02:00
# Gerekler: intltool python-distutils-extra python-gobject python-xdg python-pexpect python-cairo python-ptyprocess gtk3 xdg-utils mlocate
2017-12-24 00:47:53 +01:00
# Grup: sistem
2017-02-13 11:43:13 +01:00
2017-10-28 14:10:23 +02:00
isim=catfish
surum=1.4.2
devir=1
2017-12-24 00:47:53 +01:00
kaynak=(https://launchpad.net/catfish-search/${surum%.*}/$surum/+download/$isim-$surum.tar.bz2)
2017-02-13 11:43:13 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd ${isim}-$surum
2017-02-13 11:43:13 +01:00
python setup.py build
python setup.py install --root="$PKG" --optimize=1
install -d "$PKG/usr/share/pixmaps"
2017-10-28 14:10:23 +02:00
ln -s "/usr/share/icons/hicolor/scalable/apps/$isim.svg" "$PKG/usr/share/pixmaps/$isim.svg"
2017-02-13 11:43:13 +01:00
}