]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - zenity/zenity.nm
elfutils: Correctly configure debuginfod
[people/pmueller/ipfire-3.x.git] / zenity / zenity.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = zenity
7 version = %{ver_maj}.%{ver_min}
8 ver_maj = 3.7
9 ver_min = 2
10 release = 1
11
12 groups = Applications/System
13 url = http://directory.fsf.org/zenity.html
14 license = LGPLv2+
15 summary = Display dialog boxes from shell scripts
16
17 description
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.
21 end
22
23 source_dl = http://download.gnome.org/sources/%{name}/%{ver_maj}/
24 sources = %{thisapp}.tar.xz
25
26 build
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
46 end
47
48 packages
49 package %{name}
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
54 end