diff --git a/x11/gtk-chtheme/Makefile b/x11/gtk-chtheme/Makefile new file mode 100644 index 00000000000..2d9df3caf4f --- /dev/null +++ b/x11/gtk-chtheme/Makefile @@ -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 diff --git a/x11/gtk-chtheme/distinfo b/x11/gtk-chtheme/distinfo new file mode 100644 index 00000000000..eff6ad0e981 --- /dev/null +++ b/x11/gtk-chtheme/distinfo @@ -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 diff --git a/x11/gtk-chtheme/pkg/DESCR b/x11/gtk-chtheme/pkg/DESCR new file mode 100644 index 00000000000..b7cefd29747 --- /dev/null +++ b/x11/gtk-chtheme/pkg/DESCR @@ -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. diff --git a/x11/gtk-chtheme/pkg/PLIST b/x11/gtk-chtheme/pkg/PLIST new file mode 100644 index 00000000000..4102c06c479 --- /dev/null +++ b/x11/gtk-chtheme/pkg/PLIST @@ -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