From: Stefan Schantl Date: Tue, 19 Feb 2013 20:01:05 +0000 (+0100) Subject: zenity: New package. X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fipfire-3.x.git;a=commitdiff_plain;h=f1ac435ca9ab1c79ce1ff5ccbff919baf80ef141 zenity: New package. --- diff --git a/zenity/zenity.nm b/zenity/zenity.nm new file mode 100644 index 000000000..4ce567bce --- /dev/null +++ b/zenity/zenity.nm @@ -0,0 +1,54 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = zenity +version = %{ver_maj}.%{ver_min} +ver_maj = 3.7 +ver_min = 2 +release = 1 + +groups = Applications/System +url = http://directory.fsf.org/zenity.html +license = LGPLv2+ +summary = Display dialog boxes from shell scripts + +description + Zenity lets you display Gtk+ dialog boxes from the command line and through + shell scripts. It is similar to gdialog, but is intended to be saner. It comes + from the same family as dialog, Xdialog, and cdialog. +end + +source_dl = http://download.gnome.org/sources/%{name}/%{ver_maj}/ +sources = %{thisapp}.tar.xz + +build + requires + gettext + gtk3-devel + intltool + which + end + + configure_options += \ + --disable-scrollkeeper \ + --disable-webkitgtk \ + ITSTOOL=true + + install_cmds + # we don't want a perl dependency just for this + rm -vf %{BUILDROOT}%{bindir}/gdialog + + # Remove help documents. + rm -rvf %{BUILDROOT}%{datadir}/help + end +end + +packages + package %{name} + + package %{name}-debuginfo + template DEBUGINFO + end +end