diff options
author | tron <tron> | 1999-11-22 00:46:50 +0000 |
---|---|---|
committer | tron <tron> | 1999-11-22 00:46:50 +0000 |
commit | 3d07e7740372099c64819401f152ac2cf6b19a74 (patch) | |
tree | d6de1f17cca1e38be5d2962d9fe791d43b0e31f0 /x11/gtkstep | |
parent | 6ef84eaeaa4122824828ddd302fa239d3919e2db (diff) | |
download | pkgsrc-3d07e7740372099c64819401f152ac2cf6b19a74.tar.gz |
Update "gtkstep" package to version 1.10:
- fixes some small bugs
- three theme configuration options have been added:
- enable/disable NeXTSTEP(R) style lists with dark background
- enable/disable NeXTSTEP(R) style scrollbars (on the bottom left)
- enable/disable GTK+ style prelighting if mouse is over top of widget
Diffstat (limited to 'x11/gtkstep')
-rw-r--r-- | x11/gtkstep/Makefile | 12 | ||||
-rw-r--r-- | x11/gtkstep/files/md5 | 4 |
2 files changed, 10 insertions, 6 deletions
diff --git a/x11/gtkstep/Makefile b/x11/gtkstep/Makefile index 877f2ddb0d5..81a3360a39e 100644 --- a/x11/gtkstep/Makefile +++ b/x11/gtkstep/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 1999/11/22 00:27:35 tron Exp $ +# $NetBSD: Makefile,v 1.5 1999/11/22 00:46:50 tron Exp $ -DISTNAME= gtkstep-1.9 +DISTNAME= gtkstep-1.10 CATEGORIES= x11 -MASTER_SITES= http://members.linuxstart.com/~ulli/gtkstep/ +MASTER_SITES= http://ulli.linuxbox.com/gtkstep/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= jlam@netbsd.org @@ -10,9 +10,13 @@ HOMEPAGE= http://ulli.linuxbox.com/gtkstep/index.html DEPENDS+= gtk+-1.2.*:../../x11/gtk +GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_X11BASE= yes -GNU_CONFIGURE= yes +post-install: + ${RM} -f ${PREFIX}/share/themes/Step/gtk/gtkrc.in + ${INSTALL_DATA} ${WRKSRC}/step/Theme/gtk/gtkrc \ + ${PREFIX}/share/themes/Step/gtk .include "../../mk/bsd.pkg.mk" diff --git a/x11/gtkstep/files/md5 b/x11/gtkstep/files/md5 index cc4a4f7b6a1..58d1ef88783 100644 --- a/x11/gtkstep/files/md5 +++ b/x11/gtkstep/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 1999/10/08 21:21:26 jlam Exp $ +$NetBSD: md5,v 1.4 1999/11/22 00:46:51 tron Exp $ -MD5 (gtkstep-1.9.tar.bz2) = 90f705e060737ebc2ec530203843ce35 +MD5 (gtkstep-1.10.tar.bz2) = 93f12a770c12a952e9c2ca40d0c2d8d6 |