forked from pool/xournalpp
Accepting request 776164 from home:badshah400:branches:X11:Utilities
- Update to version 1.0.17: - Fixed arrow tip scaling: now scales with thickness instead of length (gh#xournalpp/xournalpp#967). - Changed coordinate draw direction. - Fixed audio playback failures not showing error messages to the user (gh#xournalpp/xournalpp#1573). - Fixed text tool bold shortcut not working when capslock is enabled (gh#xournalpp/xournalpp#1583). - Fixed sidebar preview context menu "Move Page Up" and "Move Page Down" buttons not being disabled on the first and last page, respectively (gh#xournalpp/xournalpp#1637). - Fixed Enter keypress on the "Goto Page" (Ctrl-G) dialog not changing the page (gh#xournalpp/xournalpp#975). - Fixed missing Xournal++ icon errors on most of the dialog windows (gh#xournalpp/xournalpp#1667). - Build translations during make stage. - Use %cmake_build instead of obsolete %make_jobs. OBS-URL: https://build.opensuse.org/request/show/776164 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xournalpp?expand=0&rev=15
This commit is contained in:
parent
516d7be975
commit
b16e426ea8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ef42abfd237390aafdcc94bd231645576b8f398fd452caeb8068cb5428dc8f93
|
|
||||||
size 14938799
|
|
3
xournalpp-1.0.17.tar.gz
Normal file
3
xournalpp-1.0.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2bfd456205b75c86cba598e86c2ef6011871a30f6452221fe675680fd768db3a
|
||||||
|
size 14885382
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 19 00:25:56 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.0.17:
|
||||||
|
- Fixed arrow tip scaling: now scales with thickness instead of
|
||||||
|
length (gh#xournalpp/xournalpp#967).
|
||||||
|
- Changed coordinate draw direction.
|
||||||
|
- Fixed audio playback failures not showing error messages to
|
||||||
|
the user (gh#xournalpp/xournalpp#1573).
|
||||||
|
- Fixed text tool bold shortcut not working when capslock is
|
||||||
|
enabled (gh#xournalpp/xournalpp#1583).
|
||||||
|
- Fixed sidebar preview context menu "Move Page Up" and "Move
|
||||||
|
Page Down" buttons not being disabled on the first and last
|
||||||
|
page, respectively (gh#xournalpp/xournalpp#1637).
|
||||||
|
- Fixed Enter keypress on the "Goto Page" (Ctrl-G) dialog not
|
||||||
|
changing the page (gh#xournalpp/xournalpp#975).
|
||||||
|
- Fixed missing Xournal++ icon errors on most of the dialog
|
||||||
|
windows (gh#xournalpp/xournalpp#1667).
|
||||||
|
- Build translations during make stage.
|
||||||
|
- Use %cmake_build instead of obsolete %make_jobs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 17 11:39:57 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>
|
Tue Dec 17 11:39:57 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xournalpp
|
# spec file for package xournalpp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xournalpp
|
Name: xournalpp
|
||||||
Version: 1.0.16
|
Version: 1.0.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Notetaking software designed around a tablet
|
Summary: Notetaking software designed around a tablet
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Office/Other
|
Group: Productivity/Office/Other
|
||||||
Url: https://github.com/xournalpp/xournalpp
|
URL: https://github.com/xournalpp/xournalpp
|
||||||
Source0: https://github.com/xournalpp/xournalpp/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
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.
|
# 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
|
Patch0: xournalpp-fix-desktop-categories.patch
|
||||||
@ -55,7 +55,7 @@ It supports pen input, e.g. Wacom tablets.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
%make_jobs
|
%cmake_build translations
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user