pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/sawfish Update to sawfish-1.3.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a9fe1c8b4a19
branches: trunk
changeset: 537917:a9fe1c8b4a19
user: tnn <tnn%pkgsrc.org@localhost>
date: Mon Jan 21 02:34:28 2008 +0000
description:
Update to sawfish-1.3.2.
* Strings are re-encoded in UTF-8. Window titles will be set correctly
regardless of title encoding
* updated documentation to v0.12
* added Occitan Lanaguage
* Bug fixes:
- Nautilus desktop window can now restore its size properly
- Sawfish.desktop file now complies with freedesktop.org standard
- Fix select workspace to make sure it calls with right arguments
- Fix 64 bit client messages
- Don't display unneeded blank lines when window is opened by
prompt function
- KDE system tray no longer fighs with sawfish to reparent a tray icon
- Add bounds checking on _NET_CURRENT_DESKTOP requests
- QT applications no longer lose focus when menu is active
- Corrected window placement in xinerama/dualhead when using
centered/centered-on-parent
diffstat:
wm/sawfish/Makefile | 4 ++--
wm/sawfish/PLIST | 3 ++-
wm/sawfish/distinfo | 9 ++++-----
wm/sawfish/patches/patch-ac | 17 -----------------
4 files changed, 8 insertions(+), 25 deletions(-)
diffs (68 lines):
diff -r 7c446f0c11c7 -r a9fe1c8b4a19 wm/sawfish/Makefile
--- a/wm/sawfish/Makefile Mon Jan 21 02:25:43 2008 +0000
+++ b/wm/sawfish/Makefile Mon Jan 21 02:34:28 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2007/09/14 15:04:48 tnn Exp $
+# $NetBSD: Makefile,v 1.46 2008/01/21 02:34:28 tnn Exp $
#
DISTNAME= sawfish-${SF_VERS}
-SF_VERS= 1.3.1
+SF_VERS= 1.3.2
CATEGORIES= x11 wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sawmill/}
diff -r 7c446f0c11c7 -r a9fe1c8b4a19 wm/sawfish/PLIST
--- a/wm/sawfish/PLIST Mon Jan 21 02:25:43 2008 +0000
+++ b/wm/sawfish/PLIST Mon Jan 21 02:34:28 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2007/09/14 15:04:49 tnn Exp $
+@comment $NetBSD: PLIST,v 1.12 2008/01/21 02:34:29 tnn Exp $
bin/sawfish
bin/sawfish-client
bin/sawfish-ui
@@ -50,6 +50,7 @@
share/locale/nl/LC_MESSAGES/sawfish.mo
share/locale/nn/LC_MESSAGES/sawfish.mo
share/locale/no/LC_MESSAGES/sawfish.mo
+share/locale/oc/LC_MESSAGES/sawfish.mo
share/locale/pa/LC_MESSAGES/sawfish.mo
share/locale/pl/LC_MESSAGES/sawfish.mo
share/locale/pt/LC_MESSAGES/sawfish.mo
diff -r 7c446f0c11c7 -r a9fe1c8b4a19 wm/sawfish/distinfo
--- a/wm/sawfish/distinfo Mon Jan 21 02:25:43 2008 +0000
+++ b/wm/sawfish/distinfo Mon Jan 21 02:34:28 2008 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.12 2007/10/20 14:13:45 tnn Exp $
+$NetBSD: distinfo,v 1.13 2008/01/21 02:34:29 tnn Exp $
-SHA1 (sawfish-1.3.1.tar.gz) = c204129b7b6fdf702580140c39f62c561683216a
-RMD160 (sawfish-1.3.1.tar.gz) = 66de77629ad98e6205c13b7300928616d687c80a
-Size (sawfish-1.3.1.tar.gz) = 1741281 bytes
+SHA1 (sawfish-1.3.2.tar.gz) = b7b2b222c305a6a2b2f98f92499271a585e5b04f
+RMD160 (sawfish-1.3.2.tar.gz) = 3dc71d5744e6df04cba8cb9c1387b67708ad5122
+Size (sawfish-1.3.2.tar.gz) = 1950794 bytes
SHA1 (patch-aa) = d2883ff092ce4fa86b20f9928dc004cf5bf61e75
SHA1 (patch-ab) = 21a89c87afa9cb5fdf3b028109b0db9c5991fb1e
-SHA1 (patch-ac) = 5b06b5d5d5ea1c30af3c48f7dc87c7ce2ce29816
diff -r 7c446f0c11c7 -r a9fe1c8b4a19 wm/sawfish/patches/patch-ac
--- a/wm/sawfish/patches/patch-ac Mon Jan 21 02:25:43 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2007/10/20 14:13:45 tnn Exp $
-
---- src/events.c.orig 2007-07-26 19:55:01.000000000 +0200
-+++ src/events.c
-@@ -1155,7 +1155,11 @@ shape_notify (XEvent *ev)
- XShapeEvent *sev = (XShapeEvent *)ev;
- Lisp_Window *w = find_window_by_id (sev->window);
- if (w != 0 && sev->window == w->id
-- && (sev->kind == ShapeBounding || sev->kind == ShapeInput))
-+ && (sev->kind == ShapeBounding
-+#ifdef ShapeInput
-+ || sev->kind == ShapeInput
-+#endif
-+))
- {
- if (sev->kind == ShapeBounding)
- w->shaped = sev->shaped ? 1 : 0;
Home |
Main Index |
Thread Index |
Old Index