Summary
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.
Versions
v99999 :: 0 :: gentoo
- Modified
- License
- GPL-2
v0.8.3_p20200202-r1 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- amd64 ppc x86
Dependencies
dev-libs / glib : The GLib library of C routines
x11-libs / gtk+ : Gimp ToolKit +
x11-libs / vte : Library providing a virtual terminal emulator widget
Runtime Dependencies
dev-libs / glib : The GLib library of C routines
x11-libs / gtk+ : Gimp ToolKit +
x11-libs / vte : Library providing a virtual terminal emulator widget
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
x11-misc/gtkdialog: sys-devel/flex -> app-alternatives/lex
All of these will be using app-alternatives/lex anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
x11-misc/gtkdialog: drop 0.8.3_p20200202
Bug: https://bugs.gentoo.org/886811 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
x11-misc/gtkdialog: Stabilize 0.8.3_p20200202-r1 amd64, #886811
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
x11-misc/gtkdialog: Stabilize 0.8.3_p20200202-r1 ppc, #886811
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
x11-misc/gtkdialog: Stabilize 0.8.3_p20200202-r1 x86, #886811
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
Move {virtual -> app-alternatives}/yacc
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
x11-misc/gtkdialog: add glib dep, use BDEPEND
Signed-off-by: Sam James <sam@gentoo.org> - Pascal Jäger · gentoo
x11-misc/gtkdialog: revbump, fix build for clang16
Closes: https://bugs.gentoo.org/875704 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Closes: https://github.com/gentoo/gentoo/pull/28223 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - mazes_80 · gentoo
x11-misc/gtkdialog: Drop GTK+2 support
Closes: https://bugs.gentoo.org/769131 Closes: https://github.com/gentoo/gentoo/pull/27814 Signed-off-by: mazes_80 <1608580+mazes-80@users.noreply.github.com> Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
x11-misc/gtkdialog: Update SRC_URI
jer@ is retired and I've archived the distfiles in my devspace Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
x11-misc/gtkdialog: Drop IUSE=gtk2, use BDEPEND (fix EAPI-7 port)
Bug: https://bugs.gentoo.org/769131 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
x11-misc/gtkdialog: Drop 0.8.3-r3 and 0.8.3-r4
Bug: https://bugs.gentoo.org/769131 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Andreas Sturmlechner · gentoo
x11-misc/gtkdialog: 0.8.3_p20200202 ppc stable
Tested-by: ernsteiswuerfel <erhard_f@mailbox.org> Bug: https://bugs.gentoo.org/769131 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
x11-misc/gtkdialog: Stabilize 0.8.3_p20200202 amd64, #769131
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
x11-misc/gtkdialog: Stabilize 0.8.3_p20200202 x86, #769131
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jeroen Roovers · gentoo
x11-misc/gtkdialog: Fix building with CC=clang
Package-Manager: Portage-3.0.7, Repoman-3.0.1 Closes: https://bugs.gentoo.org/742764 Signed-off-by: Jeroen Roovers <jer@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jeroen Roovers · gentoo
x11-misc/gtkdialog: Update live ebuild
Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org> - Jeroen Roovers · gentoo
x11-misc/gtkdialog: Version 0.8.3_p20200202
- Add a snapshot with GTK+ 3.0 support based on the export to Github from Google Code[0] - Use IUSE=gtk2 instead of IUSE=gtk3 so that GTK+ 3.0 will be enabled by default [0] https://github.com/oshazard/gtkdialog Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org> - Jeroen Roovers · gentoo
x11-misc/gtkdialog: Call xdg_icon_cache_update()
Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org> - Jeroen Roovers · gentoo
x11-misc/gtkdialog: Fix CFLAGS=-fno-common
Package-Manager: Portage-2.3.86, Repoman-2.3.20 Closes: https://bugs.gentoo.org/show_bug.cgi?id=707840 Signed-off-by: Jeroen Roovers <jer@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
x11-misc/gtkdialog: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jeroen Roovers · gentoo
x11-misc/gtkdialog: Add live ebuild.
Package-Manager: Portage-2.3.43, Repoman-2.3.10 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Harri Nieminen · gentoo
x11-misc/gtkdialog: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4029 - Harri Nieminen · gentoo
x11-misc/gtkdialog: Actually install docs
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4029 - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Agostino Sarubbo · gentoo
x11-misc/gtkdialog: ppc stable wrt bug #595920
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
x11-misc/gtkdialog: x86 stable wrt bug #595920
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Tobias Klausmann · gentoo
x11-misc/gtkdialog-0.8.3-r2: stable on amd64
Gentoo-Bug: 595920 - Jeroen Roovers · gentoo
x11-misc/gtkdialog: Old.
Package-Manager: portage-2.3.1 - Jeroen Roovers · gentoo
x11-misc/gtkdialog: Depend on x11-libs/vte:0= (bug #595912).
Package-Manager: portage-2.3.1 - Jeroen Roovers · gentoo
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 - Justin Lecher · gentoo
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org> - Justin Lecher · gentoo
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed