]> git.pld-linux.org Git - packages/kp5-plasma-thunderbolt.git/blame - kp5-plasma-thunderbolt.spec
- updated to 5.23.1
[packages/kp5-plasma-thunderbolt.git] / kp5-plasma-thunderbolt.spec
CommitLineData
bb0c50f2 1%define kdeplasmaver 5.23.1
1b7cfc85
WF
2%define qtver 5.9.0
3%define kpname plasma-thunderbolt
4%define kf5ver 5.39.0
5
6Summary: plasma-nm
7Name: kp5-%{kpname}
bb0c50f2 8Version: 5.23.1
1b7cfc85
WF
9Release: 1
10License: LGPL v2.1+
11Group: X11/Libraries
12Source0: http://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
bb0c50f2 13# Source0-md5: 2d7609382cd96ea11749a63b970cc19b
1b7cfc85
WF
14URL: http://www.kde.org/
15BuildRequires: Qt5Core-devel >= 5.15.0
16BuildRequires: Qt5DBus-devel >= 5.15.0
17BuildRequires: Qt5Gui-devel >= 5.15.0
18BuildRequires: Qt5Network-devel >= 5.15.2
19BuildRequires: Qt5Qml-devel >= 5.15.2
20BuildRequires: Qt5Quick-devel >= 5.15.0
21BuildRequires: cmake >= 2.8.12
22BuildRequires: gettext-devel
23BuildRequires: kf5-extra-cmake-modules >= 5.70
24BuildRequires: kf5-kauth-devel >= 5.85.0
25BuildRequires: kf5-kcmutils-devel >= 5.70
26BuildRequires: kf5-kcodecs-devel >= 5.85.0
27BuildRequires: kf5-kconfig-devel >= 5.85.0
28BuildRequires: kf5-kcoreaddons-devel >= 5.85.0
29BuildRequires: kf5-kdbusaddons-devel >= 5.70
30BuildRequires: kf5-kdeclarative-devel >= 5.70
31BuildRequires: kf5-ki18n-devel >= 5.70
32BuildRequires: kf5-knotifications-devel >= 5.70
33BuildRequires: kf5-kpackage-devel >= 5.85.0
34BuildRequires: kf5-kservice-devel >= 5.85.0
35BuildRequires: ninja
36BuildRequires: pkgconfig
37BuildRequires: rpmbuild(macros) >= 1.164
38BuildRequires: xz
39BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
40
41%define qt5dir %{_libdir}/qt5
42
43%description
44This repository contains a Plasma Sytem Settings module and a KDED
45module to handle authorization of Thunderbolt devices connected to the
46computer. There's also a shared library (libkbolt) that implements
47common interface between the modules and the system-wide bolt daemon,
48which does the actual hard work of talking to the kernel.
49
50%prep
51%setup -q -n %{kpname}-%{version}
52
53%build
54install -d build
55cd build
56%cmake -G Ninja \
57 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
58 -DHTML_INSTALL_DIR=%{_kdedocdir} \
59 ../
60%ninja_build
61
62%install
63rm -rf $RPM_BUILD_ROOT
64%ninja_install -C build
65
66%find_lang %{kpname} --all-name --with-kde
67
68%clean
69rm -rf $RPM_BUILD_ROOT
70
71%post -p /sbin/ldconfig
72%postun -p /sbin/ldconfig
73
74%files -f %{kpname}.lang
75%defattr(644,root,root,755)
76%{_libdir}/libkbolt.so
77%{_libdir}/qt5/plugins/kcms/kcm_bolt.so
78%{_libdir}/qt5/plugins/kf5/kded/kded_bolt.so
79%{_datadir}/knotifications5/kded_bolt.notifyrc
80%dir %{_datadir}/kpackage/kcms/kcm_bolt
81%dir %{_datadir}/kpackage/kcms/kcm_bolt/contents
82%dir %{_datadir}/kpackage/kcms/kcm_bolt/contents/ui
83%{_datadir}/kpackage/kcms/kcm_bolt/contents/ui/DeviceList.qml
84%{_datadir}/kpackage/kcms/kcm_bolt/contents/ui/DeviceView.qml
85%{_datadir}/kpackage/kcms/kcm_bolt/contents/ui/main.qml
86%{_datadir}/kpackage/kcms/kcm_bolt/contents/ui/utils.js
87%{_datadir}/kpackage/kcms/kcm_bolt/metadata.desktop
88%{_datadir}/kpackage/kcms/kcm_bolt/metadata.json
89%{_datadir}/kservices5/kcm_bolt.desktop
This page took 0.152038 seconds and 4 git commands to generate.