SHA256
1
0
forked from pool/svgpart

Accepting request 446176 from KDE:Applications

Update to KDE Applicatons 16.12.0

OBS-URL: https://build.opensuse.org/request/show/446176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/svgpart?expand=0&rev=58
This commit is contained in:
Dominique Leuenberger 2016-12-17 09:58:35 +00:00 committed by Git OBS Bridge
commit d96cb4b1f0
4 changed files with 45 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb6da370e2c09ece3b78dd445615d590f54ba8e4eff8b555afaa61e730c33177
size 9020

3
svgpart-16.12.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc06e909d20ea046f60d7825c71dc8540704c6ff973eda80c1be6b6c59ff1433
size 9168

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Dec 13 20:06:56 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.12.0
* KDE Applications 16.12.0
* https://www.kde.org/announcements/announce-applications-16.12.0.php
-------------------------------------------------------------------
Sat Dec 3 16:49:32 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.11.90
* KDE Applications 16.12.0 RC
* https://www.kde.org/announcements/announce-applications-16.12-rc.php
-------------------------------------------------------------------
Tue Nov 29 12:44:50 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.11.80
* KDE Applications 16.12.0 Beta
* https://www.kde.org/announcements/announce-applications-16.12-beta.php
-------------------------------------------------------------------
Wed Nov 9 06:29:33 UTC 2016 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
#
# spec file for package svgpart
#
# Copyright (c) 2015 SUSE LINUX 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,16 +17,25 @@
Name: svgpart
Version: 16.08.3
Version: 16.12.0
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: SVG viewer component
License: GPL-2.0+
Group: System/GUI/KDE
Url: https://projects.kde.org/projects/kde/kdegraphics/svgpart
Source: %{name}-%{version}.tar.xz
BuildRequires: libkde4-devel
BuildRequires: extra-cmake-modules
BuildRequires: kcoreaddons-devel
BuildRequires: kf5-filesystem
BuildRequires: kparts-devel
BuildRequires: kxmlgui-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%description
An SVG viewer component for KDE (KPart).
@ -35,13 +44,11 @@ An SVG viewer component for KDE (KPart).
%setup -q
%build
%cmake_kde4 -d build
%cmake_kf5 -d build
%make_jobs
%install
cd build
%make_install
%kde_post_install
%kf5_makeinstall -C build
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@ -49,9 +56,8 @@ cd build
%files
%defattr(-,root,root)
%doc COPYING
%dir %{_libdir}/kde4
%{_kde4_libdir}/kde4/svgpart.so
%{_kde4_servicesdir}/svgpart.desktop
%{_kde4_appsdir}/svgpart
%{_kf5_plugindir}/svgpart.so
%{_kf5_servicesdir}/svgpart.desktop
%{_kf5_kxmlguidir}/svgpart/
%changelog