.gear/rules | 2 + .../tags/31fba3bc258b10928976d4c568f73c3d7b7831b0 | 6 + .gear/tags/list | 1 + gnote.spec | 117 ++++++++++++++++++++ src/addins/addins.mk.in | 2 +- 5 files changed, 127 insertions(+), 1 deletion(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..1ce46ba --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +diff: @version@:. . +tar: @version@:. diff --git a/.gear/tags/31fba3bc258b10928976d4c568f73c3d7b7831b0 b/.gear/tags/31fba3bc258b10928976d4c568f73c3d7b7831b0 new file mode 100644 index 0000000..bf53fb2 --- /dev/null +++ b/.gear/tags/31fba3bc258b10928976d4c568f73c3d7b7831b0 @@ -0,0 +1,6 @@ +object cae08057e426893f265fd194a252841d2d90cfc8 +type commit +tag 3.6.0 +tagger Aurimas Černius 1348690946 +0300 + +3.6.0 diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..3373aeb --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +31fba3bc258b10928976d4c568f73c3d7b7831b0 3.6.0 diff --git a/gnote.spec b/gnote.spec new file mode 100644 index 0000000..cfe0da0 --- /dev/null +++ b/gnote.spec @@ -0,0 +1,117 @@ +%define _libexecdir /usr/libexec + +Name: gnote +Version: 3.6.0 +Release: alt1 +Summary: Note-taking application +Group: Graphical desktop/GNOME +License: GPLv3+ +Url: http://live.gnome.org/Gnote +Packager: GNOME Maintainers Team + +Source0: http://ftp.gnome.org/pub/GNOME/sources/gnote/%version/%name-%version.tar +Patch0: %name-%version-%release.patch + +%define gtk_ver 3.0 +%define gtkmm_ver 3.4 +%define glibmm_ver 2.28 +%define gtkspell_ver 2.0.9 +%define libsecret_ver 0.8 + +BuildRequires: gcc-c++ boost-devel +BuildRequires: gnome-common yelp-tools intltool +BuildRequires: pkgconfig(glibmm-2.4) >= %glibmm_ver +BuildRequires: pkgconfig(gtk+-3.0) >= %gtk_ver +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(gtkmm-3.0) >= %gtkmm_ver +BuildRequires: pkgconfig(glib-2.0) >= 2.32 +BuildRequires: pkgconfig(libxml-2.0) pkgconfig(libxslt) +# BuildRequires: libgtkspell-devel >= %gtkspell_ver +BuildRequires: pkgconfig(libsecret-1) >= %libsecret_ver +BuildRequires: pkgconfig(uuid) +BuildRequires: desktop-file-utils + +%description +Gnote is a desktop note-taking application which is simple and easy to use. +It lets you organize your notes intelligently by allowing you to easily link +ideas together with Wiki style interconnects. It is a port of Tomboy to C++ +and consumes fewer resources. + +%prep +%setup -q +%patch0 -p1 + +%build +NOCONFIGURE=1 ./autogen.sh +%configure --disable-static + +%make_build + +%install +%make DESTDIR=%buildroot install + +desktop-file-install \ + --dir=%buildroot%_datadir/applications \ +%buildroot/%_datadir/applications/gnote.desktop + +%find_lang %name --with-gnome + +%files -f %name.lang +%doc COPYING README TODO NEWS AUTHORS +%_bindir/%name +%_libdir/libgnote-*.so.* +%_man1dir/%name.* +%_desktopdir/%name.desktop +%_datadir/%name +%_iconsdir/hicolor/*/apps/%name.??g +%_libdir/gnote +%exclude %_libdir/gnote/addins/*/*.la +%_datadir/dbus-1/services/org.gnome.Gnote.service +%_datadir/glib-2.0/schemas/*.xml + +%changelog +* Fri Oct 26 2012 Alexey Shabalin 3.6.0-alt1 +- 3.6.0 + +* Fri Jul 20 2012 Alexey Shabalin 0.9.1-alt1 +- 0.9.1 +- upstream drop support for panel applet + +* Mon Oct 31 2011 Alexey Shabalin 0.8.1-alt1 +- 0.8.1 + +* Thu Oct 06 2011 Alexey Shabalin 0.8.0-alt1 +- 0.8.0 +- enable panel applet + +* Fri May 27 2011 Alexey Shabalin 0.7.4-alt2 +- Disable panel applet + +* Tue May 24 2011 Alexey Shabalin 0.7.4-alt1 +- 0.7.4 + +* Fri Mar 25 2011 Eugeny A. Rostovtsev (REAL) 0.7.2-alt3.2 +- Rebuilt with Boost 1.46.1 + +* Thu Dec 16 2010 Igor Vlasenko 0.7.2-alt3.1 +- rebuild with new icu44 and/or boost by request of git.alt administrator + +* Tue Oct 19 2010 Alexey Shabalin 0.7.2-alt3 +- pre 0.7.3 + +* Mon May 24 2010 Alexey Shabalin 0.7.2-alt2 +- git snapshot bca27f4 + +* Fri Mar 12 2010 Alexey Shabalin 0.7.2-alt1 +- 0.7.2 + +* Fri Jan 15 2010 Alexey Shabalin 0.7.1-alt1 +- 0.7.1 + +* Tue Oct 06 2009 Alexey Shabalin 0.6.2-alt1 +- 0.6.2 +- add packager +- update BuildRequires + +* Thu Jun 18 2009 Anton Farygin 0.5.0-alt1 +- first build for Sisyphus, based on RH spec diff --git a/src/addins/addins.mk.in b/src/addins/addins.mk.in index a524341..051de13 100644 --- a/src/addins/addins.mk.in +++ b/src/addins/addins.mk.in @@ -1,7 +1,7 @@ -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I${includedir}/pcre/ AM_CPPFLAGS=@LIBGTKMM_CFLAGS@ @LIBGLIBMM_CFLAGS@ \ @LIBXML_CFLAGS@ \