diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-02-05 03:38:37 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-02-05 03:38:37 +0800 |
commit | 28d9cb33b8cd10a3f26aebd7a79407deb04f27db (patch) | |
tree | 774ab6d3bafe18ae3823e231d1622f8d194ed4e8 | |
parent | d94b3504fd5c93744e4a8633b0700e9d98da8154 (diff) | |
download | marcuscom-ports-28d9cb33b8cd10a3f26aebd7a79407deb04f27db.tar marcuscom-ports-28d9cb33b8cd10a3f26aebd7a79407deb04f27db.tar.gz marcuscom-ports-28d9cb33b8cd10a3f26aebd7a79407deb04f27db.tar.bz2 marcuscom-ports-28d9cb33b8cd10a3f26aebd7a79407deb04f27db.tar.lz marcuscom-ports-28d9cb33b8cd10a3f26aebd7a79407deb04f27db.tar.xz marcuscom-ports-28d9cb33b8cd10a3f26aebd7a79407deb04f27db.tar.zst marcuscom-ports-28d9cb33b8cd10a3f26aebd7a79407deb04f27db.zip |
Add the gtk-thinice-engine theme.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@514 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/gtk-thinice-engine/Makefile | 26 | ||||
-rw-r--r-- | x11-toolkits/gtk-thinice-engine/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk-thinice-engine/files/patch-configure | 10 | ||||
-rw-r--r-- | x11-toolkits/gtk-thinice-engine/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk-thinice-engine/pkg-descr | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk-thinice-engine/pkg-plist | 7 |
6 files changed, 46 insertions, 0 deletions
diff --git a/x11-toolkits/gtk-thinice-engine/Makefile b/x11-toolkits/gtk-thinice-engine/Makefile new file mode 100644 index 000000000..bdf7f356b --- /dev/null +++ b/x11-toolkits/gtk-thinice-engine/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: gtk-thinice-engine +# Date Created: 04 February 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gtk-thinice-engine +PORTVERSION= 2.0.2 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_LIBTOOL= yes +USE_GNOMENG= yes +USE_GNOME= gnomehack +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/x11-toolkits/gtk-thinice-engine/distinfo b/x11-toolkits/gtk-thinice-engine/distinfo new file mode 100644 index 000000000..69a75794f --- /dev/null +++ b/x11-toolkits/gtk-thinice-engine/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/gtk-thinice-engine-2.0.2.tar.bz2) = fc86f8b9035c2b226aa057d53181f6ca diff --git a/x11-toolkits/gtk-thinice-engine/files/patch-configure b/x11-toolkits/gtk-thinice-engine/files/patch-configure new file mode 100644 index 000000000..8afd3d20e --- /dev/null +++ b/x11-toolkits/gtk-thinice-engine/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Mon Feb 3 20:16:09 2003 ++++ configure Mon Feb 3 20:16:31 2003 +@@ -7640,6 +7640,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-thinice-engine/pkg-comment b/x11-toolkits/gtk-thinice-engine/pkg-comment new file mode 100644 index 000000000..20b04cca2 --- /dev/null +++ b/x11-toolkits/gtk-thinice-engine/pkg-comment @@ -0,0 +1 @@ +A simple, clean theme engine diff --git a/x11-toolkits/gtk-thinice-engine/pkg-descr b/x11-toolkits/gtk-thinice-engine/pkg-descr new file mode 100644 index 000000000..7e6bc0811 --- /dev/null +++ b/x11-toolkits/gtk-thinice-engine/pkg-descr @@ -0,0 +1 @@ +gtk-thinice-engine is a simple, clean engine for GTK+-2. diff --git a/x11-toolkits/gtk-thinice-engine/pkg-plist b/x11-toolkits/gtk-thinice-engine/pkg-plist new file mode 100644 index 000000000..1605be39a --- /dev/null +++ b/x11-toolkits/gtk-thinice-engine/pkg-plist @@ -0,0 +1,7 @@ +lib/gtk-2.0/2.2.0/engines/libthinice.so +libdata/pkgconfig/gtk-thinice-engine-2.pc +share/themes/ThinIce/ICON.png +share/themes/ThinIce/README.html +share/themes/ThinIce/gtk-2.0/gtkrc +@dirrm share/themes/ThinIce/gtk-2.0 +@dirrm share/themes/ThinIce |