Accepting request 360526 from GNOME:Next
up OBS-URL: https://build.opensuse.org/request/show/360526 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnote?expand=0&rev=79
This commit is contained in:
parent
8f1fb3d1ad
commit
08b46fc2b3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5da4ec9e7852b09af1067311fc6ee18a2c64384f4f5943b71ac37665144be58d
|
|
||||||
size 3310004
|
|
3
gnote-3.19.0.tar.xz
Normal file
3
gnote-3.19.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0c1432001b2a36434e2dccc0bb31de68a8c62156238d3b34751c8eff3ffdfa42
|
||||||
|
size 3301124
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 1 08:31:40 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.19.0:
|
||||||
|
+ GTK+ 3.16 is required.
|
||||||
|
+ Gtkmm 3.18 is required.
|
||||||
|
+ C++11 is required.
|
||||||
|
+ configure option --with-x11-support was removed.
|
||||||
|
+ Use popover for gear menu.
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop pkgconfig(x11) BuildRequires: no longer supported.
|
||||||
|
- Drop --with-x11-support and --with-cxx11-support configure
|
||||||
|
parameters: no longer recognized.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 28 18:18:18 UTC 2015 - zaitor@opensuse.org
|
Sat Nov 28 18:18:18 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
13
gnote.spec
13
gnote.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnote
|
# spec file for package gnote
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,17 +17,17 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnote
|
Name: gnote
|
||||||
Version: 3.18.1
|
Version: 3.19.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Port of Tomboy to C++
|
Summary: A Port of Tomboy to C++
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: Productivity/Text/Editors
|
Group: Productivity/Text/Editors
|
||||||
Url: http://live.gnome.org/Gnote
|
Url: http://live.gnome.org/Gnote
|
||||||
Source: http://download.gnome.org/sources/gnote/3.18/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnote/3.19/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: boost-devel >= 1.34
|
BuildRequires: boost-devel >= 1.34
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gtkmm3-devel >= 3.10
|
BuildRequires: gtkmm3-devel >= 3.18
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
@ -37,7 +37,6 @@ BuildRequires: yelp-tools
|
|||||||
BuildRequires: pkgconfig(gtkspell3-3.0) >= 3.0.0
|
BuildRequires: pkgconfig(gtkspell3-3.0) >= 3.0.0
|
||||||
BuildRequires: pkgconfig(libsecret-1) >= 0.8
|
BuildRequires: pkgconfig(libsecret-1) >= 0.8
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(x11)
|
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%glib2_gsettings_schema_requires
|
%glib2_gsettings_schema_requires
|
||||||
@ -66,7 +65,7 @@ search results from documents.
|
|||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-x11-support --with-cxx11-support
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -97,7 +96,7 @@ test %{buildroot} != "/" && rm -rf %{buildroot}
|
|||||||
%{_bindir}/gnote
|
%{_bindir}/gnote
|
||||||
%{_libdir}/gnote/
|
%{_libdir}/gnote/
|
||||||
# Splitting does not make sense as it's just a lib for gnote itself (and it's plugins)
|
# Splitting does not make sense as it's just a lib for gnote itself (and it's plugins)
|
||||||
%{_libdir}/libgnote-3.18.so*
|
%{_libdir}/libgnote-3.19.so*
|
||||||
%{_libdir}/libgnote.so
|
%{_libdir}/libgnote.so
|
||||||
%{_datadir}/applications/gnote.desktop
|
%{_datadir}/applications/gnote.desktop
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user