Accepting request 280377 from KDE:Frameworks5
Update to 5.6.0. OBS-URL: https://build.opensuse.org/request/show/280377 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frameworkintegration?expand=0&rev=13
This commit is contained in:
commit
83e6473825
@ -1,3 +1,5 @@
|
|||||||
libKF5Style5
|
libKF5Style5
|
||||||
|
frameworkintegration-plugin
|
||||||
|
conflicts "libKF5Style5-<targettype> < 5.6.0"
|
||||||
frameworkintegration-devel
|
frameworkintegration-devel
|
||||||
requires "libKF5Style5-<targettype> = <version>"
|
requires "libKF5Style5-<targettype> = <version>"
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5fdddc08514f169146dab0eed439db203fe3312b5127f36d249cdcf879a0019d
|
|
||||||
size 1771792
|
|
3
frameworkintegration-5.6.0.tar.xz
Normal file
3
frameworkintegration-5.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:106b19dead862eb5e16da194f19ab30828dd6147bd97c583afe8dfae053c054e
|
||||||
|
size 1774020
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 3 18:03:16 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.6.0
|
||||||
|
* Fix handling of palette change events (kde#336813)
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/kde-frameworks-5.6.0.php
|
||||||
|
- Split the integration plugin into separate package
|
||||||
|
- Make sure that the plugin uses exact libQt5Gui5 version it was
|
||||||
|
compiled against, due to usage of private Qt headers
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 6 12:53:38 UTC 2014 - hrvoje.senjan@gmail.com
|
Sat Dec 6 12:53:38 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package frameworkintegration
|
# spec file for package frameworkintegration
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,11 +18,11 @@
|
|||||||
|
|
||||||
%define lname libKF5Style5
|
%define lname libKF5Style5
|
||||||
Name: frameworkintegration
|
Name: frameworkintegration
|
||||||
Version: 5.5.0
|
Version: 5.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version %{version}
|
%define kf5_version %{version}
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
BuildRequires: extra-cmake-modules >= 1.5.0
|
BuildRequires: extra-cmake-modules >= 1.6.0
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kconfig-devel >= %{kf5_version}
|
BuildRequires: kconfig-devel >= %{kf5_version}
|
||||||
BuildRequires: kconfigwidgets-devel >= %{kf5_version}
|
BuildRequires: kconfigwidgets-devel >= %{kf5_version}
|
||||||
@ -42,7 +42,7 @@ Summary: Plugins responsible for better integration of Qt applications in
|
|||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Source: http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz
|
Source: http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -57,7 +57,6 @@ Applications do not need to link to this directly.
|
|||||||
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
|
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Obsoletes: libKF5Style4
|
Obsoletes: libKF5Style4
|
||||||
Provides: frameworkintegration-plugin
|
|
||||||
Recommends: %lname-lang = %{version}
|
Recommends: %lname-lang = %{version}
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
@ -67,6 +66,19 @@ KDE Plasma workspace.
|
|||||||
|
|
||||||
Applications do not need to link to this directly.
|
Applications do not need to link to this directly.
|
||||||
|
|
||||||
|
%package plugin
|
||||||
|
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
|
||||||
|
Group: System/GUI/KDE
|
||||||
|
Conflicts: %lname < 5.6.0
|
||||||
|
%requires_eq libQt5Gui5
|
||||||
|
|
||||||
|
%description plugin
|
||||||
|
Framework Integration is a set of plugins responsible for better
|
||||||
|
integration of Qt applications when running on a
|
||||||
|
KDE Plasma workspace.
|
||||||
|
|
||||||
|
Applications do not need to link to this directly.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
|
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
@ -106,6 +118,10 @@ Applications do not need to link to this directly. Development files
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING* README*
|
%doc COPYING* README*
|
||||||
%{_kf5_libdir}/libKF5Style.so.*
|
%{_kf5_libdir}/libKF5Style.so.*
|
||||||
|
|
||||||
|
%files plugin
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc COPYING* README*
|
||||||
%{_kf5_datadir}/infopage/
|
%{_kf5_datadir}/infopage/
|
||||||
%{_kf5_plugindir}/
|
%{_kf5_plugindir}/
|
||||||
%{_kf5_notifydir}/
|
%{_kf5_notifydir}/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user