summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>1999-04-16 11:00:31 +0000
committerjlam <jlam@pkgsrc.org>1999-04-16 11:00:31 +0000
commitb06cb7c378f8cd4bfa8483c7d5006ec4c62101c9 (patch)
tree2ce88858aacb329e558fc555bd30014fd2f4b915 /x11
parent8b199e515c991c9183e68a9b03644a176af69773 (diff)
downloadpkgsrc-b06cb7c378f8cd4bfa8483c7d5006ec4c62101c9.tar.gz
Update windowmaker to 0.52.0. Changes from version 0.51.2:
- made the Attributes panel be available for all windows, even for completely broken apps (although settings wont be saved for completely broken apps) - fixed compilation problems with compile time #defines - workaround for crash during startup related to hiding miniaturized windows from Matt Armstrong <matt_armstrong@bigfoot.com> - fixed focus problem with unfocusable windows - fixed bug in WPrefs that changed EXIT to SHUTDOWN - fixed menu title messup bug in WPrefs - added a dot to mark hidden applications (compile time) (id@windowmaker.org) - enhancements to the modelock patch (id@windowmaker.org) - show kbd mode for modelock (id@windowmaker.org) - enhanced positioning of transient windows - added dynamically loadable texture renderer code (from ?) - added DisableMiniwindows option - kde: miniaturize animation will match the taskbar icon (KWM_WIN_ICON_GEOMETRY) - miniwindows show the title of the window if there is none set for it - fixed crash on kpanel restart - remember window shortcuts after restart - change edge resistance to account for panels and stuffs - narrower menus - fixed auto raise/lower behaviour of clip for docked applications that have their own window (applets). - cleaned up Clip's autocollapsing code, and made it to be similar to the auto raise/lower code (much cleaner). - fixed a race condition in Clip behavior when changing workspaces, if set to autocollapsing.
Diffstat (limited to 'x11')
-rw-r--r--x11/windowmaker/Makefile24
1 files changed, 11 insertions, 13 deletions
diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile
index ed387535e72..03373baf43c 100644
--- a/x11/windowmaker/Makefile
+++ b/x11/windowmaker/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.25 1999/03/20 00:17:19 tron Exp $
+# $NetBSD: Makefile,v 1.26 1999/04/16 11:00:31 jlam Exp $
-DISTNAME= WindowMaker-0.51.2
-PKGNAME= windowmaker-0.51.2
+DISTNAME= WindowMaker-0.52.0
+PKGNAME= windowmaker-0.52.0
CATEGORIES= x11
MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \
ftp://shadowmere.student.utwente.nl/pub/WindowMaker/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
- WindowMaker-data.tar.gz
+
+MAINTAINER= jlam@netbsd.org
+HOMEPAGE= http://www.windowmaker.org/
DEPENDS+= libproplist-0.8.3:../../devel/libproplist
DEPENDS+= giflib-3.0:../../graphics/giflib
@@ -15,9 +16,6 @@ DEPENDS+= png-1.0.3:../../graphics/png
DEPENDS+= tiff-3.4:../../graphics/tiff
DEPENDS+= xpm-3.4k:../../graphics/xpm
-MAINTAINER= lamj@stat.cmu.edu
-HOMEPAGE= http://www.windowmaker.org/
-
USE_LIBTOOL= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
@@ -36,7 +34,7 @@ CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
# 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
+# lite remove Window Maker redundancies with KDE and GNOME
#
WINDOWMAKER_OPTIONS?= gnome kde
@@ -70,19 +68,19 @@ CONFIGURE_ARGS+= --enable-kanji
.endif # LINGUAS
post-extract:
- ${RM} -f ${WRKDIR}/WindowMaker-data/pixmaps/tile.xpm
${RM} -f ${WRKSRC}/WindowMaker/Defaults/WMState \
${WRKSRC}/WindowMaker/Defaults/WMWindowAttributes \
${WRKSRC}/WindowMaker/Defaults/WindowMaker
pre-configure:
+.if !defined(LINGUAS)
@${ECHO} "To compile with i18n support, set the variable LINGUAS"
@${ECHO} "to the list of locales to install."
+.else
+ @${ECHO} "Compiling support for locales: ${LINGUAS}"
+.endif
post-install:
- (cd ${WRKDIR}/WindowMaker-data/pixmaps/ ; for i in * ; do \
- ${INSTALL_DATA} "$$i" ${PREFIX}/share/WindowMaker/Pixmaps/ ; \
- done )
${INSTALL_DATA_DIR} ${PREFIX}/share/WindowMaker/SoundSets
${INSTALL_DATA_DIR} ${PREFIX}/share/WindowMaker/Sounds
${TOUCH} ${PREFIX}/share/WindowMaker/SoundSets/.keep_me