milis/talimatname/genel/c/catfish/talimat

19 lines
638 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
name=catfish
version=1.4.2
release=1
source=( https://launchpad.net/catfish-search/${version%.*}/$version/+download/$name-$version.tar.bz2)
derle() {
cd ${name}-$version
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/$name.svg" "$PKG/usr/share/pixmaps/$name.svg"
}