cinn
This commit is contained in:
parent
8e03e67629
commit
6007da49b2
3 changed files with 22 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
# 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: yasarciv
|
||||||
# Gerekler: intltool python-distutils-extra python-gobject python-xdg python-pexpect python-cairo python-ptyprocess gtk3 xdg-utils mlocate
|
# Gerekler: intltool python-distutils-extra python-gobject python-xdg python-pexpect python-cairo pyptyprocess gtk3 xdg-utils mlocate
|
||||||
# Grup: sistem
|
# Grup: sistem
|
||||||
|
|
||||||
isim=catfish
|
isim=catfish
|
||||||
surum=1.4.2
|
surum=1.4.5
|
||||||
devir=1
|
devir=1
|
||||||
kaynak=(https://launchpad.net/catfish-search/${surum%.*}/$surum/+download/$isim-$surum.tar.bz2)
|
kaynak=(https://launchpad.net/catfish-search/${surum%.*}/$surum/+download/$isim-$surum.tar.gz)
|
||||||
|
|
||||||
derle() {
|
derle() {
|
||||||
cd ${isim}-$surum
|
cd ${isim}-$surum
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Tanım: Cinnamon Denetim Merkezi
|
# Tanım: Cinnamon Denetim Merkezi
|
||||||
# URL: https://github.com/linuxmint/cinnamon-control-center
|
# URL: https://github.com/linuxmint/cinnamon-control-center
|
||||||
# Paketçi: Cihan_Alkan
|
# Paketçi: Cihan_Alkan
|
||||||
# Gerekler: glib intltool python-gobject python-pillow pypam docbook-xsl libgnomekbd colord glibmm network-manager-applet cinnamon-settings-daemon cinnamon-translations cinnamon-menus gnome-online-accounts
|
# Gerekler: glib intltool python-gobject python-pillow pypam pyptyprocess python3-pexpect docbook-xsl libgnomekbd colord glibmm network-manager-applet cinnamon-settings-daemon cinnamon-translations cinnamon-menus gnome-online-accounts
|
||||||
# Grup: cinnamon
|
# Grup: cinnamon
|
||||||
|
|
||||||
isim=cinnamon-control-center
|
isim=cinnamon-control-center
|
||||||
|
|
18
talimatname/genel/p/pyptyprocess/talimat
Normal file
18
talimatname/genel/p/pyptyprocess/talimat
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Tanım: Sahte terminal altında altsüreç çalıştırma
|
||||||
|
# URL: https://github.com/pexpect/ptyprocess
|
||||||
|
# Paketçi: milisarge
|
||||||
|
# Gerekler: python python-setuptools python3 python3-setuptools
|
||||||
|
# Grup: kütüphane
|
||||||
|
|
||||||
|
isim=pyptyprocess
|
||||||
|
surum=0.5.2
|
||||||
|
devir=1
|
||||||
|
kaynak=(https://pypi.python.org/packages/source/p/ptyprocess/ptyprocess-$surum.tar.gz)
|
||||||
|
|
||||||
|
derle() {
|
||||||
|
cp -a ptyprocess-$surum{,-py3}
|
||||||
|
cd ptyprocess-$surum
|
||||||
|
python2 setup.py install --root="$PKG/" --prefix=/usr --optimize=0
|
||||||
|
cd $SRC/ptyprocess-$surum-py3
|
||||||
|
python3 setup.py install --root="$PKG/" --prefix=/usr --optimize=0
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue