summaryrefslogtreecommitdiff
path: root/wm/icewm/Makefile.common
diff options
context:
space:
mode:
authorryoon <ryoon>2014-01-05 12:29:33 +0000
committerryoon <ryoon>2014-01-05 12:29:33 +0000
commit7bf4bf76f78b0a01366a943d5addee41aee583cb (patch)
tree258aaf0860ef20a366f6352bd901bf4232805a5a /wm/icewm/Makefile.common
parent6c1fd618d3662d4c823411f9a62227083aa45ec0 (diff)
downloadpkgsrc-7bf4bf76f78b0a01366a943d5addee41aee583cb.tar.gz
Update to 1.2.38pre2
* Fix wrong color on NetBSD/evbearmv6hf-el with Yasushi Oshima's patch Chagnelog: 1.2.38pre2: - various bug fixes 1.2.38pre1: - xinerama fixes - app-group transient window implementation - FreeBSD ACPI support - Alexander Motin (amotin) 1.2.37: - fix centering of transient windows over parents (Bert Wesarg) - check if window is allowed to be moved, before starting movement (Bert Wesarg) - fix key handling on buttons 1.2.36: - add option TaskBarFullscreenAutoShow (default = 1) 1.2.36pre2: 2008-08-17 - regrab keyboard bindings when keyboard mapping changes 1.2.36pre1: 2008-08-07 - fix unresponsive taskbar when PassFirstClickToClient=0 - add support for sysfs interface (instead of proc) for battery status (initial code by Santiago Garcia Mantinan) - fix maximized window repositioning on fullscreen toggle - bug 1852567 - make searching for icons more consistent (iconPath first, search each directory first for all possible types - xpm, png) - Italian translation update - Korean translation update - translation cleanup: converted .po files to UTF-8
Diffstat (limited to 'wm/icewm/Makefile.common')
-rw-r--r--wm/icewm/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common
index 5a34d73e26f..0fa64f7ca28 100644
--- a/wm/icewm/Makefile.common
+++ b/wm/icewm/Makefile.common
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile.common,v 1.66 2012/10/08 12:42:20 asau Exp $
+# $NetBSD: Makefile.common,v 1.67 2014/01/05 12:29:33 ryoon Exp $
#
# used by wm/icewm/Makefile
# used by wm/icewm-imlib/Makefile
-DISTNAME= icewm-1.2.35
-PKGREVISION= 1
+DISTNAME= icewm-1.2.38pre2
CATEGORIES= x11 wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icewm/}
@@ -77,5 +76,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DESTDIR}${HTMLDIR}
.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/libXrandr/buildlink3.mk"