[Lunar-commits] r26329 - moonbase/trunk/perl/Gtk2-Perl

Chad Kittel v3rt1g0 at lunar-linux.org
Sun Oct 21 01:51:57 CEST 2007


Author: v3rt1g0
Date: 2007-10-21 01:51:57 +0200 (Sun, 21 Oct 2007)
New Revision: 26329

Modified:
   moonbase/trunk/perl/Gtk2-Perl/BUILD
   moonbase/trunk/perl/Gtk2-Perl/DEPENDS
   moonbase/trunk/perl/Gtk2-Perl/DETAILS
Log:
- New version. few minor bug fixes
- Remove && from DEPENDS
- Remove some unnecessary whitespace from the BUILD file


Modified: moonbase/trunk/perl/Gtk2-Perl/BUILD
===================================================================
--- moonbase/trunk/perl/Gtk2-Perl/BUILD	2007-10-20 22:54:14 UTC (rev 26328)
+++ moonbase/trunk/perl/Gtk2-Perl/BUILD	2007-10-20 23:51:57 UTC (rev 26329)
@@ -2,6 +2,5 @@
 
     perl Makefile.PL &&
     default_make
-    
-) > $C_FIFO 2>&1
 
+) > $C_FIFO 2>&1

Modified: moonbase/trunk/perl/Gtk2-Perl/DEPENDS
===================================================================
--- moonbase/trunk/perl/Gtk2-Perl/DEPENDS	2007-10-20 22:54:14 UTC (rev 26328)
+++ moonbase/trunk/perl/Gtk2-Perl/DEPENDS	2007-10-20 23:51:57 UTC (rev 26329)
@@ -1,5 +1,3 @@
-depends gtk+-2             &&
-depends ExtUtils-Depends   &&
-depends ExtUtils-PkgConfig &&
-depends Glib-Perl          &&
+depends gtk+-2
+depends Glib-Perl
 depends Cairo-Perl

Modified: moonbase/trunk/perl/Gtk2-Perl/DETAILS
===================================================================
--- moonbase/trunk/perl/Gtk2-Perl/DETAILS	2007-10-20 22:54:14 UTC (rev 26328)
+++ moonbase/trunk/perl/Gtk2-Perl/DETAILS	2007-10-20 23:51:57 UTC (rev 26329)
@@ -1,14 +1,15 @@
           MODULE=Gtk2-Perl
-         VERSION=1.144
+         VERSION=1.145
           SOURCE=Gtk2-$VERSION.tar.gz
    SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/
    SOURCE_URL[1]=$SFORGE_URL/gtk2-perl/
-      SOURCE_VFY=sha1:3c04e4a0393b96be83897679062776195d63ac09
+      SOURCE_VFY=sha1:c45eb4f8e595e21cc5bdd41263448b1eed247362
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/Gtk2-$VERSION
         WEB_SITE=http://sourceforge.net/projects/gtk2-perl/
          ENTERED=20040712
-         UPDATED=20070421
+         UPDATED=20071020
            SHORT="Perl interface to the 2.x series of the Gimp Toolkit library"
+
 cat << EOF
 Perl bindings to the 2.x series of the Gtk+ widget set. This module
 allows you to write graphical user interfaces in a perlish and



More information about the Lunar-commits mailing list