diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-01-22 09:27:59 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-01-22 09:27:59 +0000 |
commit | 54cf2ac60b8da1e3b136d30516ccf7159e63d0c3 (patch) | |
tree | d0a5f47f000527916c526fad751b5f4b0ede4e06 /wm | |
parent | 2aee3e80f1485a1b1cad17d420f1e3b3af7fece7 (diff) | |
download | pkgsrc-54cf2ac60b8da1e3b136d30516ccf7159e63d0c3.tar.gz |
Update to 0.2.8
Release 0.2.8
-------------
* Fix bug where every other goto does not exit in nonzoomed views
* Removed KDE 2.x check in configure
* Added --justswitch flag that switches desktops without graphics
Release 0.2.7
-------------
* Fix a compilation issue about "two_face_gap" variable.
* Fix the resolution picking logic (removed it) so no more monitor
resets
* Fix startup bug where 3ddesk was not finding the server it just
started
* Apply endianness patch [Colin Leroy]
* Options to reverse mousewheel, swap mousebuttons and change
mousebuttons [Eric Shattow]
* Don't acquire desktop when activated if recently autoacquired
Release 0.2.6
-------------
* Add 'f' as toggle for 'random fun mode' and --noautofun [Phil]
* Avoid 3 sec delay when starting 3ddeskd from 3ddesk [Gregory Kovriga]
* Use a lower priority for the deamon to lessen screen cap hit (use 12)
* Add autoacquire feature to acquire current desktop every 2 seconds
* Add random view option
* Improvements to memory usage [Toph]
* Add --dontexit flag to not exit after a goto
* Flush message queue before activation
* Have goto movement start right away rather then wait for entry movement
* Show screen numbers greater then 10 correctly [Robert Wittams]
Diffstat (limited to 'wm')
-rw-r--r-- | wm/3ddesktop/Makefile | 5 | ||||
-rw-r--r-- | wm/3ddesktop/distinfo | 10 | ||||
-rw-r--r-- | wm/3ddesktop/patches/patch-aa | 16 | ||||
-rw-r--r-- | wm/3ddesktop/patches/patch-ab | 13 | ||||
-rw-r--r-- | wm/3ddesktop/patches/patch-ac | 17 |
5 files changed, 46 insertions, 15 deletions
diff --git a/wm/3ddesktop/Makefile b/wm/3ddesktop/Makefile index ae6df54f6cd..17997352c8e 100644 --- a/wm/3ddesktop/Makefile +++ b/wm/3ddesktop/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2004/12/22 08:54:34 snj Exp $ +# $NetBSD: Makefile,v 1.10 2005/01/22 09:27:59 xtraeme Exp $ # -DISTNAME= 3ddesktop-0.2.5 -PKGREVISION= 6 +DISTNAME= 3ddesktop-0.2.8 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=desk3d/} diff --git a/wm/3ddesktop/distinfo b/wm/3ddesktop/distinfo index 5cbd307d1bd..08d6f303610 100644 --- a/wm/3ddesktop/distinfo +++ b/wm/3ddesktop/distinfo @@ -1,5 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/09/25 13:50:35 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2005/01/22 09:27:59 xtraeme Exp $ -SHA1 (3ddesktop-0.2.5.tar.gz) = 8d397387e832dde75d103a3448d357d1bf4516d9 -Size (3ddesktop-0.2.5.tar.gz) = 162089 bytes -SHA1 (patch-aa) = 68ad58165a19eca38e7ed15558c2512124cb267f +SHA1 (3ddesktop-0.2.8.tar.gz) = 36086002e6491ceef22b23305a1134988fa71bc7 +Size (3ddesktop-0.2.8.tar.gz) = 175233 bytes +SHA1 (patch-aa) = e97615b41009ad2442f47326b3202cba754550dc +SHA1 (patch-ab) = 30a04c83a31de31836038910082cfd13a2e3c2f0 +SHA1 (patch-ac) = a9c748cc6ec6d46c5fec62c164c9e006db659fad diff --git a/wm/3ddesktop/patches/patch-aa b/wm/3ddesktop/patches/patch-aa index 5b1617a1b67..b00335f3013 100644 --- a/wm/3ddesktop/patches/patch-aa +++ b/wm/3ddesktop/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/09/25 13:50:35 xtraeme Exp $ +$NetBSD: patch-aa,v 1.2 2005/01/22 09:27:59 xtraeme Exp $ ---- Makefile.in.orig 2003-06-12 23:53:30.000000000 +0200 -+++ Makefile.in 2003-06-12 23:53:43.000000000 +0200 -@@ -112,7 +112,7 @@ +--- 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 @@ + -DSYSCONFDIR=\"$(sysconfdir)\" \ $(imlib2_cflags) @GL_CFLAGS@ - -dist_sysconf_DATA = 3ddesktop.conf -+dist_sysconf_DATA = ++dist_sysconf_DATA = dist_pkgdata_DATA = digits.bmp - - bin_PROGRAMS = 3ddesk 3ddeskd + 3ddesk_SOURCES = 3ddesk.cpp + 3ddeskd_SOURCES = 3ddeskd.cpp \ diff --git a/wm/3ddesktop/patches/patch-ab b/wm/3ddesktop/patches/patch-ab new file mode 100644 index 00000000000..88f346f289c --- /dev/null +++ b/wm/3ddesktop/patches/patch-ab @@ -0,0 +1,13 @@ +$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 new file mode 100644 index 00000000000..8e26be7ff81 --- /dev/null +++ b/wm/3ddesktop/patches/patch-ac @@ -0,0 +1,17 @@ +$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 |