diff options
author | jlam <jlam> | 1999-10-08 21:21:24 +0000 |
---|---|---|
committer | jlam <jlam> | 1999-10-08 21:21:24 +0000 |
commit | 4d5999074e3729691148a9efb8fa67652327f0bb (patch) | |
tree | 7d2fbc261a27f634d0bb63f0f0d2380f9b40f006 /x11/gtkstep | |
parent | 3afc321d375338c4fe43ffbffb5ec389a374da2c (diff) | |
download | pkgsrc-4d5999074e3729691148a9efb8fa67652327f0bb.tar.gz |
Update gtkstep to version 1.9.
The layout of the following widgets has been improved:
Paned window
CList and CTree
Progress bar
Entry
Diffstat (limited to 'x11/gtkstep')
-rw-r--r-- | x11/gtkstep/Makefile | 10 | ||||
-rw-r--r-- | x11/gtkstep/files/md5 | 4 | ||||
-rw-r--r-- | x11/gtkstep/files/patch-sum | 4 | ||||
-rw-r--r-- | x11/gtkstep/patches/patch-aa | 25 |
4 files changed, 24 insertions, 19 deletions
diff --git a/x11/gtkstep/Makefile b/x11/gtkstep/Makefile index c4ffbfd9bbe..89a0db1d68b 100644 --- a/x11/gtkstep/Makefile +++ b/x11/gtkstep/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.2 1999/08/30 08:43:03 jlam Exp $ +# $NetBSD: Makefile,v 1.3 1999/10/08 21:21:24 jlam Exp $ -DISTNAME= gtkstep-1.8 +DISTNAME= gtkstep-1.9 CATEGORIES= x11 -MASTER_SITES= http://www-info2.informatik.uni-wuerzburg.de/staff/ulli/gtkstep/ +MASTER_SITES= http://members.linuxstart.com/~ulli/gtkstep/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= jlam@netbsd.org -HOMEPAGE= http://www-info2.informatik.uni-wuerzburg.de/staff/ulli/gtkstep/ +HOMEPAGE= http://members.linuxstart.com/~ulli/gtkstep/ -DEPENDS+= gtk+-1.2.4:../../x11/gtk +DEPENDS+= gtk+-1.2.*:../../x11/gtk USE_LIBTOOL= yes USE_X11BASE= yes diff --git a/x11/gtkstep/files/md5 b/x11/gtkstep/files/md5 index d3fb5c2a99e..cc4a4f7b6a1 100644 --- a/x11/gtkstep/files/md5 +++ b/x11/gtkstep/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1999/08/30 08:43:03 jlam Exp $ +$NetBSD: md5,v 1.3 1999/10/08 21:21:26 jlam Exp $ -MD5 (gtkstep-1.8.tar.bz2) = bf5f21c6d337e8e6eb9f20c56e61981e +MD5 (gtkstep-1.9.tar.bz2) = 90f705e060737ebc2ec530203843ce35 diff --git a/x11/gtkstep/files/patch-sum b/x11/gtkstep/files/patch-sum index aa462c43998..cc76b45aab2 100644 --- a/x11/gtkstep/files/patch-sum +++ b/x11/gtkstep/files/patch-sum @@ -1,3 +1,3 @@ -$NetBSD: patch-sum,v 1.1.1.1 1999/08/29 08:28:19 jlam Exp $ +$NetBSD: patch-sum,v 1.2 1999/10/08 21:21:26 jlam Exp $ -MD5 (patch-aa) = c94217a99c61739492dd02954d8ba7cc +MD5 (patch-aa) = bed7714aa161fcfabfc69a51401ab5de diff --git a/x11/gtkstep/patches/patch-aa b/x11/gtkstep/patches/patch-aa index 3b4764059f2..a59bae5f55e 100644 --- a/x11/gtkstep/patches/patch-aa +++ b/x11/gtkstep/patches/patch-aa @@ -1,15 +1,20 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/08/29 08:28:19 jlam Exp $ +$NetBSD: patch-aa,v 1.2 1999/10/08 21:21:26 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" +--- ./configure.orig Mon Sep 13 11:54:47 1999 ++++ ./configure Wed Oct 6 21:58:22 1999 +@@ -1479,6 +1479,7 @@ + fi -+if false; then - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+fi ++if false; then + # Check for any special flags to pass to ltconfig. + libtool_flags="--cache-file=$cache_file" + test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" +@@ -1636,6 +1637,7 @@ # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. + exec 5>>./config.log ++fi + + + # Check whether --with-gtk-prefix or --without-gtk-prefix was given. |