From 9642c324f5e857a4446301df9570ab141af81404 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 21 Aug 2000 11:56:53 +0000 Subject: Add colorstep a nice GTK+ theme engine based on GtkStep and Step-pastel. --- x11-toolkits/Makefile | 1 + x11-toolkits/colorstep/Makefile | 27 +++++++++++++++++++++++++++ x11-toolkits/colorstep/distinfo | 1 + x11-toolkits/colorstep/pkg-comment | 1 + x11-toolkits/colorstep/pkg-descr | 14 ++++++++++++++ x11-toolkits/colorstep/pkg-plist | 6 ++++++ 6 files changed, 50 insertions(+) create mode 100644 x11-toolkits/colorstep/Makefile create mode 100644 x11-toolkits/colorstep/distinfo create mode 100644 x11-toolkits/colorstep/pkg-comment create mode 100644 x11-toolkits/colorstep/pkg-descr create mode 100644 x11-toolkits/colorstep/pkg-plist (limited to 'x11-toolkits') diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index c268e0fbefc8..ec64be5bb143 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -7,6 +7,7 @@ SUBDIR += blt SUBDIR += buffy SUBDIR += clean-theme-gtk + SUBDIR += colorstep SUBDIR += fltk SUBDIR += fox SUBDIR += gnome-- diff --git a/x11-toolkits/colorstep/Makefile b/x11-toolkits/colorstep/Makefile new file mode 100644 index 000000000000..8ece2c9db408 --- /dev/null +++ b/x11-toolkits/colorstep/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: colorstep +# Date Created: 21 August 2000 +# Whom: Maxim Sobolev +# +# $FreeBSD$ +# + +PORTNAME= colorstep +PORTVERSION= 200008190715 +CATEGORIES= x11-toolkits +MASTER_SITES= ftp://ftp.themes.org/pub/themes/gtk/ +DISTNAME= ColorStep-1.2.x-${PORTVERSION} + +MAINTAINER= sobomax@FreeBSD.org + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +WRKSRC= ${WRKDIR}/${PORTNAME}-0.5 + +USE_X_PREFIX= yes +USE_LIBTOOL= yes + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" + +.include diff --git a/x11-toolkits/colorstep/distinfo b/x11-toolkits/colorstep/distinfo new file mode 100644 index 000000000000..8c9d11a5f744 --- /dev/null +++ b/x11-toolkits/colorstep/distinfo @@ -0,0 +1 @@ +MD5 (ColorStep-1.2.x-200008190715.tar.gz) = 4993a959e1f18b4543f8160f0418cd54 diff --git a/x11-toolkits/colorstep/pkg-comment b/x11-toolkits/colorstep/pkg-comment new file mode 100644 index 000000000000..71f5cc59972f --- /dev/null +++ b/x11-toolkits/colorstep/pkg-comment @@ -0,0 +1 @@ +A theme engine based on GtkStep and Step-pastel to make GTK+ look nicier diff --git a/x11-toolkits/colorstep/pkg-descr b/x11-toolkits/colorstep/pkg-descr new file mode 100644 index 000000000000..bf1fc72483dc --- /dev/null +++ b/x11-toolkits/colorstep/pkg-descr @@ -0,0 +1,14 @@ +A GTK+ theme engine to make GTK+ look nicier. This theme is based on a mix of +GTKStep and Step-pastel, with a lot of tweakings. The goal was to provide +colors, a nicer look, and some configurability. This includes the following +details: + + o Flat buttons that pop out under the mouse. + o All buttons highlights under the mouse. + o Clean checkmark. + o Radio buttons that clearly mark which one is selected. + o Disabled buttons easily identifiables. + o Internal pixmaps follow the color scheme from the gtkrc. + o Multiple gtkrc files for different color combinations. + +WWW: http://gtk.themes.org/themes.phtml?themeid=958794603 diff --git a/x11-toolkits/colorstep/pkg-plist b/x11-toolkits/colorstep/pkg-plist new file mode 100644 index 000000000000..46c74583455a --- /dev/null +++ b/x11-toolkits/colorstep/pkg-plist @@ -0,0 +1,6 @@ +lib/gtk/themes/engines/libcolorstep.so +share/themes/ColorStep/ICON.png +share/themes/ColorStep/README.html +share/themes/ColorStep/gtk/gtkrc +@dirrm share/themes/ColorStep/gtk +@dirrm share/themes/ColorStep -- cgit v1.2.3