summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorlesibel <lesibel@free.fr>2009-11-02 15:19:18 +0100
committerlesibel <lesibel@free.fr>2009-11-02 15:19:18 +0100
commita44403584e3a7d5eac115bc4392d6dcba5b8d0ad (patch)
treefae2dc3d58e6cd5f1620b73ba905966abfd512e6 /extra
parentd0961273a128698fdfdbeb1e2fe2265d5000844b (diff)
downloadnutyx-pakxe-a44403584e3a7d5eac115bc4392d6dcba5b8d0ad.tar.gz
nutyx-pakxe-a44403584e3a7d5eac115bc4392d6dcba5b8d0ad.tar.bz2
nutyx-pakxe-a44403584e3a7d5eac115bc4392d6dcba5b8d0ad.tar.xz
nutyx-pakxe-a44403584e3a7d5eac115bc4392d6dcba5b8d0ad.zip
Ajout de p5-gtk2-trayicon#0.06-1
Diffstat (limited to 'extra')
-rw-r--r--extra/p5-gtk2-trayicon/.footprint24
-rw-r--r--extra/p5-gtk2-trayicon/.md5sum1
-rw-r--r--extra/p5-gtk2-trayicon/Pkgfile19
3 files changed, 44 insertions, 0 deletions
diff --git a/extra/p5-gtk2-trayicon/.footprint b/extra/p5-gtk2-trayicon/.footprint
new file mode 100644
index 000000000..af4983ac8
--- /dev/null
+++ b/extra/p5-gtk2-trayicon/.footprint
@@ -0,0 +1,24 @@
+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/5.10.1/
+drwxr-xr-x root/root usr/lib/perl5/5.10.1/i686-linux-thread-multi/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/TrayIcon.pm
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/TrayIcon/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/TrayIcon/Install/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/TrayIcon/Install/Files.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/TrayIcon/Install/trayicon-autogen.h
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/TrayIcon/Install/trayicon.typemap
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/Gtk2/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/Gtk2/TrayIcon/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/Gtk2/TrayIcon/TrayIcon.bs (EMPTY)
+-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-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/
+-r--r--r-- root/root usr/share/man/man3/Gtk2::TrayIcon.3.gz
diff --git a/extra/p5-gtk2-trayicon/.md5sum b/extra/p5-gtk2-trayicon/.md5sum
new file mode 100644
index 000000000..1d55a5f43
--- /dev/null
+++ b/extra/p5-gtk2-trayicon/.md5sum
@@ -0,0 +1 @@
+522c328f14681a25d76eeaf317e05049 Gtk2-TrayIcon-0.06.tar.gz
diff --git a/extra/p5-gtk2-trayicon/Pkgfile b/extra/p5-gtk2-trayicon/Pkgfile
new file mode 100644
index 000000000..38d8d8178
--- /dev/null
+++ b/extra/p5-gtk2-trayicon/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Module perl pour GTK
+# URL: http://www.gtkperl.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: perl
+
+name=p5-gtk2-trayicon
+version=0.06
+release=1
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-TrayIcon-$version.tar.gz)
+
+build() {
+ cd Gtk2-TrayIcon-$version
+ perl Makefile.PL
+ make
+ make DESTDIR=$PKG install
+ find $PKG -name '*.pod' -delete
+ find $PKG -name '.packlist' -delete
+}