package created using the webbuild interface [release 22.04.0-1mamba;Sun Apr 24 2022]
This commit is contained in:
parent
f45c0f329a
commit
b96196b583
@ -1,2 +1,4 @@
|
||||
# zanshin
|
||||
|
||||
A powerful yet simple application to manage your day to day actions.
|
||||
|
||||
|
86
zanshin.spec
Normal file
86
zanshin.spec
Normal file
@ -0,0 +1,86 @@
|
||||
Name: zanshin
|
||||
Version: 22.04.0
|
||||
Release: 1mamba
|
||||
Summary: A powerful yet simple application to manage your day to day actions
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://zanshin.kde.org/
|
||||
Source: http://mirror.freedif.org/KDE/ftp/stable/release-service/%{version}/src/zanshin-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libakonadi-calendar-devel
|
||||
BuildRequires: libakonadi-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkauth-devel
|
||||
BuildRequires: libkcalendarcore-devel
|
||||
BuildRequires: libkcodecs-devel
|
||||
BuildRequires: libkcompletion-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkconfigwidgets-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkio-devel
|
||||
BuildRequires: libkitemmodels-devel
|
||||
BuildRequires: libkjobwidgets-devel
|
||||
BuildRequires: libkontactinterface-devel
|
||||
BuildRequires: libkpackage-devel
|
||||
BuildRequires: libkparts-devel
|
||||
BuildRequires: libkrunner-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libktextwidgets-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libkwindowsystem-devel
|
||||
BuildRequires: libkxmlgui-devel
|
||||
BuildRequires: libplasma-framework-devel
|
||||
BuildRequires: libsolid-devel
|
||||
BuildRequires: libsonnet-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
|
||||
%description
|
||||
A powerful yet simple application to manage your day to day actions.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name} || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/zanshin
|
||||
%{_bindir}/zanshin-migrator
|
||||
%{_libdir}/qt5/plugins/kontact5/kontact_zanshinplugin.so
|
||||
%{_libdir}/qt5/plugins/krunner_zanshin.so
|
||||
%{_libdir}/qt5/plugins/zanshin_part.so
|
||||
%{_datadir}/applications/org.kde.zanshin.desktop
|
||||
%{_datadir}/metainfo/org.kde.zanshin.metainfo.xml
|
||||
%{_datadir}/kservices5/kontact/zanshin_plugin.desktop
|
||||
%{_datadir}/kservices5/plasma-runner-zanshin.desktop
|
||||
%{_datadir}/kservices5/zanshin_part.desktop
|
||||
%{_datadir}/kxmlgui5/zanshin/zanshin_part.rc
|
||||
%{_datadir}/icons/hicolor/*/apps/zanshin.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/zanshin.svgz
|
||||
%doc AUTHORS LICENSES
|
||||
|
||||
%changelog
|
||||
* Sun Apr 24 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 22.04.0-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user