catfish
This commit is contained in:
parent
8fff767fae
commit
58df1cbd62
|
@ -1,18 +1,18 @@
|
||||||
# Tanım: Çok yönlü dosya arama aracı
|
# Tanım: Çok yönlü dosya arama aracı
|
||||||
# URL: https://launchpad.net/catfish-search
|
# URL: https://launchpad.net/catfish-search
|
||||||
# Paketçi: yasarciv
|
# Paketçi: milisarge
|
||||||
# Gerekler: intltool python-distutils-extra python-gobject python-xdg python-pexpect python-cairo python3-ptyprocess gtk3 xdg-utils mlocate
|
# Gerekler: intltool python3-distutils-extra python3-gobject python3-xdg python3-pexpect python3-cairo python3-ptyprocess gtk3 xdg-utils mlocate
|
||||||
# Grup: sistem
|
# Grup: sistem
|
||||||
|
|
||||||
isim=catfish
|
isim=catfish
|
||||||
surum=1.4.5
|
surum=1.4.5
|
||||||
devir=1
|
devir=2
|
||||||
kaynak=(https://launchpad.net/catfish-search/${surum%.*}/$surum/+download/$isim-$surum.tar.gz)
|
kaynak=(https://launchpad.net/catfish-search/${surum%.*}/$surum/+download/$isim-$surum.tar.gz)
|
||||||
|
|
||||||
derle() {
|
derle() {
|
||||||
cd ${isim}-$surum
|
cd ${isim}-$surum
|
||||||
python setup.py build
|
python3 setup.py build
|
||||||
python setup.py install --root="$PKG" --optimize=1
|
python3 setup.py install --root="$PKG" --optimize=1
|
||||||
install -d "$PKG/usr/share/pixmaps"
|
install -d "$PKG/usr/share/pixmaps"
|
||||||
ln -s "/usr/share/icons/hicolor/scalable/apps/$isim.svg" "$PKG/usr/share/pixmaps/$isim.svg"
|
ln -s "/usr/share/icons/hicolor/scalable/apps/$isim.svg" "$PKG/usr/share/pixmaps/$isim.svg"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Tanım: Diğer programların otomasyon ve kontrolu için kullanılan python3 kütüphanesi.
|
# Tanım: Diğer programların otomasyon ve kontrolu için kullanılan python3 kütüphanesi.
|
||||||
# URL: http://pexpect.readthedocs.org/en/stable/
|
# URL: http://pexpect.readthedocs.org/en/stable/
|
||||||
# Paketçi: milisarge
|
# Paketçi: milisarge
|
||||||
# Gerekler: python3
|
# Gerekler: python3 python3-setuptools
|
||||||
# Grup: kütüphane
|
# Grup: kütüphane
|
||||||
|
|
||||||
isim=python3-pexpect
|
isim=python3-pexpect
|
||||||
surum=4.2.1
|
surum=4.6.0
|
||||||
devir=1
|
devir=1
|
||||||
kaynak=(https://pypi.python.org/packages/e8/13/d0b0599099d6cd23663043a2a0bb7c61e58c6ba359b2656e6fb000ef5b98/pexpect-$surum.tar.gz)
|
kaynak=(https://files.pythonhosted.org/packages/89/43/07d07654ee3e25235d8cea4164cdee0ec39d1fda8e9203156ebe403ffda4/pexpect-4.6.0.tar.gz)
|
||||||
|
|
||||||
derle() {
|
derle() {
|
||||||
cd "pexpect-$surum"
|
cd "pexpect-$surum"
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Tanım: FreeDesktop standartlarına erişmek için kullanılan Python3 kütüphanesi
|
# Tanım: FreeDesktop standartlarına erişmek için kullanılan Python3 kütüphanesi
|
||||||
# URL: http://freedesktop.org/wiki/Software/pyxdg
|
# URL: http://freedesktop.org/wiki/Software/pyxdg
|
||||||
# Paketçi: geantbrun at gmail dot com
|
# Paketçi: milisarge
|
||||||
# Gerekler: python3
|
# Gerekler: python3 python3-setuptools
|
||||||
# Grup: kütüphane
|
# Grup: kütüphane
|
||||||
|
|
||||||
isim=python3-xdg
|
isim=python3-xdg
|
||||||
surum=0.25
|
surum=0.26
|
||||||
devir=1
|
devir=1
|
||||||
|
|
||||||
kaynak=(http://people.freedesktop.org/~takluyver/pyxdg-$surum.tar.gz)
|
kaynak=(https://files.pythonhosted.org/packages/source/p/pyxdg/pyxdg-${surum}.tar.gz)
|
||||||
|
|
||||||
derle() {
|
derle() {
|
||||||
cd pyxdg-$surum
|
cd pyxdg-$surum
|
||||||
|
|
Loading…
Reference in New Issue