forked from pool/frameworkintegration
Accepting request 630582 from KDE:Frameworks5
Update to 5.49.0 OBS-URL: https://build.opensuse.org/request/show/630582 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frameworkintegration?expand=0&rev=60
This commit is contained in:
commit
f891bd8ebf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1e55cb94774fe766e0c6b7b06b7bbe042671c3122204c35ca5b614d6ec0849d9
|
|
||||||
size 1753284
|
|
3
frameworkintegration-5.49.0.tar.xz
Normal file
3
frameworkintegration-5.49.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dd3d965979edea79b6a39e8a9450c92a3edcce4775e1caff701f0ce36d9624da
|
||||||
|
size 1753276
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 19 09:18:43 UTC 2018 - christophe@krop.fr
|
||||||
|
|
||||||
|
- Update to 5.49.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.49.0.php
|
||||||
|
- Changes since 5.48.0:
|
||||||
|
* Honor BUILD_TESTING
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 16 04:37:34 UTC 2018 - lbeltrame@kde.org
|
Mon Jul 16 04:37:34 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -17,14 +17,20 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Style5
|
%define lname libKF5Style5
|
||||||
%define _tar_path 5.48
|
%define _tar_path 5.49
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# Last major and minor KF5 version (e.g. 5.33)
|
||||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
Name: frameworkintegration
|
Name: frameworkintegration
|
||||||
Version: 5.48.0
|
Version: 5.49.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
|
||||||
|
License: LGPL-2.1-or-later
|
||||||
|
Group: System/GUI/KDE
|
||||||
|
URL: http://www.kde.org
|
||||||
|
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
||||||
|
Source1: baselibs.conf
|
||||||
BuildRequires: cmake >= 3.0
|
BuildRequires: cmake >= 3.0
|
||||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -37,9 +43,7 @@ BuildRequires: kio-devel >= %{_kf5_bugfix_version}
|
|||||||
BuildRequires: knotifications-devel >= %{_kf5_bugfix_version}
|
BuildRequires: knotifications-devel >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: kpackage-devel >= %{_kf5_bugfix_version}
|
BuildRequires: kpackage-devel >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version}
|
BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version}
|
||||||
%if 0%{?suse_version} >= 1330 || (0%{?sle_version} >= 120200 && 0%{?is_opensuse})
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: cmake(AppStreamQt) >= 0.10.4
|
|
||||||
%endif
|
|
||||||
BuildRequires: cmake(KF5NewStuff)
|
BuildRequires: cmake(KF5NewStuff)
|
||||||
BuildRequires: cmake(Qt5DBus) >= 5.6.0
|
BuildRequires: cmake(Qt5DBus) >= 5.6.0
|
||||||
BuildRequires: cmake(Qt5Widgets) >= 5.6.0
|
BuildRequires: cmake(Qt5Widgets) >= 5.6.0
|
||||||
@ -48,13 +52,9 @@ BuildRequires: cmake(packagekitqt5)
|
|||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xcb)
|
BuildRequires: pkgconfig(xcb)
|
||||||
BuildRequires: pkgconfig(xcursor)
|
BuildRequires: pkgconfig(xcursor)
|
||||||
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
|
%if 0%{?suse_version} >= 1330 || (0%{?sle_version} >= 120200 && 0%{?is_opensuse})
|
||||||
License: LGPL-2.1-or-later
|
BuildRequires: cmake(AppStreamQt) >= 0.10.4
|
||||||
Group: System/GUI/KDE
|
%endif
|
||||||
Url: http://www.kde.org
|
|
||||||
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
|
||||||
Source1: baselibs.conf
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Framework Integration is a set of plugins responsible for better
|
Framework Integration is a set of plugins responsible for better
|
||||||
@ -63,13 +63,13 @@ KDE Plasma workspace.
|
|||||||
|
|
||||||
Applications do not need to link to this directly.
|
Applications do not need to link to this directly.
|
||||||
|
|
||||||
%package -n %lname
|
%package -n %{lname}
|
||||||
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: %lname-lang < %{version}
|
Obsoletes: %{lname}-lang < %{version}
|
||||||
Obsoletes: libKF5Style4
|
Obsoletes: libKF5Style4
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %{lname}
|
||||||
Framework Integration is a set of plugins responsible for better
|
Framework Integration is a set of plugins responsible for better
|
||||||
integration of Qt applications when running on a
|
integration of Qt applications when running on a
|
||||||
KDE Plasma workspace.
|
KDE Plasma workspace.
|
||||||
@ -79,8 +79,8 @@ Applications do not need to link to this directly.
|
|||||||
%package plugin
|
%package plugin
|
||||||
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
|
||||||
Conflicts: %lname < 5.6.0
|
|
||||||
Requires: plasma5-integration-plugin
|
Requires: plasma5-integration-plugin
|
||||||
|
Conflicts: %{lname} < 5.6.0
|
||||||
|
|
||||||
%description plugin
|
%description plugin
|
||||||
Framework Integration is a set of plugins responsible for better
|
Framework Integration is a set of plugins responsible for better
|
||||||
@ -92,7 +92,7 @@ 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
|
||||||
Requires: %lname = %{version}
|
Requires: %{lname} = %{version}
|
||||||
Requires: extra-cmake-modules
|
Requires: extra-cmake-modules
|
||||||
Requires: kconfigwidgets-devel >= %{_kf5_bugfix_version}
|
Requires: kconfigwidgets-devel >= %{_kf5_bugfix_version}
|
||||||
Requires: kiconthemes-devel >= %{_kf5_bugfix_version}
|
Requires: kiconthemes-devel >= %{_kf5_bugfix_version}
|
||||||
@ -115,11 +115,10 @@ Applications do not need to link to this directly. Development files
|
|||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %{lname} -p /sbin/ldconfig
|
||||||
|
%postun -n %{lname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%files -n %{lname}
|
||||||
|
|
||||||
%files -n %lname
|
|
||||||
%license COPYING*
|
%license COPYING*
|
||||||
%doc README*
|
%doc README*
|
||||||
%{_kf5_libdir}/libKF5Style.so.*
|
%{_kf5_libdir}/libKF5Style.so.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user