From 206d6607c80f8a70a340bb8919bab5598d3ce606 Mon Sep 17 00:00:00 2001 From: milisbir Date: Tue, 14 Aug 2018 02:04:18 +0300 Subject: [PATCH] pycups --- talimatname/genel/p/pycups/talimat | 21 ------------------- talimatname/genel/p/python3-pycups/talimat | 17 +++++++++++++++ .../genel/s/system-config-printer/talimat | 2 +- 3 files changed, 18 insertions(+), 22 deletions(-) delete mode 100644 talimatname/genel/p/pycups/talimat create mode 100644 talimatname/genel/p/python3-pycups/talimat diff --git a/talimatname/genel/p/pycups/talimat b/talimatname/genel/p/pycups/talimat deleted file mode 100644 index 283448557..000000000 --- a/talimatname/genel/p/pycups/talimat +++ /dev/null @@ -1,21 +0,0 @@ -# Tanım: Python CUPS Bağlamaları -# URL: http://cyberelk.net/tim/software/pycups/ -# Paketçi: Cihan_Alkan -# Gerekler: python python3 python-setuptools python3-setuptools -# Grup: kütüphane - -isim=pycups -surum=1.9.73 -devir=1 - -kaynak=(http://cyberelk.net/tim/data/${isim}/${isim}-${surum}.tar.bz2) - -derle() { - cp -a ${isim}-${surum} ${isim}-${surum}-python3 - cd ${isim}-${surum} - python2 setup.py build - python2 setup.py install --root="${PKG}" --optimize=1 - cd "${SRC}"/${isim}-${surum}-python3 - python3 setup.py build - python3 setup.py install --root="${PKG}" --optimize=1 -} diff --git a/talimatname/genel/p/python3-pycups/talimat b/talimatname/genel/p/python3-pycups/talimat new file mode 100644 index 000000000..b403bddfb --- /dev/null +++ b/talimatname/genel/p/python3-pycups/talimat @@ -0,0 +1,17 @@ +# Tanım: Python CUPS Bağlamaları +# URL: http://cyberelk.net/tim/software/pycups/ +# Paketçi: Cihan_Alkan +# Gerekler: python3 python3-setuptools cups +# Grup: kütüphane + +isim=python3-pycups +surum=1.9.73 +devir=2 + +kaynak=(http://cyberelk.net/tim/data/pycups/pycups-${surum}.tar.bz2) + +derle() { + cd pycups-${surum} + python3 setup.py build + python3 setup.py install --root="${PKG}" --optimize=1 +} diff --git a/talimatname/genel/s/system-config-printer/talimat b/talimatname/genel/s/system-config-printer/talimat index 597497ffc..e550863b9 100644 --- a/talimatname/genel/s/system-config-printer/talimat +++ b/talimatname/genel/s/system-config-printer/talimat @@ -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 pycups pydbus pycurl libnotify pyrequests python3-gobject gtk3 python3-cairo +# Gerekler: intltool xmlto docbook-xsl desktop-file-utils pychardet pycertifi pyidna libsecret python3-pycups pydbus pycurl libnotify pyrequests python3-gobject gtk3 python3-cairo # Grup: sistem isim=system-config-printer