This commit is contained in:
milisbir 2018-08-15 16:05:05 +03:00
parent f2f335f2ac
commit bc604fe43f
6 changed files with 34 additions and 27 deletions

View File

@ -1,7 +1,7 @@
# Tanım: CPU frekans limitlerini ayarlamak için bir GUI yardımcı programı
# URL: https://gitlab.com/vagnum08/cpupower-gui
# Paketçi: Cihan_Alkan
# Gerekler: python3 gtk3 hicolor-icon-theme polkit pydbus autoconf-archive
# Gerekler: python3 gtk3 hicolor-icon-theme polkit python3-pydbus autoconf-archive
# Grup: sistem
isim=cpupower-gui

View File

@ -1,7 +1,7 @@
# Tanım: Linux sistemleri için basit ama işlevsel bir masaüstü kaydedici.
# URL: https://github.com/foss-project/green-recorder
# Paketçi: Oltulu
# Gerekler: pydbus python-gobject ffmpeg python-setuptools
# Paketçi: Cihan_Alkan
# Gerekler: python-pydbus python-gobject ffmpeg python-setuptools
# Grup: medya sistem
isim=green-recorder

View File

@ -1,23 +0,0 @@
# Tanım: Pythonic DBus kitaplığı
# URL: https://github.com/LEW21/pydbus
# Paketçi: Oltulu
# Gerekler: python python3 python-setuptools python3-setuptools
# Grup: kütüphane
isim=pydbus
surum=0.6.0
devir=1
kaynak=(https://github.com/LEW21/pydbus/archive/v$surum.tar.gz::${isim}-${surum}.tar.gz)
derle() {
cd $SRC/pydbus-$surum
python3 setup.py \
install \
--root="${PKG}" \
--optimize=1
python2 setup.py \
install \
--root="${PKG}" \
--optimize=1
}

View File

@ -0,0 +1,15 @@
# Tanım: Pythonic DBus kitaplığı
# URL: https://github.com/LEW21/pydbus
# Paketçi: milisarge
# Gerekler: python python-setuptools
# Grup: kütüphane
isim=python-pydbus
surum=0.6.0
devir=1
kaynak=(https://github.com/LEW21/pydbus/archive/v$surum.tar.gz::${pydbus}-${surum}.tar.gz)
derle() {
cd $SRC/pydbus-$surum
python2 setup.py install --root="${PKG}" --optimize=1
}

View File

@ -0,0 +1,15 @@
# Tanım: Pythonic DBus kitaplığı
# URL: https://github.com/LEW21/pydbus
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools
# Grup: kütüphane
isim=python3-pydbus
surum=0.6.0
devir=1
kaynak=(https://github.com/LEW21/pydbus/archive/v$surum.tar.gz::${pydbus}-${surum}.tar.gz)
derle() {
cd $SRC/pydbus-$surum
python3 setup.py install --root="${PKG}" --optimize=1
}

View File

@ -1,7 +1,7 @@
# Tanım: Bir CUPS yazıcı yapılandırma aracı ve durum uygulaması
# URL: https://github.com/zdohnal/system-config-printer
# Packager: Cihan_Alkan
# Gerekler: intltool xmlto docbook-xsl desktop-file-utils pychardet pycertifi pyidna libsecret python3-pycups pydbus python3-curl libnotify python3-requests python3-gobject gtk3 python3-cairo
# Gerekler: intltool xmlto docbook-xsl desktop-file-utils pychardet pycertifi pyidna libsecret python3-pycups python3-pydbus python3-curl libnotify python3-requests python3-gobject gtk3 python3-cairo
# Grup: sistem
isim=system-config-printer