From b4f0094e78e0da140266894d11c742df44f127ef Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 21 Jul 2010 11:29:37 +0000 Subject: Update to 0.17: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gaupol 0.17 =========== * Add "Save All As" (under the Projects menu) to save all open documents with selected properties (fixes #595685) * Add an inline spell-check for editable multiline text fields (off by default, can be activated in the preferences dialog) * Add support for milliseconds (field $MILLISECONDS) in preview commands. Allows use of Media Player Classic for preview. * Add help button in the preferences dialog, clickable in the preview tab to launch web browser to view wiki documentation * Use reading speed (characters per second) instead of optimal duration (seconds per character) in duration adjust dialog * Fix writing subtitle file headers with chosen newlines * Fix reading and writing extension configurations * Fix minor i18n issues with individual strings * Add optional dependency of PyGtkSpell (part of gnome-python-extras) * Add --mandir global option to setup.py to allow installation of man pages to somewhere else than .../share/man (fixes #620665) * Add Finnish translation Gaupol 0.16.2 ============= * Fix "Quit" and Close All" to ask to save unsaved changes * Update Russian translation (Алекс) * Update Hungarian translation (Andrássy László) --- misc/gaupol/Makefile | 13 ++++--------- misc/gaupol/PLIST | 7 ++++++- misc/gaupol/distinfo | 8 ++++---- 3 files changed, 14 insertions(+), 14 deletions(-) (limited to 'misc/gaupol') diff --git a/misc/gaupol/Makefile b/misc/gaupol/Makefile index 0160fabcdeb..84edde4aaf2 100644 --- a/misc/gaupol/Makefile +++ b/misc/gaupol/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2010/06/15 09:17:20 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2010/07/21 11:29:37 wiz Exp $ # -DISTNAME= gaupol-0.16.1 +DISTNAME= gaupol-0.17 CATEGORIES= misc -MASTER_SITES= http://download.gna.org/gaupol/0.16/ +MASTER_SITES= http://download.gna.org/gaupol/0.17/ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://home.gna.org/gaupol/index.html @@ -21,12 +21,7 @@ USE_LANGUAGES= # none USE_TOOLS+= intltool msgfmt PKG_DESTDIR_SUPPORT= user-destdir -# https://bugzilla.gnome.org/show_bug.cgi?id=620665 -SUBST_CLASSES+= manpath -SUBST_FILES.manpath= INSTALL manifest/data-files.gaupol -SUBST_MESSAGE.manpath= Fixing man page installation path. -SUBST_SED.manpath= -e "s,share/man/man1,${PKGMANDIR}/man1," -SUBST_STAGE.manpath= pre-build +PYSETUPARGS= --mandir=${PREFIX}/${PKGMANDIR} .include "../../lang/python/extension.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" diff --git a/misc/gaupol/PLIST b/misc/gaupol/PLIST index 1fe49ba96f5..a98c2a7d3be 100644 --- a/misc/gaupol/PLIST +++ b/misc/gaupol/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2010/06/15 09:17:20 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2010/07/21 11:29:37 wiz Exp $ bin/gaupol ${PYSITELIB}/aeidon/__init__.py ${PYSITELIB}/aeidon/__init__.pyc @@ -357,6 +357,9 @@ ${PYSITELIB}/gaupol/dialogs/message.pyo ${PYSITELIB}/gaupol/dialogs/multiclose.py ${PYSITELIB}/gaupol/dialogs/multiclose.pyc ${PYSITELIB}/gaupol/dialogs/multiclose.pyo +${PYSITELIB}/gaupol/dialogs/multisave.py +${PYSITELIB}/gaupol/dialogs/multisave.pyc +${PYSITELIB}/gaupol/dialogs/multisave.pyo ${PYSITELIB}/gaupol/dialogs/open.py ${PYSITELIB}/gaupol/dialogs/open.pyc ${PYSITELIB}/gaupol/dialogs/open.pyo @@ -512,6 +515,7 @@ share/gaupol/ui/header-dialog.ui share/gaupol/ui/insert-dialog.ui share/gaupol/ui/language-dialog.ui share/gaupol/ui/multiclose-dialog.ui +share/gaupol/ui/multisave-dialog.ui share/gaupol/ui/open-dialog.ui share/gaupol/ui/preferences-dialog.ui share/gaupol/ui/previewerr-dialog.ui @@ -539,6 +543,7 @@ share/icons/hicolor/scalable/apps/gaupol.svg share/locale/ca/LC_MESSAGES/gaupol.mo share/locale/de/LC_MESSAGES/gaupol.mo share/locale/es/LC_MESSAGES/gaupol.mo +share/locale/fi/LC_MESSAGES/gaupol.mo share/locale/hu/LC_MESSAGES/gaupol.mo share/locale/pl/LC_MESSAGES/gaupol.mo share/locale/ru/LC_MESSAGES/gaupol.mo diff --git a/misc/gaupol/distinfo b/misc/gaupol/distinfo index 349a82b9bc8..1e2f371cb63 100644 --- a/misc/gaupol/distinfo +++ b/misc/gaupol/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/06/15 09:17:20 wiz Exp $ +$NetBSD: distinfo,v 1.6 2010/07/21 11:29:37 wiz Exp $ -SHA1 (gaupol-0.16.1.tar.gz) = c94c5926bce6ae15055d9fa6e85888e5b5ea684c -RMD160 (gaupol-0.16.1.tar.gz) = 33ce3a93ed30b7f94713158c9ad33140bf40400a -Size (gaupol-0.16.1.tar.gz) = 539587 bytes +SHA1 (gaupol-0.17.tar.gz) = e0e3b6a97ccac655b690ef0bc0579a85cfde6268 +RMD160 (gaupol-0.17.tar.gz) = e5b9dd5db766d4ce2ad5085778c93940dd7fc2a6 +Size (gaupol-0.17.tar.gz) = 570815 bytes -- cgit v1.2.3