package created using the webbuild interface [release 5.27.0-1mamba;Sun Feb 19 2023]
This commit is contained in:
parent
77a7af94ee
commit
4e846152bd
@ -1,2 +1,4 @@
|
|||||||
# flatpak-kcm
|
# flatpak-kcm
|
||||||
|
|
||||||
|
Flatpak Permissions Management KCM. The KCM allows changing what permissions have been granted to installed Flatpak applications.
|
||||||
|
|
||||||
|
62
flatpak-kcm.spec
Normal file
62
flatpak-kcm.spec
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
|
Name: flatpak-kcm
|
||||||
|
Version: 5.27.0
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: KDE Plasma Flatpak Permissions Management KCM
|
||||||
|
Group: Graphical Desktop/Applications/Configuration
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: https://kde.org
|
||||||
|
Source: https://download.kde.org/stable/plasma/%{version}/flatpak-kcm-%{version}.tar.xz
|
||||||
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libflatpak-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libkconfig-devel
|
||||||
|
BuildRequires: libkcoreaddons-devel
|
||||||
|
BuildRequires: libkdeclarative-devel
|
||||||
|
BuildRequires: libki18n-devel
|
||||||
|
BuildRequires: libostree-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
BuildRequires: qt5-qtdeclarative-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: cmake
|
||||||
|
BuildRequires: rpm-macros-kde5
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
|
|
||||||
|
%description
|
||||||
|
Flatpak Permissions Management KCM. The KCM allows changing what permissions have been granted to installed Flatpak applications.
|
||||||
|
|
||||||
|
%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 --with-man --with-html --all-name || touch %{name}5_qt.lang
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files -f %{name}5_qt.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/qt5/plugins/plasma/kcms/systemsettings/kcm_flatpak.so
|
||||||
|
%{_datadir}/applications/kcm_flatpak.desktop
|
||||||
|
%{_datadir}/kpackage/kcms/kcm_flatpak/contents/ui/main.qml
|
||||||
|
%{_datadir}/kpackage/kcms/kcm_flatpak/contents/ui/permissions.qml
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sun Feb 19 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.27.0-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user