pkgsrc/wm/icewm/Makefile.common
xtraeme 6d19e63976 Update icewm to 1.2.20
# 1.2.20: 2005-01-09

    * fix+revert default binding for MouseWinMove an MouseWinSize
    * fix 1 pixel border when taskbar at top of screen
    * fix themes not loading from user directory

# 1.2.19: 2004-12-26

    * fix crash/build failure when taskbar disabled
    * fix build/link with some gcc/g++ versions

# 1.2.18: 2004-12-18

    * changed icedesert colors (Hanspeter Roth)

# 1.2.18pre1: 2004-12-05

    * disable SupportsSemitransparency by default, this makes
      icewmbg exit after setting the image and reduces memory usage
    * fix Meta key handling typo
    * fix CPU waste in icewm-session and icewmtray
    * fix some Win+x key combinations
    * new settings MouseWinMove (=Alt+Ctrl+Pointer_Button1) and
      MouseWinSize (=Alt+Ctrl+PointerButton3). The default bindings have
      changed from Alt+button drag to Ctrl+Alt (or Super).

# 1.2.17: 2004-11-07

    * fix: windows were not expanding when taskbar was hidden
    * fix: reused (hidden) application windows popped up on original
      workspace
    * fix: build with --disable-taskbar
    * fix: maximize/restore for rxvt
    * fix: reboot/shutdown functionality (default configuration
      changed to use 'sudo')

# 1.2.17pre2: 2004-10-31

    * fix crash on startup when mailbox or net status disabled
    * fix build with gcc > 3.3
    * fix gray lines on taskbar bottom
    * major changes in window geometry/layout handling
    * fix "tray icon"

# 1.2.17pre1: 2004-10-24

    * fix \ quoting in configuration files (Eduard Bloch)
    * fix "win" key when NumLock active
    * more weird modifier map fixesa
    * updated Slovenian translation (Jernej Kovacic)
    * add the button to collapse the task bar
    * rewrite of taskbar layout code
    * force Imlib to use default visual (fix xorg visual mess)
    * vertical layout for Alt+Tab (Eduard Bloch)
2005-01-20 04:27:48 +00:00

66 lines
1.8 KiB
Makefile

# $NetBSD: Makefile.common,v 1.40 2005/01/20 04:27:48 xtraeme Exp $
DISTNAME= icewm-1.2.20
CATEGORIES= x11 wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icewm/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://icewm.sourceforge.net/
GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
USE_X11= yes
USE_GNU_TOOLS+= make
USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
BUILD_USES_MSGFMT= yes
DISTINFO_FILE= ${.CURDIR}/../../wm/icewm/distinfo
FILESDIR= ${.CURDIR}/../../wm/icewm/files
PATCHDIR= ${.CURDIR}/../../wm/icewm/patches
CONFIGURE_ARGS+= --enable-gradients
CONFIGURE_ARGS+= --enable-antialiasing
.include "../../mk/bsd.prefs.mk"
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-cfgdir=${PKG_SYSCONFDIR}
.if !exists(${X11BASE}/include/X11/extensions/Xinerama.h)
CONFIGURE_ARGS+= --disable-xinerama
.endif
PKG_SYSCONFSUBDIR= icewm
.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
CXXFLAGS+= -DSTART_PIXMAP=\"\\\"bsd-daemon.xpm\\\"\"
.endif
.if ${OPSYS} == "NetBSD"
. if !empty(OS_VERSION:M1.*)
CONFIGURE_ARGS+= --disable-i18n
. else
CONFIGURE_ARGS+= --with-unicode-set=utf-32
. include "../../converters/libiconv/buildlink3.mk"
. endif
.else
. include "../../converters/libiconv/buildlink3.mk"
.endif
DOCDIR= ${PREFIX}/share/doc/icewm
HTMLDIR= ${PREFIX}/share/doc/icewm/html
INSTALL_TARGET= install-base install-nls
post-extract:
@${CP} ${FILESDIR}/bsd-daemon.xpm ${WRKSRC}/lib/taskbar
post-install:
${INSTALL_DATA_DIR} ${DOCDIR} ${HTMLDIR}
for file in BUGS CHANGES COPYING README README.wm-session TODO; do\
${INSTALL_DATA} ${WRKSRC}/$${file} ${DOCDIR}; \
done
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${HTMLDIR}
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../fonts/Xft2/buildlink3.mk"
.include "../../x11/Xrandr/buildlink3.mk"