From 7263a22d3059eae96450801412bd330963852284 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 11 Jan 2020 15:50:14 +0000 Subject: [PATCH] perl-AnyEvent-I3:Rebuild for new toolchain --- .../language/perl/perl-AnyEvent-I3/actions.py | 12 ++++------- .../language/perl/perl-AnyEvent-I3/pspec.xml | 20 ++++++++++++++----- .../perl/perl-AnyEvent-I3/translations.xml | 2 +- 3 files changed, 20 insertions(+), 14 deletions(-) diff --git a/programming/language/perl/perl-AnyEvent-I3/actions.py b/programming/language/perl/perl-AnyEvent-I3/actions.py index 5700c9a0c9..0508b1e90a 100644 --- a/programming/language/perl/perl-AnyEvent-I3/actions.py +++ b/programming/language/perl/perl-AnyEvent-I3/actions.py @@ -5,10 +5,8 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import perlmodules -from pisi.actionsapi import get from pisi.actionsapi import pisitools - -WorkDir="AnyEvent-I3-%s" % get.srcVERSION() +from pisi.actionsapi import get def setup(): perlmodules.configure() @@ -16,12 +14,10 @@ def setup(): def build(): perlmodules.make() -#def check(): -# perlmodules.make("test") +def check(): + perlmodules.make("test") def install(): perlmodules.install() - #pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), "examples") - pisitools.dodoc("Changes", "README") - + pisitools.dodoc("Changes", "README") \ No newline at end of file diff --git a/programming/language/perl/perl-AnyEvent-I3/pspec.xml b/programming/language/perl/perl-AnyEvent-I3/pspec.xml index e293602094..5dbdd5d9b6 100644 --- a/programming/language/perl/perl-AnyEvent-I3/pspec.xml +++ b/programming/language/perl/perl-AnyEvent-I3/pspec.xml @@ -1,5 +1,5 @@ - + perl-AnyEvent-I3 @@ -9,23 +9,26 @@ suvari@pisilinux.org GPL + programming.language.perl library This module connects to the i3 window manager using the UNIX socket based IPC interface it provides. - This module connects to the i3 window manager using the UNIX socket based -IPC interface it provides (if enabled in the configuration file). You can -then subscribe to events or send messages and receive their replies. + This module connects to the i3 window manager using the UNIX socket based IPC interface it provides (if enabled in the configuration file). You can then subscribe to events or send messages and receive their replies. https://cpan.metacpan.org/authors/id/M/MS/MSTPLBG/AnyEvent-I3-0.17.tar.gz perl perl-Event + + perl-JSON-XS + perl-AnyEvent perl-AnyEvent-I3 + This module connects to the i3 window manager using the UNIX socket based IPC interface it provides. perl - perl-Event + perl-JSON-XS perl-AnyEvent @@ -36,6 +39,13 @@ then subscribe to events or send messages and receive their replies. + + 2020-01-02 + 0.17 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + 2019-06-21 0.17 diff --git a/programming/language/perl/perl-AnyEvent-I3/translations.xml b/programming/language/perl/perl-AnyEvent-I3/translations.xml index 5bf3b982ac..059a705b39 100644 --- a/programming/language/perl/perl-AnyEvent-I3/translations.xml +++ b/programming/language/perl/perl-AnyEvent-I3/translations.xml @@ -5,4 +5,4 @@ Bu modül, sağladığı UNIX soket tabanlı IPC arabirimini kullanarak i3 pencere yöneticisine bağlanır. Bu modül, sağladığı UNIX soket tabanlı IPC arabirimini kullanarak (yapılandırma dosyasında etkinse) i3 pencere yöneticisine bağlanır. Daha sonra etkinliklere abone olabilir veya mesaj gönderebilir ve cevaplarını alabilirsiniz. - + \ No newline at end of file