From 9c71da187bfa3982ee00a7be4fac94a22871c61d Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sun, 8 Jan 2023 04:27:41 +0300 Subject: [PATCH] perl-Gtk2-AppIndicator --- .../perl/perl-Gtk2-AppIndicator/actions.py | 22 ++++++++ .../perl/perl-Gtk2-AppIndicator/pspec.xml | 50 +++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 programming/language/perl/perl-Gtk2-AppIndicator/actions.py create mode 100644 programming/language/perl/perl-Gtk2-AppIndicator/pspec.xml diff --git a/programming/language/perl/perl-Gtk2-AppIndicator/actions.py b/programming/language/perl/perl-Gtk2-AppIndicator/actions.py new file mode 100644 index 0000000000..cd9353bdf0 --- /dev/null +++ b/programming/language/perl/perl-Gtk2-AppIndicator/actions.py @@ -0,0 +1,22 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import perlmodules, shelltools + +shelltools.export("PERL_USE_UNSAFE_INC", "1") + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + pass + #perlmodules.make("test") + +def install(): + perlmodules.install() diff --git a/programming/language/perl/perl-Gtk2-AppIndicator/pspec.xml b/programming/language/perl/perl-Gtk2-AppIndicator/pspec.xml new file mode 100644 index 0000000000..765eb21e10 --- /dev/null +++ b/programming/language/perl/perl-Gtk2-AppIndicator/pspec.xml @@ -0,0 +1,50 @@ + + + + + perl-Gtk2-AppIndicator + https://metacpan.org/pod/Gtk2::AppIndicator + + fury + uglyside@yandex.ru + + GPL + library + programming.language.perl + Perl extension for libappindicator. + This module gives an interface to the new ubuntu Unity libappindicator stuff. + + https://cpan.metacpan.org/authors/id/O/OE/OESTERHOL/Gtk2-AppIndicator-0.15.tar.gz + + + perl + perl-Gtk2 + libdbusmenu-devel + libindicator-gtk2-devel + libappindicator-gtk2-devel + + + + + perl-Gtk2-AppIndicator + + perl + perl-Gtk2 + libappindicator-gtk2 + + + /usr/lib/perl5/vendor_perl + /usr/share/man + + + + + + 2022-11-22 + 0.15 + First build. + fury + uglyside@yandex.ru + + +