Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2016-09-12 13:27:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and      /work/SRC/openSUSE:Factory/.krita.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "krita"

Changes:
--------
--- /work/SRC/openSUSE:Factory/krita/krita.changes      2016-08-03 
11:44:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2016-09-12 
13:27:10.000000000 +0200
@@ -1,0 +2,16 @@
+Fri Sep  9 20:34:58 UTC 2016 - [email protected]
+
+- Do not install the BreezeDark and BreezeHighContrast color
+  schemes, they are already included in breeze5-style (kde#368093)
+
+-------------------------------------------------------------------
+Thu Sep  8 14:08:14 UTC 2016 - [email protected]
+
+- Update to version 3.0.1
+
+  For a list of changes see:
+  https://krita.org/en/item/krita-3-0-1-update-brings-numerous-fixes/
+
+- Add lang subpackage
+
+-------------------------------------------------------------------

Old:
----
  krita-3.0.tgz

New:
----
  krita-3.0.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ krita.spec ++++++
--- /var/tmp/diff_new_pack.3DJjdr/_old  2016-09-12 13:27:17.000000000 +0200
+++ /var/tmp/diff_new_pack.3DJjdr/_new  2016-09-12 13:27:17.000000000 +0200
@@ -16,13 +16,13 @@
 #
 
 Name:           krita
-Version:        3.0
+Version:        3.0.1
 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://download.kde.org/stable/krita/%{version}/krita-%{version}.tgz
+Source0:        http://files.kde.org/krita/3/source/krita-%{version}.tar.gz
 Source99:       %{name}.changes
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenColorIO-devel
@@ -88,6 +88,7 @@
 BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.3
 BuildRequires:  pkgconfig(xrandr)
+Recommends:     %{name}-lang = %{version}
 Recommends:     create-resources
 %if %{suse_version} > 1320 || 0%{?is_opensuse}
 Obsoletes:      calligra-krita < %{version}
@@ -100,6 +101,8 @@
 %description
 Krita is the image manipulation application of the Calligra Suite.
 
+%lang_package
+
 %prep
 %setup -q -n krita-%{version}
 
@@ -111,12 +114,14 @@
 
 
 %build
-%cmake_kf5 -d build
+# install translations to %{_kf5_localedir} so they don't clash with the krita 
translations in calligra-l10n (KDE4 based)
+# can probably be changed back to the standard location when calligra is KF5 
based...
+%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
 %make_jobs
 
 %install
 %kf5_makeinstall -C build 
-%suse_update_desktop_file -r krita      Qt KDE Graphics RasterGraphics
+%suse_update_desktop_file -r org.kde.krita      Qt KDE Graphics RasterGraphics
 
 chmod -x %{buildroot}/%{_kf5_applicationsdir}/*.desktop
 
@@ -127,6 +132,12 @@
     rm %{buildroot}%{_kf5_libdir}/libkrita${i}.so
 done
 
+# remove color schemes that are already included in breeze5 (kde#368093)
+for i in BreezeDark BreezeHighContrast
+do
+    rm %{buildroot}/%{_kf5_sharedir}/color-schemes/${i}.colors
+done
+
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -137,7 +148,7 @@
 %{_kf5_bindir}/gmicparser
 %{_kf5_applicationsdir}/*.desktop
 %{_kf5_sharedir}/krita/
-%{_kf5_sharedir}/appdata/
+%{_kf5_appstreamdir}/
 %{_kf5_libdir}/kritaplugins/
 %{_kf5_libdir}/libkritacolord.so
 %{_kf5_sharedir}/kritaplugins/
@@ -153,4 +164,8 @@
 %dir %{_kf5_iconsdir}/hicolor/512x512/apps
 %config %{_kf5_configdir}/krita*
 
+%files lang
+%defattr(-,root,root,-)
+%{_kf5_localedir}
+
 %changelog


Reply via email to