aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-05-22 00:49:27 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-05-22 00:49:27 +0000
commitee74fb2a30022f4f8722ea43d32aca551552b0f4 (patch)
tree6de812d401646e69ea20d8dfc1e0f3f7c4e4eb55 /x11-wm
parent4875258facf836c279ff5806dc41486ead31c6dd (diff)
downloadports-ee74fb2a30022f4f8722ea43d32aca551552b0f4.tar.gz
ports-ee74fb2a30022f4f8722ea43d32aca551552b0f4.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/devilspie/Makefile13
-rw-r--r--x11-wm/devilspie/distinfo6
-rw-r--r--x11-wm/devilspie/files/patch-src_actions.c19
-rw-r--r--x11-wm/devilspie/files/patch-src_logical.c10
-rw-r--r--x11-wm/devilspie/pkg-plist2
5 files changed, 11 insertions, 39 deletions
diff --git a/x11-wm/devilspie/Makefile b/x11-wm/devilspie/Makefile
index 4de4ce63e91c..b36c0cb17003 100644
--- a/x11-wm/devilspie/Makefile
+++ b/x11-wm/devilspie/Makefile
@@ -6,21 +6,24 @@
#
PORTNAME= devilspie
-PORTVERSION= 0.20.2
-PORTREVISION= 2
+PORTVERSION= 0.22
CATEGORIES= x11-wm
MASTER_SITES= http://www.burtonini.com/computing/
MAINTAINER= ports@FreeBSD.org
COMMENT= A window manipulation tool
-USE_GNOME= libwnck
-GNU_CONFIGURE= yes
+USE_GNOME= gnometarget libwnck
+USE_GETTEXT= yes
USE_GMAKE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
MAN1= devilspie.1
PORTDOCS= AUTHORS NEWS README TODO
+PLIST_FILES= bin/devilspie \
+ share/locale/de/LC_MESSAGES/devilspie.mo
post-patch:
@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||' \
diff --git a/x11-wm/devilspie/distinfo b/x11-wm/devilspie/distinfo
index d7d629cc1df5..e2f7652d4d52 100644
--- a/x11-wm/devilspie/distinfo
+++ b/x11-wm/devilspie/distinfo
@@ -1,3 +1,3 @@
-MD5 (devilspie-0.20.2.tar.gz) = 2739e4108e64208de4906daf5b2f5ccf
-SHA256 (devilspie-0.20.2.tar.gz) = 5e552c33ef2bc9c794b89ec4d0857d6f7081841c72f2f509bec561c649169329
-SIZE (devilspie-0.20.2.tar.gz) = 158961
+MD5 (devilspie-0.22.tar.gz) = 4190e12f99ab92c0427e457d9fbfe231
+SHA256 (devilspie-0.22.tar.gz) = e06aba1d96889e1b58bd1b0ba4d3015f50adc3ade2824b5cb37a0ee7f2490aaf
+SIZE (devilspie-0.22.tar.gz) = 192646
diff --git a/x11-wm/devilspie/files/patch-src_actions.c b/x11-wm/devilspie/files/patch-src_actions.c
deleted file mode 100644
index 39a0f059b9f0..000000000000
--- a/x11-wm/devilspie/files/patch-src_actions.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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);
diff --git a/x11-wm/devilspie/files/patch-src_logical.c b/x11-wm/devilspie/files/patch-src_logical.c
deleted file mode 100644
index d9f9e472a1e9..000000000000
--- a/x11-wm/devilspie/files/patch-src_logical.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/logical.c.orig Wed Oct 5 01:54:14 2005
-+++ src/logical.c Wed Oct 5 01:54:22 2005
-@@ -17,6 +17,7 @@
- */
-
- #include <string.h>
-+#include <sys/types.h>
- #include <regex.h>
- #include <glib.h>
- #include <glib/gi18n.h>
diff --git a/x11-wm/devilspie/pkg-plist b/x11-wm/devilspie/pkg-plist
deleted file mode 100644
index 691d86749958..000000000000
--- a/x11-wm/devilspie/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/devilspie
-share/locale/de/LC_MESSAGES/devilspie.mo