diff options
author | Alexandr Savca <alexandr.savca89@gmail.com> | 2018-03-31 22:54:26 +0300 |
---|---|---|
committer | Alexandr Savca <alexandr.savca89@gmail.com> | 2018-03-31 22:54:26 +0300 |
commit | 23fd94a34065c243a2eb33d3df37d885189037c9 (patch) | |
tree | 881b689c4efb67edcf32a9d7b83e9574ea68008f | |
parent | 81212dfe2026940c8c134e30f6bf1cccf9540601 (diff) | |
download | contrib-23fd94a34065c243a2eb33d3df37d885189037c9.tar.gz contrib-23fd94a34065c243a2eb33d3df37d885189037c9.tar.xz |
p5-gtk2-trayicon: initial commit
-rw-r--r-- | p5-gtk2-trayicon/.footprint | 21 | ||||
-rw-r--r-- | p5-gtk2-trayicon/.md5sum | 1 | ||||
-rw-r--r-- | p5-gtk2-trayicon/.signature | 5 | ||||
-rw-r--r-- | p5-gtk2-trayicon/Pkgfile | 26 |
4 files changed, 53 insertions, 0 deletions
diff --git a/p5-gtk2-trayicon/.footprint b/p5-gtk2-trayicon/.footprint new file mode 100644 index 000000000..23d4b5922 --- /dev/null +++ b/p5-gtk2-trayicon/.footprint @@ -0,0 +1,21 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/perl5/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Gtk2/ +-rw-r--r-- root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Gtk2/TrayIcon.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Gtk2/TrayIcon/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Gtk2/TrayIcon/Install/ +-rw-r--r-- root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Gtk2/TrayIcon/Install/Files.pm +-rw-r--r-- root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Gtk2/TrayIcon/Install/trayicon-autogen.h +-rw-r--r-- root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Gtk2/TrayIcon/Install/trayicon.typemap +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/auto/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/auto/Gtk2/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/auto/Gtk2/TrayIcon/ +-rwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/auto/Gtk2/TrayIcon/TrayIcon.so +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/Gtk2::TrayIcon.3pm.gz diff --git a/p5-gtk2-trayicon/.md5sum b/p5-gtk2-trayicon/.md5sum new file mode 100644 index 000000000..ba184a6a4 --- /dev/null +++ b/p5-gtk2-trayicon/.md5sum @@ -0,0 +1 @@ +7c280713b250e5ff9cc773fe03c18c43 Gtk2-TrayIcon-0.06.tar.gz diff --git a/p5-gtk2-trayicon/.signature b/p5-gtk2-trayicon/.signature new file mode 100644 index 000000000..564e8224c --- /dev/null +++ b/p5-gtk2-trayicon/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF332VqOKK0zpihwfvEwt3LqJUaC9Eok+HK9iwHqs0QTsOh61My79oplHLnEbNqnHFj4H1WoNny/QeQFdTMHMOCws= +SHA256 (Pkgfile) = 4c418251c90a769ce37360e27d3d15e7d80a0c43b27cd339b3b48a29438c5427 +SHA256 (.footprint) = 94ea6d9d174d6a3e51d9efb3a88c4860344f83f94c6275a9f473fd99b04e5c28 +SHA256 (Gtk2-TrayIcon-0.06.tar.gz) = cbb7632b75d7f41554dfe8ee9063dbfd1d8522291077c65d0d82e9ceb5e94ae2 diff --git a/p5-gtk2-trayicon/Pkgfile b/p5-gtk2-trayicon/Pkgfile new file mode 100644 index 000000000..b4c055d4a --- /dev/null +++ b/p5-gtk2-trayicon/Pkgfile @@ -0,0 +1,26 @@ +# Description: Perl interface to the EggTrayIcon library +# URL: https://metacpan.org/pod/Gtk2::TrayIcon +# Maintainer: Alexandr Savca, alexandr dot savca89 at gmail dot com +# Depends on: p5-gtk2 + +name=p5-gtk2-trayicon +version=0.06 +release=1 +source=(https://cpan.metacpan.org/authors/id/B/BO/BORUP/Gtk2-TrayIcon-$version.tar.gz) + +build () { + cd Gtk2-TrayIcon-$version + perl Makefile.PL + + make OPTIMIZE="$CFLAGS" + make DESTDIR=$PKG install + + find $PKG -name perllocal.pod \ + -o -name "*.bs" \ + -o -name autosplit.ix \ + -o -name .packlist \ + | xargs rm -f + + find $PKG -depth -type d -empty -delete + find $PKG -type f -a -perm -u-w | xargs chmod u+w +} |