From a16e69966d6b69106e1727b52399627f33d05db1 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 12 May 2011 11:19:46 +0000 Subject: Changes 0.4.12: * "Save all documents" has been introduced. * Fix up the title of the first session password dialog. * Add experimental spell checking support based on gtkspell, which needs to be explicitly enabled by passing --with-gtkspell to configure. * Translation roundup: - Updated Gobby to use en_US internally - Added Ukrainian translation - Various translation updates from Launchpad --- editors/gobby/Makefile | 17 +++++++---------- editors/gobby/PLIST | 4 +++- editors/gobby/distinfo | 9 +++++---- editors/gobby/patches/patch-configure | 19 +++++++++++++++++++ 4 files changed, 34 insertions(+), 15 deletions(-) create mode 100644 editors/gobby/patches/patch-configure (limited to 'editors/gobby') diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile index 67344fb7455..4035378322c 100644 --- a/editors/gobby/Makefile +++ b/editors/gobby/Makefile @@ -1,32 +1,29 @@ -# $NetBSD: Makefile,v 1.15 2011/04/22 13:43:25 obache Exp $ -# +# $NetBSD: Makefile,v 1.16 2011/05/12 11:19:46 adam Exp $ -DISTNAME= gobby-0.4.11 -PKGREVISION= 5 +DISTNAME= gobby-0.4.12 CATEGORIES= editors MASTER_SITES= http://releases.0x539.de/gobby/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gobby.0x539.de/ COMMENT= Collaborative Editor +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -GNU_CONFIGURE= yes -USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ -USE_TOOLS= gmake msgfmt pkg-config intltool +USE_PKGLOCALEDIR= yes +USE_TOOLS+= gmake intltool msgfmt pkg-config +GNU_CONFIGURE= yes .include "options.mk" -.include "../../devel/glib2/buildlink3.mk" .include "../../devel/glibmm/buildlink3.mk" .include "../../devel/libsigc++/buildlink3.mk" .include "../../editors/obby/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../net/net6/buildlink3.mk" .include "../../textproc/libxml++/buildlink3.mk" -.include "../../x11/gtk2/buildlink3.mk" .include "../../x11/gtkmm/buildlink3.mk" .include "../../x11/gtksourceview2/buildlink3.mk" -.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/gobby/PLIST b/editors/gobby/PLIST index b403fb67903..e5bed15a73f 100644 --- a/editors/gobby/PLIST +++ b/editors/gobby/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2009/10/27 19:47:54 drochner Exp $ +@comment $NetBSD: PLIST,v 1.5 2011/05/12 11:19:46 adam Exp $ bin/gobby man/man1/gobby.1 share/gobby/icons/HighContrastLargePrint/48x48/actions/chat.png @@ -29,6 +29,7 @@ share/locale/ca/LC_MESSAGES/gobby.mo share/locale/cs/LC_MESSAGES/gobby.mo share/locale/de/LC_MESSAGES/gobby.mo share/locale/el/LC_MESSAGES/gobby.mo +share/locale/en_GB/LC_MESSAGES/gobby.mo share/locale/es/LC_MESSAGES/gobby.mo share/locale/fr/LC_MESSAGES/gobby.mo share/locale/he/LC_MESSAGES/gobby.mo @@ -41,4 +42,5 @@ share/locale/pt/LC_MESSAGES/gobby.mo share/locale/pt_BR/LC_MESSAGES/gobby.mo share/locale/ru/LC_MESSAGES/gobby.mo share/locale/sv/LC_MESSAGES/gobby.mo +share/locale/uk/LC_MESSAGES/gobby.mo share/locale/zh_CN/LC_MESSAGES/gobby.mo diff --git a/editors/gobby/distinfo b/editors/gobby/distinfo index ca796f8ea21..3dc6cddc2b1 100644 --- a/editors/gobby/distinfo +++ b/editors/gobby/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2009/10/27 19:47:54 drochner Exp $ +$NetBSD: distinfo,v 1.4 2011/05/12 11:19:46 adam Exp $ -SHA1 (gobby-0.4.11.tar.gz) = ff9e46f71e730f23a7affadfbc4d81b5361c220b -RMD160 (gobby-0.4.11.tar.gz) = 58bb5e5e6a8e3b3929c43dd5781f6b8bf56bb378 -Size (gobby-0.4.11.tar.gz) = 458897 bytes +SHA1 (gobby-0.4.12.tar.gz) = 55d23f6ca51c1f2929218f6877f2c580a3b2c34e +RMD160 (gobby-0.4.12.tar.gz) = fca36ca997e2f5fdd6062e135ea35f0adae6d965 +Size (gobby-0.4.12.tar.gz) = 464464 bytes SHA1 (patch-aa) = be469582c2e0d0b958adc7a8edb17b796f3ac15b +SHA1 (patch-configure) = b3b9fd5d5698cfb7db946304f86d7c524d6bc948 diff --git a/editors/gobby/patches/patch-configure b/editors/gobby/patches/patch-configure new file mode 100644 index 00000000000..96d60c4d77e --- /dev/null +++ b/editors/gobby/patches/patch-configure @@ -0,0 +1,19 @@ +$NetBSD: patch-configure,v 1.1 2011/05/12 11:19:46 adam Exp $ + +Do not require ige-mac-integraton on Mac OS X. + +--- configure.orig 2009-12-18 22:35:57.000000000 +0000 ++++ configure +@@ -4594,12 +4594,8 @@ if test "x$build_vendor" = "xapple" ; th + $as_echo "#define OSX 1" >>confdefs.h + + target=`pkg-config --variable=target gtk+-2.0` +- if test "$target" = "quartz" ; then + +-$as_echo "#define OSX_NATIVE 1" >>confdefs.h + +- required_libs="$required_libs ige-mac-integration" +- fi + fi + cat >confcache <<\_ACEOF + # This file is a shell script that caches the results of configure -- cgit v1.2.3