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.13.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65dcfdb1ed24
branches:  trunk
changeset: 500233:65dcfdb1ed24
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Oct 04 16:46:23 2005 +0000

description:
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:

 x11/devilspie/Makefile |  12 ++++++------
 x11/devilspie/PLIST    |   4 +---
 x11/devilspie/distinfo |   8 ++++----
 3 files changed, 11 insertions(+), 13 deletions(-)

diffs (63 lines):

diff -r d1ee0bc57f63 -r 65dcfdb1ed24 x11/devilspie/Makefile
--- a/x11/devilspie/Makefile    Tue Oct 04 16:45:25 2005 +0000
+++ b/x11/devilspie/Makefile    Tue Oct 04 16:46:23 2005 +0000
@@ -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 @@
 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 -r d1ee0bc57f63 -r 65dcfdb1ed24 x11/devilspie/PLIST
--- a/x11/devilspie/PLIST       Tue Oct 04 16:45:25 2005 +0000
+++ b/x11/devilspie/PLIST       Tue Oct 04 16:46:23 2005 +0000
@@ -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 -r d1ee0bc57f63 -r 65dcfdb1ed24 x11/devilspie/distinfo
--- a/x11/devilspie/distinfo    Tue Oct 04 16:45:25 2005 +0000
+++ b/x11/devilspie/distinfo    Tue Oct 04 16:46:23 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index