Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 341253

Summary: x11-themes/thewidgetfactory-0.2.1 - A showcase for GTK+ widgets
Product: Gentoo Linux Reporter: Samuel CUELLA <samuel.cuella>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED OBSOLETE    
Severity: enhancement CC: sping
Priority: High Keywords: EBUILD, InOverlay
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://http://www.stellingwerff.com/?page_id=10
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: the-widget-factory-0.2.1.ebuild

Description Samuel CUELLA 2010-10-16 10:17:25 UTC
The Widget Factory is a show case for GTK+ widgets written in C aimed at theme preview.

It's a single window showing all available GTK+ widgets with a menu to select the theme to preview.

It's very useful for GTK+ theme/engines developers and it's also a great help to choose the right theme for your desktop.

As it's main target is helping theme developers, I suggest dev-utils/the-widget-factory

Samuel.
Comment 1 Samuel CUELLA 2010-10-16 10:18:51 UTC
Created attachment 250841 [details]
the-widget-factory-0.2.1.ebuild
Comment 2 Sebastian Pipping gentoo-dev 2011-03-29 16:21:20 UTC
You can now find 

  x11-themes/thewidgetfactory

in overlay "betagarden" with version for GTK+ 2 and GTK+ 3 (experimental).


A quick review of your ebuild:
- LICENSE="GPL" must be LICENSE="GPL-2", see
    # ls -1 /usr/portage/licenses/GPL*
- File COPYING should not be installed
- Dependency on pkgconfig is missing
- Otherwise good ebuild