import gtk-chtheme 0.3.1
GTK ChTheme is a small and fast command line utility to switch GTK themes on the fly. It also has an optional GUI to preview the requested theme and change the font used with it, an optional GUI dock, and it can install themes downloaded from http://gtk.themes.org, preview them, or switch to them immediately. submitted by Vlad Glagolev <stelzy at gmail.com> ok dassow@
This commit is contained in:
parent
cecd5a2f05
commit
00a77d3b85
36
x11/gtk-chtheme/Makefile
Normal file
36
x11/gtk-chtheme/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/24 10:59:04 jasper Exp $
|
||||
|
||||
COMMENT= "gtk+-2 theme switcher"
|
||||
|
||||
DISTNAME= gtk-chtheme-0.3.1
|
||||
CATEGORIES= x11 graphics
|
||||
|
||||
HOMEPAGE= http://plasmasturm.org/programs/gtk-chtheme/
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= X11 Xext Xrender atk-1.0 c cairo fontconfig freetype \
|
||||
glitz m png z
|
||||
|
||||
LIB_DEPENDS= glib-2.0,gmodule-2.0,gobject-2.0::devel/glib2 \
|
||||
pango-1.0,pangocairo-1.0,pangoft2-1.0::devel/pango \
|
||||
gtk-x11-2.0,gdk_pixbuf-2.0,gdk-x11-2.0::x11/gtk+2
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
post-extract:
|
||||
@perl -pi -e 's,/usr,${PREFIX},; s,share/,,;' ${WRKSRC}/Metadata
|
||||
|
||||
.include <bsd.port.mk>
|
4
x11/gtk-chtheme/distinfo
Normal file
4
x11/gtk-chtheme/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (gtk-chtheme-0.3.1.tar.bz2) = f688053bf26dd6c4f1cd0bf2ee33de2a
|
||||
RMD160 (gtk-chtheme-0.3.1.tar.bz2) = 5d080e905fc5d60c085e8c46d9338ddad805f38c
|
||||
SHA1 (gtk-chtheme-0.3.1.tar.bz2) = dbea31f4092877e786fe040fae1374238fada94a
|
||||
SIZE (gtk-chtheme-0.3.1.tar.bz2) = 18205
|
5
x11/gtk-chtheme/pkg/DESCR
Normal file
5
x11/gtk-chtheme/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
GTK ChTheme is a small and fast command line utility to switch GTK
|
||||
themes on the fly. It also has an optional GUI to preview the requested
|
||||
theme and change the font used with it, an optional GUI dock, and it can
|
||||
install themes downloaded from http://gtk.themes.org, preview them, or
|
||||
switch to them immediately.
|
3
x11/gtk-chtheme/pkg/PLIST
Normal file
3
x11/gtk-chtheme/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/12/24 10:59:04 jasper Exp $
|
||||
bin/gtk-chtheme
|
||||
@man man/man1/gtk-chtheme.1
|
Loading…
Reference in New Issue
Block a user