milis/talimatname/genel/c/catfish/talimat

19 lines
626 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Çok yönlü dosya arama aracı
# URL: https://launchpad.net/catfish-search
# Paketçi: milisarge yasarciv
# Gerekler: intltool python-distutils-extra python-gobject python-xdg python-pexpect python-cairo python-ptyprocess gtk3 xdg-utils mlocate
isim=catfish
surum=1.4.2
devir=1
kaynak=( https://launchpad.net/catfish-search/${surum%.*}/$surum/+download/$isim-$surum.tar.bz2)
derle() {
cd ${isim}-$surum
python setup.py build
python setup.py install --root="$PKG" --optimize=1
install -d "$PKG/usr/share/pixmaps"
ln -s "/usr/share/icons/hicolor/scalable/apps/$isim.svg" "$PKG/usr/share/pixmaps/$isim.svg"
}