diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-06-18 16:18:32 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-06-18 16:18:32 +0000 |
commit | a50ef629ed1a9f8e0096947576b6eea72c38539c (patch) | |
tree | 0a6985dfef18ad2affd08e95ec913050e875587e /x11/Makefile | |
parent | 9bb4549047e94b98a3c4ba0c4e39e6302f600e99 (diff) |
Add gtkchtheme, yet another gtk2 theme switcher.
This little program lets you change your Gtk+ 2.0 theme. The aim is to
make theme preview and selection as slick as possible. Themes installed
on the system are presented for selection and previewed on the fly. For
a comprehensive demonstration there's a large variety of widgets.
It was originally derived from Gtk Theme Switch, but what started out as
a hack to remove various nuisances now shares no code whatsoever anymore
with the original.
Notes
Notes:
svn path=/head/; revision=111744
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index bf7da7ea6ce3..be2d6e9eb52f 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -69,6 +69,7 @@ SUBDIR += gromit SUBDIR += gtk-theme-switch SUBDIR += gtk2-theme-switch + SUBDIR += gtkchtheme SUBDIR += gtkterm2 SUBDIR += gtstarter SUBDIR += gxset |