Accepting request 890153 from GNOME:Apps
Scripted push from GNOME:Next (forwarded request 890058 from dimstar) OBS-URL: https://build.opensuse.org/request/show/890153 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnote?expand=0&rev=74
This commit is contained in:
commit
26a67c27f1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e224caf8bb433dec9a2258ea2f8739afabde577210e7fb17596614569f7d0b3b
|
||||
size 3418516
|
3
gnote-40.1.tar.xz
Normal file
3
gnote-40.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b41ef046466c9a11543abf821d6763682eaab5b67d2aa44d7d876f1fa1bde6aa
|
||||
size 3420216
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 3 09:02:37 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 40.1:
|
||||
+ Fix icon not showing when Gnote is running in Gnome Shell.
|
||||
+ Fix the app-id.
|
||||
+ Fix build using newest GCC and dependencies.
|
||||
+ Fix compiler warnings regarding missing virtual destructors.
|
||||
+ Fix occasional crash when quiting.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 17 09:17:24 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
10
gnote.spec
10
gnote.spec
@ -19,7 +19,7 @@
|
||||
%define base_version 40
|
||||
|
||||
Name: gnote
|
||||
Version: 40.0
|
||||
Version: 40.1
|
||||
Release: 0
|
||||
Summary: A Port of Tomboy to C++
|
||||
License: GPL-3.0-or-later
|
||||
@ -78,7 +78,7 @@ translation-update-upstream
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
desktop-file-edit --add-category TextEditor %{buildroot}%{_datadir}/applications/org.gnome.gnote.desktop
|
||||
desktop-file-edit --add-category TextEditor %{buildroot}%{_datadir}/applications/org.gnome.Gnote.desktop
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
@ -97,13 +97,13 @@ desktop-file-edit --add-category TextEditor %{buildroot}%{_datadir}/applications
|
||||
# Splitting does not make sense as it's just a lib for gnote itself (and it's plugins)
|
||||
%{_libdir}/libgnote-%{base_version}.so*
|
||||
%{_libdir}/libgnote.so
|
||||
%{_datadir}/applications/org.gnome.gnote.desktop
|
||||
%{_datadir}/applications/org.gnome.Gnote.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
|
||||
%{_datadir}/gnote/
|
||||
%{_datadir}/icons/hicolor/*/apps/gnote.*
|
||||
%{_datadir}/icons/hicolor/*/apps/org.gnome.Gnote*
|
||||
%{_mandir}/man1/gnote.1%{?ext_man}
|
||||
%dir %{_datadir}/metainfo/
|
||||
%{_datadir}/metainfo/org.gnome.gnote.appdata.xml
|
||||
%{_datadir}/metainfo/org.gnome.Gnote.appdata.xml
|
||||
|
||||
%files -n gnome-shell-search-provider-%{name}
|
||||
%{_datadir}/dbus-1/services/org.gnome.Gnote.service
|
||||
|
Loading…
Reference in New Issue
Block a user