summaryrefslogtreecommitdiff
path: root/wm/ion3-devel/Makefile
diff options
context:
space:
mode:
authorcube <cube>2006-02-11 10:03:48 +0000
committercube <cube>2006-02-11 10:03:48 +0000
commitc2e2b85f6127e35576f44da6d8a43e04fb539697 (patch)
treef0345d5ba4fec84ba94a5114511d795a28f15867 /wm/ion3-devel/Makefile
parent5b970b3341a301792e128809f2881cbfbe4c344e (diff)
downloadpkgsrc-c2e2b85f6127e35576f44da6d8a43e04fb539697.tar.gz
Update to 20060107. Patch from Joerg Sonnenberger and minor fixes.
Most noticeable changes (there's more than one year worth of them, anyway): * Potentially blocking status meters are now in a separate ion-statusd program. Please write your additional status meters that do not monitor the state of Ion itself for ion-statusd (and contribute them in the Ion3 scripts repository at http://iki.fi/tuomov/repos/ion-scripts-3/). For help on writing such status meters, see e.g. source for statusd_load in ext_statusbar/ion-statusd. * Line editor now supports history search; Control+Up/Down only scrolls through history entries with matching initial part. * Arbitrary winprop matching criteria is supported. Lua scripts have access to X properties. * So-called "placeholders". With the help of these the positions of full-screen windows are remembered in their original frames, and don't just get inserted after currently active window when returning from full-screen mode. Under a session manager placeholders are also used to remember the original order of windows. * Experimental auto-show-completions support, which is also on by default now. In this mode the Tab key can be used to cycle forward through the completions, and Shift+Tab backwards. Modify the settings seen in the new mod_query.lua to get normal Tab-completion, or change the completion delay.
Diffstat (limited to 'wm/ion3-devel/Makefile')
-rw-r--r--wm/ion3-devel/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/wm/ion3-devel/Makefile b/wm/ion3-devel/Makefile
index be6a2dd2a9e..17c8827d192 100644
--- a/wm/ion3-devel/Makefile
+++ b/wm/ion3-devel/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2006/02/05 23:11:13 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2006/02/11 10:03:48 cube Exp $
#
-DISTNAME= ion-3ds-20040906
+DISTNAME= ion-3ds-20060107
PKGNAME= ${DISTNAME:S/-3ds-/3-/}
-PKGREVISION= 2
CATEGORIES= wm x11
MASTER_SITES= http://modeemi.cs.tut.fi/~tuomov/ion/dl/
@@ -14,7 +13,6 @@ COMMENT= Keyboard friendly tiling window manager
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= gmake
-GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
BUILD_USES_MSGFMT= YES
@@ -33,7 +31,8 @@ EGFILES= cfg_bindings.lua cfg_dock.lua cfg_floatws.lua \
look_clean.lua look_cleanios.lua \
look_cleanviolet.lua look_dusky.lua \
look_greyviolet.lua look_ios.lua \
- look_simpleblue.lua look_wheat2.lua
+ look_simpleblue.lua look_wheat2.lua \
+ lookcommon_clean.lua lookcommon_emboss.lua
.for f in ${EGFILES}
CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
.endfor
@@ -42,9 +41,3 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
.include "../../lang/lua/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
-
-# This is necessary because gettext's builtin.mk add stuff there,
-# and ion3's autoconf is rather broken in the way it auto-configures
-# itself for gettext. Eventually ion3 should be fixed, but right now
-# it is not really possible.
-LIBS= # none