diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-08-06 18:58:29 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-08-06 18:58:29 +0000 |
commit | b28aa4b05cc6681e934f65fb7a865510aad0e514 (patch) | |
tree | 00f9a3b6c6d8ee5ba545078873afa643d5b76a73 /wm/3ddesktop/patches | |
parent | 309278ac5f2e048b2824ef1f6c2ecb7dc76b5080 (diff) | |
download | pkgsrc-b28aa4b05cc6681e934f65fb7a865510aad0e514.tar.gz |
Update to 0.2.9.
* Cleanup opengl and render routine
* Switch to using a camera based view
* Add ablility to specify a background image
* Add transparency effect
* Add screen size options to conf
* Add ability to set custom keybindings and mousebindings
* Make autoacquire off by default
* Mirror current desktop to all desktops option [Mathias Weyland]
* Add man pages
* Fix imlib2-config detection in configure
Diffstat (limited to 'wm/3ddesktop/patches')
-rw-r--r-- | wm/3ddesktop/patches/patch-aa | 10 | ||||
-rw-r--r-- | wm/3ddesktop/patches/patch-ab | 13 | ||||
-rw-r--r-- | wm/3ddesktop/patches/patch-ac | 17 |
3 files changed, 5 insertions, 35 deletions
diff --git a/wm/3ddesktop/patches/patch-aa b/wm/3ddesktop/patches/patch-aa index b00335f3013..48afe561097 100644 --- a/wm/3ddesktop/patches/patch-aa +++ b/wm/3ddesktop/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.2 2005/01/22 09:27:59 xtraeme Exp $ +$NetBSD: patch-aa,v 1.3 2007/08/06 18:58:29 xtraeme Exp $ ---- Makefile.in.orig 2005-01-22 10:15:50.000000000 +0100 -+++ Makefile.in 2005-01-22 10:16:15.000000000 +0100 -@@ -212,7 +212,7 @@ +--- Makefile.in.orig 2007-07-26 13:00:24.000000000 +0200 ++++ Makefile.in 2007-07-26 13:00:35.000000000 +0200 +@@ -217,7 +217,7 @@ -DSYSCONFDIR=\"$(sysconfdir)\" \ $(imlib2_cflags) @GL_CFLAGS@ -dist_sysconf_DATA = 3ddesktop.conf +dist_sysconf_DATA = dist_pkgdata_DATA = digits.bmp + man_MANS = 3ddesk.1 3ddeskd.1 3ddesk_SOURCES = 3ddesk.cpp - 3ddeskd_SOURCES = 3ddeskd.cpp \ diff --git a/wm/3ddesktop/patches/patch-ab b/wm/3ddesktop/patches/patch-ab deleted file mode 100644 index 88f346f289c..00000000000 --- a/wm/3ddesktop/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2005/01/22 09:27:59 xtraeme Exp $ - ---- 3ddesk.cpp.orig 2005-01-22 10:16:32.000000000 +0100 -+++ 3ddesk.cpp 2005-01-22 10:17:29.000000000 +0100 -@@ -28,7 +28,7 @@ - #include <getopt.h> - #include <sys/ipc.h> - #include <sys/sem.h> -- -+#include <sys/time.h> - - #include "3ddesk.h" - #include "message.hpp" diff --git a/wm/3ddesktop/patches/patch-ac b/wm/3ddesktop/patches/patch-ac deleted file mode 100644 index 8e26be7ff81..00000000000 --- a/wm/3ddesktop/patches/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2005/01/22 09:27:59 xtraeme Exp $ - ---- util.h.orig 2005-01-22 10:17:51.000000000 +0100 -+++ util.h 2005-01-22 10:18:28.000000000 +0100 -@@ -21,7 +21,12 @@ - #ifndef _UTIL_H - #define _UTIL_H - #include <math.h> // for cos -+#include <sys/param.h> /* BSD */ -+#ifdef BSD -+#include <sys/endian.h> -+#else - #include <endian.h> -+#endif - #include "3ddesk.h" - - #define MAX_FACES 30 // this is a lot |