|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: xournalpp
|
|
|
|
Name: xournalpp
|
|
|
|
Version: 1.0.16
|
|
|
|
Version: 1.0.16
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Summary: Handwriting note-taking software with PDF annotation support
|
|
|
|
Summary: Handwriting note-taking software with PDF annotation support
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
@ -27,21 +27,21 @@ Requires: texlive-scheme-basic
|
|
|
|
Requires: texlive-dvipng
|
|
|
|
Requires: texlive-dvipng
|
|
|
|
Requires: texlive-standalone
|
|
|
|
Requires: texlive-standalone
|
|
|
|
Requires: %{name}-plugins%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-plugins%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-ui}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-ui%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Xournal++ is a handwriting note-taking software with PDF annotation support.
|
|
|
|
Xournal++ is a handwriting note-taking software with PDF annotation support.
|
|
|
|
Supports Pen input like Wacom Tablets
|
|
|
|
Supports Pen input like Wacom Tablets
|
|
|
|
|
|
|
|
|
|
|
|
%package plugins
|
|
|
|
%package plugins
|
|
|
|
Summary: Default plugin for %{name}
|
|
|
|
Summary: Default plugin for %{name}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description plugins
|
|
|
|
%description plugins
|
|
|
|
The %{name}-plugins package contains sample plugins for %{name}.
|
|
|
|
The %{name}-plugins package contains sample plugins for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%package ui
|
|
|
|
%package ui
|
|
|
|
Summary: User interface for %{name}
|
|
|
|
Summary: User interface for %{name}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description ui
|
|
|
|
%description ui
|
|
|
@ -57,7 +57,7 @@ sed -i 's|tlh-AA|tlh|g' po/tlh.po
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%cmake3 \
|
|
|
|
%cmake3 \
|
|
|
|
-DENABLE_CPPUNIT=ON \
|
|
|
|
-DENABLE_CPPUNIT=ON \
|
|
|
|
.
|
|
|
|
.
|
|
|
|
%make_build
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
@ -94,6 +94,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/com.github.%{n
|
|
|
|
%{_datadir}/%{name}/ui
|
|
|
|
%{_datadir}/%{name}/ui
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Dec 16 2019 Luya Tshimbalanga <luya@fedoraproject.org> - 1.0.16-6
|
|
|
|
|
|
|
|
- Fix typos
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 16 2019 Luya Tshimbalanga <luya@fedoraproject.org> - 1.0.16-5
|
|
|
|
* Mon Dec 16 2019 Luya Tshimbalanga <luya@fedoraproject.org> - 1.0.16-5
|
|
|
|
- Fix architecture requirement for ui
|
|
|
|
- Fix architecture requirement for ui
|
|
|
|
|
|
|
|
|
|
|
|