Accepting request 590102 from home:wolfi323:branches:KDE:Extra
- Update to 4.0.0: * See https://krita.org/en/item/krita-4-0-0-released/ * Highlights: + SVG support + A new text tool + Python scripting + Easy coloring of line-art with the new Colorize Mask Tool + Masked brushes + New brush presets * Known issues: + Krita 4 uses SVG for vector layers. This means that Krita 3 files with vector layers may not be loaded entirely correctly. Keep backups! + Krita 4’s new text tool is still limited + The Reference Images Docker has been removed - Drop conditionals for older distributions, it needs at least boost 1.55 now which is only available in Tumbleweed and Leap 15 OBS-URL: https://build.opensuse.org/request/show/590102 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=61
This commit is contained in:
committed by
Git OBS Bridge
parent
18f7c457a0
commit
9831f1f06a
21
krita.spec
21
krita.spec
@@ -19,7 +19,7 @@
|
||||
%bcond_without lang
|
||||
|
||||
Name: krita
|
||||
Version: 3.3.3
|
||||
Version: 4.0.0
|
||||
Release: 0
|
||||
Summary: Digital Painting Application
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
@@ -29,22 +29,17 @@ Source0: http://download.kde.org/stable/krita/%{version}/krita-%{version}
|
||||
BuildRequires: Mesa-devel
|
||||
BuildRequires: OpenColorIO-devel
|
||||
BuildRequires: OpenEXR-devel
|
||||
%if %{suse_version} != 1320
|
||||
BuildRequires: Vc-devel-static
|
||||
BuildRequires: kcrash-devel
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1325
|
||||
BuildRequires: libboost_system-devel
|
||||
%else
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: fftw3-devel
|
||||
BuildRequires: giflib-devel
|
||||
BuildRequires: gsl-devel
|
||||
BuildRequires: karchive-devel
|
||||
BuildRequires: kcompletion-devel
|
||||
BuildRequires: kconfig-devel
|
||||
BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kcrash-devel
|
||||
BuildRequires: kguiaddons-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kiconthemes-devel
|
||||
@@ -65,6 +60,9 @@ BuildRequires: libraw-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: openjpeg-devel
|
||||
BuildRequires: perl
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-sip
|
||||
BuildRequires: python3-qt5-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||
@@ -97,12 +95,8 @@ BuildRequires: pkgconfig(xrandr)
|
||||
Recommends: %{name}-lang = %{version}
|
||||
%endif
|
||||
Recommends: create-resources
|
||||
%if %{suse_version} > 1320 || 0%{?is_opensuse}
|
||||
Obsoletes: calligra-krita < %{version}
|
||||
Provides: calligra-krita = %{version}
|
||||
%else
|
||||
Conflicts: calligra-krita
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@@ -149,11 +143,14 @@ rm %{buildroot}/%{_kf5_libdir}/libkritacolord.so
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING* AUTHORS HACKING README*
|
||||
%{_kf5_bindir}/krita
|
||||
%{_kf5_bindir}/kritarunner
|
||||
%{_kf5_applicationsdir}/*.desktop
|
||||
%{_kf5_sharedir}/krita/
|
||||
%{_kf5_appstreamdir}/
|
||||
%{_kf5_libdir}/libkrita*.so.*
|
||||
%{_kf5_libdir}/kritaplugins/
|
||||
%{_kf5_libdir}/krita-python-libs/
|
||||
%{_kf5_qmldir}
|
||||
%{_kf5_sharedir}/kritaplugins/
|
||||
%{_kf5_sharedir}/color/
|
||||
%{_kf5_sharedir}/color-schemes/
|
||||
|
Reference in New Issue
Block a user