package created using the webbuild interface [release 23.08.0-1mamba;Sun Aug 27 2023]
This commit is contained in:
parent
2febef711a
commit
b01db1710f
@ -1,2 +1,4 @@
|
||||
# merkuro
|
||||
|
||||
A Kirigami-based calendar and task management application that uses Akonadi.
|
||||
|
||||
|
105
merkuro.spec
Normal file
105
merkuro.spec
Normal file
@ -0,0 +1,105 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: merkuro
|
||||
Version: 23.08.0
|
||||
Release: 1mamba
|
||||
Summary: A Kirigami-based calendar and task management application that uses Akonadi
|
||||
Group: Graphical Destkop/Applications/Office
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org
|
||||
Source: https://download.kde.org/stable/release-service/%{version}/src/merkuro-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Svg-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libakonadi-calendar-devel
|
||||
BuildRequires: libakonadi-contacts-devel
|
||||
BuildRequires: libakonadi-devel
|
||||
BuildRequires: libakonadi-mime-devel
|
||||
BuildRequires: libassuan-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgpgme-devel
|
||||
BuildRequires: libgrantlee-devel
|
||||
BuildRequires: libgrantleetheme-devel
|
||||
BuildRequires: libkauth-devel
|
||||
BuildRequires: libkcalendarcore-devel
|
||||
BuildRequires: libkcalutils-devel
|
||||
BuildRequires: libkcodecs-devel
|
||||
BuildRequires: libkcompletion-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkconfigwidgets-devel
|
||||
BuildRequires: libkcontacts-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkdbusaddons-devel
|
||||
BuildRequires: libkdepim-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkidentitymanagement-devel
|
||||
BuildRequires: libkimap-devel
|
||||
BuildRequires: libkio-devel
|
||||
BuildRequires: libkitemmodels-devel
|
||||
BuildRequires: libkleo-devel
|
||||
BuildRequires: libkmime-devel
|
||||
BuildRequires: libkpimtextedit-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libktextaddons-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libkwindowsystem-devel
|
||||
BuildRequires: libkxmlgui-devel
|
||||
BuildRequires: libmailcommon-devel
|
||||
BuildRequires: libpimcommon-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: messagelib-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
BuildRequires: qt5-qtquickcontrols2-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: rpm-macros-kde5
|
||||
BuildRequires: extra-cmake-modules
|
||||
|
||||
%description
|
||||
A Kirigami-based calendar and task management application that uses Akonadi.
|
||||
|
||||
%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)
|
||||
%{_bindir}/merkuro-calendar
|
||||
%{_bindir}/merkuro-contact
|
||||
%{_bindir}/merkuro-mail
|
||||
%{_libdir}/qt5/qml/org/kde/akonadi/*
|
||||
%dir %{_libdir}/qt5/qml/org/kde/merkuro
|
||||
%{_libdir}/qt5/qml/org/kde/merkuro/*
|
||||
%{_datadir}/applications/org.kde.merkuro.*.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/org.kde.merkuro.*.png
|
||||
%{_datadir}/metainfo/org.kde.merkuro.*.metainfo.xml
|
||||
%{_datadir}/metainfo/org.kde.merkuro.contact.appdata.xml
|
||||
%dir %{_datadir}/plasma/plasmoids/org.kde.merkuro.contact
|
||||
%{_datadir}/plasma/plasmoids/org.kde.merkuro.contact/*
|
||||
%{_datadir}/qlogging-categories5/akonadi.quick.categories
|
||||
%{_datadir}/qlogging-categories5/merkuro.categories
|
||||
%{_datadir}/qlogging-categories5/merkuro.contact.categories
|
||||
%doc LICENSES
|
||||
|
||||
%changelog
|
||||
* Sun Aug 27 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 23.08.0-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user