a1277fcb16
1.2.16: 2004-08-16 - fullscreen fix for _NET_WM_STATE_FULLSCREEN (affects mplayer) - use our own replacement for basename - ACPI battery status fix (gicco) - fix bug 984427 (addressbar ignores backspace when numlock pressed) - Polish translation update 1.2.15: 2004-08-09 - enable locale for icesh 1.2.15pre4: 2004-08-05 - fix crash/lockup at startup in ACPI status applet when ac module not loaded - tray icon sizing cleanups - fix bug 883518: keyboard gets locked until icewm menu is activated - double buffering fixes - French translation update - Finnish translation update (Taisto Kuikka) - menuprogreload menu keyword added (Konstantin Korikov) syntax: menuprogreload title icon timeout command ... - battery status display for FreeBSD (Hanspeter Roth) - smart snap window positioning triggered by C+S+A+numpad (Bert Wesarg) - key to show desktop (Super+D) 1.2.15pre3: 2004-08-01 - icesound gcc 2.95.3 compile fix (Thomas Zajic) - net status support for OpenBSD (Hanspeter Roth) - FreeBSD build fix (Hanspeter Roth) - basename cleanups for FreeBSD - systray cleanups for wine, ... - battery status uses design capacity (Hanspeter Roth) 1.2.15pre2: 2004-07-18 - Slovak translation (Radovan Stas) - fix activation from gnome-2.6 panel to properly raise window - fix transparency support (caused crashes in xchat...) - NetBSD support for NetStatus (Iain Hibbert) - net modifier setup code to cope with weird xorg modifier setup 1.2.15pre1: 2004-06-27 - fix ppp applet isdn online status - fix focusing new+maximized windows - fix some alt+tab pref combinations (hidden + all/group workspaces) - some more gcc 3.4 fixes (morfic)
15 lines
417 B
Makefile
15 lines
417 B
Makefile
# $NetBSD: Makefile,v 1.26 2004/09/01 11:08:46 recht Exp $
|
|
|
|
PKGNAME= ${DISTNAME}
|
|
COMMENT= Small, fast and light-weight window manager
|
|
|
|
CONFLICTS+= icewm-gnome-[0-9]* icewm-imlib-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --with-gnome-menus=no
|
|
CONFIGURE_ARGS+= --with-imlib=no
|
|
CONFIGURE_ARGS+= --with-xpm=${BUILDLINK_PREFIX.xpm}
|
|
|
|
.include "Makefile.common"
|
|
.include "../../graphics/xpm/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|