pydbus
This commit is contained in:
parent
f2f335f2ac
commit
bc604fe43f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue