package created using the webbuild interface [release 5.10.5-1mamba;Fri Oct 06 2017]
This commit is contained in:
parent
d91c1441a6
commit
b1e2b37011
@ -1,2 +1,4 @@
|
||||
# plymouth-kcm
|
||||
|
||||
KDE Plasma 5 configuration tool for the Plymouth bootsplash manager.
|
||||
|
||||
|
78
plymouth-kcm.spec
Normal file
78
plymouth-kcm.spec
Normal file
@ -0,0 +1,78 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: plymouth-kcm
|
||||
Version: 5.10.5
|
||||
Release: 1mamba
|
||||
Summary: KDE Plasma 5 configuration tool for the Plymouth bootsplash manager
|
||||
Group: Graphical Destkop/Applications/Configuration
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.kde.org
|
||||
Source: https://download.kde.org/stable/plasma/%{version}/plymouth-kcm-%{version}.tar.xz
|
||||
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libattica5-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkarchive-devel
|
||||
BuildRequires: libkauth-devel
|
||||
BuildRequires: libkcodecs-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkconfigwidgets-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkdeclarative-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkio-devel
|
||||
BuildRequires: libknewstuff-devel
|
||||
BuildRequires: libkpackage-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libkxmlgui-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: rpm-macros-kde5
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
KDE Plasma 5 configuration tool for the Plymouth bootsplash manager.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmplymouth.conf
|
||||
%{_sysconfdir}/xdg/plymouth.knsrc
|
||||
%{_bindir}/kplymouththemeinstaller
|
||||
%{_libdir}/qt5/plugins/kcms/kcm_plymouth.so
|
||||
%{_libexecdir}/kf5/kauth/plymouthhelper
|
||||
%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmplymouth.service
|
||||
%dir %{_datadir}/kpackage/kcms/kcm_plymouth
|
||||
%{_datadir}/kpackage/kcms/kcm_plymouth/*
|
||||
%{_datadir}/kservices5/kcm_plymouth.desktop
|
||||
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmplymouth.policy
|
||||
%doc COPYING COPYING.LIB
|
||||
|
||||
%changelog
|
||||
* Fri Oct 06 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 5.10.5-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user