From f6723ade062206d96dbf0456a4247dd29f15150a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:36:02 +0100 Subject: [PATCH] package created using the webbuild interface [release 1.4.0-1mamba;Tue Nov 07 2023] --- README.md | 1 + lxqt-menu-data.spec | 46 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 lxqt-menu-data.spec diff --git a/README.md b/README.md index 34a0402..766f404 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # lxqt-menu-data +Menu files for LXQt Panel, Configuration Center and PCManFM-Qt/libfm-qt. diff --git a/lxqt-menu-data.spec b/lxqt-menu-data.spec new file mode 100644 index 0000000..a206b47 --- /dev/null +++ b/lxqt-menu-data.spec @@ -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 +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 1.4.0-1mamba +- package created using the webbuild interface