pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/devilspie Update to 0.22:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84bd6918adc6
branches:  trunk
changeset: 535685:84bd6918adc6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 25 23:20:50 2007 +0000

description:
Update to 0.22:

Devil's Pie "Sweet Music, Soul Music?" 0.22
===========================================

* Fix decorate/undecorate with OpenBox (thanks Rafał Mużyło)
* Fix typos in man page (Loïc Minier)


Devil's Pie "A Love Supreme" 0.21
=================================

* Add change_workspace action (#453464, thanks Adam Więckowski)
* Add decorate action (#449634, thanks Galkin Vasily)
* Add quit action (thanks Leon Zhang)
* Handle wnck_screen_get_active_workspace() failing (#343546)

diffstat:

 x11/devilspie/Makefile         |   5 ++---
 x11/devilspie/distinfo         |   9 ++++-----
 x11/devilspie/patches/patch-aa |  23 -----------------------
 3 files changed, 6 insertions(+), 31 deletions(-)

diffs (54 lines):

diff -r 527f4c6a20fc -r 84bd6918adc6 x11/devilspie/Makefile
--- a/x11/devilspie/Makefile    Sun Nov 25 23:17:08 2007 +0000
+++ b/x11/devilspie/Makefile    Sun Nov 25 23:20:50 2007 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2007/09/21 13:04:29 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2007/11/25 23:20:50 wiz Exp $
 
-DISTNAME=              devilspie-0.20.2
-PKGREVISION=           1
+DISTNAME=              devilspie-0.22
 CATEGORIES=            x11
 MASTER_SITES=          http://www.burtonini.com/computing/
 
diff -r 527f4c6a20fc -r 84bd6918adc6 x11/devilspie/distinfo
--- a/x11/devilspie/distinfo    Sun Nov 25 23:17:08 2007 +0000
+++ b/x11/devilspie/distinfo    Sun Nov 25 23:20:50 2007 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.19 2007/02/05 23:14:51 wiz Exp $
+$NetBSD: distinfo,v 1.20 2007/11/25 23:20:50 wiz Exp $
 
-SHA1 (devilspie-0.20.2.tar.gz) = ed891bd950c9eaba64fdc5a43684050ddacbd193
-RMD160 (devilspie-0.20.2.tar.gz) = ba73f7bfa7e8ec6b9fe1fc4d8a772f499cf38341
-Size (devilspie-0.20.2.tar.gz) = 158961 bytes
-SHA1 (patch-aa) = feeaf45cf2b8512e665dd772c41a4f870e00be12
+SHA1 (devilspie-0.22.tar.gz) = 6bf8d04b373dd301497c5acdcde3dbb45309f59d
+RMD160 (devilspie-0.22.tar.gz) = 0e35409bdbf0e0a29df59e16ab9fd3774a001b62
+Size (devilspie-0.22.tar.gz) = 192646 bytes
diff -r 527f4c6a20fc -r 84bd6918adc6 x11/devilspie/patches/patch-aa
--- a/x11/devilspie/patches/patch-aa    Sun Nov 25 23:17:08 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2005/12/18 21:31:46 rillig Exp $
-
-Keywords: c90
-
---- src/actions.c.orig Fri Oct 21 11:58:14 2005
-+++ src/actions.c      Sun Dec 18 22:18:21 2005
-@@ -138,14 +138,14 @@ ESExpResult *func_center(ESExp *f, int a
-   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);


Home | Main Index | Thread Index | Old Index