[Lunar-commits] r20985 - in moonbase/trunk/perl: . Gtk2-TrayIcon
Jens Luedicke
perldude at lunar-linux.org
Sat Aug 12 23:35:29 UTC 2006
Author: perldude
Date: 2006-08-12 23:35:29 +0000 (Sat, 12 Aug 2006)
New Revision: 20985
Added:
moonbase/trunk/perl/Gtk2-TrayIcon/
moonbase/trunk/perl/Gtk2-TrayIcon/BUILD
moonbase/trunk/perl/Gtk2-TrayIcon/DEPENDS
moonbase/trunk/perl/Gtk2-TrayIcon/DETAILS
Log:
add Gtk2::TrayIcon module
Added: moonbase/trunk/perl/Gtk2-TrayIcon/BUILD
===================================================================
--- moonbase/trunk/perl/Gtk2-TrayIcon/BUILD (rev 0)
+++ moonbase/trunk/perl/Gtk2-TrayIcon/BUILD 2006-08-12 23:35:29 UTC (rev 20985)
@@ -0,0 +1,7 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
+
Added: moonbase/trunk/perl/Gtk2-TrayIcon/DEPENDS
===================================================================
--- moonbase/trunk/perl/Gtk2-TrayIcon/DEPENDS (rev 0)
+++ moonbase/trunk/perl/Gtk2-TrayIcon/DEPENDS 2006-08-12 23:35:29 UTC (rev 20985)
@@ -0,0 +1 @@
+depends Gtk2-Perl
Added: moonbase/trunk/perl/Gtk2-TrayIcon/DETAILS
===================================================================
--- moonbase/trunk/perl/Gtk2-TrayIcon/DETAILS (rev 0)
+++ moonbase/trunk/perl/Gtk2-TrayIcon/DETAILS 2006-08-12 23:35:29 UTC (rev 20985)
@@ -0,0 +1,14 @@
+ MODULE=Gtk2-TrayIcon
+ VERSION=0.03
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/
+ SOURCE_VFY=sha1:ca96b8449fd5c1fc143ea7cadc8bd1c736aacf46
+ WEB_SITE=http://search.cpan.org/~mlehmann/$MODULE-$VERSION
+ MAINTAINER=perldude at lunar-linux.org
+ ENTERED=20060813
+ UPDATED=20060813
+ SHORT="Gtk2::TrayIcon - Perl interface to the EggTrayIcon library"
+cat << EOF
+This module allows a Perl developer to embed an arbitrary widget in a
+System Tray like the Gnome notification area.
+EOF
More information about the Lunar-commits
mailing list