diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-10-17 09:39:56 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-10-17 09:40:22 +0200 |
commit | 1cceedcb87ea36998c538b06acea96fc9f2d1a0e (patch) | |
tree | 70222692e76d926960321be3d4a5e40c5ced544c /x11-misc/gtkdialog/metadata.xml | |
parent | dev-ruby/racc: add 1.4.13 (diff) | |
download | gentoo-1cceedcb87ea36998c538b06acea96fc9f2d1a0e.tar.gz gentoo-1cceedcb87ea36998c538b06acea96fc9f2d1a0e.tar.bz2 gentoo-1cceedcb87ea36998c538b06acea96fc9f2d1a0e.zip |
x11-misc/gtkdialog: Make gnome-base/libglade and x11-libs/vte dependencies optional and explicit (bug #562988 by AaylaSecura)
Package-Manager: portage-2.2.23
Diffstat (limited to 'x11-misc/gtkdialog/metadata.xml')
-rw-r--r-- | x11-misc/gtkdialog/metadata.xml | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/x11-misc/gtkdialog/metadata.xml b/x11-misc/gtkdialog/metadata.xml index f66a06401dd0..03bfd68ad515 100644 --- a/x11-misc/gtkdialog/metadata.xml +++ b/x11-misc/gtkdialog/metadata.xml @@ -1,15 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>desktop-misc</herd> - <longdescription>gtkdialog is a GUI-creation utility that can be used with an arbitrary - interpreter. It enables the programmer to describe a graphical user - interface in a simple XML-like language, and use it with any - interpreter that supports either files, standard I/O, or environment - variables. It can be called as an external program from the - interpreter, but can be used as a stand-alone framework for the - application as well. Stand-alone, bash, and awk examples are provided.</longdescription> - <upstream> - <remote-id type="google-code">gtkdialog</remote-id> - </upstream> +<herd>desktop-misc</herd> +<longdescription> +gtkdialog is a GUI-creation utility that can be used with an arbitrary +interpreter. It enables the programmer to describe a graphical user interface +in a simple XML-like language, and use it with any interpreter that supports +either files, standard I/O, or environment variables. It can be called as an +external program from the interpreter, but can be used as a stand-alone +framework for the application as well. Stand-alone, bash, and awk examples are +provided. +</longdescription> +<upstream> +<remote-id type="google-code">gtkdialog</remote-id> +</upstream> +<use> +<flag name='glade'>Enable support for <pkg>gnome-base/libglade</pkg></flag> +<flag name='vte'>Enable support for <pkg>x11-libs/vte</pkg></flag> +</use> </pkgmetadata> |