From 516d7be975ae35789e022361cd30cbb5b92f53c3d338d430f5ce8cf46eee3ea0 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 19 Dec 2019 15:50:00 +0000 Subject: [PATCH] Accepting request 757517 from home:badshah400:branches:X11:Utilities - Update to version 1.0.16: - Add xournalpp-fix-desktop-categories.patch: Fix desktop categories with additional keywords to prevent "No sufficient Category definition" error from brp-desktop. OBS-URL: https://build.opensuse.org/request/show/757517 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xournalpp?expand=0&rev=13 --- xournalpp-1.0.12.tar.gz | 3 --- xournalpp-1.0.16.tar.gz | 3 +++ xournalpp-fix-desktop-categories.patch | 10 ++++++++++ xournalpp.changes | 23 +++++++++++++++++++++++ xournalpp.spec | 11 ++++++++--- 5 files changed, 44 insertions(+), 6 deletions(-) delete mode 100644 xournalpp-1.0.12.tar.gz create mode 100644 xournalpp-1.0.16.tar.gz create mode 100644 xournalpp-fix-desktop-categories.patch diff --git a/xournalpp-1.0.12.tar.gz b/xournalpp-1.0.12.tar.gz deleted file mode 100644 index 9354459..0000000 --- a/xournalpp-1.0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:625cff6a951de355c3cc5b5285fa4e8f69e25b2800f3386008a5c14177233492 -size 14694286 diff --git a/xournalpp-1.0.16.tar.gz b/xournalpp-1.0.16.tar.gz new file mode 100644 index 0000000..b639fa3 --- /dev/null +++ b/xournalpp-1.0.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef42abfd237390aafdcc94bd231645576b8f398fd452caeb8068cb5428dc8f93 +size 14938799 diff --git a/xournalpp-fix-desktop-categories.patch b/xournalpp-fix-desktop-categories.patch new file mode 100644 index 0000000..90056df --- /dev/null +++ b/xournalpp-fix-desktop-categories.patch @@ -0,0 +1,10 @@ +Index: xournalpp-1.99.20190821.ccc9dbc6/desktop/com.github.xournalpp.xournalpp.desktop +=================================================================== +--- xournalpp-1.99.20190821.ccc9dbc6.orig/desktop/com.github.xournalpp.xournalpp.desktop ++++ xournalpp-1.99.20190821.ccc9dbc6/desktop/com.github.xournalpp.xournalpp.desktop +@@ -24,4 +24,4 @@ Terminal=false + StartupNotify=true + MimeType=application/x-xoj;application/x-xojpp;application/x-xopp;application/x-xopt;application/pdf; + Icon=com.github.xournalpp.xournalpp +-Categories=Office;GNOME;GTK; ++Categories=Graphics;2DGraphics;GTK;GNOME; diff --git a/xournalpp.changes b/xournalpp.changes index cd2e294..2de0a19 100644 --- a/xournalpp.changes +++ b/xournalpp.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Dec 17 11:39:57 UTC 2019 - Atri Bhattacharya + +- Update to version 1.0.16: + * Fixed currently editing textboxes not exporting to PDF. + * Fixed line tool breaking when snap-to-grid is disabled. +- Changes from version 1.0.15 and 1.0.14: + * Fixed an issue where copying and pasting strokes would crash + the program. + * Text field bugfixes + * Latex tool enhancements + * Image tool bugfixes + * Misc quality-of-life enhancements + * New experimental floating toolbox + * Improved input handling, bugfixes + * Updated preferences window + * Fixed some crashing issues + * Refactoring and other non-user visible changes + * Other misc features and bugfixes +- Add xournalpp-fix-desktop-categories.patch: Fix desktop + categories with additional keywords to prevent "No sufficient + Category definition" error from brp-desktop. + ------------------------------------------------------------------- Sat Jun 15 07:21:15 UTC 2019 - aloisio@gmx.com diff --git a/xournalpp.spec b/xournalpp.spec index a52b1ac..4ac21f4 100644 --- a/xournalpp.spec +++ b/xournalpp.spec @@ -12,18 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: xournalpp -Version: 1.0.12 +Version: 1.0.16 Release: 0 Summary: Notetaking software designed around a tablet License: GPL-2.0-or-later Group: Productivity/Office/Other Url: https://github.com/xournalpp/xournalpp Source0: https://github.com/xournalpp/xournalpp/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM xournalpp-fix-desktop-categories.patch badshah400@gmail.com -- Fix desktop categories with additional keywords to prevent "No sufficient Category definition" error from brp-desktop. +Patch0: xournalpp-fix-desktop-categories.patch BuildRequires: cmake BuildRequires: fdupes BuildRequires: gcc-c++ @@ -49,6 +51,7 @@ It supports pen input, e.g. Wacom tablets. %prep %setup -q +%patch0 -p1 %build %cmake @@ -69,9 +72,11 @@ rm %{buildroot}%{_datadir}/%{name}/ui/*/hicolor/update-icon-cache.sh %doc AUTHORS README.md %{_bindir}/xournal-thumbnailer %{_bindir}/xournalpp -%{_datadir}/applications/xournalpp.desktop +%{_datadir}/applications/*.xournalpp.desktop %{_datadir}/icons/hicolor/scalable/mimetypes/*.svg %{_datadir}/mime/packages/*.xml +%dir %{_datadir}/metainfo +%{_datadir}/metainfo/*.appdata.xml %dir %{_datadir}/mimelnk %dir %{_datadir}/mimelnk/application %{_datadir}/mimelnk/application/*.desktop