Accepting request 180587 from home:Zaitor:branches:GNOME:Apps
Fixup/resub after review, I think I have this the right way now, but review closely as this is above my paygrade. Search-provider is now it's own subpackage OBS-URL: https://build.opensuse.org/request/show/180587 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnote?expand=0&rev=43
This commit is contained in:
parent
9dfdcfec23
commit
74231f0c8c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eaf6e31f199825df43ced634a372e605f85ecd58979a6867369529ff24be4284
|
||||
size 2655040
|
3
gnote-3.9.1.tar.xz
Normal file
3
gnote-3.9.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9272a9a1037b753e116585b6eb8b44e649194911a68206c3c65ae0d9da86be93
|
||||
size 2661356
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 22 12:55:32 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.9.1:
|
||||
+ New Features:
|
||||
- Add check for desktop file validity.
|
||||
- Add shell search provider (bgo#694014).
|
||||
- Redesign main window toolbar (bgo#699119, bgo#701614,
|
||||
bgo#701450).
|
||||
- Add accelerator for New Note in main window (bgo#700434).
|
||||
- Add F10 accelerator for gears button.
|
||||
- Add Ctrl+W accel to close window (bgo#700434).
|
||||
- Embed note toolbar into main window (bgo#699119).
|
||||
- Move add-in menu items to main window gears menu
|
||||
(bgo#700655).
|
||||
- Make TOC header items act on entire line (bgo#700612).
|
||||
- Rename Pinned Notes toolbar to Important Notes (bgo#700493).
|
||||
- Add tooltip for pin button (bgo#700437).
|
||||
- Shorten special notebook names (bgo#701570).
|
||||
- Remove unsensitive Font Size menu item (bgo#701618).
|
||||
+ Fixes:
|
||||
- Fix keywords translations.
|
||||
- Fix open note in new window context item sensibility.
|
||||
- Text fixes in preferences dialog.
|
||||
- Fix English usage and grammar throughout help pages.
|
||||
- Make new notes numbered from 1 (bgo#700448).
|
||||
- Sort notes and notebooks case-insensitively and using Unicode
|
||||
(bgo#700438).
|
||||
- Fix splitter in search window (bgo#700431).
|
||||
- Fix All Notes notebook selection in search.
|
||||
- Fix TOC accelerators when IBus is used (bgo#701555).
|
||||
+ Updated translations.
|
||||
- Split out the new gnome-shell-search-provider in own sub-package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 09:16:12 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
|
24
gnote.spec
24
gnote.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnote
|
||||
Version: 3.9.0
|
||||
Version: 3.9.1
|
||||
Release: 0
|
||||
Summary: A Port of Tomboy to C++
|
||||
License: GPL-3.0+
|
||||
@ -46,6 +46,20 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
It is the same note taking application, including most of the add-ins (more are
|
||||
to come). Synchronization support is being worked on.
|
||||
|
||||
%package -n gnome-shell-search-provider-%{name}
|
||||
Summary: Note editor for GNOME -- Search Provider for GNOME Shell
|
||||
Group: Productivity/Office/Other
|
||||
Requires: %{name} = %{version}
|
||||
Requires: gnome-shell
|
||||
Supplements: packageand(%{name}:gnome-shell)
|
||||
|
||||
%description -n gnome-shell-search-provider-%{name}
|
||||
It is the same note taking application, including most of the add-ins (more are
|
||||
to come). Synchronization support is being worked on.
|
||||
|
||||
This package contains a search provider to enable GNOME Shell to get
|
||||
search results from documents.
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
@ -85,7 +99,6 @@ test %{buildroot} != "/" && rm -rf %{buildroot}
|
||||
%{_libdir}/libgnote-3.9.so*
|
||||
%{_libdir}/libgnote.so
|
||||
%{_datadir}/applications/gnote.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Gnote.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
|
||||
%{_datadir}/gnote/
|
||||
%{_datadir}/icons/hicolor/*/apps/gnote.*
|
||||
@ -93,4 +106,11 @@ test %{buildroot} != "/" && rm -rf %{buildroot}
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%files -n gnome-shell-search-provider-%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/dbus-1/services/org.gnome.Gnote.service
|
||||
%dir %{_datadir}/gnome-shell
|
||||
%dir %{_datadir}/gnome-shell/search-providers
|
||||
%{_datadir}/gnome-shell/search-providers/gnote-search-provider.ini
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user