[Lunar-commits] <moonbase-gnome3> zenity: add florins cinnamon preparations
v4hn
me at v4hn.de
Tue Feb 19 01:53:20 CET 2013
commit e0c164af3e5f4b2c75d791e3e47a1ccb39c49b1e
Author: v4hn <me at v4hn.de>
Date: Mon, 18 Feb 2013 16:53:20 -0800
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/e0c164af3e5f4b2c75d791e3e47a1ccb39c49b1e
zenity: add florins cinnamon preparations
---
core/zenity/BUILD | +3/-0
core/zenity/DEPENDS | +8/-0
core/zenity/DETAILS | +16/-0
3 files changed, 27 insertions(+)
--- /dev/null
+++ b/core/zenity/BUILD
@@ -0,0 +1,3 @@
+OPTS+=" --sysconfdir=/etc --localstatedir=/var " &&
+
+default_build
--- /dev/null
+++ b/core/zenity/DEPENDS
@@ -0,0 +1,8 @@
+depends intltool
+depends docbook-xsl
+depends gtk+-3
+depends itstool
+
+optional_depends "libnotify" "--enable-notify" "--disable-notify" "for libnotify support"
+#optional_depends "webkitgtk3" "--enable-webkitgtk" "--disable-webkitgtk" "for webkit support"
+
--- /dev/null
+++ b/core/zenity/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=zenity
+ VERSION=3.6.0
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION::3}
+ SOURCE_VFY=sha1:ce31d3aa4aeb24c45a91a4238c3e9218de5c2b93
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20030205
+ UPDATED=20130210
+ SHORT="Displays graphical dialog boxes from the command line"
+
+cat << EOF
+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.
+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