[Lunar-commits] r19445 - moonbase/trunk/gnome-desktop/zenity
Chad Kittel
v3rt1g0 at lunar-linux.org
Sat Mar 25 23:54:53 UTC 2006
Author: v3rt1g0
Date: 2006-03-25 23:54:52 +0000 (Sat, 25 Mar 2006)
New Revision: 19445
Modified:
moonbase/trunk/gnome-desktop/zenity/DEPENDS
moonbase/trunk/gnome-desktop/zenity/DETAILS
Log:
Module Version Bump: zenity (2.12.0 -> 2.14.0)
* bump to the GNOME 2.14.x version
* rewrote short and long desc of module
* tweaked depends to match new version requirements
compiled/tested: gcc-3.4.5 | glibc-2.3.6 | kernel headers 2.6.x
Modified: moonbase/trunk/gnome-desktop/zenity/DEPENDS
===================================================================
--- moonbase/trunk/gnome-desktop/zenity/DEPENDS 2006-03-25 18:46:42 UTC (rev 19444)
+++ moonbase/trunk/gnome-desktop/zenity/DEPENDS 2006-03-25 23:54:52 UTC (rev 19445)
@@ -1,3 +1,2 @@
-depends libglade2 &&
-depends libgnomecanvas &&
-depends XML-Parser
+depends gnome-doc-utils &&
+depends libgnomecanvas
Modified: moonbase/trunk/gnome-desktop/zenity/DETAILS
===================================================================
--- moonbase/trunk/gnome-desktop/zenity/DETAILS 2006-03-25 18:46:42 UTC (rev 19444)
+++ moonbase/trunk/gnome-desktop/zenity/DETAILS 2006-03-25 23:54:52 UTC (rev 19445)
@@ -1,16 +1,17 @@
MODULE=zenity
- VERSION=2.12.0
- MAJOR=2.12
+ VERSION=2.14.0
+ MAJOR=2.14
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
- SOURCE_VFY=sha1:181703e5a02dd504880dd6231caff9b5a567380d
- WEB_SITE=http://www.gnome.org
+ SOURCE_VFY=sha1:2d8dac460d5e1e21742006cbadfe502739d52b0a
+ WEB_SITE=http://www.gnome.org/
ENTERED=20030205
- UPDATED=20050911
- SHORT="Zenity"
+ UPDATED=20060325
+ SHORT="displays graphical dialog boxes from the command line"
+
cat << EOF
-a rewrite of gdialog, the GNOME port of dialog
-which allows you to display dialog boxes from the commandline
-and shell scripts. If you understand, things are just as they
-are. If you don't understand, things are just as they are.
+Zenity allows you to display GTK+-2 dialogs from the command line or
+shell scripts. it is a rewrite of the gdialog command from GNOME 1.x.
+This module ships with a gdialog wrapper script so that it can be used
+with legacy shell scripts.
EOF
More information about the Lunar-commits
mailing list