Skip to content
Commits on Source (227)
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# Makefile.in generated by automake 1.16.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -142,8 +142,8 @@ am__recursive_targets = \
$(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
cscope distdir distdir-am dist dist-all distcheck
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
$(LISP)config.h.in
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
config.h.in
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is
# *not* preserved.
......@@ -388,6 +388,7 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
......@@ -659,6 +660,10 @@ dist-xz: distdir
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
$(am__post_remove_distdir)
dist-zstd: distdir
tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
$(am__post_remove_distdir)
dist-tarZ: distdir
@echo WARNING: "Support for distribution archives compressed with" \
"legacy program 'compress' is deprecated." >&2
......@@ -701,6 +706,8 @@ distcheck: dist
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
unzip $(distdir).zip ;;\
*.tar.zst*) \
zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
esac
chmod -R a-w $(distdir)
chmod u+w $(distdir)
......@@ -879,18 +886,18 @@ uninstall-am:
am--refresh check check-am clean clean-cscope clean-generic \
clean-libtool cscope cscopelist-am ctags ctags-am dist \
dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
dist-xz dist-zip distcheck distclean distclean-generic \
distclean-hdr distclean-libtool distclean-tags distcleancheck \
distdir distuninstallcheck dvi dvi-am html html-am info \
info-am install install-am install-data install-data-am \
install-dvi install-dvi-am install-exec install-exec-am \
install-html install-html-am install-info install-info-am \
install-man install-pdf install-pdf-am install-ps \
install-ps-am install-strip installcheck installcheck-am \
installdirs installdirs-am maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-generic \
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
uninstall-am
dist-xz dist-zip dist-zstd distcheck distclean \
distclean-generic distclean-hdr distclean-libtool \
distclean-tags distcleancheck distdir distuninstallcheck dvi \
dvi-am html html-am info info-am install install-am \
install-data install-data-am install-dvi install-dvi-am \
install-exec install-exec-am install-html install-html-am \
install-info install-info-am install-man install-pdf \
install-pdf-am install-ps install-ps-am install-strip \
installcheck installcheck-am installdirs installdirs-am \
maintainer-clean maintainer-clean-generic mostlyclean \
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags tags-am uninstall uninstall-am
.PRECIOUS: Makefile
......
40.2 - 2021-06-13
Fixes:
* Fix crash when closing window with open note containing selection
* Fix changing custom font in settings
* Fix crash in search as you type
* Fix Gnote icon in about dialog
Translations:
* Updated translations:
- Romanian (ro)
- Spanish (es)
* Updated Lithuanian manual
40.1 - 2021-05-02
Fixes:
* Fix icon not showing when Gnote is running in Gnome Shell
* Fix the app-id
* Fix build using newest GCC and dependencies (#47)
* Fix compiler warnings regarding missing virtual destructors
* Fix occasional crash when quiting
Translations:
* Updated translations:
- Serbian (sr)
40.0 - 2021/03/26
Translations:
* Updated translations:
- Basque (eu)
- Catalan (ca)
- Czech (cs)
- Indonesian (id)
- Italian (it)
* Updated Lithuanian manual (lt)
* Updated Polish manual (pl)
* Updated Swedish manual (sv)
40.rc - 2021/03/13
New Features:
* Use reverse-domain convention for naming desktop and search provider files
* Refactor D-Bus support to reuse the connection established by GtkApplication
* Update AppData file format
Translations:
* Updated translations:
- Brazilian Portuguese (pt_BR)
- Indonesian (id)
- Lithuanian (lt)
- Polish (pl)
- Serbian (sr)
- Swedish (sv)
- Turkish (tr)
- Ukrainian (uk)
40.beta - 2021/02/21
New Features:
* Add accelerator Ctrl+D for insert timestamp
* WebDAV sync no longer uses wdfs
Fixes:
* Make insert timestamp plugin work again
* Fix crash when synchronizing immediately after configuring
Translations:
* Updated translations:
- Brazilian Portuguese (pt_BR)
- Catalan (ca)
- Lithuanian (lt)
- Polish (pl)
- Romanian (ro)
- Serbian (sr)
- Spanish (es)
- Swedish (sv)
- Turkish (tr)
- Ukrainian (uk)
40.alpha - 2021/01/10
New Features:
* Change shortcut for find first/next to Ctrl-G/Ctrl-Shitf-G
* Change icons and remove labels from find next/previous
Fixes:
* --search will raise existing search window or open a new one (issue #21)
* Fix opening of context menu (issue #16)
* Fix newly enabled addin not working for opened notes (PR #11)
* Fix find previous match
* Fix changing sorting not always works
* Fix GTK criticals upon exiting the application (issue #43)
* Fix few memory leaks
Translations:
* Updated Czech manual (cs)
* Updated Swedish manual (sv)
* Updated translations:
- Brazilian Portuguese (pt_BR)
- Catalan (ca)
- Czech (cs)
- German (de)
- Indonesian (id)
- Japanese (ja)
- Polish (pl)
- Swedish (sv)
- Turkish (tr)
- Ukrainian (uk)
3.38.0 - 2020/09/19
Fixes:
......
# generated automatically by aclocal 1.16.1 -*- Autoconf -*-
# generated automatically by aclocal 1.16.2 -*- Autoconf -*-
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -20,7 +20,7 @@ You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
# Copyright (C) 2002-2018 Free Software Foundation, Inc.
# Copyright (C) 2002-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -35,7 +35,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
[am__api_version='1.16'
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
dnl require some minimum version. Point them to the right macro.
m4_if([$1], [1.16.1], [],
m4_if([$1], [1.16.2], [],
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
])
......@@ -51,14 +51,14 @@ m4_define([_AM_AUTOCONF_VERSION], [])
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
[AM_AUTOMAKE_VERSION([1.16.1])dnl
[AM_AUTOMAKE_VERSION([1.16.2])dnl
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -110,7 +110,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd`
# AM_CONDITIONAL -*- Autoconf -*-
# Copyright (C) 1997-2018 Free Software Foundation, Inc.
# Copyright (C) 1997-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -141,7 +141,7 @@ AC_CONFIG_COMMANDS_PRE(
Usually this means the macro was only invoked conditionally.]])
fi])])
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -332,7 +332,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
# Generate code to set up dependency tracking. -*- Autoconf -*-
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -371,7 +371,9 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
done
if test $am_rc -ne 0; then
AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
for automatic dependency tracking. Try re-running configure with the
for automatic dependency tracking. If GNU make was not used, consider
re-running the configure script with MAKE="gmake" (or whatever is
necessary). You can also try re-running configure with the
'--disable-dependency-tracking' option to at least be able to build
the package (albeit without support for automatic dependency tracking).])
fi
......@@ -398,7 +400,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
# Do all the work for Automake. -*- Autoconf -*-
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -595,7 +597,7 @@ for _am_header in $config_headers :; do
done
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -616,7 +618,7 @@ if test x"${install_sh+set}" != xset; then
fi
AC_SUBST([install_sh])])
# Copyright (C) 2003-2018 Free Software Foundation, Inc.
# Copyright (C) 2003-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -638,7 +640,7 @@ AC_SUBST([am__leading_dot])])
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
# From Jim Meyering
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -673,7 +675,7 @@ AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
# Check to see how 'make' treats includes. -*- Autoconf -*-
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -716,7 +718,7 @@ AC_SUBST([am__quote])])
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
# Copyright (C) 1997-2018 Free Software Foundation, Inc.
# Copyright (C) 1997-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -755,7 +757,7 @@ fi
# Helper functions for option handling. -*- Autoconf -*-
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -784,7 +786,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
AC_DEFUN([_AM_IF_OPTION],
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -831,7 +833,7 @@ AC_LANG_POP([C])])
# For backward compatibility.
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -850,7 +852,7 @@ AC_DEFUN([AM_RUN_LOG],
# Check to make sure that the build environment is sane. -*- Autoconf -*-
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -931,7 +933,7 @@ AC_CONFIG_COMMANDS_PRE(
rm -f conftest.file
])
# Copyright (C) 2009-2018 Free Software Foundation, Inc.
# Copyright (C) 2009-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -991,7 +993,7 @@ AC_SUBST([AM_BACKSLASH])dnl
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
])
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -1019,7 +1021,7 @@ fi
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
AC_SUBST([INSTALL_STRIP_PROGRAM])])
# Copyright (C) 2006-2018 Free Software Foundation, Inc.
# Copyright (C) 2006-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -1038,7 +1040,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
# Check how to create a tarball. -*- Autoconf -*-
# Copyright (C) 2004-2018 Free Software Foundation, Inc.
# Copyright (C) 2004-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......
......@@ -3,7 +3,7 @@
scriptversion=2018-03-07.03; # UTC
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey@cygnus.com>.
#
# This program is free software; you can redistribute it and/or modify
......@@ -53,7 +53,7 @@ func_file_conv ()
MINGW*)
file_conv=mingw
;;
CYGWIN*)
CYGWIN* | MSYS*)
file_conv=cygwin
;;
*)
......@@ -67,7 +67,7 @@ func_file_conv ()
mingw/*)
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
;;
cygwin/*)
cygwin/* | msys/*)
file=`cygpath -m "$file" || echo "$file"`
;;
wine/*)
......
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for gnote 3.38.0.
# Generated by GNU Autoconf 2.69 for gnote 40.2.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
......@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gnote'
PACKAGE_TARNAME='gnote'
PACKAGE_VERSION='3.38.0'
PACKAGE_STRING='gnote 3.38.0'
PACKAGE_VERSION='40.2'
PACKAGE_STRING='gnote 40.2'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
 
......@@ -831,6 +831,7 @@ infodir
docdir
oldincludedir
includedir
runstatedir
localstatedir
sharedstatedir
sysconfdir
......@@ -947,6 +948,7 @@ datadir='${datarootdir}'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
......@@ -1199,6 +1201,15 @@ do
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
 
-runstatedir | --runstatedir | --runstatedi | --runstated \
| --runstate | --runstat | --runsta | --runst | --runs \
| --run | --ru | --r)
ac_prev=runstatedir ;;
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
| --run=* | --ru=* | --r=*)
runstatedir=$ac_optarg ;;
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
......@@ -1336,7 +1347,7 @@ fi
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
libdir localedir mandir
libdir localedir mandir runstatedir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
......@@ -1449,7 +1460,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures gnote 3.38.0 to adapt to many kinds of systems.
\`configure' configures gnote 40.2 to adapt to many kinds of systems.
 
Usage: $0 [OPTION]... [VAR=VALUE]...
 
......@@ -1489,6 +1500,7 @@ Fine tuning of the installation directories:
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
......@@ -1519,7 +1531,7 @@ fi
 
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of gnote 3.38.0:";;
short | recursive ) echo "Configuration of gnote 40.2:";;
esac
cat <<\_ACEOF
 
......@@ -1680,7 +1692,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
gnote configure 3.38.0
gnote configure 40.2
generated by GNU Autoconf 2.69
 
Copyright (C) 2012 Free Software Foundation, Inc.
......@@ -2320,7 +2332,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
 
It was created by gnote $as_me 3.38.0, which was
It was created by gnote $as_me 40.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
 
$ $0 $@
......@@ -3185,7 +3197,7 @@ fi
 
# Define the identity of the package.
PACKAGE='gnote'
VERSION='3.38.0'
VERSION='40.2'
 
 
cat >>confdefs.h <<_ACEOF
......@@ -3770,7 +3782,7 @@ cat >>confdefs.h <<_ACEOF
#define LIBGNOTE_RELEASE "$LIBGNOTE_RELEASE"
_ACEOF
 
LIBGNOTE_VERSION_INFO=0:0:0
LIBGNOTE_VERSION_INFO=2:0:0
 
 
cat >>confdefs.h <<_ACEOF
......@@ -3780,9 +3792,9 @@ _ACEOF
 
 
 
GTK_VERSION=3.20
GTK_VERSION=3.22.20
LIBGLIBMM_VERSION=2.62
LIBGTKMM_VERSION=3.18
LIBGTKMM_VERSION=3.22.20
GSPELL_VERSION=1.6.0
LIBSECRET_VERSION=0.8
UNITTESTCPP_VERSION=1.5.1
......@@ -20259,7 +20271,7 @@ cat >>confdefs.h <<_ACEOF
_ACEOF
 
 
ac_config_files="$ac_config_files Makefile data/Makefile data/gnote.desktop.in data/icons/Makefile data/appdata/Makefile data/ui/Makefile src/Makefile src/addins/Makefile src/addins/addins.mk src/addins/backlinks/Makefile src/addins/backlinks/backlinks.desktop.in src/addins/bugzilla/Makefile src/addins/bugzilla/bugzilla.desktop.in src/addins/exporttogtg/Makefile src/addins/exporttogtg/exporttogtg.desktop.in src/addins/exporttohtml/Makefile src/addins/exporttohtml/exporttohtml.desktop.in src/addins/filesystemsyncservice/Makefile src/addins/filesystemsyncservice/filesystemsyncservice.desktop.in src/addins/fixedwidth/Makefile src/addins/fixedwidth/fixedwidth.desktop.in src/addins/gvfssyncservice/Makefile src/addins/gvfssyncservice/gvfssyncservice.desktop.in src/addins/inserttimestamp/Makefile src/addins/inserttimestamp/inserttimestamp.desktop.in src/addins/notedirectorywatcher/Makefile src/addins/notedirectorywatcher/notedirectorywatcher.desktop.in src/addins/noteoftheday/Makefile src/addins/noteoftheday/noteoftheday.desktop.in src/addins/printnotes/Makefile src/addins/printnotes/printnotes.desktop.in src/addins/readonly/Makefile src/addins/readonly/readonly.desktop.in src/addins/replacetitle/Makefile src/addins/replacetitle/replacetitle.desktop.in src/addins/specialnotes/Makefile src/addins/specialnotes/specialnotes.desktop.in src/addins/statistics/Makefile src/addins/statistics/statistics.desktop.in src/addins/stickynoteimport/Makefile src/addins/stickynoteimport/stickynoteimport.desktop.in src/addins/tableofcontents/Makefile src/addins/tableofcontents/tableofcontents.desktop.in src/addins/todo/Makefile src/addins/todo/todo.desktop.in src/addins/tomboyimport/Makefile src/addins/tomboyimport/tomboyimport.desktop.in src/addins/underline/Makefile src/addins/underline/underline.desktop.in src/addins/webdavsyncservice/Makefile src/addins/webdavsyncservice/webdavsyncservice.desktop.in src/dbus/Makefile po/Makefile.in po/Makefile help/Makefile"
ac_config_files="$ac_config_files Makefile data/Makefile data/org.gnome.Gnote.desktop.in data/icons/Makefile data/appdata/Makefile data/ui/Makefile src/Makefile src/addins/Makefile src/addins/addins.mk src/addins/backlinks/Makefile src/addins/backlinks/backlinks.desktop.in src/addins/bugzilla/Makefile src/addins/bugzilla/bugzilla.desktop.in src/addins/exporttogtg/Makefile src/addins/exporttogtg/exporttogtg.desktop.in src/addins/exporttohtml/Makefile src/addins/exporttohtml/exporttohtml.desktop.in src/addins/filesystemsyncservice/Makefile src/addins/filesystemsyncservice/filesystemsyncservice.desktop.in src/addins/fixedwidth/Makefile src/addins/fixedwidth/fixedwidth.desktop.in src/addins/gvfssyncservice/Makefile src/addins/gvfssyncservice/gvfssyncservice.desktop.in src/addins/inserttimestamp/Makefile src/addins/inserttimestamp/inserttimestamp.desktop.in src/addins/notedirectorywatcher/Makefile src/addins/notedirectorywatcher/notedirectorywatcher.desktop.in src/addins/noteoftheday/Makefile src/addins/noteoftheday/noteoftheday.desktop.in src/addins/printnotes/Makefile src/addins/printnotes/printnotes.desktop.in src/addins/readonly/Makefile src/addins/readonly/readonly.desktop.in src/addins/replacetitle/Makefile src/addins/replacetitle/replacetitle.desktop.in src/addins/specialnotes/Makefile src/addins/specialnotes/specialnotes.desktop.in src/addins/statistics/Makefile src/addins/statistics/statistics.desktop.in src/addins/stickynoteimport/Makefile src/addins/stickynoteimport/stickynoteimport.desktop.in src/addins/tableofcontents/Makefile src/addins/tableofcontents/tableofcontents.desktop.in src/addins/todo/Makefile src/addins/todo/todo.desktop.in src/addins/tomboyimport/Makefile src/addins/tomboyimport/tomboyimport.desktop.in src/addins/underline/Makefile src/addins/underline/underline.desktop.in src/addins/webdavsyncservice/Makefile src/addins/webdavsyncservice/webdavsyncservice.desktop.in src/dbus/Makefile po/Makefile.in po/Makefile help/Makefile"
 
 
 
......@@ -20821,7 +20833,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by gnote $as_me 3.38.0, which was
This file was extended by gnote $as_me 40.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
 
CONFIG_FILES = $CONFIG_FILES
......@@ -20887,7 +20899,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
gnote config.status 3.38.0
gnote config.status 40.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
 
......@@ -21404,7 +21416,7 @@ do
"default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
"data/gnote.desktop.in") CONFIG_FILES="$CONFIG_FILES data/gnote.desktop.in" ;;
"data/org.gnome.Gnote.desktop.in") CONFIG_FILES="$CONFIG_FILES data/org.gnome.Gnote.desktop.in" ;;
"data/icons/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/Makefile" ;;
"data/appdata/Makefile") CONFIG_FILES="$CONFIG_FILES data/appdata/Makefile" ;;
"data/ui/Makefile") CONFIG_FILES="$CONFIG_FILES data/ui/Makefile" ;;
......@@ -22135,7 +22147,9 @@ $as_echo X/"$am_mf" |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "Something went wrong bootstrapping makefile fragments
for automatic dependency tracking. Try re-running configure with the
for automatic dependency tracking. If GNU make was not used, consider
re-running the configure script with MAKE=\"gmake\" (or whatever is
necessary). You can also try re-running configure with the
'--disable-dependency-tracking' option to at least be able to build
the package (albeit without support for automatic dependency tracking).
See \`config.log' for more details" "$LINENO" 5; }
......
AC_INIT(gnote, 3.38.0)
AC_INIT(gnote, 40.2)
AC_PREREQ(2.59)
AC_CONFIG_SRCDIR(README)
AM_INIT_AUTOMAKE([1.11 foreign subdir-objects dist-xz no-dist-gzip tar-ustar])
......@@ -15,7 +15,7 @@ AC_SUBST(GNOTE_VERSION)
LIBGNOTE_RELEASE=${PACKAGE_VERSION%.*}
AC_SUBST(LIBGNOTE_RELEASE)
AC_DEFINE_UNQUOTED([LIBGNOTE_RELEASE], ["$LIBGNOTE_RELEASE"], [libgnote release.])
LIBGNOTE_VERSION_INFO=0:0:0
LIBGNOTE_VERSION_INFO=2:0:0
AC_SUBST(LIBGNOTE_VERSION_INFO)
AC_DEFINE_UNQUOTED([LIBGNOTE_VERSION_INFO], ["$LIBGNOTE_VERSION_INFO"], [libgnote release.])
......@@ -23,9 +23,9 @@ AC_DEFINE_UNQUOTED([LIBGNOTE_VERSION_INFO], ["$LIBGNOTE_VERSION_INFO"], [libgnot
dnl all the library version.
dnl if one is harcoded elsewhere, it is a bug
GTK_VERSION=3.20
GTK_VERSION=3.22.20
LIBGLIBMM_VERSION=2.62
LIBGTKMM_VERSION=3.18
LIBGTKMM_VERSION=3.22.20
GSPELL_VERSION=1.6.0
LIBSECRET_VERSION=0.8
UNITTESTCPP_VERSION=1.5.1
......@@ -145,7 +145,7 @@ AC_DEFINE_UNQUOTED([GNOTE_BUILD_CONFIG], ["$GNOTE_BUILD_CONFIG"], [The string us
AC_CONFIG_FILES([
Makefile
data/Makefile
data/gnote.desktop.in
data/org.gnome.Gnote.desktop.in
data/icons/Makefile
data/appdata/Makefile
data/ui/Makefile
......
......@@ -3,17 +3,14 @@ SUBDIRS = appdata icons ui
@INTLTOOL_DESKTOP_RULE@
desktop_in_files = gnote.desktop.in
desktop_in_files = org.gnome.Gnote.desktop.in
desktop_files = $(desktop_in_files:.desktop.in=.desktop)
desktopdir = $(datadir)/applications
desktop_DATA = $(desktop_files)
#pkgconfigdir = $(libdir)/pkgconfig
#pkgconfig_in_files = tomboy-addins.pc.in
#pkgconfig_DATA = $(pkgconfig_in_files:.pc.in=.pc)
shellsearchdir = $(datadir)/gnome-shell/search-providers
shellsearch_DATA = org.gnome.Gnote.search-provider.ini
gsettings_SCHEMAS = org.gnome.gnote.gschema.xml
@INTLTOOL_XML_NOMERGE_RULE@
......@@ -40,6 +37,7 @@ noinst_DATA =
EXTRA_DIST = \
$(desktop_in_files) \
$(pkgconfig_in_files) \
org.gnome.Gnote.search-provider.ini \
org.gnome.gnote.gschema.xml.in \
$(man_MANS) \
$(noinst_DATA) \
......
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# Makefile.in generated by automake 1.16.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -103,7 +103,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES = gnote.desktop.in
CONFIG_CLEAN_FILES = org.gnome.Gnote.desktop.in
CONFIG_CLEAN_VPATH_FILES =
AM_V_P = $(am__v_P_@AM_V@)
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
......@@ -161,10 +161,11 @@ am__uninstall_files_from_dir = { \
}
man1dir = $(mandir)/man1
am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(dbusservicedir)" \
"$(DESTDIR)$(desktopdir)"
"$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(shellsearchdir)"
NROFF = nroff
MANS = $(man_MANS)
DATA = $(dbusservice_DATA) $(desktop_DATA) $(noinst_DATA)
DATA = $(dbusservice_DATA) $(desktop_DATA) $(noinst_DATA) \
$(shellsearch_DATA)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
am__recursive_targets = \
......@@ -193,7 +194,8 @@ am__define_uniq_tagged_files = \
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/gnote.desktop.in.in
am__DIST_COMMON = $(srcdir)/Makefile.in \
$(srcdir)/org.gnome.Gnote.desktop.in.in
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
am__relativize = \
dir0=`pwd`; \
......@@ -399,6 +401,7 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
......@@ -408,14 +411,12 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = appdata icons ui
desktop_in_files = gnote.desktop.in
desktop_in_files = org.gnome.Gnote.desktop.in
desktop_files = $(desktop_in_files:.desktop.in=.desktop)
desktopdir = $(datadir)/applications
desktop_DATA = $(desktop_files)
#pkgconfigdir = $(libdir)/pkgconfig
#pkgconfig_in_files = tomboy-addins.pc.in
#pkgconfig_DATA = $(pkgconfig_in_files:.pc.in=.pc)
shellsearchdir = $(datadir)/gnome-shell/search-providers
shellsearch_DATA = org.gnome.Gnote.search-provider.ini
gsettings_SCHEMAS = org.gnome.gnote.gschema.xml
dbusservicedir = $(DBUS_SERVICE_DIR)
dbusservice_in_files = org.gnome.Gnote.service.in
......@@ -425,6 +426,7 @@ noinst_DATA =
EXTRA_DIST = \
$(desktop_in_files) \
$(pkgconfig_in_files) \
org.gnome.Gnote.search-provider.ini \
org.gnome.gnote.gschema.xml.in \
$(man_MANS) \
$(noinst_DATA) \
......@@ -468,7 +470,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
gnote.desktop.in: $(top_builddir)/config.status $(srcdir)/gnote.desktop.in.in
org.gnome.Gnote.desktop.in: $(top_builddir)/config.status $(srcdir)/org.gnome.Gnote.desktop.in.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
mostlyclean-libtool:
......@@ -561,6 +563,27 @@ uninstall-desktopDATA:
@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
install-shellsearchDATA: $(shellsearch_DATA)
@$(NORMAL_INSTALL)
@list='$(shellsearch_DATA)'; test -n "$(shellsearchdir)" || list=; \
if test -n "$$list"; then \
echo " $(MKDIR_P) '$(DESTDIR)$(shellsearchdir)'"; \
$(MKDIR_P) "$(DESTDIR)$(shellsearchdir)" || exit 1; \
fi; \
for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
echo "$$d$$p"; \
done | $(am__base_list) | \
while read files; do \
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shellsearchdir)'"; \
$(INSTALL_DATA) $$files "$(DESTDIR)$(shellsearchdir)" || exit $$?; \
done
uninstall-shellsearchDATA:
@$(NORMAL_UNINSTALL)
@list='$(shellsearch_DATA)'; test -n "$(shellsearchdir)" || list=; \
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
dir='$(DESTDIR)$(shellsearchdir)'; $(am__uninstall_files_from_dir)
# This directory's subdirectories are mostly independent; you can cd
# into them and run 'make' without going through this Makefile.
......@@ -724,7 +747,7 @@ check: check-recursive
all-am: Makefile $(MANS) $(DATA)
installdirs: installdirs-recursive
installdirs-am:
for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(dbusservicedir)" "$(DESTDIR)$(desktopdir)"; do \
for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(dbusservicedir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(shellsearchdir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: install-recursive
......@@ -779,7 +802,7 @@ info: info-recursive
info-am:
install-data-am: install-dbusserviceDATA install-desktopDATA \
install-man
install-man install-shellsearchDATA
install-dvi: install-dvi-recursive
......@@ -824,7 +847,7 @@ ps: ps-recursive
ps-am:
uninstall-am: uninstall-dbusserviceDATA uninstall-desktopDATA \
uninstall-man
uninstall-man uninstall-shellsearchDATA
uninstall-man: uninstall-man1
......@@ -839,12 +862,13 @@ uninstall-man: uninstall-man1
install-dvi-am install-exec install-exec-am install-html \
install-html-am install-info install-info-am install-man \
install-man1 install-pdf install-pdf-am install-ps \
install-ps-am install-strip installcheck installcheck-am \
installdirs installdirs-am maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-generic \
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
uninstall-am uninstall-dbusserviceDATA uninstall-desktopDATA \
uninstall-man uninstall-man1
install-ps-am install-shellsearchDATA install-strip \
installcheck installcheck-am installdirs installdirs-am \
maintainer-clean maintainer-clean-generic mostlyclean \
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags tags-am uninstall uninstall-am uninstall-dbusserviceDATA \
uninstall-desktopDATA uninstall-man uninstall-man1 \
uninstall-shellsearchDATA
.PRECIOUS: Makefile
......
app_data_in_files = gnote.appdata.xml.in
app_data_in_files = org.gnome.Gnote.appdata.xml.in
app_data_files = $(app_data_in_files:.xml.in=.xml)
@INTLTOOL_XML_RULE@
......
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# Makefile.in generated by automake 1.16.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -335,6 +335,7 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
......@@ -343,7 +344,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
app_data_in_files = gnote.appdata.xml.in
app_data_in_files = org.gnome.Gnote.appdata.xml.in
app_data_files = $(app_data_in_files:.xml.in=.xml)
appdatadir = $(datadir)/metainfo
appdata_DATA = $(app_data_files)
......
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2013 Aurimas Cernius <aurisc4@gmail.com> -->
<application>
<id type="desktop">gnote.desktop</id>
<!-- Copyright 2013-2021 Aurimas Cernius <aurisc4@gmail.com> -->
<component type="desktop">
<id>org.gnome.Gnote</id>
<metadata_licence>CC0-1.0</metadata_licence>
<project_license>GPL-3.0-only and GFDL-1.1-only</project_license>
<project_license>GPL-3.0-only</project_license>
<_name>Gnote</_name>
<_summary>A simple note-taking application</_summary>
<description>
<_p>
Gnote is a simple note-taking application for GNOME desktop environment. It allows you to capture your ideas, link them together using WikiWiki-style links, group together in notebooks and some extra features for everyday use.
</_p>
<_p>Gnote also supports synchronization to make it possible to use on multiple devices.</_p>
<_p>Notes can be printed or exported as HTML documents.</_p>
<_p>Gnote also supports synchronization, making it simple to use it on multiple devices.</_p>
</description>
<screenshots>
<screenshot type="default" width="624" height="351">https://wiki.gnome.org/Apps/Gnote?action=AttachFile&amp;do=get&amp;target=gnote_main_window.png</screenshot>
......@@ -22,6 +23,56 @@
<update_contact>aurisc4_at_gmail.com</update_contact>
<content_rating type="oars-1.1"/>
<releases>
<release version="40.2" date="2021-06-13">
<ul>
<li>Fix crash when closing window with open note containing selection</li>
<li>Fix changing custom font in settings</li>
<li>Fix crash in search as you type</li>
<li>Fix Gnote icon in about dialog</li>
</ul>
</release>
<release version="40.1" date="2021-05-02">
<ul>
<li>Fix icon not showing when Gnote is running in Gnome Shell</li>
<li>Fix the app-id</li>
<li>Fix build using newest GCC and dependencies (#47)</li>
<li>Fix compiler warnings regarding missing virtual destructors</li>
<li>Fix occasional crash when quiting</li>
</ul>
</release>
<release version="40.0" date="2021-03-26">
<ul>
<li>Translation updates</li>
</ul>
</release>
<release version="40.rc" date="2021-03-13">
<ul>
<li>Use reverse-domain convention for naming desktop and search provider files</li>
<li>Refactor D-Bus support to reuse the connection established by GtkApplication</li>
<li>Update AppData file format</li>
</ul>
</release>
<release version="40.beta" date="2021-02-21">
<ul>
<li>Add accelerator Ctrl+D for insert timestamp</li>
<li>WebDAV sync no longer uses wdfs</li>
<li>Make insert timestamp plugin work again</li>
<li>Fix crash when synchronizing immediately after configuring</li>
</ul>
</release>
<release version="40.alpha" date="2021-01-10">
<ul>
<li>Change shortcut for find first/next to Ctrl-G/Ctrl-Shitf-G</li>
<li>Change icons and remove labels from find next/previous</li>
<li>--search will raise existing search window or open a new one (issue #21)</li>
<li>Fix opening of context menu (issue #16)</li>
<li>Fix newly enabled addin not working for opened notes (PR #11)</li>
<li>Fix find previous match</li>
<li>Fix changing sorting not always works</li>
<li>Fix GTK criticals upon exiting the application (issue #43)</li>
<li>Fix few memory leaks</li>
</ul>
</release>
<release version="3.38.0" date="2020-09-19">
<ul>
<li>Fix occasional crash when closing</li>
......@@ -65,5 +116,5 @@
<release version="3.32.0" date="2019-03-17"/>
</releases>
<translation type="gettext">gnote</translation>
</application>
</component>
......@@ -5,13 +5,13 @@ public_icons_themes = \
$(NULL)
public_icons = \
hicolor_apps_16x16_gnote.png \
hicolor_apps_22x22_gnote.png \
hicolor_apps_24x24_gnote.png \
hicolor_apps_32x32_gnote.png \
hicolor_apps_48x48_gnote.png \
hicolor_apps_256x256_gnote.png \
hicolor_apps_scalable_gnote.svg \
hicolor_apps_16x16_org.gnome.Gnote.png \
hicolor_apps_22x22_org.gnome.Gnote.png \
hicolor_apps_24x24_org.gnome.Gnote.png \
hicolor_apps_32x32_org.gnome.Gnote.png \
hicolor_apps_48x48_org.gnome.Gnote.png \
hicolor_apps_256x256_org.gnome.Gnote.png \
hicolor_apps_scalable_org.gnome.Gnote.svg \
$(NULL)
private_icons = \
......@@ -41,8 +41,8 @@ private_icons = \
$(NULL)
noinst_DATA = \
hicolor_apps_16x16_gnote.xcf.bz2 \
hicolor_apps_22x22_gnote.xcf.bz2 \
hicolor_apps_16x16_org.gnome.Gnote.xcf.bz2 \
hicolor_apps_22x22_org.gnome.Gnote.xcf.bz2 \
hicolor_actions_16x16_notebook-new.svg \
hicolor_actions_16x16_note-new.svg \
hicolor_actions_22x22_filter-note-all.xcf.bz2 \
......
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# Makefile.in generated by automake 1.16.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -307,6 +307,7 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
......@@ -321,13 +322,13 @@ public_icons_themes = \
$(NULL)
public_icons = \
hicolor_apps_16x16_gnote.png \
hicolor_apps_22x22_gnote.png \
hicolor_apps_24x24_gnote.png \
hicolor_apps_32x32_gnote.png \
hicolor_apps_48x48_gnote.png \
hicolor_apps_256x256_gnote.png \
hicolor_apps_scalable_gnote.svg \
hicolor_apps_16x16_org.gnome.Gnote.png \
hicolor_apps_22x22_org.gnome.Gnote.png \
hicolor_apps_24x24_org.gnome.Gnote.png \
hicolor_apps_32x32_org.gnome.Gnote.png \
hicolor_apps_48x48_org.gnome.Gnote.png \
hicolor_apps_256x256_org.gnome.Gnote.png \
hicolor_apps_scalable_org.gnome.Gnote.svg \
$(NULL)
private_icons = \
......@@ -357,8 +358,8 @@ private_icons = \
$(NULL)
noinst_DATA = \
hicolor_apps_16x16_gnote.xcf.bz2 \
hicolor_apps_22x22_gnote.xcf.bz2 \
hicolor_apps_16x16_org.gnome.Gnote.xcf.bz2 \
hicolor_apps_22x22_org.gnome.Gnote.xcf.bz2 \
hicolor_actions_16x16_notebook-new.svg \
hicolor_actions_16x16_note-new.svg \
hicolor_actions_22x22_filter-note-all.xcf.bz2 \
......