diff options
author | tron <tron@pkgsrc.org> | 1999-02-02 10:24:09 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-02-02 10:24:09 +0000 |
commit | 3b4917cdc477ad06036452687c9ead7f67a8ea0a (patch) | |
tree | 5d9629acbc64fa472f1caa06e8f6ae778f43c006 /x11 | |
parent | a33cf4f0aa3d50ab8db56beac237519feadfa60b (diff) | |
download | pkgsrc-3b4917cdc477ad06036452687c9ead7f67a8ea0a.tar.gz |
Update for "windowmaker" package to version 0.51.0 supplied by
Johnny C. Lam in PR pkg/6917. Changes since version 0.50.2:
- added some new icons made by Marco
- kde: fixed stacking order reporting for modules
- gnome: fixed state change request handling
- fixed handling of file names with non-alphanum characters in wmsetbg
- hopefully fixed timestamp problem that caused regeneration of configure
- fixed a bug in the auto raise code
- made SIGHUP exit wmaker and SIGUSR1 restart for GNOME compatibility
- fixed %a() bug (now it really is fixed!)
- fixed docking icons in last icon
- fixed WMInsertPopUpButtonItem()
- fixed bug that caused fonts of themes to be ignored
- fixed bug in path handling in getstyle
- stop icon explosion animation by clicking on root window
- made SAVE_SESSION save the state of the dock
- added command line option aliases that adhere to the GNU standards
- fixed png gamma bug (actually unmade buggy fix)
- fixed bug in property notify handling
- removed KeepTransientsOnTop
- fixed window focus when switching workspaces
- fixed attribute inspector Apply for dont bind keys
- fixed bad colormap bug (I hope)
- added acceleration to keyboard window move
- %W expand to current workspace #
- fixed background pixmap color problem (cpixmap etc)
- applied drop shadow patch
- fixed crash on startup with xconsole and xdm
- fixed portability prob with MkLinux/PPC
- fixed portability prob with Alpha
- added color panel to WINGs
- added support for olwm/OPEN LOOK(tm) hints
- added SaveYourself support
- fixed bug in start maximized
- added _WINDOWMAKER_NOTICEBOARD protocol
- added docklib
Diffstat (limited to 'x11')
-rw-r--r-- | x11/windowmaker/Makefile | 30 | ||||
-rw-r--r-- | x11/windowmaker/files/md5 | 4 | ||||
-rw-r--r-- | x11/windowmaker/patches/patch-aa | 8 | ||||
-rw-r--r-- | x11/windowmaker/patches/patch-ab | 10 | ||||
-rw-r--r-- | x11/windowmaker/patches/patch-ac | 14 | ||||
-rw-r--r-- | x11/windowmaker/patches/patch-ad | 8 | ||||
-rw-r--r-- | x11/windowmaker/patches/patch-ae | 8 | ||||
-rw-r--r-- | x11/windowmaker/pkg/PLIST.nolinguas | 57 |
8 files changed, 88 insertions, 51 deletions
diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile index 8ebaa98c92e..4f7d3e2152a 100644 --- a/x11/windowmaker/Makefile +++ b/x11/windowmaker/Makefile @@ -1,16 +1,17 @@ -# $NetBSD: Makefile,v 1.19 1999/01/30 23:18:57 agc Exp $ +# $NetBSD: Makefile,v 1.20 1999/02/02 10:24:09 tron Exp $ -DISTNAME= WindowMaker-0.50.2 -PKGNAME= windowmaker-0.50.2 +DISTNAME= WindowMaker-0.51.0 +PKGNAME= windowmaker-0.51.0 CATEGORIES= x11 MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \ - ftp://ftp.windowmaker.org/pub/contrib/icons/ -DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}\ + ftp://ftp.windowmaker.org/pub/libs/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ WindowMaker-data.tar.gz MAINTAINER= lamj@stat.cmu.edu -HOMEPAGE= http://windowmaker.org/ +HOMEPAGE= http://www.windowmaker.org/ +DEPENDS+= libproplist-0.8.3:../../devel/libproplist DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= giflib-3.0:../../graphics/giflib DEPENDS+= jpeg-6b:../../graphics/jpeg @@ -27,7 +28,10 @@ CONFIGURE_ARGS+= --with-nlsdir=${PREFIX}/share/locale \ -I${LOCALBASE}/include/giflib" \ --with-gfx-libs=-L${LOCALBASE}/lib \ --with-modelock -CONFIGURE_ENV+= INSTALL="${INSTALL}" \ + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" @@ -42,9 +46,7 @@ PLIST_SRC= ${WRKDIR}/.PLIST_SRC_WM # .if defined(LINGUAS) DEPENDS+= gettext-0.10.35:../../devel/gettext -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LINGUAS="${LINGUAS}" +CONFIGURE_ENV+= LINGUAS="${LINGUAS}" # Enable multi-byte character support for languages that need it. # Currently, those are: ja, ko @@ -62,9 +64,10 @@ CONFIGURE_ARGS+= --enable-kanji # WINDOWMAKER_OPTIONS is a space-separated list of compile-time options # to support. Currently supported options: # -# kde KDE WM-compliance +# kde enable support for kde/kwm window manager hints +# gnome enable support for GNOME window manager hints +# openlook enable support for OPEN LOOK(tm) window manager hints # lite remove Window Maker redundancies with KDE -# gnome GNOME-compliance # # Default: not defined # @@ -72,6 +75,9 @@ CONFIGURE_ARGS+= --enable-kanji CONFIGURE_ARGS+= --enable-${option} .endfor +post-extract: + ${RM} -f ${WRKDIR}/WindowMaker-data/pixmaps/tile.xpm + pre-configure: @${ECHO} "To compile with i18n support, set the variable LINGUAS" @${ECHO} "to the list of locales to install." diff --git a/x11/windowmaker/files/md5 b/x11/windowmaker/files/md5 index f97145444b4..d31252631e9 100644 --- a/x11/windowmaker/files/md5 +++ b/x11/windowmaker/files/md5 @@ -1,4 +1,4 @@ -$NetBSD: md5,v 1.6 1999/01/16 12:35:44 tron Exp $ +$NetBSD: md5,v 1.7 1999/02/02 10:24:10 tron Exp $ -MD5 (WindowMaker-0.50.2.tar.gz) = 985288b835085d5a3d79652a7becf1c9 +MD5 (WindowMaker-0.51.0.tar.gz) = c88b940437efe9a0c4f7535f836ce984 MD5 (WindowMaker-data.tar.gz) = 6ea0c37314ea9e9ab27e8bdf45a31a82 diff --git a/x11/windowmaker/patches/patch-aa b/x11/windowmaker/patches/patch-aa index 26f01201e4b..2da6bfa3c1c 100644 --- a/x11/windowmaker/patches/patch-aa +++ b/x11/windowmaker/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.4 1999/01/16 12:35:44 tron Exp $ +$NetBSD: patch-aa,v 1.5 1999/02/02 10:24:11 tron Exp $ ---- doc/Makefile.in.orig Sat Jan 9 20:55:55 1999 -+++ doc/Makefile.in Mon Jan 11 09:44:13 1999 -@@ -142,7 +142,7 @@ +--- doc/Makefile.in.orig Wed Jan 20 10:00:00 1999 ++++ doc/Makefile.in Sun Jan 31 04:52:26 1999 +@@ -126,7 +126,7 @@ for i in $$list; do \ if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ else file=$$i; fi; \ diff --git a/x11/windowmaker/patches/patch-ab b/x11/windowmaker/patches/patch-ab index c7406f5120e..64e82703760 100644 --- a/x11/windowmaker/patches/patch-ab +++ b/x11/windowmaker/patches/patch-ab @@ -1,14 +1,14 @@ -$NetBSD: patch-ab,v 1.5 1999/01/16 12:38:09 tron Exp $ +$NetBSD: patch-ab,v 1.6 1999/02/02 10:24:11 tron Exp $ ---- configure.orig Sat Jan 9 20:55:54 1999 -+++ configure Mon Jan 11 22:15:49 1999 -@@ -1240,8 +1240,8 @@ +--- configure.orig Wed Jan 20 10:00:00 1999 ++++ configure Sun Jan 31 03:58:31 1999 +@@ -1300,8 +1300,8 @@ echo "$ac_t""no" 1>&6 fi -# Always use our own libtool. -LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+# Use NetBSD's pkglibtool. ++# Use NetBSD's pkglibtool +#LIBTOOL='$(SHELL) $(top_builddir)/libtool' # Check for any special flags to pass to ltconfig. diff --git a/x11/windowmaker/patches/patch-ac b/x11/windowmaker/patches/patch-ac deleted file mode 100644 index 1dbd88d2dfd..00000000000 --- a/x11/windowmaker/patches/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ac,v 1.3 1999/01/16 12:38:09 tron Exp $ - ---- libPropList/configure.orig Sat Jan 9 20:55:55 1999 -+++ libPropList/configure Mon Jan 11 22:43:46 1999 -@@ -1196,8 +1196,7 @@ - echo "$ac_t""no" 1>&6 - fi - --# Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+# Use LIBTOOL passed from environment. - - # Check for any special flags to pass to ltconfig. - libtool_flags= diff --git a/x11/windowmaker/patches/patch-ad b/x11/windowmaker/patches/patch-ad index 4d381348bc5..09d4d6b0102 100644 --- a/x11/windowmaker/patches/patch-ad +++ b/x11/windowmaker/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.3 1999/01/16 12:38:10 tron Exp $ +$NetBSD: patch-ad,v 1.4 1999/02/02 10:24:11 tron Exp $ ---- WPrefs.app/po/Makefile.in.orig Fri Jan 15 07:08:16 1999 -+++ WPrefs.app/po/Makefile.in Fri Jan 15 09:13:25 1999 -@@ -235,7 +235,7 @@ +--- WPrefs.app/po/Makefile.in.orig Thu Jan 28 11:38:16 1999 ++++ WPrefs.app/po/Makefile.in Sun Jan 31 04:00:09 1999 +@@ -227,7 +227,7 @@ $(mkinstalldirs) $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES; \ chmod 755 $(DESTDIR)$(nlsdir)/$$l; \ chmod 755 $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES; \ diff --git a/x11/windowmaker/patches/patch-ae b/x11/windowmaker/patches/patch-ae index 2c051bc803a..8b3cef40478 100644 --- a/x11/windowmaker/patches/patch-ae +++ b/x11/windowmaker/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.3 1999/01/16 12:38:10 tron Exp $ +$NetBSD: patch-ae,v 1.4 1999/02/02 10:24:11 tron Exp $ ---- po/Makefile.in.orig Tue Jan 12 07:48:53 1999 -+++ po/Makefile.in Fri Jan 15 09:12:40 1999 -@@ -243,7 +243,7 @@ +--- po/Makefile.in.orig Wed Jan 20 10:00:00 1999 ++++ po/Makefile.in Sun Jan 31 04:02:56 1999 +@@ -228,7 +228,7 @@ $(mkinstalldirs) $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES; \ chmod 755 $(DESTDIR)$(nlsdir)/$$l; \ chmod 755 $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES; \ diff --git a/x11/windowmaker/pkg/PLIST.nolinguas b/x11/windowmaker/pkg/PLIST.nolinguas index 6e987322a0d..862f494f708 100644 --- a/x11/windowmaker/pkg/PLIST.nolinguas +++ b/x11/windowmaker/pkg/PLIST.nolinguas @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.nolinguas,v 1.1 1999/01/16 12:38:50 tron Exp $ +@comment $NetBSD: PLIST.nolinguas,v 1.2 1999/02/02 10:24:11 tron Exp $ GNUstep/Apps/WPrefs.app/WPrefs GNUstep/Apps/WPrefs.app/WPrefs.tiff GNUstep/Apps/WPrefs.app/WPrefs.xpm @@ -11,6 +11,7 @@ GNUstep/Apps/WPrefs.app/tiff/cycleworkspaces.tiff GNUstep/Apps/WPrefs.app/tiff/dock.tiff GNUstep/Apps/WPrefs.app/tiff/dontlinkworkspaces.tiff GNUstep/Apps/WPrefs.app/tiff/ergonomic.tiff +GNUstep/Apps/WPrefs.app/tiff/ergowood.tiff GNUstep/Apps/WPrefs.app/tiff/expert.tiff GNUstep/Apps/WPrefs.app/tiff/fonts.tiff GNUstep/Apps/WPrefs.app/tiff/iconprefs.tiff @@ -24,6 +25,7 @@ GNUstep/Apps/WPrefs.app/tiff/menus.tiff GNUstep/Apps/WPrefs.app/tiff/minimouseleft.tiff GNUstep/Apps/WPrefs.app/tiff/minimousemiddle.tiff GNUstep/Apps/WPrefs.app/tiff/minimouseright.tiff +GNUstep/Apps/WPrefs.app/tiff/miscprefs2.tiff GNUstep/Apps/WPrefs.app/tiff/moreanim.tiff GNUstep/Apps/WPrefs.app/tiff/mousesettings.tiff GNUstep/Apps/WPrefs.app/tiff/mousespeed.tiff @@ -43,6 +45,8 @@ GNUstep/Apps/WPrefs.app/tiff/speed3.tiff GNUstep/Apps/WPrefs.app/tiff/speed3s.tiff GNUstep/Apps/WPrefs.app/tiff/speed4.tiff GNUstep/Apps/WPrefs.app/tiff/speed4s.tiff +GNUstep/Apps/WPrefs.app/tiff/temp.tiff +GNUstep/Apps/WPrefs.app/tiff/theme.tiff GNUstep/Apps/WPrefs.app/tiff/timer0.tiff GNUstep/Apps/WPrefs.app/tiff/timer0s.tiff GNUstep/Apps/WPrefs.app/tiff/timer1.tiff @@ -68,6 +72,7 @@ GNUstep/Apps/WPrefs.app/xpm/cycleworkspaces.xpm GNUstep/Apps/WPrefs.app/xpm/dock.xpm GNUstep/Apps/WPrefs.app/xpm/dontlinkworkspaces.xpm GNUstep/Apps/WPrefs.app/xpm/ergonomic.xpm +GNUstep/Apps/WPrefs.app/xpm/ergowood.xpm GNUstep/Apps/WPrefs.app/xpm/expert.xpm GNUstep/Apps/WPrefs.app/xpm/fonts.xpm GNUstep/Apps/WPrefs.app/xpm/iconprefs.xpm @@ -81,6 +86,7 @@ GNUstep/Apps/WPrefs.app/xpm/menus.xpm GNUstep/Apps/WPrefs.app/xpm/minimouseleft.xpm GNUstep/Apps/WPrefs.app/xpm/minimousemiddle.xpm GNUstep/Apps/WPrefs.app/xpm/minimouseright.xpm +GNUstep/Apps/WPrefs.app/xpm/miscprefs2.xpm GNUstep/Apps/WPrefs.app/xpm/moreanim.xpm GNUstep/Apps/WPrefs.app/xpm/mousesettings.xpm GNUstep/Apps/WPrefs.app/xpm/mousespeed.xpm @@ -100,6 +106,8 @@ GNUstep/Apps/WPrefs.app/xpm/speed3.xpm GNUstep/Apps/WPrefs.app/xpm/speed3s.xpm GNUstep/Apps/WPrefs.app/xpm/speed4.xpm GNUstep/Apps/WPrefs.app/xpm/speed4s.xpm +GNUstep/Apps/WPrefs.app/xpm/temp.xpm +GNUstep/Apps/WPrefs.app/xpm/theme.xpm GNUstep/Apps/WPrefs.app/xpm/timer0.xpm GNUstep/Apps/WPrefs.app/xpm/timer0s.xpm GNUstep/Apps/WPrefs.app/xpm/timer1.xpm @@ -116,7 +124,7 @@ GNUstep/Apps/WPrefs.app/xpm/whandling.xpm GNUstep/Apps/WPrefs.app/xpm/windowfocus.xpm GNUstep/Apps/WPrefs.app/xpm/workspace.xpm GNUstep/Apps/WPrefs.app/xpm/xis.xpm -bin/WINGs-flags +bin/get-wraster-flags bin/geticonset bin/getstyle bin/seticons @@ -133,14 +141,11 @@ include/WINGs.h include/WINGsP.h include/WMaker.h include/WUtil.h -include/proplist.h include/wraster.h -lib/libPropList.a -lib/libPropList.so.1.1 lib/libWINGs.a lib/libWMaker.a lib/libwraster.a -lib/libwraster.so.1.1 +lib/libwraster.so.1.2 man/man1/geticonset.1 man/man1/getstyle.1 man/man1/seticons.1 @@ -161,16 +166,55 @@ share/WindowMaker/Defaults/WMState share/WindowMaker/Defaults/WMWindowAttributes share/WindowMaker/Defaults/WindowMaker share/WindowMaker/IconSets/Default.iconset +share/WindowMaker/Icons/BitchX.tiff +share/WindowMaker/Icons/BitchX.xpm +share/WindowMaker/Icons/DefaultAppIcon.tiff share/WindowMaker/Icons/GNUstep.tiff share/WindowMaker/Icons/GNUstep.xpm share/WindowMaker/Icons/GNUstep3D.tiff share/WindowMaker/Icons/GNUstep3D.xpm +share/WindowMaker/Icons/GNUstepGlow.tiff +share/WindowMaker/Icons/GNUstepGlow.xpm share/WindowMaker/Icons/GNUterm.tiff share/WindowMaker/Icons/GNUterm.xpm share/WindowMaker/Icons/clip.tiff share/WindowMaker/Icons/clip.xpm +share/WindowMaker/Icons/clip2.tiff +share/WindowMaker/Icons/clip2.xpm share/WindowMaker/Icons/defaultAppIcon.tiff share/WindowMaker/Icons/defaultAppIcon.xpm +share/WindowMaker/Icons/defaultterm.tiff +share/WindowMaker/Icons/defaultterm.xpm +share/WindowMaker/Icons/draw.tiff +share/WindowMaker/Icons/draw.xpm +share/WindowMaker/Icons/linuxterm.tiff +share/WindowMaker/Icons/linuxterm.xpm +share/WindowMaker/Icons/mixer.tiff +share/WindowMaker/Icons/mixer.xpm +share/WindowMaker/Icons/notepad.tiff +share/WindowMaker/Icons/notepad.xpm +share/WindowMaker/Icons/pdf.tiff +share/WindowMaker/Icons/pdf.xpm +share/WindowMaker/Icons/ps.tiff +share/WindowMaker/Icons/ps.xpm +share/WindowMaker/Icons/real.tiff +share/WindowMaker/Icons/real.xpm +share/WindowMaker/Icons/sgiterm.tiff +share/WindowMaker/Icons/sgiterm.xpm +share/WindowMaker/Icons/sound.tiff +share/WindowMaker/Icons/sound.xpm +share/WindowMaker/Icons/staroffice2.tiff +share/WindowMaker/Icons/staroffice2.xpm +share/WindowMaker/Icons/timer.tiff +share/WindowMaker/Icons/timer.xpm +share/WindowMaker/Icons/wilber.tiff +share/WindowMaker/Icons/wilber.xpm +share/WindowMaker/Icons/write.tiff +share/WindowMaker/Icons/write.xpm +share/WindowMaker/Icons/xdvi.tiff +share/WindowMaker/Icons/xdvi.xpm +share/WindowMaker/Icons/xv.tiff +share/WindowMaker/Icons/xv.xpm share/WindowMaker/Pixmaps/Ant.xpm share/WindowMaker/Pixmaps/Antennae.xpm share/WindowMaker/Pixmaps/Bee48x48.xpm @@ -300,6 +344,7 @@ share/WindowMaker/plmenu share/WindowMaker/plmenu.fr share/WindowMaker/plmenu.hr share/WindowMaker/wmmacros +share/WindowMaker/xtree.dat @dirrm GNUstep/Apps/WPrefs.app/tiff @dirrm GNUstep/Apps/WPrefs.app/xpm @dirrm GNUstep/Apps/WPrefs.app |