forked from pool/kinfocenter5
Accepting request 899991 from home:Vogtinator:plasma5.22
- Add missing pkgconfig(libusb-1.0) BuildRequires (boo#1187319) - Mention all KCMs in %files explicitly OBS-URL: https://build.opensuse.org/request/show/899991 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinfocenter5?expand=0&rev=318
This commit is contained in:
parent
bb42203f6b
commit
b76f0babf8
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 14 20:17:19 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Add missing pkgconfig(libusb-1.0) BuildRequires (boo#1187319)
|
||||
- Mention all KCMs in %files explicitly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 3 13:06:12 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -70,6 +70,7 @@ BuildRequires: cmake(Qt5Core) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Gui)
|
||||
BuildRequires: cmake(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(egl)
|
||||
BuildRequires: pkgconfig(libusb-1.0)
|
||||
%ifarch %arm aarch64
|
||||
BuildRequires: pkgconfig(glesv2)
|
||||
%else
|
||||
@ -106,7 +107,19 @@ KDE Utility that provides information about a computer system.
|
||||
%files
|
||||
%license LICENSES/*.txt
|
||||
%{_kf5_bindir}/kinfocenter
|
||||
%{_kf5_plugindir}/
|
||||
%dir %{_kf5_plugindir}/
|
||||
%{_kf5_plugindir}/kcm_about_distro.so
|
||||
%{_kf5_plugindir}/kcm_devinfo.so
|
||||
%{_kf5_plugindir}/kcm_info.so
|
||||
%{_kf5_plugindir}/kcm_memory.so
|
||||
%{_kf5_plugindir}/kcm_opengl.so
|
||||
%{_kf5_plugindir}/kcm_pci.so
|
||||
%{_kf5_plugindir}/kcm_usb.so
|
||||
%{_kf5_plugindir}/kcm_view1394.so
|
||||
%dir %{_kf5_plugindir}/kcms/
|
||||
%{_kf5_plugindir}/kcms/kcm_energyinfo.so
|
||||
%{_kf5_plugindir}/kcms/kcm_nic.so
|
||||
%{_kf5_plugindir}/kcms/kcm_samba.so
|
||||
%{_kf5_applicationsdir}/org.kde.kinfocenter.desktop
|
||||
%dir %{_kf5_htmldir}/en
|
||||
%dir %{_kf5_htmldir}
|
||||
|
Loading…
Reference in New Issue
Block a user