Accepting request 399334 from home:adrianSuSE
krita 3.0 build using official tar ball OBS-URL: https://build.opensuse.org/request/show/399334 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=1
This commit is contained in:
commit
98536add30
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
krita-3.0.tgz
Normal file
3
krita-3.0.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cea85623b709d6d32084c98a0fd76b97ad96d11be9808fca9fcaad2839a9c5a
|
||||
size 193020370
|
5
krita.changes
Normal file
5
krita.changes
Normal file
@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 1 07:20:43 UTC 2016 - adrian@suse.de
|
||||
|
||||
- initial package of version 3.0
|
||||
|
148
krita.spec
Normal file
148
krita.spec
Normal file
@ -0,0 +1,148 @@
|
||||
#
|
||||
# spec file for package calligra
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
Name: krita
|
||||
Version: 3.0
|
||||
Release: 0
|
||||
Summary: Image Manipulation Application
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
Group: Productivity/Office/Suite
|
||||
Url: http://www.krita.org/
|
||||
Source0: http://ftp5.gwdg.de/pub/linux/kde/stable/krita/%{version}/krita-%{version}.tgz
|
||||
BuildRequires: Mesa-devel
|
||||
BuildRequires: OpenColorIO-devel
|
||||
BuildRequires: OpenEXR-devel
|
||||
BuildRequires: Vc-devel-static
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: fftw3-devel
|
||||
BuildRequires: gsl-devel
|
||||
BuildRequires: karchive-devel
|
||||
BuildRequires: kcompletion-devel
|
||||
BuildRequires: kconfig-devel
|
||||
BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kguiaddons-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kiconthemes-devel
|
||||
BuildRequires: kio-devel
|
||||
BuildRequires: kitemmodels-devel
|
||||
BuildRequires: kitemviews-devel
|
||||
BuildRequires: kwidgetsaddons-devel
|
||||
BuildRequires: kwindowsystem-devel
|
||||
BuildRequires: kxmlgui-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libeigen3-devel
|
||||
BuildRequires: libexiv2-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libkdcraw-devel
|
||||
BuildRequires: liblcms-devel
|
||||
BuildRequires: liblcms2-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpoppler-qt5-devel
|
||||
BuildRequires: libraw-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: openjpeg-devel
|
||||
BuildRequires: perl
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5DBus)
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5Network)
|
||||
BuildRequires: pkgconfig(Qt5OpenGL)
|
||||
BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||
BuildRequires: pkgconfig(Qt5Qml)
|
||||
BuildRequires: pkgconfig(Qt5Quick)
|
||||
BuildRequires: pkgconfig(Qt5Script)
|
||||
BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5UiTools)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
BuildRequires: pkgconfig(Qt5Xml)
|
||||
BuildRequires: pkgconfig(inputproto) >= 2.0.99.1
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb-atom)
|
||||
BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xfixes)
|
||||
BuildRequires: pkgconfig(xi) >= 1.4.99.1
|
||||
BuildRequires: pkgconfig(xinerama)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.3
|
||||
BuildRequires: pkgconfig(xrandr)
|
||||
Recommends: create-resources
|
||||
Recommends: libwacom2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Krita is the image manipulation application of the Calligra Suite.
|
||||
|
||||
%package devel
|
||||
Summary: Krita Build Environment
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description devel
|
||||
Development headers and libraries for Krita.
|
||||
|
||||
%prep
|
||||
%setup -q -n krita-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
# This file is packaged also in kimageformats
|
||||
rm -rf %{buildroot}%{_kf5_plugindir}/imageformats/kimg_kra.so
|
||||
rm -rf %{buildroot}%{_kf5_plugindir}/imageformats/kimg_ora.so
|
||||
|
||||
%suse_update_desktop_file -r krita Qt KDE Graphics RasterGraphics
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_kf5_bindir}/krita
|
||||
%{_kf5_bindir}/gmicparser
|
||||
%{_kf5_applicationsdir}/*.desktop
|
||||
%{_kf5_sharedir}/krita/
|
||||
%{_kf5_sharedir}/appdata/
|
||||
%{_kf5_libdir}/libkrita*.so.*
|
||||
%{_kf5_libdir}/kritaplugins/
|
||||
%{_kf5_libdir}/libkritacolord.so
|
||||
%{_kf5_sharedir}/kritaplugins/
|
||||
%{_kf5_sharedir}/color/
|
||||
%{_kf5_sharedir}/color-schemes/
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/calligrakrita.*
|
||||
%dir %{_kf5_iconsdir}/hicolor/1024x1024
|
||||
%dir %{_kf5_iconsdir}/hicolor/1024x1024/apps
|
||||
%dir %{_kf5_iconsdir}/hicolor/256x256
|
||||
%dir %{_kf5_iconsdir}/hicolor/256x256/apps
|
||||
%dir %{_kf5_iconsdir}/hicolor/512x512
|
||||
%dir %{_kf5_iconsdir}/hicolor/512x512/apps
|
||||
%{_kf5_configdir}/krita*
|
||||
|
||||
%files devel
|
||||
%{_kf5_libdir}/libkrita*.so
|
||||
%exclude %{_kf5_libdir}/libkritacolord.so
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user