diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-13 14:03:40 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-13 14:03:40 +0000 |
commit | 3808b226e74072297fec848c13534577089c6608 (patch) | |
tree | f2ed0d09f0e0b29757da180ca542798d72da28df /x11-themes/gnome-look | |
parent | 11210192a53dfc811f7c7666b7e09d4f70b02050 (diff) | |
download | ports-3808b226e74072297fec848c13534577089c6608.tar.gz ports-3808b226e74072297fec848c13534577089c6608.zip |
Initial import of gnome-look - a yet another GTK+ theme engine.
Notes
Notes:
svn path=/head/; revision=29569
Diffstat (limited to 'x11-themes/gnome-look')
-rw-r--r-- | x11-themes/gnome-look/Makefile | 25 | ||||
-rw-r--r-- | x11-themes/gnome-look/distinfo | 1 | ||||
-rw-r--r-- | x11-themes/gnome-look/files/patch-aa | 11 | ||||
-rw-r--r-- | x11-themes/gnome-look/pkg-comment | 1 | ||||
-rw-r--r-- | x11-themes/gnome-look/pkg-descr | 5 | ||||
-rw-r--r-- | x11-themes/gnome-look/pkg-plist | 10 |
6 files changed, 53 insertions, 0 deletions
diff --git a/x11-themes/gnome-look/Makefile b/x11-themes/gnome-look/Makefile new file mode 100644 index 000000000000..7783fb84d02a --- /dev/null +++ b/x11-themes/gnome-look/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: gnome-look +# Date Created: 10 June 2000 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gnome-look +PORTVERSION= 0.1.3 +CATEGORIES= x11-toolkits +MASTER_SITES= http://download.sourceforge.net/gnome-look/ + +MAINTAINER= sobomax@FreeBSD.org + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +USE_X_PREFIX= yes +USE_LIBTOOL= yes +USE_GMAKE= yes + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" + +.include <bsd.port.mk> diff --git a/x11-themes/gnome-look/distinfo b/x11-themes/gnome-look/distinfo new file mode 100644 index 000000000000..c7349cb0b0c9 --- /dev/null +++ b/x11-themes/gnome-look/distinfo @@ -0,0 +1 @@ +MD5 (gnome-look-0.1.3.tar.gz) = ba082e55e0d1b131e4f352f2f0c85952 diff --git a/x11-themes/gnome-look/files/patch-aa b/x11-themes/gnome-look/files/patch-aa new file mode 100644 index 000000000000..05e56c2e384e --- /dev/null +++ b/x11-themes/gnome-look/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Tue Jun 13 16:10:20 2000 ++++ Makefile.in Tue Jun 13 16:10:34 2000 +@@ -84,7 +84,7 @@ + engine_LTLIBRARIES = libgnomelook.la + libgnomelook_la_SOURCES = gnomelook_theme_draw.c gnomelook_theme_main.c gnomelook_theme.h + +-libgnomelook_la_LDFLAGS = -export-dynamic ++libgnomelook_la_LDFLAGS = -export-dynamic -avoid-version + + themedir = $(datadir)/themes/Gnome-Look/gtk + theme_DATA = gtkrc diff --git a/x11-themes/gnome-look/pkg-comment b/x11-themes/gnome-look/pkg-comment new file mode 100644 index 000000000000..5fa44dc1367d --- /dev/null +++ b/x11-themes/gnome-look/pkg-comment @@ -0,0 +1 @@ +A GTK theme engine designed to look nice with the GNOME desktop environment diff --git a/x11-themes/gnome-look/pkg-descr b/x11-themes/gnome-look/pkg-descr new file mode 100644 index 000000000000..07ace6314088 --- /dev/null +++ b/x11-themes/gnome-look/pkg-descr @@ -0,0 +1,5 @@ +A small and fast engine-based theme for Gtk-1.1.5 or later, designed to look +nice with the GNOME desktop environment. It features a few different "looks", +and should look good with most non-GNOME Gtk apps as well. + +WWW: http://research.soc.staffs.ac.uk/~duncan/projects/gnome-look.html diff --git a/x11-themes/gnome-look/pkg-plist b/x11-themes/gnome-look/pkg-plist new file mode 100644 index 000000000000..7b44e036090a --- /dev/null +++ b/x11-themes/gnome-look/pkg-plist @@ -0,0 +1,10 @@ +lib/gtk/themes/engines/libgnomelook.so +share/themes/Gnome-Look-Grey/gtk/gtkrc +share/themes/Gnome-Look-Icy/gtk/gtkrc +share/themes/Gnome-Look/gtk/gtkrc +@dirrm share/themes/Gnome-Look-Icy/gtk +@dirrm share/themes/Gnome-Look-Icy +@dirrm share/themes/Gnome-Look-Grey/gtk +@dirrm share/themes/Gnome-Look-Grey +@dirrm share/themes/Gnome-Look/gtk +@dirrm share/themes/Gnome-Look |