From 8b5802917abddd3a40a6e1989da9d2a6598ce980 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 18 Jan 2020 00:11:13 +0300 Subject: [PATCH] notify-python:rebuilt --- programming/language/python/notify-python/actions.py | 7 ++++--- programming/language/python/notify-python/pspec.xml | 11 ++++++++++- .../language/python/notify-python/translations.xml | 4 ++-- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/programming/language/python/notify-python/actions.py b/programming/language/python/notify-python/actions.py index c0d2625696..fd5c5dd24e 100755 --- a/programming/language/python/notify-python/actions.py +++ b/programming/language/python/notify-python/actions.py @@ -12,14 +12,15 @@ from pisi.actionsapi import get def setup(): # Remove .c file to be regenerated from .defs file shelltools.unlink("src/pynotify.c") - + # suppress c compiler warnings + pisitools.cflags.add("-Wno-deprecated-declarations -Wno-implicit-function-declaration") autotools.autoreconf("-fi") autotools.configure() - + # fix unused direct dependency analysis pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) \ No newline at end of file diff --git a/programming/language/python/notify-python/pspec.xml b/programming/language/python/notify-python/pspec.xml index ec3ebe24de..c25f812af5 100755 --- a/programming/language/python/notify-python/pspec.xml +++ b/programming/language/python/notify-python/pspec.xml @@ -9,6 +9,7 @@ admins@pisilinux.org GPLv2 + programming.language.python app:console Python bindings for libnotify notify-python are Python bindings for the Galago project's notification library libnotify. @@ -28,6 +29,7 @@ notify-python + Python bindings for libnotify atk gtk2 @@ -48,6 +50,13 @@ + + 2020-01-17 + 0.1.1 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + 2018-08-29 0.1.1 @@ -77,4 +86,4 @@ alihan@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/python/notify-python/translations.xml b/programming/language/python/notify-python/translations.xml index f8d09c24a7..3e6885ab61 100755 --- a/programming/language/python/notify-python/translations.xml +++ b/programming/language/python/notify-python/translations.xml @@ -2,9 +2,9 @@ notify-python + libnotify'ın Python bağlayıcıları  Galago programlar arası duruş/görünüm bilgisini iletecek şekilde dizayn edilmiş bir masaüstü görüntü çerçevesidir. Daha basitçe açıklamak gerekirse, bir anlık ileti programından (gaim gibi) veya benzeri başka programlardan kimlerin çevrimiçi, boş/uzakta olduğu bilgisini alıp diğer programların (örn. Evolution) bu bilgiyi kullanmasını sağlar. Galago est un framework (cadre de développement) de présence bureautique, conçu pour transmettre des informations de présences entre programmes. Pour faire simple, il recense les présents et agrège les informations concernant leur état depuis un logiciel de messagerie instantannée (tel que gaim) ou de programmes similaires et permet à d'autre logiciels (tels que Evolution) d'avoir accès à cette information. - libnotify'ın Python bağlayıcıları Galego es un entorno de presencia de escritorio, diseñado para transmitir informaciones entre programas. En términos sencillos: Puede tomar información sobre quien está en linea, y el estado ausente/inactivo de un programa de mensajería instantánea, como pidgin o similar, y pasar la información a otros programas (ejemplo Evolution) para hacer uso de ello. - + \ No newline at end of file