Hello community,

here is the log from the commit of package skanlite for openSUSE:Factory 
checked in at 2016-01-23 01:10:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skanlite (Old)
 and      /work/SRC/openSUSE:Factory/.skanlite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skanlite"

Changes:
--------
--- /work/SRC/openSUSE:Factory/skanlite/skanlite.changes        2014-01-03 
14:53:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.skanlite.new/skanlite.changes   2016-01-23 
01:12:24.000000000 +0100
@@ -1,0 +2,9 @@
+Mon Jan 18 10:13:15 UTC 2016 - tittiatc...@gmail.com
+
+- Update to the latest git snapshot from upstream. This contains
+  the rework done to make it work with KDE Frameworks. Unfortunately
+  this means that the lang package is gone for the moment, but at 
+  least the program is still there as that the required libraries
+  are only available in a KF5 based version
+
+-------------------------------------------------------------------

Old:
----
  skanlite-1.1.tar.xz

New:
----
  skanlite-1.1git.tar.xz

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

Other differences:
------------------
++++++ skanlite.spec ++++++
--- /var/tmp/diff_new_pack.wUofyJ/_old  2016-01-23 01:12:25.000000000 +0100
+++ /var/tmp/diff_new_pack.wUofyJ/_new  2016-01-23 01:12:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package skanlite
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -17,20 +17,27 @@
 
 
 Name:           skanlite
-Version:        1.1
+Version:        1.1git
 Release:        0
 Summary:        Image Scanner Application
 License:        LGPL-2.1+
 Group:          Hardware/Scanner
 Url:            http://kde-apps.org/content/show.php?content=109803
-Source0:        
http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
-BuildRequires:  libkde4-devel
+#Source0:        
http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
+Source0:        %{name}-%{version}.tar.xz
+BuildRequires:  extra-cmake-modules
+BuildRequires:  kcoreaddons-devel
+BuildRequires:  kdoctools-devel
+BuildRequires:  ki18n-devel
+BuildRequires:  kio-devel
+BuildRequires:  ktextwidgets-devel
+BuildRequires:  kxmlgui-devel
 BuildRequires:  libksane-devel
-BuildRequires:  oxygen-icon-theme
+BuildRequires:  libpng-devel
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Test)
 Recommends:     %{name}-doc = %{version}
-Recommends:     %{name}-lang = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
 
 %description
 Skanlite is an image scanner application for KDE 4.
@@ -43,40 +50,24 @@
 %description doc
 This package provides the documentation for skanlite.
 
-%lang_package
-
 %prep
-%setup -q
+%setup -q -n %{name}
 
 %build
-%cmake_kde4 -d build
+%cmake_kf5 -d build
 %make_jobs
 
 %install
-%kde4_makeinstall -C build
-
-for i in {16,22,32,48,64}; do
-   mkdir -p %{buildroot}%{_kde4_iconsdir}/hicolor/"$i"x"$i"/apps
-   cp -a %{_kde4_iconsdir}/oxygen/"$i"x"$i"/devices/scanner.png 
%{buildroot}%{_kde4_iconsdir}/hicolor/"$i"x"$i"/apps/
-done
-
-%find_lang %{name}
-
-%kde_post_install
+%kf5_makeinstall -C build
 
 %files
 %defattr(-,root,root,-)
 %doc src/COPYING src/TODO
-%{_kde4_applicationsdir}/skanlite.desktop
-%{_kde4_bindir}/skanlite
-%{_kde4_iconsdir}/hicolor/*/apps/scanner.*
+%{_kf5_applicationsdir}/org.kde.skanlite.desktop
+%{_bindir}/skanlite
 
 %files doc
 %defattr(-,root,root,-)
-%doc %lang(en) %{_kde4_htmldir}/en/skanlite/
-
-%files lang -f %{name}.lang
-%defattr(-,root,root,-)
-%exclude %{_kde4_htmldir}/en/skanlite/
+%doc %lang(en) %{_kf5_htmldir}/en/skanlite/
 
 %changelog


Reply via email to