diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-04 16:46:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-04 16:46:23 +0000 |
commit | 08bf268974b5cc9a81a91e61ebfe3ab596633452 (patch) | |
tree | 7f2e57278e5d1ecc364e5601b39651da3a2a686b /x11 | |
parent | e3c64666d3f63603f2236e61913a93822d73eab6 (diff) | |
download | pkgsrc-08bf268974b5cc9a81a91e61ebfe3ab596633452.tar.gz |
Update to 0.13.
Add some direct dependencies, according to verifypc.
Devil's Pie "Wind The Frog" 0.13
================================
* Total rewrite.
* No, really. A complete rewrite, no file left untouched. Many thanks to Pixar
Animation Studios for sponsoring this work.
* Use s-expressions instead of XML as the configuration file format, allowing
matches to be combined in new and exciting ways with (and) (or) and (not)
operators.
* Read configuration from both the users home directory and /etc, allowing
centralised configuration.
* Add the beginnings of a test suite.
Devil's Pie "Trying To Make Their Paper" 0.12
=============================================
* Quit if no flurbs were loaded
* Use GOption
* Major code cleanup
Diffstat (limited to 'x11')
-rw-r--r-- | x11/devilspie/Makefile | 12 | ||||
-rw-r--r-- | x11/devilspie/PLIST | 4 | ||||
-rw-r--r-- | x11/devilspie/distinfo | 8 |
3 files changed, 11 insertions, 13 deletions
diff --git a/x11/devilspie/Makefile b/x11/devilspie/Makefile index 2525575de19..3e248f46d75 100644 --- a/x11/devilspie/Makefile +++ b/x11/devilspie/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2005/09/27 20:11:30 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2005/10/04 16:46:23 wiz Exp $ -DISTNAME= devilspie-0.11 +DISTNAME= devilspie-0.13 CATEGORIES= x11 MASTER_SITES= http://www.burtonini.com/computing/ @@ -13,20 +13,20 @@ BUILD_DEPENDS+= libxslt>=1.0:../../textproc/libxslt USE_TOOLS+= pkg-config GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES +TEST_TARGET= check -LIBS+= -lX11 +#LIBS+= -lX11 post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/devilspie ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/devilspie/ - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/devilspie - ${INSTALL_DATA} ${WRKSRC}/sample-config.xml \ - ${PREFIX}/share/examples/devilspie/ +.include "../../devel/glib2/buildlink3.mk" .include "../../devel/libglade2/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" .include "../../devel/libwnck/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/devilspie/PLIST b/x11/devilspie/PLIST index 0ba80fd9510..70d926d6c68 100644 --- a/x11/devilspie/PLIST +++ b/x11/devilspie/PLIST @@ -1,8 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/27 19:53:11 snj Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/10/04 16:46:23 wiz Exp $ bin/devilspie man/man1/devilspie.1 share/doc/devilspie/README -share/examples/devilspie/sample-config.xml ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/devilspie.mo -@dirrm share/examples/devilspie @dirrm share/doc/devilspie diff --git a/x11/devilspie/distinfo b/x11/devilspie/distinfo index 515e8e0b55e..275493c239f 100644 --- a/x11/devilspie/distinfo +++ b/x11/devilspie/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2005/09/27 20:11:30 wiz Exp $ +$NetBSD: distinfo,v 1.10 2005/10/04 16:46:23 wiz Exp $ -SHA1 (devilspie-0.11.tar.gz) = 42134de248823b5e0b96911ac38ed2bdf9f67887 -RMD160 (devilspie-0.11.tar.gz) = e8baa7f1bed6d0a17d09cc4b5f623a33491fe79e -Size (devilspie-0.11.tar.gz) = 172071 bytes +SHA1 (devilspie-0.13.tar.gz) = 2089f80bd92ba03e8e49bd7a23d39176d21d626b +RMD160 (devilspie-0.13.tar.gz) = b6c24feab6192ccea00ec438bd7650393287f710 +Size (devilspie-0.13.tar.gz) = 146988 bytes |