From ee74fb2a30022f4f8722ea43d32aca551552b0f4 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 22 May 2008 00:49:27 +0000 Subject: [PATCH] - Update to 0.22 PR: 123874 Submitted by: Ports Fury --- x11-wm/devilspie/Makefile | 13 ++++++++----- x11-wm/devilspie/distinfo | 6 +++--- x11-wm/devilspie/files/patch-src_actions.c | 19 ------------------- x11-wm/devilspie/files/patch-src_logical.c | 10 ---------- x11-wm/devilspie/pkg-plist | 2 -- 5 files changed, 11 insertions(+), 39 deletions(-) delete mode 100644 x11-wm/devilspie/files/patch-src_actions.c delete mode 100644 x11-wm/devilspie/files/patch-src_logical.c delete mode 100644 x11-wm/devilspie/pkg-plist 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 -+#include - #include - #include - #include 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