summaryrefslogtreecommitdiff
path: root/wm/ion/patches/patch-ai
diff options
context:
space:
mode:
authorcube <cube>2004-02-23 13:40:21 +0000
committercube <cube>2004-02-23 13:40:21 +0000
commit8c028cf1015c2bb50b6f0d6f69fa7271e01d71d4 (patch)
tree92edb620b1e30aa5c4c4c84e687be2545ead386d /wm/ion/patches/patch-ai
parentd44ec72a6811d88783ac061777a3ccb4dce3ced6 (diff)
downloadpkgsrc-8c028cf1015c2bb50b6f0d6f69fa7271e01d71d4.tar.gz
Update to ion-20040207 (a.k.a ion2). This is the new stable version of
Ion, two years after the last one! It is actually an update of ion-devel, which will then disappear before a new development branch is created for Ion. Most notable changes (since import of ion-devel, see ChangeLog in the distribution for a full listing): * Integration of the dock module * Workspace query asks for type of workspace when creating new. * Previous frame geometry (for maximize and shade) is saved in the workspaces save file. * Support changes in X keyboard map. * Autoconf script * The dock no longer gets focused when the pointer enters it. * Fill _NET_SUPPORTED root window property with the supported features (_NET_WM_FULLSCREEN, _NET_WM_NAME, _NET_VIRTUAL_ROOTS). * Transient size calculation fixed. * Creating frame for a transient on a floatws will raise the frame containing the transient_for window. * Minor memory leak removed: drawing engine colour group name.
Diffstat (limited to 'wm/ion/patches/patch-ai')
-rw-r--r--wm/ion/patches/patch-ai16
1 files changed, 16 insertions, 0 deletions
diff --git a/wm/ion/patches/patch-ai b/wm/ion/patches/patch-ai
new file mode 100644
index 00000000000..eb99709f826
--- /dev/null
+++ b/wm/ion/patches/patch-ai
@@ -0,0 +1,16 @@
+$NetBSD: patch-ai,v 1.1 2004/02/23 13:40:21 cube Exp $
+
+--- dock/Makefile.orig 2004-02-07 16:37:01.000000000 +0100
++++ dock/Makefile
+@@ -28,9 +28,9 @@ include $(TOPDIR)/rules.mk
+ ######################################
+
+ _install: module_install
+- $(INSTALLDIR) $(ETCDIR)
++ $(INSTALLDIR) $(EXDIR)
+ for i in $(ETC); do \
+- $(INSTALL) -m $(DATA_MODE) $$i $(ETCDIR); \
++ $(INSTALL) -m $(DATA_MODE) $$i $(EXDIR); \
+ done
+
+ ######################################