diff options
author | wiz <wiz@pkgsrc.org> | 2003-08-31 12:01:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-08-31 12:01:16 +0000 |
commit | adc2210731b7200e36d4ce7cda1aa92692c277bd (patch) | |
tree | ba2b10ed4918fa46a84162acbf21365c963ba996 /x11/neXtaw | |
parent | 5a413755acacdda04a9208b47863873d50dae456 (diff) | |
download | pkgsrc-adc2210731b7200e36d4ce7cda1aa92692c277bd.tar.gz |
Update to 0.14.1:
030823 Patch from Alexey I. Froloff <raorn@altlinux.ru>:
This patch adds shadow width to SimpleMenu widget's height
(last Sme overlaps with bottom shadow) and fixes SmeBSB drawing
code (different regions were highlighted in Redisplay and
FlipColors, "disabled" menu items were displayed as normal if
.international is set to True).
Diffstat (limited to 'x11/neXtaw')
-rw-r--r-- | x11/neXtaw/Makefile | 4 | ||||
-rw-r--r-- | x11/neXtaw/PLIST | 4 | ||||
-rw-r--r-- | x11/neXtaw/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/x11/neXtaw/Makefile b/x11/neXtaw/Makefile index b7cb9cf8134..803f657be65 100644 --- a/x11/neXtaw/Makefile +++ b/x11/neXtaw/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 22:56:37 grant Exp $ +# $NetBSD: Makefile,v 1.10 2003/08/31 12:01:16 wiz Exp $ -DISTNAME= neXtaw-0.14.0 +DISTNAME= neXtaw-0.14.1 CATEGORIES= x11 MASTER_SITES= http://siag.nu/pub/neXtaw/ diff --git a/x11/neXtaw/PLIST b/x11/neXtaw/PLIST index 216947ba0d7..3764280f66f 100644 --- a/x11/neXtaw/PLIST +++ b/x11/neXtaw/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/03/05 13:04:55 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/08/31 12:01:16 wiz Exp $ include/X11/neXtaw/AllWidgets.h include/X11/neXtaw/AsciiSink.h include/X11/neXtaw/AsciiSinkP.h @@ -81,7 +81,7 @@ lib/libneXtaw.a lib/libneXtaw.la lib/libneXtaw.so lib/libneXtaw.so.14 -lib/libneXtaw.so.14.0 +lib/libneXtaw.so.14.1 share/doc/neXtaw/FAQ share/doc/neXtaw/README share/doc/neXtaw/README.XAW3D diff --git a/x11/neXtaw/distinfo b/x11/neXtaw/distinfo index ec2c599c9fe..74e25ed4011 100644 --- a/x11/neXtaw/distinfo +++ b/x11/neXtaw/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2003/03/05 13:04:55 wiz Exp $ +$NetBSD: distinfo,v 1.3 2003/08/31 12:01:16 wiz Exp $ -SHA1 (neXtaw-0.14.0.tar.gz) = 5740881b6c204eee8d9a518b5cc28ed829fbdc7e -Size (neXtaw-0.14.0.tar.gz) = 579488 bytes +SHA1 (neXtaw-0.14.1.tar.gz) = 8bf69bf439b03f9e96bd99fa5e9ba9e3ae5e8d66 +Size (neXtaw-0.14.1.tar.gz) = 568234 bytes |