forked from pool/frameworkintegration
Accepting request 295513 from KDE:Frameworks5
Update to 5.9.0. OBS-URL: https://build.opensuse.org/request/show/295513 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frameworkintegration?expand=0&rev=18
This commit is contained in:
commit
33576f247f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ee0c7dbfa1e63cc470a1d32805e6c726aa9a54d5d776ec81e20787eb4b34b87
|
||||
size 1776372
|
3
frameworkintegration-5.9.0.tar.xz
Normal file
3
frameworkintegration-5.9.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9b7755ed04e935a7bf6ca04cf67b8af55f37415d7756f0f8ee174a7b7e9d23a
|
||||
size 1777476
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 4 14:40:42 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.9.0
|
||||
* Fix possible crash when destroying a QSystemTrayIcon
|
||||
(triggered by e.g. Trojita), kde#343976
|
||||
* Fix native modal file dialogs in QML, kde#334963
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.9.0.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 7 16:58:43 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -16,23 +16,24 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
%define lname libKF5Style5
|
||||
%define _tar_path 5.8
|
||||
%define _tar_path 5.9
|
||||
Name: frameworkintegration
|
||||
Version: %{_tar_path}.0
|
||||
Version: 5.9.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 1.8.0
|
||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kconfig-devel >= %{kf5_version}
|
||||
BuildRequires: kconfigwidgets-devel >= %{kf5_version}
|
||||
BuildRequires: kconfig-devel >= %{_tar_path}
|
||||
BuildRequires: kconfigwidgets-devel >= %{_tar_path}
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: ki18n-devel >= %{kf5_version}
|
||||
BuildRequires: kiconthemes-devel >= %{kf5_version}
|
||||
BuildRequires: kio-devel >= %{kf5_version}
|
||||
BuildRequires: knotifications-devel >= %{kf5_version}
|
||||
BuildRequires: kwidgetsaddons-devel >= %{kf5_version}
|
||||
BuildRequires: ki18n-devel >= %{_tar_path}
|
||||
BuildRequires: kiconthemes-devel >= %{_tar_path}
|
||||
BuildRequires: kio-devel >= %{_tar_path}
|
||||
BuildRequires: knotifications-devel >= %{_tar_path}
|
||||
BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
|
||||
BuildRequires: libQt5Gui-private-headers-devel >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
@ -60,7 +61,9 @@ Applications do not need to link to this directly.
|
||||
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
|
||||
Group: System/GUI/KDE
|
||||
Obsoletes: libKF5Style4
|
||||
%if %{with lang}
|
||||
Recommends: %lname-lang = %{version}
|
||||
%endif
|
||||
|
||||
%description -n %lname
|
||||
Framework Integration is a set of plugins responsible for better
|
||||
@ -87,8 +90,8 @@ Summary: Plugins responsible for better integration of Qt applications in
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %lname = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: kconfigwidgets-devel >= %{kf5_version}
|
||||
Requires: kiconthemes-devel >= %{kf5_version}
|
||||
Requires: kconfigwidgets-devel >= %{_tar_path}
|
||||
Requires: kiconthemes-devel >= %{_tar_path}
|
||||
|
||||
%description devel
|
||||
Framework Integration is a set of plugins responsible for better
|
||||
@ -107,15 +110,19 @@ Applications do not need to link to this directly. Development files
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes -s %{buildroot}
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%find_lang %{name}5
|
||||
%if %{with lang}
|
||||
%find_lang %{name}5
|
||||
%endif
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%if %{with lang}
|
||||
%files -n %lname-lang -f %{name}5.lang
|
||||
%endif
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user