diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-06 06:08:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-06 06:08:11 +0000 |
commit | f06bb682ba00231f6d7d74bc5f442cbb8d8f2506 (patch) | |
tree | 27ebf1aaadcf6e5f322a80266b9d5e0ed1938aca /x11-toolkits | |
parent | f8eb7cb3e36480370ae7cbf3d50bee9131c6a78d (diff) | |
download | ports-f06bb682ba00231f6d7d74bc5f442cbb8d8f2506.tar.gz ports-f06bb682ba00231f6d7d74bc5f442cbb8d8f2506.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk-cleanice-engine/Makefile | 22 | ||||
-rw-r--r-- | x11-toolkits/gtk-cleanice-engine/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk-cleanice-engine/files/patch-configure | 10 | ||||
-rw-r--r-- | x11-toolkits/gtk-cleanice-engine/pkg-descr | 12 | ||||
-rw-r--r-- | x11-toolkits/gtk-cleanice-engine/pkg-plist | 7 |
6 files changed, 53 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 0a949a9dc904..274df0c449d0 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -39,6 +39,7 @@ SUBDIR += gtk--2 SUBDIR += gtk-Mac2-theme SUBDIR += gtk-bluecurve-theme + SUBDIR += gtk-cleanice-engine SUBDIR += gtk-engines SUBDIR += gtk-engines-collection SUBDIR += gtk-engines2 diff --git a/x11-toolkits/gtk-cleanice-engine/Makefile b/x11-toolkits/gtk-cleanice-engine/Makefile new file mode 100644 index 000000000000..7a86534bb413 --- /dev/null +++ b/x11-toolkits/gtk-cleanice-engine/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: gtk-cleanice-engine +# Date Created: 13 March 2003 +# Whom: Philip Paeps <philip@paeps.cx> +# +# $FreeBSD$ +# + +PORTNAME= gtk-cleanice-engine +PORTVERSION= 1.2.3 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= elysium-project +DISTNAME= gtk-engines-cleanice-${PORTVERSION} + +MAINTAINER= philip@paeps.cx +COMMENT= A simplistic GTK+ 2.x theme engine + +USE_X_PREFIX= yes +USE_LIBTOOL= yes +USE_GNOME= gnomehack gtk20 + +.include <bsd.port.mk> diff --git a/x11-toolkits/gtk-cleanice-engine/distinfo b/x11-toolkits/gtk-cleanice-engine/distinfo new file mode 100644 index 000000000000..a6f8edd59e83 --- /dev/null +++ b/x11-toolkits/gtk-cleanice-engine/distinfo @@ -0,0 +1 @@ +MD5 (gtk-engines-cleanice-1.2.3.tar.gz) = fabde34d9b5b4fe67855db1d6fefdefe diff --git a/x11-toolkits/gtk-cleanice-engine/files/patch-configure b/x11-toolkits/gtk-cleanice-engine/files/patch-configure new file mode 100644 index 000000000000..f7c33918c8ed --- /dev/null +++ b/x11-toolkits/gtk-cleanice-engine/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Thu Mar 13 22:30:06 2003 ++++ configure Thu Mar 13 22:30:54 2003 +@@ -7830,6 +7830,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/x11-toolkits/gtk-cleanice-engine/pkg-descr b/x11-toolkits/gtk-cleanice-engine/pkg-descr new file mode 100644 index 000000000000..c7b34b88c844 --- /dev/null +++ b/x11-toolkits/gtk-cleanice-engine/pkg-descr @@ -0,0 +1,12 @@ +CleanIce is a simplistic, semi-flat theme engine for GTK+ 2.x, based on the +ThinIce and Clean engines of old. The GTK+ 2.x engine has many benefits over +the original theme. The arrows are more consistent, the colors are slightly +revised to be more usable, etc. + +WWW: http://themes.freshmeat.net/projects/cleanice/?topic_id=958 + + - Philip + +-- +Philip Paeps +philip@paeps.cx diff --git a/x11-toolkits/gtk-cleanice-engine/pkg-plist b/x11-toolkits/gtk-cleanice-engine/pkg-plist new file mode 100644 index 000000000000..efa90b0c5117 --- /dev/null +++ b/x11-toolkits/gtk-cleanice-engine/pkg-plist @@ -0,0 +1,7 @@ +lib/gtk-2.0/2.2.0/engines/libcleanice.so +share/themes/CleanIce/gtk-2.0/gtkrc +share/themes/CleanIce-Dark/gtk-2.0/gtkrc +@dirrm share/themes/CleanIce/gtk-2.0 +@dirrm share/themes/CleanIce +@dirrm share/themes/CleanIce-Dark/gtk-2.0 +@dirrm share/themes/CleanIce-Dark |