summaryrefslogtreecommitdiff
path: root/wm/icewm/Makefile.common
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-07-09 21:14:26 +0000
committerjmmv <jmmv@pkgsrc.org>2003-07-09 21:14:26 +0000
commit22c1cc975c803217c9bd3f0e39b0ae6480fa8195 (patch)
tree31a0d2651fc310cbf31886b82e44f408c1d0da94 /wm/icewm/Makefile.common
parent20d18c7d3b8022baabf27f5461ad10dc3c7cdd9f (diff)
downloadpkgsrc-22c1cc975c803217c9bd3f0e39b0ae6480fa8195.tar.gz
Update icewm{,-imlib,-gnome} to 1.2.9:
1.2.9: 2003-06-22 - added gnome2 menu support (Nehal Mistry) - added missing netwm active window notification - new option FocusRequestFlashTime - fix problem with accented characters in the title bar - fix aspect ratio on maximization - fix gcc 3.3 build - fix crash with a single workspace (oops!) - Polish translation update (Arkadiusz Lipiec) - documentation of using WINDOW_ROLE property in winoptions (Jo Valentine-Cooper) 1.2.8: 2003-06-08 - various build/minor fixes - new option enableAddressBar(=1) 1.2.8pre3: 2003-06-03 - fix Alt+Tab window getting stuck under load - menu mnemonics tweaks (Hanspeter Roth) - add mnemonics to zh_TW.Big5.po (Benshark Chen) - task bar layout tweaks - Restrictions on command line argument parsing. Only -o, -o ARG or --option, --option=ARG forms are accepted now, not any other combinations - improvements for NETWM system tray (you must run 'icewmtray' in background to support this) 1.2.8pre2: 2003-05-18 - improved focus handling (alt+tab, window close, workspace switch) - fix taskbar issues from pre1 - GNOME 2 workspace switcher applet (Adam James Fitzpatrick) - renamed --with-gnome-menus to --enable-menus-gnome1 - cleanups in configurable keyboard bindings handling - renamed modMetaIsCtrlAlt to modSuperIsCtrlAlt. Win95keys now enabled by default. 1.2.8pre1: 2003-05-04 - fix: interaction between shaped windows and fullscreen (Owen Marshall) - fix: posible crash on shutdown - minor memory leak fixes - fix handling of fullscreen windows with shaped window borders (Owen Marshall) - convert zh_CN.gb2312.po to UTF-8 (zh_CN.po) - lark@lark.net.cn - autodetect gnome/kde menu directories (Nehal Mistry) - fixed address bar behavior in various configurations - Hungarian translation update (Peter Somogyi) - Xft2 doesn't require RENDER extension (Make Fabian) - partial Korean translation (Hwang, Sang-Jin / Make Fabian) - LDFLAGS fix (Robert Klein) - fix problem with menufile items not having mnemonics (_) - initial implementation of NETWM system tray
Diffstat (limited to 'wm/icewm/Makefile.common')
-rw-r--r--wm/icewm/Makefile.common9
1 files changed, 4 insertions, 5 deletions
diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common
index b8fc6ce813e..2c4e76300d6 100644
--- a/wm/icewm/Makefile.common
+++ b/wm/icewm/Makefile.common
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.25 2003/06/23 14:23:15 jschauma Exp $
+# $NetBSD: Makefile.common,v 1.26 2003/07/09 21:14:26 jmmv Exp $
-DISTNAME= icewm-1.2.7
+DISTNAME= icewm-1.2.9
CATEGORIES= x11 wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icewm/}
@@ -11,6 +11,7 @@ GNU_CONFIGURE= # defined
USE_BUILDLINK2= yes
USE_X11= # defined
USE_GMAKE= # defined
+USE_GNU_ICONV= yes
USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= # defined
BUILD_USES_MSGFMT= # defined
@@ -39,12 +40,10 @@ INSTALL_TARGET= install-base install-nls
post-extract:
${CP} ${FILES} ${FILESDIR}/bsd-daemon.xpm ${WRKSRC}/lib/taskbar
- ${MV} ${WRKSRC}/po/zh_CN.gb2312.po ${WRKSRC}/po/zh_CN.GB2312.po
- ${MV} ${WRKSRC}/po/zh_CN.gb2312.pox ${WRKSRC}/po/zh_CN.GB2312.pox
post-install:
${INSTALL_DATA_DIR} ${DOCDIR} ${HTMLDIR}
- for file in BUGS CHANGES COPYING FAQ README README.wm-session TODO; do\
+ for file in BUGS CHANGES COPYING README README.wm-session TODO; do\
${INSTALL_DATA} ${WRKSRC}/$${file} ${DOCDIR}; \
done
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${HTMLDIR}