[Midnightbsd-cvs] mports [20283] trunk/deskutils: add gnote note taking app for gnome 3
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 27 09:25:25 EDT 2015
Revision: 20283
http://svnweb.midnightbsd.org/mports/?rev=20283
Author: laffer1
Date: 2015-09-27 09:25:24 -0400 (Sun, 27 Sep 2015)
Log Message:
-----------
add gnote note taking app for gnome 3
Modified Paths:
--------------
trunk/deskutils/Makefile
Added Paths:
-----------
trunk/deskutils/gnote/
trunk/deskutils/gnote/Makefile
trunk/deskutils/gnote/distinfo
trunk/deskutils/gnote/files/
trunk/deskutils/gnote/files/patch-src_gnome-keyring_ring.cpp
trunk/deskutils/gnote/pkg-descr
trunk/deskutils/gnote/pkg-plist
Modified: trunk/deskutils/Makefile
===================================================================
--- trunk/deskutils/Makefile 2015-09-27 13:16:32 UTC (rev 20282)
+++ trunk/deskutils/Makefile 2015-09-27 13:25:24 UTC (rev 20283)
@@ -28,6 +28,7 @@
SUBDIR += glabels
SUBDIR += gnome-screenshot
SUBDIR += gnome-utils
+SUBDIR += gnote
SUBDIR += gnustep-notebook
SUBDIR += gnustep-wrapper
SUBDIR += gnuwash
Added: trunk/deskutils/gnote/Makefile
===================================================================
--- trunk/deskutils/gnote/Makefile (rev 0)
+++ trunk/deskutils/gnote/Makefile 2015-09-27 13:25:24 UTC (rev 20283)
@@ -0,0 +1,45 @@
+# Created by: Gustau Perez i Querol <gustau.perez at gmail.com>
+# $FreeBSD: head/deskutils/gnote/Makefile 394208 2015-08-14 13:21:50Z amdmi3 $
+
+PORTNAME= gnote
+PORTVERSION= 3.16.2
+CATEGORIES= deskutils gnome
+MASTER_SITES= GNOME
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= C++ version of Tomboy, note taking application
+
+LICENSE= gpl3
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
+LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
+ libgtkspell3-3.so:${PORTSDIR}/textproc/gtkspell3 \
+ libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
+ libsecret-1.so:${PORTSDIR}/security/libsecret \
+ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
+
+USE_GNOME= gtk30 gtkmm30 intltool libxml2 libxslt
+USES= desktop-file-utils gettext gmake libtool \
+ pathfix pkgconfig tar:xz
+INSTALLS_ICONS= yes
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ARGS= --with-dbus-service-dir=${PREFIX}/share/dbus-1/services
+INSTALL_TARGET= install-strip
+
+GLIB_SCHEMAS= org.gnome.gnote.gschema.xml
+
+DOCS= AUTHORS ChangeLog NEWS README TODO
+
+PLIST_SUB+= VERSION=${PORTVERSION}
+
+post-install:
+ @${MKDIR} ${DOCSDIR}
+.for i in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+
+.include <bsd.port.mk>
Property changes on: trunk/deskutils/gnote/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/deskutils/gnote/distinfo
===================================================================
--- trunk/deskutils/gnote/distinfo (rev 0)
+++ trunk/deskutils/gnote/distinfo 2015-09-27 13:25:24 UTC (rev 20283)
@@ -0,0 +1,2 @@
+SHA256 (gnote-3.16.2.tar.xz) = 5c5b55b5c548d15e344d59fdd2a0260b1acbd13a9fa4cf9bfc1fe6e68a041e07
+SIZE (gnote-3.16.2.tar.xz) = 3068136
Property changes on: trunk/deskutils/gnote/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/deskutils/gnote/files/patch-src_gnome-keyring_ring.cpp
===================================================================
--- trunk/deskutils/gnote/files/patch-src_gnome-keyring_ring.cpp (rev 0)
+++ trunk/deskutils/gnote/files/patch-src_gnome-keyring_ring.cpp 2015-09-27 13:25:24 UTC (rev 20283)
@@ -0,0 +1,10 @@
+--- src/gnome_keyring/ring.cpp.orig 2013-10-30 16:54:52.000000000 +0100
++++ src/gnome_keyring/ring.cpp 2013-10-30 16:56:09.000000000 +0100
+@@ -20,6 +20,7 @@
+
+
+ #include <cstring>
++#include <cstdlib>
+
+ #include "keyringexception.hpp"
+ #include "ring.hpp"
Property changes on: trunk/deskutils/gnote/files/patch-src_gnome-keyring_ring.cpp
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/deskutils/gnote/pkg-descr
===================================================================
--- trunk/deskutils/gnote/pkg-descr (rev 0)
+++ trunk/deskutils/gnote/pkg-descr 2015-09-27 13:25:24 UTC (rev 20283)
@@ -0,0 +1,6 @@
+Gnote is a port of Tomboy to C++.
+
+It is the same note taking application, including most of the add-ins (more
+are to come). Synchronization support is being worked on.
+
+WWW: https://wiki.gnome.org/Gnote
Property changes on: trunk/deskutils/gnote/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/deskutils/gnote/pkg-plist
===================================================================
--- trunk/deskutils/gnote/pkg-plist (rev 0)
+++ trunk/deskutils/gnote/pkg-plist 2015-09-27 13:25:24 UTC (rev 20283)
@@ -0,0 +1,764 @@
+bin/gnote
+lib/gnote/addins/%%VERSION%%/backlinks.desktop
+lib/gnote/addins/%%VERSION%%/backlinks.so
+lib/gnote/addins/%%VERSION%%/bugzilla.desktop
+lib/gnote/addins/%%VERSION%%/bugzilla.so
+lib/gnote/addins/%%VERSION%%/exporttogtg.desktop
+lib/gnote/addins/%%VERSION%%/exporttogtg.so
+lib/gnote/addins/%%VERSION%%/exporttohtml.desktop
+lib/gnote/addins/%%VERSION%%/exporttohtml.so
+lib/gnote/addins/%%VERSION%%/filesystemsyncservice.desktop
+lib/gnote/addins/%%VERSION%%/filesystemsyncservice.so
+lib/gnote/addins/%%VERSION%%/fixedwidth.desktop
+lib/gnote/addins/%%VERSION%%/fixedwidth.so
+lib/gnote/addins/%%VERSION%%/inserttimestamp.desktop
+lib/gnote/addins/%%VERSION%%/inserttimestamp.so
+lib/gnote/addins/%%VERSION%%/notedirectorywatcher.desktop
+lib/gnote/addins/%%VERSION%%/notedirectorywatcher.so
+lib/gnote/addins/%%VERSION%%/noteoftheday.desktop
+lib/gnote/addins/%%VERSION%%/noteoftheday.so
+lib/gnote/addins/%%VERSION%%/printnotes.desktop
+lib/gnote/addins/%%VERSION%%/printnotes.so
+lib/gnote/addins/%%VERSION%%/readonly.desktop
+lib/gnote/addins/%%VERSION%%/readonly.so
+lib/gnote/addins/%%VERSION%%/replacetitle.desktop
+lib/gnote/addins/%%VERSION%%/replacetitle.so
+lib/gnote/addins/%%VERSION%%/specialnotes.desktop
+lib/gnote/addins/%%VERSION%%/specialnotes.so
+lib/gnote/addins/%%VERSION%%/statistics.desktop
+lib/gnote/addins/%%VERSION%%/statistics.so
+lib/gnote/addins/%%VERSION%%/stickynoteimport.desktop
+lib/gnote/addins/%%VERSION%%/stickynoteimport.so
+lib/gnote/addins/%%VERSION%%/tableofcontents.desktop
+lib/gnote/addins/%%VERSION%%/tableofcontents.so
+lib/gnote/addins/%%VERSION%%/todo.desktop
+lib/gnote/addins/%%VERSION%%/todo.so
+lib/gnote/addins/%%VERSION%%/tomboyimport.desktop
+lib/gnote/addins/%%VERSION%%/tomboyimport.so
+lib/gnote/addins/%%VERSION%%/underline.desktop
+lib/gnote/addins/%%VERSION%%/underline.so
+lib/gnote/addins/%%VERSION%%/webdavsyncservice.desktop
+lib/gnote/addins/%%VERSION%%/webdavsyncservice.so
+lib/libgnote-3.16.so.0
+lib/libgnote-3.16.so.0.1.1
+lib/libgnote.so
+man/man1/gnote.1.gz
+share/appdata/gnote.appdata.xml
+share/applications/gnote.desktop
+share/dbus-1/services/org.gnome.Gnote.service
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/TODO
+share/gnome-shell/search-providers/gnote-search-provider.ini
+%%DATADIR%%/exporttohtml.xsl
+%%DATADIR%%/gnote-introspect.xml
+%%DATADIR%%/icons/hicolor/16x16/actions/note-new.png
+%%DATADIR%%/icons/hicolor/16x16/actions/notebook-new.png
+%%DATADIR%%/icons/hicolor/16x16/apps/bug.png
+%%DATADIR%%/icons/hicolor/16x16/places/note.png
+%%DATADIR%%/icons/hicolor/16x16/places/notebook.png
+%%DATADIR%%/icons/hicolor/16x16/status/pin-active.png
+%%DATADIR%%/icons/hicolor/16x16/status/pin-down.png
+%%DATADIR%%/icons/hicolor/16x16/status/pin-up.png
+%%DATADIR%%/icons/hicolor/22x22/actions/filter-note-all.png
+%%DATADIR%%/icons/hicolor/22x22/actions/filter-note-unfiled.png
+%%DATADIR%%/icons/hicolor/22x22/actions/note-new.png
+%%DATADIR%%/icons/hicolor/22x22/actions/notebook-new.png
+%%DATADIR%%/icons/hicolor/22x22/places/active-notes.png
+%%DATADIR%%/icons/hicolor/22x22/places/note.png
+%%DATADIR%%/icons/hicolor/22x22/places/notebook.png
+%%DATADIR%%/icons/hicolor/22x22/places/special-notes.png
+%%DATADIR%%/icons/hicolor/24x24/actions/filter-note-all.png
+%%DATADIR%%/icons/hicolor/24x24/actions/filter-note-unfiled.png
+%%DATADIR%%/icons/hicolor/24x24/actions/note-new.png
+%%DATADIR%%/icons/hicolor/24x24/actions/notebook-new.png
+%%DATADIR%%/icons/hicolor/24x24/places/note.png
+%%DATADIR%%/icons/hicolor/24x24/places/notebook.png
+%%DATADIR%%/icons/hicolor/48x48/actions/notebook-new.png
+%%DATADIR%%/icons/hicolor/scalable/actions/notebook-new.svg
+%%DATADIR%%/shell-search-provider-dbus-interfaces.xml
+share/help/C/gnote/figures/add-notebook-search.png
+share/help/C/gnote/figures/add-to-notebook.png
+share/help/C/gnote/figures/delete-notebook.png
+share/help/C/gnote/figures/gnote-addin-table-of-contents.png
+share/help/C/gnote/figures/gnote-new-note.png
+share/help/C/gnote/figures/gnote-pindown.png
+share/help/C/gnote/figures/gnote-pinup.png
+share/help/C/gnote/figures/gnote-preferences-add-ins.png
+share/help/C/gnote/figures/gnote-preferences-editing.png
+share/help/C/gnote/figures/gnote-preferences-synchronization.png
+share/help/C/gnote/figures/gnote-search-all-notes.png
+share/help/C/gnote/figures/gnote-sync-progress.png
+share/help/C/gnote/figures/gnote-syncprefs-advanced.png
+share/help/C/gnote/figures/gnote-syncprefs-local.png
+share/help/C/gnote/figures/gnote-syncprefs-webdav.png
+share/help/C/gnote/figures/gnote-template-note.png
+share/help/C/gnote/figures/gnote-tools.png
+share/help/C/gnote/figures/logo32.png
+share/help/C/gnote/figures/note-template.png
+share/help/C/gnote/figures/notebook-icon.png
+share/help/C/gnote/gnote-addin-bugzillalink.page
+share/help/C/gnote/gnote-addin-fixedwidth.page
+share/help/C/gnote/gnote-addin-html.page
+share/help/C/gnote/gnote-addin-notedirwatcher.page
+share/help/C/gnote/gnote-addin-noteoftheday.page
+share/help/C/gnote/gnote-addin-print.page
+share/help/C/gnote/gnote-addin-readonly.page
+share/help/C/gnote/gnote-addin-replacetitle.page
+share/help/C/gnote/gnote-addin-specialnotes.page
+share/help/C/gnote/gnote-addin-sync-local.page
+share/help/C/gnote/gnote-addin-sync-webdav.page
+share/help/C/gnote/gnote-addin-tableofcontents.page
+share/help/C/gnote/gnote-addin-timestamp.page
+share/help/C/gnote/gnote-addin-underline.page
+share/help/C/gnote/gnote-addins-preferences.page
+share/help/C/gnote/gnote-bulleted-lists.page
+share/help/C/gnote/gnote-common-problems.page
+share/help/C/gnote/gnote-creating-notes.page
+share/help/C/gnote/gnote-deleting-notes.page
+share/help/C/gnote/gnote-editing-notes.page
+share/help/C/gnote/gnote-introduction.page
+share/help/C/gnote/gnote-links.page
+share/help/C/gnote/gnote-notes-preferences.page
+share/help/C/gnote/gnote-searching-notes.page
+share/help/C/gnote/gnote-synchronization.page
+share/help/C/gnote/gnote-template-notes.page
+share/help/C/gnote/gnote-working-with-notebooks.page
+share/help/C/gnote/index.page
+share/help/cs/gnote/figures/add-notebook-search.png
+share/help/cs/gnote/figures/add-to-notebook.png
+share/help/cs/gnote/figures/delete-notebook.png
+share/help/cs/gnote/figures/gnote-addin-table-of-contents.png
+share/help/cs/gnote/figures/gnote-new-note.png
+share/help/cs/gnote/figures/gnote-pindown.png
+share/help/cs/gnote/figures/gnote-pinup.png
+share/help/cs/gnote/figures/gnote-preferences-add-ins.png
+share/help/cs/gnote/figures/gnote-preferences-editing.png
+share/help/cs/gnote/figures/gnote-preferences-synchronization.png
+share/help/cs/gnote/figures/gnote-search-all-notes.png
+share/help/cs/gnote/figures/gnote-sync-progress.png
+share/help/cs/gnote/figures/gnote-syncprefs-advanced.png
+share/help/cs/gnote/figures/gnote-syncprefs-local.png
+share/help/cs/gnote/figures/gnote-syncprefs-webdav.png
+share/help/cs/gnote/figures/gnote-template-note.png
+share/help/cs/gnote/figures/gnote-tools.png
+share/help/cs/gnote/figures/logo32.png
+share/help/cs/gnote/figures/note-template.png
+share/help/cs/gnote/figures/notebook-icon.png
+share/help/cs/gnote/gnote-addin-bugzillalink.page
+share/help/cs/gnote/gnote-addin-fixedwidth.page
+share/help/cs/gnote/gnote-addin-html.page
+share/help/cs/gnote/gnote-addin-notedirwatcher.page
+share/help/cs/gnote/gnote-addin-noteoftheday.page
+share/help/cs/gnote/gnote-addin-print.page
+share/help/cs/gnote/gnote-addin-readonly.page
+share/help/cs/gnote/gnote-addin-replacetitle.page
+share/help/cs/gnote/gnote-addin-specialnotes.page
+share/help/cs/gnote/gnote-addin-sync-local.page
+share/help/cs/gnote/gnote-addin-sync-webdav.page
+share/help/cs/gnote/gnote-addin-tableofcontents.page
+share/help/cs/gnote/gnote-addin-timestamp.page
+share/help/cs/gnote/gnote-addin-underline.page
+share/help/cs/gnote/gnote-addins-preferences.page
+share/help/cs/gnote/gnote-bulleted-lists.page
+share/help/cs/gnote/gnote-common-problems.page
+share/help/cs/gnote/gnote-creating-notes.page
+share/help/cs/gnote/gnote-deleting-notes.page
+share/help/cs/gnote/gnote-editing-notes.page
+share/help/cs/gnote/gnote-introduction.page
+share/help/cs/gnote/gnote-links.page
+share/help/cs/gnote/gnote-notes-preferences.page
+share/help/cs/gnote/gnote-searching-notes.page
+share/help/cs/gnote/gnote-synchronization.page
+share/help/cs/gnote/gnote-template-notes.page
+share/help/cs/gnote/gnote-working-with-notebooks.page
+share/help/cs/gnote/index.page
+share/help/da/gnote/figures/add-notebook-search.png
+share/help/da/gnote/figures/add-to-notebook.png
+share/help/da/gnote/figures/delete-notebook.png
+share/help/da/gnote/figures/gnote-addin-table-of-contents.png
+share/help/da/gnote/figures/gnote-new-note.png
+share/help/da/gnote/figures/gnote-pindown.png
+share/help/da/gnote/figures/gnote-pinup.png
+share/help/da/gnote/figures/gnote-preferences-add-ins.png
+share/help/da/gnote/figures/gnote-preferences-editing.png
+share/help/da/gnote/figures/gnote-preferences-synchronization.png
+share/help/da/gnote/figures/gnote-search-all-notes.png
+share/help/da/gnote/figures/gnote-sync-progress.png
+share/help/da/gnote/figures/gnote-syncprefs-advanced.png
+share/help/da/gnote/figures/gnote-syncprefs-local.png
+share/help/da/gnote/figures/gnote-syncprefs-webdav.png
+share/help/da/gnote/figures/gnote-template-note.png
+share/help/da/gnote/figures/gnote-tools.png
+share/help/da/gnote/figures/logo32.png
+share/help/da/gnote/figures/note-template.png
+share/help/da/gnote/figures/notebook-icon.png
+share/help/da/gnote/gnote-addin-bugzillalink.page
+share/help/da/gnote/gnote-addin-fixedwidth.page
+share/help/da/gnote/gnote-addin-html.page
+share/help/da/gnote/gnote-addin-notedirwatcher.page
+share/help/da/gnote/gnote-addin-noteoftheday.page
+share/help/da/gnote/gnote-addin-print.page
+share/help/da/gnote/gnote-addin-readonly.page
+share/help/da/gnote/gnote-addin-replacetitle.page
+share/help/da/gnote/gnote-addin-specialnotes.page
+share/help/da/gnote/gnote-addin-sync-local.page
+share/help/da/gnote/gnote-addin-sync-webdav.page
+share/help/da/gnote/gnote-addin-tableofcontents.page
+share/help/da/gnote/gnote-addin-timestamp.page
+share/help/da/gnote/gnote-addin-underline.page
+share/help/da/gnote/gnote-addins-preferences.page
+share/help/da/gnote/gnote-bulleted-lists.page
+share/help/da/gnote/gnote-common-problems.page
+share/help/da/gnote/gnote-creating-notes.page
+share/help/da/gnote/gnote-deleting-notes.page
+share/help/da/gnote/gnote-editing-notes.page
+share/help/da/gnote/gnote-introduction.page
+share/help/da/gnote/gnote-links.page
+share/help/da/gnote/gnote-notes-preferences.page
+share/help/da/gnote/gnote-searching-notes.page
+share/help/da/gnote/gnote-synchronization.page
+share/help/da/gnote/gnote-template-notes.page
+share/help/da/gnote/gnote-working-with-notebooks.page
+share/help/da/gnote/index.page
+share/help/de/gnote/figures/add-notebook-search.png
+share/help/de/gnote/figures/add-to-notebook.png
+share/help/de/gnote/figures/delete-notebook.png
+share/help/de/gnote/figures/gnote-addin-table-of-contents.png
+share/help/de/gnote/figures/gnote-new-note.png
+share/help/de/gnote/figures/gnote-pindown.png
+share/help/de/gnote/figures/gnote-pinup.png
+share/help/de/gnote/figures/gnote-preferences-add-ins.png
+share/help/de/gnote/figures/gnote-preferences-editing.png
+share/help/de/gnote/figures/gnote-preferences-synchronization.png
+share/help/de/gnote/figures/gnote-search-all-notes.png
+share/help/de/gnote/figures/gnote-sync-progress.png
+share/help/de/gnote/figures/gnote-syncprefs-advanced.png
+share/help/de/gnote/figures/gnote-syncprefs-local.png
+share/help/de/gnote/figures/gnote-syncprefs-webdav.png
+share/help/de/gnote/figures/gnote-template-note.png
+share/help/de/gnote/figures/gnote-tools.png
+share/help/de/gnote/figures/logo32.png
+share/help/de/gnote/figures/note-template.png
+share/help/de/gnote/figures/notebook-icon.png
+share/help/de/gnote/gnote-addin-bugzillalink.page
+share/help/de/gnote/gnote-addin-fixedwidth.page
+share/help/de/gnote/gnote-addin-html.page
+share/help/de/gnote/gnote-addin-notedirwatcher.page
+share/help/de/gnote/gnote-addin-noteoftheday.page
+share/help/de/gnote/gnote-addin-print.page
+share/help/de/gnote/gnote-addin-readonly.page
+share/help/de/gnote/gnote-addin-replacetitle.page
+share/help/de/gnote/gnote-addin-specialnotes.page
+share/help/de/gnote/gnote-addin-sync-local.page
+share/help/de/gnote/gnote-addin-sync-webdav.page
+share/help/de/gnote/gnote-addin-tableofcontents.page
+share/help/de/gnote/gnote-addin-timestamp.page
+share/help/de/gnote/gnote-addin-underline.page
+share/help/de/gnote/gnote-addins-preferences.page
+share/help/de/gnote/gnote-bulleted-lists.page
+share/help/de/gnote/gnote-common-problems.page
+share/help/de/gnote/gnote-creating-notes.page
+share/help/de/gnote/gnote-deleting-notes.page
+share/help/de/gnote/gnote-editing-notes.page
+share/help/de/gnote/gnote-introduction.page
+share/help/de/gnote/gnote-links.page
+share/help/de/gnote/gnote-notes-preferences.page
+share/help/de/gnote/gnote-searching-notes.page
+share/help/de/gnote/gnote-synchronization.page
+share/help/de/gnote/gnote-template-notes.page
+share/help/de/gnote/gnote-working-with-notebooks.page
+share/help/de/gnote/index.page
+share/help/el/gnote/figures/add-notebook-search.png
+share/help/el/gnote/figures/add-to-notebook.png
+share/help/el/gnote/figures/delete-notebook.png
+share/help/el/gnote/figures/gnote-addin-table-of-contents.png
+share/help/el/gnote/figures/gnote-new-note.png
+share/help/el/gnote/figures/gnote-pindown.png
+share/help/el/gnote/figures/gnote-pinup.png
+share/help/el/gnote/figures/gnote-preferences-add-ins.png
+share/help/el/gnote/figures/gnote-preferences-editing.png
+share/help/el/gnote/figures/gnote-preferences-synchronization.png
+share/help/el/gnote/figures/gnote-search-all-notes.png
+share/help/el/gnote/figures/gnote-sync-progress.png
+share/help/el/gnote/figures/gnote-syncprefs-advanced.png
+share/help/el/gnote/figures/gnote-syncprefs-local.png
+share/help/el/gnote/figures/gnote-syncprefs-webdav.png
+share/help/el/gnote/figures/gnote-template-note.png
+share/help/el/gnote/figures/gnote-tools.png
+share/help/el/gnote/figures/logo32.png
+share/help/el/gnote/figures/note-template.png
+share/help/el/gnote/figures/notebook-icon.png
+share/help/el/gnote/gnote-addin-bugzillalink.page
+share/help/el/gnote/gnote-addin-fixedwidth.page
+share/help/el/gnote/gnote-addin-html.page
+share/help/el/gnote/gnote-addin-notedirwatcher.page
+share/help/el/gnote/gnote-addin-noteoftheday.page
+share/help/el/gnote/gnote-addin-print.page
+share/help/el/gnote/gnote-addin-readonly.page
+share/help/el/gnote/gnote-addin-replacetitle.page
+share/help/el/gnote/gnote-addin-specialnotes.page
+share/help/el/gnote/gnote-addin-sync-local.page
+share/help/el/gnote/gnote-addin-sync-webdav.page
+share/help/el/gnote/gnote-addin-tableofcontents.page
+share/help/el/gnote/gnote-addin-timestamp.page
+share/help/el/gnote/gnote-addin-underline.page
+share/help/el/gnote/gnote-addins-preferences.page
+share/help/el/gnote/gnote-bulleted-lists.page
+share/help/el/gnote/gnote-common-problems.page
+share/help/el/gnote/gnote-creating-notes.page
+share/help/el/gnote/gnote-deleting-notes.page
+share/help/el/gnote/gnote-editing-notes.page
+share/help/el/gnote/gnote-introduction.page
+share/help/el/gnote/gnote-links.page
+share/help/el/gnote/gnote-notes-preferences.page
+share/help/el/gnote/gnote-searching-notes.page
+share/help/el/gnote/gnote-synchronization.page
+share/help/el/gnote/gnote-template-notes.page
+share/help/el/gnote/gnote-working-with-notebooks.page
+share/help/el/gnote/index.page
+share/help/es/gnote/figures/add-notebook-search.png
+share/help/es/gnote/figures/add-to-notebook.png
+share/help/es/gnote/figures/delete-notebook.png
+share/help/es/gnote/figures/gnote-addin-table-of-contents.png
+share/help/es/gnote/figures/gnote-new-note.png
+share/help/es/gnote/figures/gnote-pindown.png
+share/help/es/gnote/figures/gnote-pinup.png
+share/help/es/gnote/figures/gnote-preferences-add-ins.png
+share/help/es/gnote/figures/gnote-preferences-editing.png
+share/help/es/gnote/figures/gnote-preferences-synchronization.png
+share/help/es/gnote/figures/gnote-search-all-notes.png
+share/help/es/gnote/figures/gnote-sync-progress.png
+share/help/es/gnote/figures/gnote-syncprefs-advanced.png
+share/help/es/gnote/figures/gnote-syncprefs-local.png
+share/help/es/gnote/figures/gnote-syncprefs-webdav.png
+share/help/es/gnote/figures/gnote-template-note.png
+share/help/es/gnote/figures/gnote-tools.png
+share/help/es/gnote/figures/logo32.png
+share/help/es/gnote/figures/note-template.png
+share/help/es/gnote/figures/notebook-icon.png
+share/help/es/gnote/gnote-addin-bugzillalink.page
+share/help/es/gnote/gnote-addin-fixedwidth.page
+share/help/es/gnote/gnote-addin-html.page
+share/help/es/gnote/gnote-addin-notedirwatcher.page
+share/help/es/gnote/gnote-addin-noteoftheday.page
+share/help/es/gnote/gnote-addin-print.page
+share/help/es/gnote/gnote-addin-readonly.page
+share/help/es/gnote/gnote-addin-replacetitle.page
+share/help/es/gnote/gnote-addin-specialnotes.page
+share/help/es/gnote/gnote-addin-sync-local.page
+share/help/es/gnote/gnote-addin-sync-webdav.page
+share/help/es/gnote/gnote-addin-tableofcontents.page
+share/help/es/gnote/gnote-addin-timestamp.page
+share/help/es/gnote/gnote-addin-underline.page
+share/help/es/gnote/gnote-addins-preferences.page
+share/help/es/gnote/gnote-bulleted-lists.page
+share/help/es/gnote/gnote-common-problems.page
+share/help/es/gnote/gnote-creating-notes.page
+share/help/es/gnote/gnote-deleting-notes.page
+share/help/es/gnote/gnote-editing-notes.page
+share/help/es/gnote/gnote-introduction.page
+share/help/es/gnote/gnote-links.page
+share/help/es/gnote/gnote-notes-preferences.page
+share/help/es/gnote/gnote-searching-notes.page
+share/help/es/gnote/gnote-synchronization.page
+share/help/es/gnote/gnote-template-notes.page
+share/help/es/gnote/gnote-working-with-notebooks.page
+share/help/es/gnote/index.page
+share/help/fr/gnote/figures/add-notebook-search.png
+share/help/fr/gnote/figures/add-to-notebook.png
+share/help/fr/gnote/figures/delete-notebook.png
+share/help/fr/gnote/figures/gnote-addin-table-of-contents.png
+share/help/fr/gnote/figures/gnote-new-note.png
+share/help/fr/gnote/figures/gnote-pindown.png
+share/help/fr/gnote/figures/gnote-pinup.png
+share/help/fr/gnote/figures/gnote-preferences-add-ins.png
+share/help/fr/gnote/figures/gnote-preferences-editing.png
+share/help/fr/gnote/figures/gnote-preferences-synchronization.png
+share/help/fr/gnote/figures/gnote-search-all-notes.png
+share/help/fr/gnote/figures/gnote-sync-progress.png
+share/help/fr/gnote/figures/gnote-syncprefs-advanced.png
+share/help/fr/gnote/figures/gnote-syncprefs-local.png
+share/help/fr/gnote/figures/gnote-syncprefs-webdav.png
+share/help/fr/gnote/figures/gnote-template-note.png
+share/help/fr/gnote/figures/gnote-tools.png
+share/help/fr/gnote/figures/logo32.png
+share/help/fr/gnote/figures/note-template.png
+share/help/fr/gnote/figures/notebook-icon.png
+share/help/fr/gnote/gnote-addin-bugzillalink.page
+share/help/fr/gnote/gnote-addin-fixedwidth.page
+share/help/fr/gnote/gnote-addin-html.page
+share/help/fr/gnote/gnote-addin-notedirwatcher.page
+share/help/fr/gnote/gnote-addin-noteoftheday.page
+share/help/fr/gnote/gnote-addin-print.page
+share/help/fr/gnote/gnote-addin-readonly.page
+share/help/fr/gnote/gnote-addin-replacetitle.page
+share/help/fr/gnote/gnote-addin-specialnotes.page
+share/help/fr/gnote/gnote-addin-sync-local.page
+share/help/fr/gnote/gnote-addin-sync-webdav.page
+share/help/fr/gnote/gnote-addin-tableofcontents.page
+share/help/fr/gnote/gnote-addin-timestamp.page
+share/help/fr/gnote/gnote-addin-underline.page
+share/help/fr/gnote/gnote-addins-preferences.page
+share/help/fr/gnote/gnote-bulleted-lists.page
+share/help/fr/gnote/gnote-common-problems.page
+share/help/fr/gnote/gnote-creating-notes.page
+share/help/fr/gnote/gnote-deleting-notes.page
+share/help/fr/gnote/gnote-editing-notes.page
+share/help/fr/gnote/gnote-introduction.page
+share/help/fr/gnote/gnote-links.page
+share/help/fr/gnote/gnote-notes-preferences.page
+share/help/fr/gnote/gnote-searching-notes.page
+share/help/fr/gnote/gnote-synchronization.page
+share/help/fr/gnote/gnote-template-notes.page
+share/help/fr/gnote/gnote-working-with-notebooks.page
+share/help/fr/gnote/index.page
+share/help/hu/gnote/figures/add-notebook-search.png
+share/help/hu/gnote/figures/add-to-notebook.png
+share/help/hu/gnote/figures/delete-notebook.png
+share/help/hu/gnote/figures/gnote-addin-table-of-contents.png
+share/help/hu/gnote/figures/gnote-new-note.png
+share/help/hu/gnote/figures/gnote-pindown.png
+share/help/hu/gnote/figures/gnote-pinup.png
+share/help/hu/gnote/figures/gnote-preferences-add-ins.png
+share/help/hu/gnote/figures/gnote-preferences-editing.png
+share/help/hu/gnote/figures/gnote-preferences-synchronization.png
+share/help/hu/gnote/figures/gnote-search-all-notes.png
+share/help/hu/gnote/figures/gnote-sync-progress.png
+share/help/hu/gnote/figures/gnote-syncprefs-advanced.png
+share/help/hu/gnote/figures/gnote-syncprefs-local.png
+share/help/hu/gnote/figures/gnote-syncprefs-webdav.png
+share/help/hu/gnote/figures/gnote-template-note.png
+share/help/hu/gnote/figures/gnote-tools.png
+share/help/hu/gnote/figures/logo32.png
+share/help/hu/gnote/figures/note-template.png
+share/help/hu/gnote/figures/notebook-icon.png
+share/help/hu/gnote/gnote-addin-bugzillalink.page
+share/help/hu/gnote/gnote-addin-fixedwidth.page
+share/help/hu/gnote/gnote-addin-html.page
+share/help/hu/gnote/gnote-addin-notedirwatcher.page
+share/help/hu/gnote/gnote-addin-noteoftheday.page
+share/help/hu/gnote/gnote-addin-print.page
+share/help/hu/gnote/gnote-addin-readonly.page
+share/help/hu/gnote/gnote-addin-replacetitle.page
+share/help/hu/gnote/gnote-addin-specialnotes.page
+share/help/hu/gnote/gnote-addin-sync-local.page
+share/help/hu/gnote/gnote-addin-sync-webdav.page
+share/help/hu/gnote/gnote-addin-tableofcontents.page
+share/help/hu/gnote/gnote-addin-timestamp.page
+share/help/hu/gnote/gnote-addin-underline.page
+share/help/hu/gnote/gnote-addins-preferences.page
+share/help/hu/gnote/gnote-bulleted-lists.page
+share/help/hu/gnote/gnote-common-problems.page
+share/help/hu/gnote/gnote-creating-notes.page
+share/help/hu/gnote/gnote-deleting-notes.page
+share/help/hu/gnote/gnote-editing-notes.page
+share/help/hu/gnote/gnote-introduction.page
+share/help/hu/gnote/gnote-links.page
+share/help/hu/gnote/gnote-notes-preferences.page
+share/help/hu/gnote/gnote-searching-notes.page
+share/help/hu/gnote/gnote-synchronization.page
+share/help/hu/gnote/gnote-template-notes.page
+share/help/hu/gnote/gnote-working-with-notebooks.page
+share/help/hu/gnote/index.page
+share/help/lt/gnote/figures/add-notebook-search.png
+share/help/lt/gnote/figures/add-to-notebook.png
+share/help/lt/gnote/figures/delete-notebook.png
+share/help/lt/gnote/figures/gnote-addin-table-of-contents.png
+share/help/lt/gnote/figures/gnote-new-note.png
+share/help/lt/gnote/figures/gnote-pindown.png
+share/help/lt/gnote/figures/gnote-pinup.png
+share/help/lt/gnote/figures/gnote-preferences-add-ins.png
+share/help/lt/gnote/figures/gnote-preferences-editing.png
+share/help/lt/gnote/figures/gnote-preferences-synchronization.png
+share/help/lt/gnote/figures/gnote-search-all-notes.png
+share/help/lt/gnote/figures/gnote-sync-progress.png
+share/help/lt/gnote/figures/gnote-syncprefs-advanced.png
+share/help/lt/gnote/figures/gnote-syncprefs-local.png
+share/help/lt/gnote/figures/gnote-syncprefs-webdav.png
+share/help/lt/gnote/figures/gnote-template-note.png
+share/help/lt/gnote/figures/gnote-tools.png
+share/help/lt/gnote/figures/logo32.png
+share/help/lt/gnote/figures/note-template.png
+share/help/lt/gnote/figures/notebook-icon.png
+share/help/lt/gnote/gnote-addin-bugzillalink.page
+share/help/lt/gnote/gnote-addin-fixedwidth.page
+share/help/lt/gnote/gnote-addin-html.page
+share/help/lt/gnote/gnote-addin-notedirwatcher.page
+share/help/lt/gnote/gnote-addin-noteoftheday.page
+share/help/lt/gnote/gnote-addin-print.page
+share/help/lt/gnote/gnote-addin-readonly.page
+share/help/lt/gnote/gnote-addin-replacetitle.page
+share/help/lt/gnote/gnote-addin-specialnotes.page
+share/help/lt/gnote/gnote-addin-sync-local.page
+share/help/lt/gnote/gnote-addin-sync-webdav.page
+share/help/lt/gnote/gnote-addin-tableofcontents.page
+share/help/lt/gnote/gnote-addin-timestamp.page
+share/help/lt/gnote/gnote-addin-underline.page
+share/help/lt/gnote/gnote-addins-preferences.page
+share/help/lt/gnote/gnote-bulleted-lists.page
+share/help/lt/gnote/gnote-common-problems.page
+share/help/lt/gnote/gnote-creating-notes.page
+share/help/lt/gnote/gnote-deleting-notes.page
+share/help/lt/gnote/gnote-editing-notes.page
+share/help/lt/gnote/gnote-introduction.page
+share/help/lt/gnote/gnote-links.page
+share/help/lt/gnote/gnote-notes-preferences.page
+share/help/lt/gnote/gnote-searching-notes.page
+share/help/lt/gnote/gnote-synchronization.page
+share/help/lt/gnote/gnote-template-notes.page
+share/help/lt/gnote/gnote-working-with-notebooks.page
+share/help/lt/gnote/index.page
+share/help/ru/gnote/figures/add-notebook-search.png
+share/help/ru/gnote/figures/add-to-notebook.png
+share/help/ru/gnote/figures/delete-notebook.png
+share/help/ru/gnote/figures/gnote-addin-table-of-contents.png
+share/help/ru/gnote/figures/gnote-new-note.png
+share/help/ru/gnote/figures/gnote-pindown.png
+share/help/ru/gnote/figures/gnote-pinup.png
+share/help/ru/gnote/figures/gnote-preferences-add-ins.png
+share/help/ru/gnote/figures/gnote-preferences-editing.png
+share/help/ru/gnote/figures/gnote-preferences-synchronization.png
+share/help/ru/gnote/figures/gnote-search-all-notes.png
+share/help/ru/gnote/figures/gnote-sync-progress.png
+share/help/ru/gnote/figures/gnote-syncprefs-advanced.png
+share/help/ru/gnote/figures/gnote-syncprefs-local.png
+share/help/ru/gnote/figures/gnote-syncprefs-webdav.png
+share/help/ru/gnote/figures/gnote-template-note.png
+share/help/ru/gnote/figures/gnote-tools.png
+share/help/ru/gnote/figures/logo32.png
+share/help/ru/gnote/figures/note-template.png
+share/help/ru/gnote/figures/notebook-icon.png
+share/help/ru/gnote/gnote-addin-bugzillalink.page
+share/help/ru/gnote/gnote-addin-fixedwidth.page
+share/help/ru/gnote/gnote-addin-html.page
+share/help/ru/gnote/gnote-addin-notedirwatcher.page
+share/help/ru/gnote/gnote-addin-noteoftheday.page
+share/help/ru/gnote/gnote-addin-print.page
+share/help/ru/gnote/gnote-addin-readonly.page
+share/help/ru/gnote/gnote-addin-replacetitle.page
+share/help/ru/gnote/gnote-addin-specialnotes.page
+share/help/ru/gnote/gnote-addin-sync-local.page
+share/help/ru/gnote/gnote-addin-sync-webdav.page
+share/help/ru/gnote/gnote-addin-tableofcontents.page
+share/help/ru/gnote/gnote-addin-timestamp.page
+share/help/ru/gnote/gnote-addin-underline.page
+share/help/ru/gnote/gnote-addins-preferences.page
+share/help/ru/gnote/gnote-bulleted-lists.page
+share/help/ru/gnote/gnote-common-problems.page
+share/help/ru/gnote/gnote-creating-notes.page
+share/help/ru/gnote/gnote-deleting-notes.page
+share/help/ru/gnote/gnote-editing-notes.page
+share/help/ru/gnote/gnote-introduction.page
+share/help/ru/gnote/gnote-links.page
+share/help/ru/gnote/gnote-notes-preferences.page
+share/help/ru/gnote/gnote-searching-notes.page
+share/help/ru/gnote/gnote-synchronization.page
+share/help/ru/gnote/gnote-template-notes.page
+share/help/ru/gnote/gnote-working-with-notebooks.page
+share/help/ru/gnote/index.page
+share/help/sl/gnote/figures/add-notebook-search.png
+share/help/sl/gnote/figures/add-to-notebook.png
+share/help/sl/gnote/figures/delete-notebook.png
+share/help/sl/gnote/figures/gnote-addin-table-of-contents.png
+share/help/sl/gnote/figures/gnote-new-note.png
+share/help/sl/gnote/figures/gnote-pindown.png
+share/help/sl/gnote/figures/gnote-pinup.png
+share/help/sl/gnote/figures/gnote-preferences-add-ins.png
+share/help/sl/gnote/figures/gnote-preferences-editing.png
+share/help/sl/gnote/figures/gnote-preferences-synchronization.png
+share/help/sl/gnote/figures/gnote-search-all-notes.png
+share/help/sl/gnote/figures/gnote-sync-progress.png
+share/help/sl/gnote/figures/gnote-syncprefs-advanced.png
+share/help/sl/gnote/figures/gnote-syncprefs-local.png
+share/help/sl/gnote/figures/gnote-syncprefs-webdav.png
+share/help/sl/gnote/figures/gnote-template-note.png
+share/help/sl/gnote/figures/gnote-tools.png
+share/help/sl/gnote/figures/logo32.png
+share/help/sl/gnote/figures/note-template.png
+share/help/sl/gnote/figures/notebook-icon.png
+share/help/sl/gnote/gnote-addin-bugzillalink.page
+share/help/sl/gnote/gnote-addin-fixedwidth.page
+share/help/sl/gnote/gnote-addin-html.page
+share/help/sl/gnote/gnote-addin-notedirwatcher.page
+share/help/sl/gnote/gnote-addin-noteoftheday.page
+share/help/sl/gnote/gnote-addin-print.page
+share/help/sl/gnote/gnote-addin-readonly.page
+share/help/sl/gnote/gnote-addin-replacetitle.page
+share/help/sl/gnote/gnote-addin-specialnotes.page
+share/help/sl/gnote/gnote-addin-sync-local.page
+share/help/sl/gnote/gnote-addin-sync-webdav.page
+share/help/sl/gnote/gnote-addin-tableofcontents.page
+share/help/sl/gnote/gnote-addin-timestamp.page
+share/help/sl/gnote/gnote-addin-underline.page
+share/help/sl/gnote/gnote-addins-preferences.page
+share/help/sl/gnote/gnote-bulleted-lists.page
+share/help/sl/gnote/gnote-common-problems.page
+share/help/sl/gnote/gnote-creating-notes.page
+share/help/sl/gnote/gnote-deleting-notes.page
+share/help/sl/gnote/gnote-editing-notes.page
+share/help/sl/gnote/gnote-introduction.page
+share/help/sl/gnote/gnote-links.page
+share/help/sl/gnote/gnote-notes-preferences.page
+share/help/sl/gnote/gnote-searching-notes.page
+share/help/sl/gnote/gnote-synchronization.page
+share/help/sl/gnote/gnote-template-notes.page
+share/help/sl/gnote/gnote-working-with-notebooks.page
+share/help/sl/gnote/index.page
+share/help/sv/gnote/figures/add-notebook-search.png
+share/help/sv/gnote/figures/add-to-notebook.png
+share/help/sv/gnote/figures/delete-notebook.png
+share/help/sv/gnote/figures/gnote-addin-table-of-contents.png
+share/help/sv/gnote/figures/gnote-new-note.png
+share/help/sv/gnote/figures/gnote-pindown.png
+share/help/sv/gnote/figures/gnote-pinup.png
+share/help/sv/gnote/figures/gnote-preferences-add-ins.png
+share/help/sv/gnote/figures/gnote-preferences-editing.png
+share/help/sv/gnote/figures/gnote-preferences-synchronization.png
+share/help/sv/gnote/figures/gnote-search-all-notes.png
+share/help/sv/gnote/figures/gnote-sync-progress.png
+share/help/sv/gnote/figures/gnote-syncprefs-advanced.png
+share/help/sv/gnote/figures/gnote-syncprefs-local.png
+share/help/sv/gnote/figures/gnote-syncprefs-webdav.png
+share/help/sv/gnote/figures/gnote-template-note.png
+share/help/sv/gnote/figures/gnote-tools.png
+share/help/sv/gnote/figures/logo32.png
+share/help/sv/gnote/figures/note-template.png
+share/help/sv/gnote/figures/notebook-icon.png
+share/help/sv/gnote/gnote-addin-bugzillalink.page
+share/help/sv/gnote/gnote-addin-fixedwidth.page
+share/help/sv/gnote/gnote-addin-html.page
+share/help/sv/gnote/gnote-addin-notedirwatcher.page
+share/help/sv/gnote/gnote-addin-noteoftheday.page
+share/help/sv/gnote/gnote-addin-print.page
+share/help/sv/gnote/gnote-addin-readonly.page
+share/help/sv/gnote/gnote-addin-replacetitle.page
+share/help/sv/gnote/gnote-addin-specialnotes.page
+share/help/sv/gnote/gnote-addin-sync-local.page
+share/help/sv/gnote/gnote-addin-sync-webdav.page
+share/help/sv/gnote/gnote-addin-tableofcontents.page
+share/help/sv/gnote/gnote-addin-timestamp.page
+share/help/sv/gnote/gnote-addin-underline.page
+share/help/sv/gnote/gnote-addins-preferences.page
+share/help/sv/gnote/gnote-bulleted-lists.page
+share/help/sv/gnote/gnote-common-problems.page
+share/help/sv/gnote/gnote-creating-notes.page
+share/help/sv/gnote/gnote-deleting-notes.page
+share/help/sv/gnote/gnote-editing-notes.page
+share/help/sv/gnote/gnote-introduction.page
+share/help/sv/gnote/gnote-links.page
+share/help/sv/gnote/gnote-notes-preferences.page
+share/help/sv/gnote/gnote-searching-notes.page
+share/help/sv/gnote/gnote-synchronization.page
+share/help/sv/gnote/gnote-template-notes.page
+share/help/sv/gnote/gnote-working-with-notebooks.page
+share/help/sv/gnote/index.page
+share/help/zh_CN/gnote/figures/add-notebook-search.png
+share/help/zh_CN/gnote/figures/add-to-notebook.png
+share/help/zh_CN/gnote/figures/delete-notebook.png
+share/help/zh_CN/gnote/figures/gnote-addin-table-of-contents.png
+share/help/zh_CN/gnote/figures/gnote-new-note.png
+share/help/zh_CN/gnote/figures/gnote-pindown.png
+share/help/zh_CN/gnote/figures/gnote-pinup.png
+share/help/zh_CN/gnote/figures/gnote-preferences-add-ins.png
+share/help/zh_CN/gnote/figures/gnote-preferences-editing.png
+share/help/zh_CN/gnote/figures/gnote-preferences-synchronization.png
+share/help/zh_CN/gnote/figures/gnote-search-all-notes.png
+share/help/zh_CN/gnote/figures/gnote-sync-progress.png
+share/help/zh_CN/gnote/figures/gnote-syncprefs-advanced.png
+share/help/zh_CN/gnote/figures/gnote-syncprefs-local.png
+share/help/zh_CN/gnote/figures/gnote-syncprefs-webdav.png
+share/help/zh_CN/gnote/figures/gnote-template-note.png
+share/help/zh_CN/gnote/figures/gnote-tools.png
+share/help/zh_CN/gnote/figures/logo32.png
+share/help/zh_CN/gnote/figures/note-template.png
+share/help/zh_CN/gnote/figures/notebook-icon.png
+share/help/zh_CN/gnote/gnote-addin-bugzillalink.page
+share/help/zh_CN/gnote/gnote-addin-fixedwidth.page
+share/help/zh_CN/gnote/gnote-addin-html.page
+share/help/zh_CN/gnote/gnote-addin-notedirwatcher.page
+share/help/zh_CN/gnote/gnote-addin-noteoftheday.page
+share/help/zh_CN/gnote/gnote-addin-print.page
+share/help/zh_CN/gnote/gnote-addin-readonly.page
+share/help/zh_CN/gnote/gnote-addin-replacetitle.page
+share/help/zh_CN/gnote/gnote-addin-specialnotes.page
+share/help/zh_CN/gnote/gnote-addin-sync-local.page
+share/help/zh_CN/gnote/gnote-addin-sync-webdav.page
+share/help/zh_CN/gnote/gnote-addin-tableofcontents.page
+share/help/zh_CN/gnote/gnote-addin-timestamp.page
+share/help/zh_CN/gnote/gnote-addin-underline.page
+share/help/zh_CN/gnote/gnote-addins-preferences.page
+share/help/zh_CN/gnote/gnote-bulleted-lists.page
+share/help/zh_CN/gnote/gnote-common-problems.page
+share/help/zh_CN/gnote/gnote-creating-notes.page
+share/help/zh_CN/gnote/gnote-deleting-notes.page
+share/help/zh_CN/gnote/gnote-editing-notes.page
+share/help/zh_CN/gnote/gnote-introduction.page
+share/help/zh_CN/gnote/gnote-links.page
+share/help/zh_CN/gnote/gnote-notes-preferences.page
+share/help/zh_CN/gnote/gnote-searching-notes.page
+share/help/zh_CN/gnote/gnote-synchronization.page
+share/help/zh_CN/gnote/gnote-template-notes.page
+share/help/zh_CN/gnote/gnote-working-with-notebooks.page
+share/help/zh_CN/gnote/index.page
+share/icons/hicolor/16x16/apps/gnote.png
+share/icons/hicolor/22x22/apps/gnote.png
+share/icons/hicolor/24x24/apps/gnote.png
+share/icons/hicolor/256x256/apps/gnote.png
+share/icons/hicolor/32x32/apps/gnote.png
+share/icons/hicolor/48x48/apps/gnote.png
+share/icons/hicolor/scalable/apps/gnote.svg
+share/locale/ar/LC_MESSAGES/gnote.mo
+share/locale/as/LC_MESSAGES/gnote.mo
+share/locale/bg/LC_MESSAGES/gnote.mo
+share/locale/bn_IN/LC_MESSAGES/gnote.mo
+share/locale/bs/LC_MESSAGES/gnote.mo
+share/locale/ca/LC_MESSAGES/gnote.mo
+share/locale/ca at valencia/LC_MESSAGES/gnote.mo
+share/locale/cs/LC_MESSAGES/gnote.mo
+share/locale/da/LC_MESSAGES/gnote.mo
+share/locale/de/LC_MESSAGES/gnote.mo
+share/locale/el/LC_MESSAGES/gnote.mo
+share/locale/en_GB/LC_MESSAGES/gnote.mo
+share/locale/eo/LC_MESSAGES/gnote.mo
+share/locale/es/LC_MESSAGES/gnote.mo
+share/locale/eu/LC_MESSAGES/gnote.mo
+share/locale/fr/LC_MESSAGES/gnote.mo
+share/locale/gl/LC_MESSAGES/gnote.mo
+share/locale/gu/LC_MESSAGES/gnote.mo
+share/locale/he/LC_MESSAGES/gnote.mo
+share/locale/hi/LC_MESSAGES/gnote.mo
+share/locale/hu/LC_MESSAGES/gnote.mo
+share/locale/id/LC_MESSAGES/gnote.mo
+share/locale/it/LC_MESSAGES/gnote.mo
+share/locale/ja/LC_MESSAGES/gnote.mo
+share/locale/kn/LC_MESSAGES/gnote.mo
+share/locale/ko/LC_MESSAGES/gnote.mo
+share/locale/lt/LC_MESSAGES/gnote.mo
+share/locale/lv/LC_MESSAGES/gnote.mo
+share/locale/ml/LC_MESSAGES/gnote.mo
+share/locale/mr/LC_MESSAGES/gnote.mo
+share/locale/nb/LC_MESSAGES/gnote.mo
+share/locale/oc/LC_MESSAGES/gnote.mo
+share/locale/or/LC_MESSAGES/gnote.mo
+share/locale/pa/LC_MESSAGES/gnote.mo
+share/locale/pl/LC_MESSAGES/gnote.mo
+share/locale/pt/LC_MESSAGES/gnote.mo
+share/locale/pt_BR/LC_MESSAGES/gnote.mo
+share/locale/ro/LC_MESSAGES/gnote.mo
+share/locale/ru/LC_MESSAGES/gnote.mo
+share/locale/sk/LC_MESSAGES/gnote.mo
+share/locale/sl/LC_MESSAGES/gnote.mo
+share/locale/sr/LC_MESSAGES/gnote.mo
+share/locale/sr at latin/LC_MESSAGES/gnote.mo
+share/locale/sv/LC_MESSAGES/gnote.mo
+share/locale/ta/LC_MESSAGES/gnote.mo
+share/locale/te/LC_MESSAGES/gnote.mo
+share/locale/th/LC_MESSAGES/gnote.mo
+share/locale/tr/LC_MESSAGES/gnote.mo
+share/locale/uk/LC_MESSAGES/gnote.mo
+share/locale/zh_CN/LC_MESSAGES/gnote.mo
+share/locale/zh_HK/LC_MESSAGES/gnote.mo
+share/locale/zh_TW/LC_MESSAGES/gnote.mo
Property changes on: trunk/deskutils/gnote/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list