summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-05-22 10:42:13 +0000
committerwiz <wiz@pkgsrc.org>2001-05-22 10:42:13 +0000
commit8e258a060cd74d2c0f2f06297fdda59fcf527237 (patch)
treef4fd52f0d5bb0581b84ecf45008b7dd9c6e4d7f4 /wm
parent614825756dc7def02b26e7993b4a3cede414bbab (diff)
downloadpkgsrc-8e258a060cd74d2c0f2f06297fdda59fcf527237.tar.gz
Update to 0.65.0. Extract of changes:
Bug fixes for GNOME interaction; fixes for window positions/states after wm crashes; removed single appicon stuff; fixed race conditions on signal handlers; SIGINT will gently exit, SIGTERM will not be handled; better alpha handling in some cases; MouseButton handling done differently (don't bind Button to Action, but Action to Button); made "Keep on Top" in the dock/clip menu a checked menu entry. Please note: There was a bug in XPM saving -- please delete your icons in ~/GNUstep/.AppInfo/WindowMaker, they will be recreated on the next start of the corresponding programs.
Diffstat (limited to 'wm')
-rw-r--r--wm/windowmaker/Makefile6
-rw-r--r--wm/windowmaker/distinfo13
-rw-r--r--wm/windowmaker/patches/patch-aa6
-rw-r--r--wm/windowmaker/patches/patch-ab10
-rw-r--r--wm/windowmaker/patches/patch-ac10
-rw-r--r--wm/windowmaker/pkg/PLIST7
6 files changed, 26 insertions, 26 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile
index ef145c6a3ce..4e8bc4fad7e 100644
--- a/wm/windowmaker/Makefile
+++ b/wm/windowmaker/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2001/05/22 09:32:25 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2001/05/22 10:42:13 wiz Exp $
-DISTNAME= WindowMaker-0.64.0
-PKGNAME= windowmaker-0.64.0
+DISTNAME= WindowMaker-0.65.0
+PKGNAME= windowmaker-0.65.0
CATEGORIES= x11 wm
MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \
ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/WindowMaker/beta/srcs/
diff --git a/wm/windowmaker/distinfo b/wm/windowmaker/distinfo
index 886fe001cd1..a86727158d1 100644
--- a/wm/windowmaker/distinfo
+++ b/wm/windowmaker/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.2 2001/05/21 05:27:56 tron Exp $
+$NetBSD: distinfo,v 1.3 2001/05/22 10:42:13 wiz Exp $
-SHA1 (WindowMaker-0.64.0.tar.bz2) = a79f91c2da4f72058b803ed380e044c5913ec7d8
-Size (WindowMaker-0.64.0.tar.bz2) = 1872401 bytes
-SHA1 (patch-aa) = f28cba3b67cbc9d3694044ca05d0e6a4c794a630
-SHA1 (patch-ab) = 4bc3e4112c6aa5f6bae5b91f80b8f1f8e1887bf9
-SHA1 (patch-ac) = 369851ddd787c1f6bdc3828cf777cd797c287489
-SHA1 (patch-ad) = e363620bed72769d54c2dd8a6f7f5170b12366b5
+SHA1 (WindowMaker-0.65.0.tar.bz2) = acc08353dbdbd0af26b0fa653322f60347c5a6fe
+Size (WindowMaker-0.65.0.tar.bz2) = 1876239 bytes
+SHA1 (patch-aa) = 2c353985edb3f993235428b0124ae00ddd74e60b
+SHA1 (patch-ab) = 3e60c1dad306111d927a0aab9eac819e042d2714
+SHA1 (patch-ac) = 8e4b85dc9b8b3cf211b6c76dbca46f60308ac591
diff --git a/wm/windowmaker/patches/patch-aa b/wm/windowmaker/patches/patch-aa
index c111809dfaf..dab4638a128 100644
--- a/wm/windowmaker/patches/patch-aa
+++ b/wm/windowmaker/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.2 2001/03/11 16:59:04 mjl Exp $
+$NetBSD: patch-aa,v 1.3 2001/05/22 10:42:13 wiz Exp $
---- doc/Makefile.am.orig Sun Mar 11 17:27:36 2001
-+++ doc/Makefile.am Sun Mar 11 17:27:50 2001
+--- doc/Makefile.am.orig Sun May 2 23:23:10 1999
++++ doc/Makefile.am
@@ -1,16 +1,16 @@
## Process this file with automake to produce Makefile.in
diff --git a/wm/windowmaker/patches/patch-ab b/wm/windowmaker/patches/patch-ab
index 195e3029994..4687f0ca33f 100644
--- a/wm/windowmaker/patches/patch-ab
+++ b/wm/windowmaker/patches/patch-ab
@@ -1,9 +1,9 @@
-$NetBSD: patch-ab,v 1.2 2001/03/11 16:59:04 mjl Exp $
+$NetBSD: patch-ab,v 1.3 2001/05/22 10:42:13 wiz Exp $
---- configure.in.orig Fri Feb 9 17:05:49 2001
-+++ configure.in Sun Mar 11 17:20:56 2001
-@@ -261,29 +261,11 @@
- supported_locales="cs de es fr gl it ja ko nl no pt ru sv tr fi hr el pl ro da zh_TW.Big5 zh_CN sk bg hu"
+--- configure.in.orig Sun Apr 29 23:21:39 2001
++++ configure.in
+@@ -223,29 +223,11 @@
+ supported_locales="cs de es et fr gl it ja ko nl no pt ru sv tr fi hr el pl ro da zh_TW.Big5 zh_CN sk bg hu"
supported_wprefs_locales="pt hr fr ko ja cs zh_TW.Big5 es zh_CN fi it ru de bg hu sk"
-for lang in $LINGUAS; do
diff --git a/wm/windowmaker/patches/patch-ac b/wm/windowmaker/patches/patch-ac
index 60f768324b0..222a814dffc 100644
--- a/wm/windowmaker/patches/patch-ac
+++ b/wm/windowmaker/patches/patch-ac
@@ -1,13 +1,13 @@
-$NetBSD: patch-ac,v 1.2 2001/03/11 16:59:04 mjl Exp $
+$NetBSD: patch-ac,v 1.3 2001/05/22 10:42:14 wiz Exp $
---- wrlib/Makefile.am.orig Sun Jan 7 00:52:01 2001
-+++ wrlib/Makefile.am Sun Mar 11 17:26:26 2001
+--- wrlib/Makefile.am.orig Sat Apr 21 09:12:35 2001
++++ wrlib/Makefile.am
@@ -4,7 +4,7 @@
lib_LTLIBRARIES = libwraster.la
--libwraster_la_LDFLAGS = -version-info 2:1:0
-+libwraster_la_LDFLAGS = @LIBRARY_SEARCH_PATH@ @GFXLIBS@ @XLIBS@ -lm -version-info 2:1:0
+-libwraster_la_LDFLAGS = -version-info 4:0:2
++libwraster_la_LDFLAGS = @LIBRARY_SEARCH_PATH@ @GFXLIBS@ @XLIBS@ -lm -version-info 4:0:2
bin_SCRIPTS = get-wraster-flags
diff --git a/wm/windowmaker/pkg/PLIST b/wm/windowmaker/pkg/PLIST
index df2f35b0531..59875c1154c 100644
--- a/wm/windowmaker/pkg/PLIST
+++ b/wm/windowmaker/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2001/03/12 11:42:03 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2001/05/22 10:42:14 wiz Exp $
GNUstep/Apps/WPrefs.app/WPrefs
GNUstep/Apps/WPrefs.app/WPrefs.tiff
GNUstep/Apps/WPrefs.app/WPrefs.xpm
@@ -106,8 +106,8 @@ lib/libWUtil.a
lib/libwraster.a
lib/libwraster.la
lib/libwraster.so
-lib/libwraster.so.2
-lib/libwraster.so.2.1
+lib/libwraster.so.4
+lib/libwraster.so.4.0
man/man1/geticonset.1
man/man1/getstyle.1
man/man1/seticons.1
@@ -296,6 +296,7 @@ share/locale/de/LC_MESSAGES/WindowMaker.mo
share/locale/el/LC_MESSAGES/WindowMaker.mo
share/locale/es/LC_MESSAGES/WPrefs.mo
share/locale/es/LC_MESSAGES/WindowMaker.mo
+share/locale/et/LC_MESSAGES/WindowMaker.mo
share/locale/fi/LC_MESSAGES/WPrefs.mo
share/locale/fi/LC_MESSAGES/WindowMaker.mo
share/locale/fr/LC_MESSAGES/WPrefs.mo