summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2006-01-24 17:39:55 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2006-01-24 17:39:55 +0000
commit10a3c2af6ff450320f4d1c049655460002652a49 (patch)
treefa75c733583d7c8be2e5f498cdef5d56cafeea51 /x11-wm
parentDon't manually install the rc.d script, USE_RC_SUBR does it for us. (diff)
Update to 0.16
PR: ports/92268 Submitted by: Marco Molteni <molter@tin.it>
Notes
Notes: svn path=/head/; revision=154365
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/devilspie/Makefile3
-rw-r--r--x11-wm/devilspie/distinfo6
-rw-r--r--x11-wm/devilspie/files/patch-src_actions.c19
3 files changed, 23 insertions, 5 deletions
diff --git a/x11-wm/devilspie/Makefile b/x11-wm/devilspie/Makefile
index 0e00156d2c89..d2d930ecadf0 100644
--- a/x11-wm/devilspie/Makefile
+++ b/x11-wm/devilspie/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= devilspie
-PORTVERSION= 0.14
-PORTREVISION= 1
+PORTVERSION= 0.16
CATEGORIES= x11-wm
MASTER_SITES= http://www.burtonini.com/computing/
diff --git a/x11-wm/devilspie/distinfo b/x11-wm/devilspie/distinfo
index d163ff9e6118..94446578bb28 100644
--- a/x11-wm/devilspie/distinfo
+++ b/x11-wm/devilspie/distinfo
@@ -1,3 +1,3 @@
-MD5 (devilspie-0.14.tar.gz) = 0910422e5d6bad32aad20c813bf94f10
-SHA256 (devilspie-0.14.tar.gz) = 4a3932dd3e8835f59e446017b91b91a35987ab01fa652435ed3a6a928e28f4f6
-SIZE (devilspie-0.14.tar.gz) = 145223
+MD5 (devilspie-0.16.tar.gz) = 293ca1363043c168d00a4d1291c97c74
+SHA256 (devilspie-0.16.tar.gz) = 3199e56cb6d496e5cf9ff28a1d7313b5565290e2b106b5f5c70aa2fc97710083
+SIZE (devilspie-0.16.tar.gz) = 146898
diff --git a/x11-wm/devilspie/files/patch-src_actions.c b/x11-wm/devilspie/files/patch-src_actions.c
new file mode 100644
index 000000000000..39a0f059b9f0
--- /dev/null
+++ b/x11-wm/devilspie/files/patch-src_actions.c
@@ -0,0 +1,19 @@
+--- src/actions.c.orig Fri Oct 21 11:58:14 2005
++++ src/actions.c Tue Jan 24 18:30:58 2006
+@@ -138,14 +138,14 @@
+ gint xoffset, yoffset, window_width, window_height,
+ workspace_width, workspace_height;
+ int new_xoffset, new_yoffset;
++ WnckScreen *screen;
++ WnckWorkspace *workspace;
+
+ /* read in window geometry */
+ wnck_window_get_geometry (c->window,
+ &xoffset, &yoffset, &window_width, &window_height);
+
+ /* read in workspace geometry */
+- WnckScreen *screen;
+- WnckWorkspace *workspace;
+ screen = wnck_window_get_screen (c->window);
+ workspace = wnck_screen_get_active_workspace (screen);
+ workspace_width = wnck_workspace_get_width (workspace);