From 3a48f11ef25c73512ed96a908d4c3e84396f4dc8 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 20 May 2009 09:22:10 +0000 Subject: Update to 0.14.2. Set LICENSE. Convert to user-destdir. Remove unneeded dependencies. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version 0.14.2 * Improve startup time by only rebuilding add-in registry when passing --debug. * Fix random startup crash caused by using GConf before GTK+ was initialized. * Fix over-zealous URL matching (#436994). * Support FUSE being built-in to kernel (#500524). * Prevent crashes when reading unexpected note XML (#581844). * Change "Open New Note Template" LinkButton to Button to prevent error (#581582). * Upgrade Windows to Mono.Addins 0.4 (no more console window) (#572088). * Support console logging on Windows (Benjamin Podszun). * Documentation text now cross-platform (#576487, #500803, Paul Cutler). * Translation updates: ca, el, es, et Version 0.14.1 * Translation updates: ar, ca, el, es, he, kn, nb, tr Version 0.14.0 * Fix buggy behavior with Tomboy icon menus in Windows (#556406, #566173). Version 0.13.6 * Fixes to linking (#436994,#573317,#525753, Stefan Schweizer & Benjamin Podszun) * Add printing support to Mac OS X version. * Localization fixes: #572096, #570121 (Benjamin Podszun and Wouter Bolsterlee) * Translation updates: be@latin, bg, da, de, en_GB, es, et, eu, fi, fr, hu, it, ja, ko, nb, nl, pl, pt, ro, sv, ta, th, zh_HK, zh_TW Version 0.13.5 * Additional updates to note printing (#512369, #572024, Benjamin Podszun). * Windows installer now requires Novell's GTK# >= 2.12.8 (#569324). * Increase/Decrease Indent shortcuts now appear in menu (#570334, Benjamin Podszun). * No longer writes to disk every 40 seconds (#514434). * Fixes to note linking (#323845, Florian Pinault). * Add GConf preference for auto-accepting SSL Certs in WebDAV sync (#531364). * After succcessfully configuring sync, offer to perform first sync (#553079). * Other fixes: #570917, #570918. * Translation updates: bg, cs, da, es, eu, hu, nl, pl, pt, ro, sv, th, vi, zh_HK, zh_TW Version 0.13.4 * Removed bundled Mono.Addins. Mono.Addins is now a hard dependency. * Update printing to use Gtk.Print (#512369, Benjamin Podszun). Still buggy. * Fix multi-page printing of exported note HTML (#548198, Leonardo Ferreira Fontenelle and Stefan Schweizer) * Fix crash when clicking link and browser not set (#569639). * 64-bit Windows support (#558272, Jay R. Wren). * Search window position saved on Windows/Mac (#559663). * Fix lingering tray icon in Windows (#569709, Benjamin Podszun). * Fix bug with font settings (#559724, Benjamin Podszun). * Mac MonoDevelop solution now easier to build (Doug Johnston et al). * Other fixes: #562846 (James Westby) * Translation updates: ca, es, fi, ko, lt, lv, nb Version 0.13.3 * Rename Mono process to "tomboy" instead of "Tomboy" (#565166). * Cut down memory usage by 25% (#565790). Also improves startup times a bit. * Fix panel applet icon background transparency (#567308). * Improvements in translatable strings (#566711, #565208). * Fix crash associated with notes with '&' or '<' in their title (#566967). * Translation updates: es, fr, lv, nb, pt_BR, sk, sv Version 0.13.2 * Fix Windows<->Linux sync incompatiblities (#559094). * Fix data loss bug in sync and SetNoteCompleteXml dbus method. * Link fixes in HTML Export (#564150, Stefan Schweizer). * Header cleanups in libtomboy (#564235, Przemysław Grzegorczyk). * Translation updates: it Version 0.13.1 * Configure/build fixes. * Help menu item opens online help on Windows and Mac. Version 0.13.0 (Windows/Mac-only "preview" release) * Initial support for Windows and Mac OS X. --- editors/tomboy/Makefile | 15 ++++++--------- editors/tomboy/PLIST | 35 ++++++++++++++++++++++++++++++++--- editors/tomboy/distinfo | 8 ++++---- 3 files changed, 42 insertions(+), 16 deletions(-) (limited to 'editors/tomboy') diff --git a/editors/tomboy/Makefile b/editors/tomboy/Makefile index c8030b3cc50..0de74f7b674 100644 --- a/editors/tomboy/Makefile +++ b/editors/tomboy/Makefile @@ -1,28 +1,27 @@ -# $NetBSD: Makefile,v 1.6 2009/05/02 08:57:52 hasso Exp $ +# $NetBSD: Makefile,v 1.7 2009/05/20 09:22:10 wiz Exp $ # -DISTNAME= tomboy-0.12.2 -PKGREVISION= 1 +DISTNAME= tomboy-0.14.2 CATEGORIES= editors misc -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/tomboy/0.12/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/tomboy/0.14/} MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://www.gnome.org/projects/tomboy COMMENT= Gnome desktop note application +LICENSE= gnu-lgpl-v2.1 + +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_DIRS= xdg-1.4 gnome2-1.6 USE_LIBTOOL= yes USE_TOOLS+= gmake intltool pkg-config bash:run msgfmt -CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/ -MAKE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/ GCONF_SCHEMAS= tomboy.schemas PKGCONFIG_OVERRIDE+= data/tomboy-addins.pc.in .include "../../devel/GConf/schemas.mk" -.include "../../devel/atk/buildlink3.mk" BUILDLINK_API_DEPENDS.mono-addins+= mono-addins>=0.3.1 .include "../../devel/mono-addins/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" @@ -31,8 +30,6 @@ BUILDLINK_API_DEPENDS.mono-addins+= mono-addins>=0.3.1 #.include "../../mail/evolution/buildlink3.mk" #.include "../../mail/gmime-sharp/buildlink3.mk" #.include "../../net/galago-sharp/buildlink3.mk" -.include "../../print/libgnomeprint/buildlink3.mk" -.include "../../print/libgnomeprintui/buildlink3.mk" .include "../../sysutils/dbus/buildlink3.mk" .include "../../sysutils/ndesk-dbus-glib/buildlink3.mk" .include "../../sysutils/ndesk-dbus/buildlink3.mk" diff --git a/editors/tomboy/PLIST b/editors/tomboy/PLIST index 29e08d78cae..072bd45af66 100644 --- a/editors/tomboy/PLIST +++ b/editors/tomboy/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2009/01/07 16:17:51 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2009/05/20 09:22:10 wiz Exp $ bin/tomboy bin/tomboy-panel lib/bonobo/servers/GNOME_TomboyApplet.server @@ -29,7 +29,6 @@ lib/tomboy/addins/Tasque.Addin.dll lib/tomboy/addins/Tasque.Addin.dll.mdb lib/tomboy/addins/WebDavSyncService.dll lib/tomboy/addins/WebDavSyncService.dll.mdb -lib/tomboy/libprintnotes.la lib/tomboy/libtomboy.la man/man1/tomboy.1 share/applications/tomboy.desktop @@ -149,6 +148,25 @@ share/gnome/help/tomboy/es/figures/tomboy-preferences-synchronization.png share/gnome/help/tomboy/es/figures/tomboy-tools.png share/gnome/help/tomboy/es/legal.xml share/gnome/help/tomboy/es/tomboy.xml +share/gnome/help/tomboy/eu/figures/add-notebook-search.png +share/gnome/help/tomboy/eu/figures/add-to-notebook.png +share/gnome/help/tomboy/eu/figures/delete-notebook.png +share/gnome/help/tomboy/eu/figures/move-notes-search.png +share/gnome/help/tomboy/eu/figures/new-notebook.png +share/gnome/help/tomboy/eu/figures/note-template.png +share/gnome/help/tomboy/eu/figures/notebook-icon.png +share/gnome/help/tomboy/eu/figures/tomboy-main-menu.png +share/gnome/help/tomboy/eu/figures/tomboy-new-note.png +share/gnome/help/tomboy/eu/figures/tomboy-panel.png +share/gnome/help/tomboy/eu/figures/tomboy-pindown.png +share/gnome/help/tomboy/eu/figures/tomboy-pinup.png +share/gnome/help/tomboy/eu/figures/tomboy-preferences-add-ins.png +share/gnome/help/tomboy/eu/figures/tomboy-preferences-editing.png +share/gnome/help/tomboy/eu/figures/tomboy-preferences-hotkeys.png +share/gnome/help/tomboy/eu/figures/tomboy-preferences-synchronization.png +share/gnome/help/tomboy/eu/figures/tomboy-tools.png +share/gnome/help/tomboy/eu/legal.xml +share/gnome/help/tomboy/eu/tomboy.xml share/gnome/help/tomboy/fr/figures/add-notebook-search.png share/gnome/help/tomboy/fr/figures/add-to-notebook.png share/gnome/help/tomboy/fr/figures/delete-notebook.png @@ -338,7 +356,6 @@ share/locale/ja/LC_MESSAGES/tomboy.mo share/locale/kn/LC_MESSAGES/tomboy.mo share/locale/ko/LC_MESSAGES/tomboy.mo share/locale/ku/LC_MESSAGES/tomboy.mo -share/locale/la/LC_MESSAGES/tomboy.mo share/locale/lt/LC_MESSAGES/tomboy.mo share/locale/lv/LC_MESSAGES/tomboy.mo share/locale/mai/LC_MESSAGES/tomboy.mo @@ -380,6 +397,7 @@ share/omf/tomboy/tomboy-de.omf share/omf/tomboy/tomboy-el.omf share/omf/tomboy/tomboy-en_GB.omf share/omf/tomboy/tomboy-es.omf +share/omf/tomboy/tomboy-eu.omf share/omf/tomboy/tomboy-fr.omf share/omf/tomboy/tomboy-it.omf share/omf/tomboy/tomboy-oc.omf @@ -429,12 +447,19 @@ share/tomboy/icons/hicolor/scalable/actions/notebook-new.svg @dirrm share/omf/tomboy @comment in rarian: @dirrm share/omf @comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable @comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48 @comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32 @comment in hicolor-icon-theme: @dirrm share/icons/hicolor/24x24/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/24x24 @comment in hicolor-icon-theme: @dirrm share/icons/hicolor/22x22/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/22x22 @comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16 @comment in hicolor-icon-theme: @dirrm share/icons/hicolor +@comment in xdg-dirs: @dirrm share/icons @dirrm share/gnome/help/tomboy/uk/figures @dirrm share/gnome/help/tomboy/uk @dirrm share/gnome/help/tomboy/sv/figures @@ -451,6 +476,8 @@ share/tomboy/icons/hicolor/scalable/actions/notebook-new.svg @dirrm share/gnome/help/tomboy/it @dirrm share/gnome/help/tomboy/fr/figures @dirrm share/gnome/help/tomboy/fr +@dirrm share/gnome/help/tomboy/eu/figures +@dirrm share/gnome/help/tomboy/eu @dirrm share/gnome/help/tomboy/es/figures @dirrm share/gnome/help/tomboy/es @dirrm share/gnome/help/tomboy/en_GB/figures @@ -465,8 +492,10 @@ share/tomboy/icons/hicolor/scalable/actions/notebook-new.svg @dirrm share/gnome/help/tomboy/C @dirrm share/gnome/help/tomboy @comment in gnome2-dirs: @dirrm share/gnome/help +@comment in gnome2-dirs: @dirrm share/gnome @comment in GConf: @dirrm share/gconf/schemas @comment in dbus: @dirrm share/dbus-1/services +@comment in dbus: @dirrm share/dbus-1 @comment in xdg-dirs: @dirrm share/applications @dirrm lib/tomboy/addins @dirrm lib/tomboy diff --git a/editors/tomboy/distinfo b/editors/tomboy/distinfo index 5ea36618478..59fadd84dda 100644 --- a/editors/tomboy/distinfo +++ b/editors/tomboy/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/01/07 16:17:51 wiz Exp $ +$NetBSD: distinfo,v 1.3 2009/05/20 09:22:10 wiz Exp $ -SHA1 (tomboy-0.12.2.tar.gz) = 6b9206bec134d80d9a96c70fb9459a94f8bbd1b4 -RMD160 (tomboy-0.12.2.tar.gz) = dfe36ca56c4ab49fc433f0e35a92b57942b1428c -Size (tomboy-0.12.2.tar.gz) = 5262842 bytes +SHA1 (tomboy-0.14.2.tar.gz) = d08bfeefd0f46d459fad899a84cfdb4fddaf8089 +RMD160 (tomboy-0.14.2.tar.gz) = c225ce7694ec31d2f8d77bfe1537b83de2234167 +Size (tomboy-0.14.2.tar.gz) = 6163841 bytes -- cgit v1.2.3