]> git.ipfire.org Git - ipfire-3.x.git/blame - zenity/zenity.nm
kernel: Update to 5.3.7
[ipfire-3.x.git] / zenity / zenity.nm
CommitLineData
f1ac435c
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = zenity
7version = %{ver_maj}.%{ver_min}
8ver_maj = 3.7
9ver_min = 2
10release = 1
11
12groups = Applications/System
13url = http://directory.fsf.org/zenity.html
14license = LGPLv2+
15summary = Display dialog boxes from shell scripts
16
17description
18 Zenity lets you display Gtk+ dialog boxes from the command line and through
19 shell scripts. It is similar to gdialog, but is intended to be saner. It comes
20 from the same family as dialog, Xdialog, and cdialog.
21end
22
23source_dl = http://download.gnome.org/sources/%{name}/%{ver_maj}/
24sources = %{thisapp}.tar.xz
25
26build
27 requires
28 gettext
29 gtk3-devel
30 intltool
31 which
32 end
33
34 configure_options += \
35 --disable-scrollkeeper \
36 --disable-webkitgtk \
37 ITSTOOL=true
38
39 install_cmds
40 # we don't want a perl dependency just for this
41 rm -vf %{BUILDROOT}%{bindir}/gdialog
42
43 # Remove help documents.
44 rm -rvf %{BUILDROOT}%{datadir}/help
45 end
46end
47
48packages
49 package %{name}
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
54end