summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz>2009-11-17 17:04:46 +0000
committerwiz <wiz>2009-11-17 17:04:46 +0000
commit16962d2145456adf0a07793e8681efbb96e420ef (patch)
tree83feea44517fe409e76c37bab4a8f744496ecd1a /editors
parent4aadf318584a053b7805128b9ed79e384ecbf9d2 (diff)
downloadpkgsrc-16962d2145456adf0a07793e8681efbb96e420ef.tar.gz
Update to 1.0.0:
Version 1.0 * Fix crash when showing Search from panel applet (#595098). * Redirect complete applet output to ~/.config/tomboy/tomboy-panel.log. * Every patch contributor goes in the About dialog now. * Add Underline add-in to Windows/Mac builds. * WebSync fixes on Windows. * New Translations: ca@valencia, id * Translation updates: as, bg, bn_IN, br, ca@valencia, cs, da, de, el, en_GB, es, et, eu, fi, fr, gl, gu, he, hi, hu, id, it, kn, ko, lt, ml, mr, nb, or, pa, pl, pt, pt_BR, ro, sl, sr, sr@latin, sv, ta, te, th, uk, zh_HK, zh_TW Version 0.15.7 WebSync updates: * Update for latest (hopefully final) REST API spec (Rodrigo Moya). * Initial support for OAuth 1.0a servers (#594046). * Drop heavy System.Web dependency by bundling HttpUtility class. * Fix parsing bug that caused Tomboy to upload empty notes to the server. * More streamlined initial auth procedure (less clicks). * Fix error when connecting before logged in to Snowy (#591455). Other updates: * Prevent crash on PPC and ARM when showing menus (#586605, #593422). * Don't connect to session manager when running as applet (#533537). * When closing search window, do not quit if Tomboy icon is visible (#584910). * Translation updates: bn, bn_IN, de, es, et, eu, fr, nb, pl, pt, pt_BR, sr, sr@latin, sv, ta, zh_HK, zh_TW Version 0.15.6 * Migrate notes from ~/.tomboy, following Free Desktop standards on Linux and appropriate conventions on Windows and Mac OS X (#518585, #557288). * Don't force port 22 when no port is specified for SSH sync (#574517). * Add preference in GConf for maximum width of note menu (#417145, Jeff Tickle). * New Translations: br, ga * Translation updates: bg, de, es, et, fi, fr, sv, th, zh_HK, zh_TW Version 0.15.5 * Option to sync from Tomboy icon's contextual menu (#468459, Buchner Johannes). * Rename notebooks from the Search window (#435734). * Clean up wasted space in Search and Preferences windows (#574155 and more). * Maintain scroll position when notes change while Search window open (#588593). * Fix Notebook toolbar button appearance with 'text beside icons' setting. * Translation updates: ca, gl, nb, pt_BR Version 0.15.4 * Improved behavior when changing font sizes (Stefan Schweizer). * Builds fixes on Windows and Mac OS X (Matt Johnston, Sandy Armstrong). * Require gtk+ 2.14 and stop using obsolete libgnome APIs. * New Help Translations: cs * Translation updates: ca, et, he, pt_BR, zh_CN, zh_HK Version 0.15.3 * New underline formatting add-in (disabled by default) from Mark Wakim. * Add ctrl +/- shortcuts for changing font size (#488822, Stefan Schweizer). * Fix bullet display in HTML export (#422954, Stefan Schweizer). * Update WebSync to use OAuth for authentication, and use the latest REST API. * Fix i18n issue in WebSync (Anders Petersson). * Add "Get More Add-Ins..." link in the Add-Ins tab of Preferences. * Reduce command line output when not running Tomboy with --debug. * Fix tarball for those that need panelapplet-sharp bundled. * Documentation updates (Paul Culter). * New Translations: vi * Translation updates: bn_IN, es, et, he, sv, ta, th, uk, zh_CN Version 0.15.2 * Fix HTML Export on Mac OS X (#583995). * Translation updates: es, et, nb, sv, zh_CN Version 0.15.1 * New WebSync add-in syncs to any server that implements the Tomboy Web REST API, such as Snowy [http://live.gnome.org/Snowy]. Baby-eating preview release. * Require Mono 1.9.1 to *build* Tomboy (#573923). Should still run on older Mono. * Prevent PATH problems on Windows from breaking Tomboy (#558314). * Search for phrases by quoting search text (#551097, Jan Rüegg). * Fix drag&drop & middle-click paste of linked text (#414029, Stefan Schweizer). * Save width of notebook pane in Search window (#563744, Benjamin Podszun). * Disable sync menu items until backend configured (#473335, Benjamin Podszun). * Close note find bar on escape, even when not focused (#540822, Benjamin Podszun). * 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). * Focus search field every time Search window summoned (#535131, Benjamin Podszun). * Only show Start Here note on first run if not running as applet (BNC #299810). * HIG compliance in Sync preferences (#574154). * Use correct "info" icon in add-in info windows (#508844). * Use relative path to load help (BNC #326457, Boyd Timothy). * Cache frequently-used text tags in one place instead of five. * Documentation updates (Paul Cutler). * Translation updates: el, es, et, gl Version 0.15.0 * New NoteDirectoryWatcher add-in supports directly editing note files (Michael Fletcher). * Improve startup time by only rebuilding add-in registry when passing --debug. * Fix random startup crash caused by using GConf before GTK+ was initialized. * Improvements to printing add-in (#572024, Benjamin Podszun). * Active Fixed Width with ctrl-t (#357426, 418964, Benjamin Podszun). * Add resize grip to Search All Notes window (#500513, Benjamin Podszun). * Highlight wiki words starting with "Mac", "Van", etc (#392627, Stefan Schweizer). * Usability improvements to note find bar (#483297, Benjamin Podszun). * Fix over-zealous URL matching (#436994). * Support GMime 2.2 and 2.4 (#565336, Jeffrey Stedfast). * Upgrade Windows to Mono.Addins 0.4 (no more console window) (#572088). * Documentation text now cross-platform (#576487, #500803, Paul Cutler). * Support console logging on Windows (Benjamin Podszun). * Theming fixes on Windows XP (Aaron Bockover). * Translation updates: ar, ca, el, es, he, kn, lv,q nb, tr, zh_CN
Diffstat (limited to 'editors')
-rw-r--r--editors/tomboy/Makefile9
-rw-r--r--editors/tomboy/PLIST52
-rw-r--r--editors/tomboy/distinfo8
3 files changed, 59 insertions, 10 deletions
diff --git a/editors/tomboy/Makefile b/editors/tomboy/Makefile
index d90c13e2269..5380b9e9626 100644
--- a/editors/tomboy/Makefile
+++ b/editors/tomboy/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2009/08/26 19:57:26 sno Exp $
+# $NetBSD: Makefile,v 1.13 2009/11/17 17:04:46 wiz Exp $
#
-DISTNAME= tomboy-0.14.3
-PKGREVISION= 2
+DISTNAME= tomboy-1.0.0
CATEGORIES= editors misc
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/tomboy/0.14/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/tomboy/1.0/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://www.gnome.org/projects/tomboy
@@ -40,7 +39,7 @@ BUILDLINK_API_DEPENDS.mono-addins+= mono-addins>=0.3.1
.include "../../x11/gnome-panel/buildlink3.mk"
.include "../../x11/gnome-sharp/buildlink3.mk"
.include "../../x11/gtk-sharp/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0
+BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.14.0
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/tomboy/PLIST b/editors/tomboy/PLIST
index 8ace4d88865..febd5ea6340 100644
--- a/editors/tomboy/PLIST
+++ b/editors/tomboy/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:50:26 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2009/11/17 17:04:46 wiz Exp $
bin/tomboy
bin/tomboy-panel
lib/bonobo/servers/GNOME_TomboyApplet.server
@@ -18,6 +18,8 @@ lib/tomboy/addins/FixedWidth.dll
lib/tomboy/addins/FixedWidth.dll.mdb
lib/tomboy/addins/InsertTimestamp.dll
lib/tomboy/addins/InsertTimestamp.dll.mdb
+lib/tomboy/addins/NoteDirectoryWatcher.dll
+lib/tomboy/addins/NoteDirectoryWatcher.dll.mdb
lib/tomboy/addins/NoteOfTheDay.dll
lib/tomboy/addins/NoteOfTheDay.dll.mdb
lib/tomboy/addins/PrintNotes.dll
@@ -27,8 +29,12 @@ lib/tomboy/addins/StickyNoteImport.dll
lib/tomboy/addins/StickyNoteImport.dll.mdb
lib/tomboy/addins/Tasque.Addin.dll
lib/tomboy/addins/Tasque.Addin.dll.mdb
+lib/tomboy/addins/Underline.dll
+lib/tomboy/addins/Underline.dll.mdb
lib/tomboy/addins/WebDavSyncService.dll
lib/tomboy/addins/WebDavSyncService.dll.mdb
+lib/tomboy/addins/WebSyncServiceAddin.dll
+lib/tomboy/addins/WebSyncServiceAddin.dll.mdb
lib/tomboy/libtomboy.la
man/man1/tomboy.1
share/applications/tomboy.desktop
@@ -72,6 +78,25 @@ share/gnome/help/tomboy/ca/figures/tomboy-preferences-synchronization.png
share/gnome/help/tomboy/ca/figures/tomboy-tools.png
share/gnome/help/tomboy/ca/legal.xml
share/gnome/help/tomboy/ca/tomboy.xml
+share/gnome/help/tomboy/cs/figures/add-notebook-search.png
+share/gnome/help/tomboy/cs/figures/add-to-notebook.png
+share/gnome/help/tomboy/cs/figures/delete-notebook.png
+share/gnome/help/tomboy/cs/figures/move-notes-search.png
+share/gnome/help/tomboy/cs/figures/new-notebook.png
+share/gnome/help/tomboy/cs/figures/note-template.png
+share/gnome/help/tomboy/cs/figures/notebook-icon.png
+share/gnome/help/tomboy/cs/figures/tomboy-main-menu.png
+share/gnome/help/tomboy/cs/figures/tomboy-new-note.png
+share/gnome/help/tomboy/cs/figures/tomboy-panel.png
+share/gnome/help/tomboy/cs/figures/tomboy-pindown.png
+share/gnome/help/tomboy/cs/figures/tomboy-pinup.png
+share/gnome/help/tomboy/cs/figures/tomboy-preferences-add-ins.png
+share/gnome/help/tomboy/cs/figures/tomboy-preferences-editing.png
+share/gnome/help/tomboy/cs/figures/tomboy-preferences-hotkeys.png
+share/gnome/help/tomboy/cs/figures/tomboy-preferences-synchronization.png
+share/gnome/help/tomboy/cs/figures/tomboy-tools.png
+share/gnome/help/tomboy/cs/legal.xml
+share/gnome/help/tomboy/cs/tomboy.xml
share/gnome/help/tomboy/de/figures/add-notebook-search.png
share/gnome/help/tomboy/de/figures/add-to-notebook.png
share/gnome/help/tomboy/de/figures/delete-notebook.png
@@ -319,6 +344,25 @@ share/gnome/help/tomboy/uk/figures/tomboy-preferences-synchronization.png
share/gnome/help/tomboy/uk/figures/tomboy-tools.png
share/gnome/help/tomboy/uk/legal.xml
share/gnome/help/tomboy/uk/tomboy.xml
+share/gnome/help/tomboy/vi/figures/add-notebook-search.png
+share/gnome/help/tomboy/vi/figures/add-to-notebook.png
+share/gnome/help/tomboy/vi/figures/delete-notebook.png
+share/gnome/help/tomboy/vi/figures/move-notes-search.png
+share/gnome/help/tomboy/vi/figures/new-notebook.png
+share/gnome/help/tomboy/vi/figures/note-template.png
+share/gnome/help/tomboy/vi/figures/notebook-icon.png
+share/gnome/help/tomboy/vi/figures/tomboy-main-menu.png
+share/gnome/help/tomboy/vi/figures/tomboy-new-note.png
+share/gnome/help/tomboy/vi/figures/tomboy-panel.png
+share/gnome/help/tomboy/vi/figures/tomboy-pindown.png
+share/gnome/help/tomboy/vi/figures/tomboy-pinup.png
+share/gnome/help/tomboy/vi/figures/tomboy-preferences-add-ins.png
+share/gnome/help/tomboy/vi/figures/tomboy-preferences-editing.png
+share/gnome/help/tomboy/vi/figures/tomboy-preferences-hotkeys.png
+share/gnome/help/tomboy/vi/figures/tomboy-preferences-synchronization.png
+share/gnome/help/tomboy/vi/figures/tomboy-tools.png
+share/gnome/help/tomboy/vi/legal.xml
+share/gnome/help/tomboy/vi/tomboy.xml
share/icons/hicolor/16x16/apps/tomboy.png
share/icons/hicolor/22x22/apps/tomboy.png
share/icons/hicolor/24x24/apps/tomboy.png
@@ -332,7 +376,9 @@ share/locale/be@latin/LC_MESSAGES/tomboy.mo
share/locale/bg/LC_MESSAGES/tomboy.mo
share/locale/bn/LC_MESSAGES/tomboy.mo
share/locale/bn_IN/LC_MESSAGES/tomboy.mo
+share/locale/br/LC_MESSAGES/tomboy.mo
share/locale/ca/LC_MESSAGES/tomboy.mo
+share/locale/ca@valencia/LC_MESSAGES/tomboy.mo
share/locale/cs/LC_MESSAGES/tomboy.mo
share/locale/da/LC_MESSAGES/tomboy.mo
share/locale/de/LC_MESSAGES/tomboy.mo
@@ -345,11 +391,13 @@ share/locale/et/LC_MESSAGES/tomboy.mo
share/locale/eu/LC_MESSAGES/tomboy.mo
share/locale/fi/LC_MESSAGES/tomboy.mo
share/locale/fr/LC_MESSAGES/tomboy.mo
+share/locale/ga/LC_MESSAGES/tomboy.mo
share/locale/gl/LC_MESSAGES/tomboy.mo
share/locale/gu/LC_MESSAGES/tomboy.mo
share/locale/he/LC_MESSAGES/tomboy.mo
share/locale/hi/LC_MESSAGES/tomboy.mo
share/locale/hu/LC_MESSAGES/tomboy.mo
+share/locale/id/LC_MESSAGES/tomboy.mo
share/locale/is/LC_MESSAGES/tomboy.mo
share/locale/it/LC_MESSAGES/tomboy.mo
share/locale/ja/LC_MESSAGES/tomboy.mo
@@ -393,6 +441,7 @@ share/locale/zh_HK/LC_MESSAGES/tomboy.mo
share/locale/zh_TW/LC_MESSAGES/tomboy.mo
share/omf/tomboy/tomboy-C.omf
share/omf/tomboy/tomboy-ca.omf
+share/omf/tomboy/tomboy-cs.omf
share/omf/tomboy/tomboy-de.omf
share/omf/tomboy/tomboy-el.omf
share/omf/tomboy/tomboy-en_GB.omf
@@ -406,6 +455,7 @@ share/omf/tomboy/tomboy-pt_BR.omf
share/omf/tomboy/tomboy-ru.omf
share/omf/tomboy/tomboy-sv.omf
share/omf/tomboy/tomboy-uk.omf
+share/omf/tomboy/tomboy-vi.omf
share/tomboy/icons/hicolor/16x16/actions/note-new.png
share/tomboy/icons/hicolor/16x16/actions/notebook-new.png
share/tomboy/icons/hicolor/16x16/places/note.png
diff --git a/editors/tomboy/distinfo b/editors/tomboy/distinfo
index a6443f1ac04..60f69a1a91c 100644
--- a/editors/tomboy/distinfo
+++ b/editors/tomboy/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2009/08/09 08:44:49 wiz Exp $
+$NetBSD: distinfo,v 1.5 2009/11/17 17:04:46 wiz Exp $
-SHA1 (tomboy-0.14.3.tar.gz) = bc825272a1a05e1d46fe1d3c5486e96d3c46a43c
-RMD160 (tomboy-0.14.3.tar.gz) = 0f201a7717752cc8c0cf46bb54734b0e06577c83
-Size (tomboy-0.14.3.tar.gz) = 6171808 bytes
+SHA1 (tomboy-1.0.0.tar.gz) = 368fe635111bdbd20ecc4149cd246cdef45c614e
+RMD160 (tomboy-1.0.0.tar.gz) = dc8fa9f513cfbf8fd814daea36925a3106146b98
+Size (tomboy-1.0.0.tar.gz) = 6957802 bytes