diff options
author | wiz <wiz> | 2005-02-27 22:43:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-02-27 22:43:24 +0000 |
commit | 372445ce6d55172b0064d3e1c7f637f97625459f (patch) | |
tree | 2313772594d13c70372b49fb3af37d4c9a5b1c1e /x11/devilspie | |
parent | 2ee895147d672f9b9c6cec303bfec7a7efec6674 (diff) | |
download | pkgsrc-372445ce6d55172b0064d3e1c7f637f97625459f.tar.gz |
Update to 0.8:
Devil's Pie "Mystery Boxes" 0.8
===============================
* Bring back --apply-to-existing, so you can work on existing windows
* Add maximized_horizontally and _vertically to the resize action (John Russell)
* Add an execute action (John Russell)
* Add an opacity setting action (Guido Boehm)
* Generate decent matcher/action documentation at build-time from the source
* Check that regular expressions parsed correctly, fixing a common bug
* Less compile warnings
Diffstat (limited to 'x11/devilspie')
-rw-r--r-- | x11/devilspie/Makefile | 5 | ||||
-rw-r--r-- | x11/devilspie/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/x11/devilspie/Makefile b/x11/devilspie/Makefile index b0298f2c24b..3bf96607e88 100644 --- a/x11/devilspie/Makefile +++ b/x11/devilspie/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2004/11/15 06:35:50 snj Exp $ +# $NetBSD: Makefile,v 1.7 2005/02/27 22:43:24 wiz Exp $ -DISTNAME= devilspie-0.7 +DISTNAME= devilspie-0.8 CATEGORIES= x11 MASTER_SITES= http://www.burtonini.com/computing/ @@ -21,6 +21,7 @@ post-install: ${PREFIX}/share/examples/devilspie/ .include "../../devel/libglade2/buildlink3.mk" +.include "../../devel/popt/buildlink3.mk" .include "../../devel/libwnck/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" diff --git a/x11/devilspie/distinfo b/x11/devilspie/distinfo index 5843ba15e4e..47a380b577d 100644 --- a/x11/devilspie/distinfo +++ b/x11/devilspie/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 17:36:09 wiz Exp $ +$NetBSD: distinfo,v 1.5 2005/02/27 22:43:24 wiz Exp $ -SHA1 (devilspie-0.7.tar.gz) = 25cbf60969b5204cd97c5e158188760120a94391 -RMD160 (devilspie-0.7.tar.gz) = 490dc79323583b2e5de5e0207218c4daac6d5b92 -Size (devilspie-0.7.tar.gz) = 166105 bytes +SHA1 (devilspie-0.8.tar.gz) = eb775b6e0e6ac41ecb0dcf4c64e166ad8fcf39d5 +RMD160 (devilspie-0.8.tar.gz) = 6222371f4c5f5ba9e7c2d7118745a90bf46186f7 +Size (devilspie-0.8.tar.gz) = 174449 bytes |