diff options
author | jlam <jlam> | 1999-08-29 08:28:19 +0000 |
---|---|---|
committer | jlam <jlam> | 1999-08-29 08:28:19 +0000 |
commit | fc5da38410660ebd8e0b4e9f992488ef804a27d5 (patch) | |
tree | 5a964ed0cedc0a396cd0e1585f9f0ee3b43d808b /x11/gtkstep | |
parent | 4da9d4285c13e40f0e5a21384967835f7cb7b9e4 (diff) | |
download | pkgsrc-fc5da38410660ebd8e0b4e9f992488ef804a27d5.tar.gz |
gtkstep-1.8 -- GTK theme-engine to yield a NEXTSTEP(tm) look and feel
Diffstat (limited to 'x11/gtkstep')
-rw-r--r-- | x11/gtkstep/Makefile | 17 | ||||
-rw-r--r-- | x11/gtkstep/files/md5 | 3 | ||||
-rw-r--r-- | x11/gtkstep/files/patch-sum | 3 | ||||
-rw-r--r-- | x11/gtkstep/patches/patch-aa | 15 | ||||
-rw-r--r-- | x11/gtkstep/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/gtkstep/pkg/DESCR | 2 | ||||
-rw-r--r-- | x11/gtkstep/pkg/PLIST | 11 |
7 files changed, 52 insertions, 0 deletions
diff --git a/x11/gtkstep/Makefile b/x11/gtkstep/Makefile new file mode 100644 index 00000000000..7265ab6bb3c --- /dev/null +++ b/x11/gtkstep/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/08/29 08:28:19 jlam Exp $ + +DISTNAME= gtkstep-1.8 +CATEGORIES= x11 +MASTER_SITES= http://www-info2.informatik.uni-wuerzburg.de/staff/ulli/gtkstep/ + +MAINTAINER= jlam@netbsd.org +HOMEPAGE= http://www-info2.informatik.uni-wuerzburg.de/staff/ulli/gtkstep/ + +DEPENDS+= gtk+-1.2.4:../../x11/gtk + +USE_LIBTOOL= yes +USE_X11BASE= yes + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/gtkstep/files/md5 b/x11/gtkstep/files/md5 new file mode 100644 index 00000000000..bc217ef08c2 --- /dev/null +++ b/x11/gtkstep/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/08/29 08:28:19 jlam Exp $ + +MD5 (gtkstep-1.8.tar.gz) = 7ac36c5fcff31395fe546e3ea4d3f093 diff --git a/x11/gtkstep/files/patch-sum b/x11/gtkstep/files/patch-sum new file mode 100644 index 00000000000..aa462c43998 --- /dev/null +++ b/x11/gtkstep/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/08/29 08:28:19 jlam Exp $ + +MD5 (patch-aa) = c94217a99c61739492dd02954d8ba7cc diff --git a/x11/gtkstep/patches/patch-aa b/x11/gtkstep/patches/patch-aa new file mode 100644 index 00000000000..3b4764059f2 --- /dev/null +++ b/x11/gtkstep/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/08/29 08:28:19 jlam Exp $ + +--- configure.orig Tue Jul 27 15:23:30 1999 ++++ configure Sun Aug 29 00:23:29 1999 +@@ -1630,8 +1630,10 @@ + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" + ++if false; then + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++fi + + # Redirect the config.log output again, so that the ltconfig log is not + # clobbered by the next message. diff --git a/x11/gtkstep/pkg/COMMENT b/x11/gtkstep/pkg/COMMENT new file mode 100644 index 00000000000..a519ee8335b --- /dev/null +++ b/x11/gtkstep/pkg/COMMENT @@ -0,0 +1 @@ +GTK theme-engine to yield a NEXTSTEP(tm) look and feel diff --git a/x11/gtkstep/pkg/DESCR b/x11/gtkstep/pkg/DESCR new file mode 100644 index 00000000000..9127017ddc5 --- /dev/null +++ b/x11/gtkstep/pkg/DESCR @@ -0,0 +1,2 @@ +GTKstep is a GTK theme-engine to improve the boring GTK+ look and feel +with a NEXTSTEP(tm) look and feel. diff --git a/x11/gtkstep/pkg/PLIST b/x11/gtkstep/pkg/PLIST new file mode 100644 index 00000000000..31aee895e96 --- /dev/null +++ b/x11/gtkstep/pkg/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/08/29 08:28:19 jlam Exp $ +lib/gtk/themes/engines/libstep.a +lib/gtk/themes/engines/libstep.so.0.0 +share/themes/Step/ICON.png +share/themes/Step/README.html +share/themes/Step/gtk/gtkrc +@dirrm share/themes/Step/gtk +@dirrm share/themes/Step +@dirrm lib/gtk/themes/engines +@dirrm lib/gtk/themes +@dirrm lib/gtk |