forked from pool/xournalpp
Accepting request 758282 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/758282 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xournalpp?expand=0&rev=5
This commit is contained in:
commit
d9d59f3632
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:625cff6a951de355c3cc5b5285fa4e8f69e25b2800f3386008a5c14177233492
|
||||
size 14694286
|
3
xournalpp-1.0.16.tar.gz
Normal file
3
xournalpp-1.0.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef42abfd237390aafdcc94bd231645576b8f398fd452caeb8068cb5428dc8f93
|
||||
size 14938799
|
10
xournalpp-fix-desktop-categories.patch
Normal file
10
xournalpp-fix-desktop-categories.patch
Normal file
@ -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;
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 17 11:39:57 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user