Accepting request 536331 from KDE:Frameworks5

KDE Frameworks 5.39.0

OBS-URL: https://build.opensuse.org/request/show/536331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami2?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2017-10-27 11:55:50 +00:00 committed by Git OBS Bridge
commit 65168d09d8
5 changed files with 35 additions and 7 deletions

3
baselibs.conf Normal file
View File

@ -0,0 +1,3 @@
libKF5Kirigami2-5
kirigami2-devel
requires "libKF5Kirigami2-5-<targettype> = <version>"

View File

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

3
kirigami2-5.39.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 23 06:41:41 CEST 2017 - lbeltrame@kde.org
* Update to 5.39.0
-------------------------------------------------------------------
Tue Sep 19 23:18:57 CEST 2017 - lbeltrame@kde.org

View File

@ -16,16 +16,18 @@
#
%define lname libKF5Kirigami2-5
%bcond_without lang
%define _tar_path 5.38
%define _tar_path 5.39
Name: kirigami2
Version: 5.38.0
Version: 5.39.0
Release: 0
Summary: Set of QtQuick components
License: LGPL-2.1+
Group: Development/Libraries/KDE
Url: http://www.kde.org/
Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRequires: extra-cmake-modules >= %{_tar_path}
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5Declarative) >= %{_tar_path}
@ -46,6 +48,15 @@ Recommends: %{name}-lang = %{version}
%description
QtQuick plugins to build user interfaces based on the KDE UX guidelines.
%package -n %{lname}
Summary: Set of QtQuick components
Group: System/Libraries
Recommends: %{name} = %{version}
%description -n %{lname}
QtQuick plugins to build user interfaces based on the KDE UX guidelines.
Based on Qt Quick Controls 2. This package contains the base shared libraries.
%package devel
Summary: Development package for kirigami
Group: Development/Libraries/KDE
@ -75,14 +86,22 @@ Development files.
%files lang -f libkirigami2plugin.lang
%endif
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc LICENSE*
%{_kf5_qmldir}/
%files -n %{lname}
%doc LICENSE*
%{_kf5_libdir}/libKF5Kirigami2.so.*
%files devel
%defattr(-,root,root)
%dir %{_kf5_includedir}/Kirigami2/
%{_kf5_includedir}/Kirigami2/*
%{_libdir}/cmake/KF5Kirigami2/
%{_kf5_libdir}/libKF5Kirigami2.so
%{_kf5_mkspecsdir}/qt_Kirigami2.pri
%changelog