diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-08-21 19:56:53 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-08-21 19:56:53 +0800 |
commit | 59c561b5e8ea0e260f822e0536cf705eec1b3cd0 (patch) | |
tree | 333540395d314745334f94e10c86f0b7f07e6d9b /x11-themes | |
parent | c3673613176fc7a7f59eba5be32c3a520ee7351b (diff) | |
download | freebsd-ports-gnome-59c561b5e8ea0e260f822e0536cf705eec1b3cd0.tar.gz freebsd-ports-gnome-59c561b5e8ea0e260f822e0536cf705eec1b3cd0.tar.zst freebsd-ports-gnome-59c561b5e8ea0e260f822e0536cf705eec1b3cd0.zip |
Add colorstep a nice GTK+ theme engine based on GtkStep and Step-pastel.
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/colorstep/Makefile | 27 | ||||
-rw-r--r-- | x11-themes/colorstep/distinfo | 1 | ||||
-rw-r--r-- | x11-themes/colorstep/pkg-comment | 1 | ||||
-rw-r--r-- | x11-themes/colorstep/pkg-descr | 14 | ||||
-rw-r--r-- | x11-themes/colorstep/pkg-plist | 6 |
5 files changed, 49 insertions, 0 deletions
diff --git a/x11-themes/colorstep/Makefile b/x11-themes/colorstep/Makefile new file mode 100644 index 000000000000..8ece2c9db408 --- /dev/null +++ b/x11-themes/colorstep/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: colorstep +# Date Created: 21 August 2000 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $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 <bsd.port.mk> diff --git a/x11-themes/colorstep/distinfo b/x11-themes/colorstep/distinfo new file mode 100644 index 000000000000..8c9d11a5f744 --- /dev/null +++ b/x11-themes/colorstep/distinfo @@ -0,0 +1 @@ +MD5 (ColorStep-1.2.x-200008190715.tar.gz) = 4993a959e1f18b4543f8160f0418cd54 diff --git a/x11-themes/colorstep/pkg-comment b/x11-themes/colorstep/pkg-comment new file mode 100644 index 000000000000..71f5cc59972f --- /dev/null +++ b/x11-themes/colorstep/pkg-comment @@ -0,0 +1 @@ +A theme engine based on GtkStep and Step-pastel to make GTK+ look nicier diff --git a/x11-themes/colorstep/pkg-descr b/x11-themes/colorstep/pkg-descr new file mode 100644 index 000000000000..bf1fc72483dc --- /dev/null +++ b/x11-themes/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-themes/colorstep/pkg-plist b/x11-themes/colorstep/pkg-plist new file mode 100644 index 000000000000..46c74583455a --- /dev/null +++ b/x11-themes/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 |