milis/talimatname/genel/c/catfish/talimat

19 lines
637 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
2018-08-16 11:19:05 +02:00
# Paketçi: milisarge
# Gerekler: intltool python3-distutils-extra python3-gobject python3-xdg python3-pexpect python3-cairo python3-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
2018-06-09 19:51:26 +02:00
surum=1.4.5
2018-08-16 11:19:05 +02:00
devir=2
2018-06-09 19:51:26 +02:00
kaynak=(https://launchpad.net/catfish-search/${surum%.*}/$surum/+download/$isim-$surum.tar.gz)
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
2018-08-16 11:19:05 +02:00
python3 setup.py build
python3 setup.py install --root="$PKG" --optimize=1
2017-02-13 11:43:13 +01:00
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
}