package created using the webbuild interface [release 1.4.0-1mamba;Tue Nov 07 2023]
This commit is contained in:
parent
7162da8f34
commit
f6723ade06
@ -1,2 +1,3 @@
|
|||||||
# lxqt-menu-data
|
# lxqt-menu-data
|
||||||
|
|
||||||
|
Menu files for LXQt Panel, Configuration Center and PCManFM-Qt/libfm-qt.
|
||||||
|
46
lxqt-menu-data.spec
Normal file
46
lxqt-menu-data.spec
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
Name: lxqt-menu-data
|
||||||
|
Version: 1.4.0
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: Menu files for LXQt Panel, Configuration Center and PCManFM-Qt/libfm-qt
|
||||||
|
Group: System/Tools
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: https://github.com/lxqt/lxqt-menu-data
|
||||||
|
Source: https://github.com/lxqt/lxqt-menu-data.git/%{version}/lxqt-menu-data-%{version}.tar.bz2
|
||||||
|
License: LGPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: cmake
|
||||||
|
|
||||||
|
%description
|
||||||
|
Menu files for LXQt Panel, Configuration Center and PCManFM-Qt/libfm-qt.
|
||||||
|
|
||||||
|
#% debug_package
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake
|
||||||
|
%cmake_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%cmake_install
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_sysconfdir}/xdg/menus/lxqt-*.menu
|
||||||
|
%dir %{_datadir}/desktop-directories
|
||||||
|
%{_datadir}/desktop-directories/lxqt-*.directory
|
||||||
|
%dir %{_datadir}/cmake/lxqt-menu-data
|
||||||
|
%{_datadir}/cmake/lxqt-menu-data/lxqt-menu-data-config*.cmake
|
||||||
|
%doc LICENSE
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Nov 07 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user