|
|
@ -1,8 +1,8 @@
|
|
|
|
%global _with_cppunit 1
|
|
|
|
%global _with_cppunit 1
|
|
|
|
|
|
|
|
|
|
|
|
Name: xournalpp
|
|
|
|
Name: xournalpp
|
|
|
|
Version: 1.0.16
|
|
|
|
Version: 1.0.17
|
|
|
|
Release: 10%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Handwriting note-taking software with PDF annotation support
|
|
|
|
Summary: Handwriting note-taking software with PDF annotation support
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
@ -26,10 +26,6 @@ BuildRequires: pkgconfig(poppler-glib)
|
|
|
|
BuildRequires: pkgconfig(portaudiocpp) >= 12
|
|
|
|
BuildRequires: pkgconfig(portaudiocpp) >= 12
|
|
|
|
BuildRequires: pkgconfig(sndfile)
|
|
|
|
BuildRequires: pkgconfig(sndfile)
|
|
|
|
Requires: hicolor-icon-theme
|
|
|
|
Requires: hicolor-icon-theme
|
|
|
|
Requires: kde-filesystem
|
|
|
|
|
|
|
|
Requires: texlive-scheme-basic
|
|
|
|
|
|
|
|
Requires: texlive-dvipng
|
|
|
|
|
|
|
|
Requires: texlive-standalone
|
|
|
|
|
|
|
|
Requires: %{name}-plugins = %{version}-%{release}
|
|
|
|
Requires: %{name}-plugins = %{version}-%{release}
|
|
|
|
Requires: %{name}-ui = %{version}-%{release}
|
|
|
|
Requires: %{name}-ui = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
@ -63,7 +59,10 @@ sed -i 's|tlh-AA|tlh|g' po/tlh.po
|
|
|
|
%cmake3 \
|
|
|
|
%cmake3 \
|
|
|
|
%{_with_cppunit: -DENABLE_CPPUNIT=ON} \
|
|
|
|
%{_with_cppunit: -DENABLE_CPPUNIT=ON} \
|
|
|
|
.
|
|
|
|
.
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
|
# Add translations parameter
|
|
|
|
|
|
|
|
# https://github.com/xournalpp/xournalpp/issues/1596
|
|
|
|
|
|
|
|
%make_build translations
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
%make_install
|
|
|
@ -75,8 +74,8 @@ desktop-file-install \
|
|
|
|
%find_lang %{name}
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
|
|
|
#Remove scripts from icons interface
|
|
|
|
#Remove scripts from icons interface
|
|
|
|
rm -r %{buildroot}%{_datadir}/%{name}/ui/icons/hicolor/update-icon-cache.sh
|
|
|
|
#rm -r %%{buildroot}%%{_datadir}/%%{name}/ui/icons/hicolor/update-icon-cache.sh
|
|
|
|
rm -r %{buildroot}%{_datadir}/%{name}/ui/iconsDark/hicolor/update-icon-cache.sh
|
|
|
|
#rm -r %%{buildroot}%%{_datadir}/%%{name}/ui/iconsDark/hicolor/update-icon-cache.sh
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/com.github.%{name}.%{name}.desktop
|
|
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/com.github.%{name}.%{name}.desktop
|
|
|
@ -103,6 +102,11 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/com.github.%{n
|
|
|
|
%{_datadir}/%{name}/ui
|
|
|
|
%{_datadir}/%{name}/ui
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Feb 04 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 1.0.17-1
|
|
|
|
|
|
|
|
- Update to 1.0.17
|
|
|
|
|
|
|
|
- Drop unneeded texlive dependencies
|
|
|
|
|
|
|
|
- Fix build with translations parameter
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.16-10
|
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.16-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|