diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-21 11:56:53 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-21 11:56:53 +0000 |
commit | 9642c324f5e857a4446301df9570ab141af81404 (patch) | |
tree | a887cba1786fae82aa7ef4921d8423bd16c55052 | |
parent | 88cd9348872708c300e242b96f1280dd33d293fb (diff) | |
download | ports-9642c324f5e857a4446301df9570ab141af81404.tar.gz ports-9642c324f5e857a4446301df9570ab141af81404.zip |
Notes
-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 | ||||
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/colorstep/Makefile | 27 | ||||
-rw-r--r-- | x11-toolkits/colorstep/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/colorstep/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/colorstep/pkg-descr | 14 | ||||
-rw-r--r-- | x11-toolkits/colorstep/pkg-plist | 6 |
11 files changed, 99 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 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 <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-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 |