diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-05-15 12:49:25 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-05-15 12:49:25 +0000 |
commit | 59c0b92f2cccf593fd629bcef015433918f93fbe (patch) | |
tree | dfaa8d004afea3cba726450dd8f06948900775bb | |
parent | 69fcb2ef97cd3ba47e768e43bf4833dbba1b51e6 (diff) | |
download | pkgsrc-59c0b92f2cccf593fd629bcef015433918f93fbe.tar.gz |
Update to 3.2.10:
Dasher 3.2.10 - "Automake will eat your soul"
- Rerelease of 3.2.9 without a broken tarball (hopefully)
Dasher 3.2.9
- Changed default compile options so accessibility, speech and gnome support
are built by default. Use --with-gnome=false, --with-speech=false and
--with-gnome=false to disable this
- Fixed bugs related to control-mode crashing and colour selection not working
- A couple of minor build-system cleanups
-rw-r--r-- | editors/dasher/Makefile | 13 | ||||
-rw-r--r-- | editors/dasher/PLIST | 3 | ||||
-rw-r--r-- | editors/dasher/distinfo | 6 |
3 files changed, 16 insertions, 6 deletions
diff --git a/editors/dasher/Makefile b/editors/dasher/Makefile index 97dba52c35d..3fc0a0619f2 100644 --- a/editors/dasher/Makefile +++ b/editors/dasher/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2004/04/14 16:15:22 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2004/05/15 12:49:25 jmmv Exp $ # -DISTNAME= dasher-3.2.8 +DISTNAME= dasher-3.2.10 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dasher/3.2/} EXTRACT_SUFX= .tar.bz2 @@ -15,13 +15,22 @@ USE_BUILDLINK3= yes USE_DIRS+= gnome2-1.5 USE_GNU_TOOLS+= make USE_PKGLOCALEDIR= yes +USE_X11= yes +.include "../../audio/gnome-speech/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" +.include "../../devel/at-spi/buildlink3.mk" .include "../../devel/GConf2/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" +.include "../../devel/libbonobo/buildlink3.mk" +.include "../../devel/libbonoboui/buildlink3.mk" .include "../../devel/libglade2/buildlink3.mk" +.include "../../devel/libgnome/buildlink3.mk" +.include "../../devel/libgnomeui/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" +.include "../../net/ORBit2/buildlink3.mk" +.include "../../sysutils/gnome-vfs2/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gtk2/buildlink3.mk" diff --git a/editors/dasher/PLIST b/editors/dasher/PLIST index 3cdcd18fff9..00a11d69642 100644 --- a/editors/dasher/PLIST +++ b/editors/dasher/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/04/03 07:30:27 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/05/15 12:49:25 jmmv Exp $ bin/dasher man/man1/dasher.1 share/applications/dasher.desktop @@ -70,6 +70,7 @@ ${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/dasher.mo ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/dasher.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/dasher.mo ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/dasher.mo +${PKGLOCALEDIR}/locale/pa/LC_MESSAGES/dasher.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/dasher.mo ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/dasher.mo ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/dasher.mo diff --git a/editors/dasher/distinfo b/editors/dasher/distinfo index 7d015fbba99..d4fe1bfe3c5 100644 --- a/editors/dasher/distinfo +++ b/editors/dasher/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2004/04/03 07:30:27 jmmv Exp $ +$NetBSD: distinfo,v 1.4 2004/05/15 12:49:25 jmmv Exp $ -SHA1 (dasher-3.2.8.tar.bz2) = 1ee1114fbfe3b7a56f78d4f78890667f2a557285 -Size (dasher-3.2.8.tar.bz2) = 2339112 bytes +SHA1 (dasher-3.2.10.tar.bz2) = bca8fe199cb2a451fb5adc5213b9880da9ebcde7 +Size (dasher-3.2.10.tar.bz2) = 2289669 bytes |