19 lines
637 B
Plaintext
19 lines
637 B
Plaintext
# Tanım: Çok yönlü dosya arama aracı
|
||
# URL: https://launchpad.net/catfish-search
|
||
# Paketçi: milisarge
|
||
# Gerekler: intltool python3-distutils-extra python3-gobject python3-xdg python3-pexpect python3-cairo python3-ptyprocess gtk3 xdg-utils mlocate
|
||
# Grup: sistem
|
||
|
||
isim=catfish
|
||
surum=1.4.5
|
||
devir=2
|
||
kaynak=(https://launchpad.net/catfish-search/${surum%.*}/$surum/+download/$isim-$surum.tar.gz)
|
||
|
||
derle() {
|
||
cd ${isim}-$surum
|
||
python3 setup.py build
|
||
python3 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"
|
||
}
|