package created using the webbuild interface [release 24.08.0-1mamba;Mon Aug 26 2024]
This commit is contained in:
parent
ed235458be
commit
df44b094f2
@ -1,2 +1,4 @@
|
||||
# francis
|
||||
|
||||
Application for tracking your time. Francis uses the well-known pomodoro technique to help you get more productive.
|
||||
|
||||
|
64
francis.spec
Normal file
64
francis.spec
Normal file
@ -0,0 +1,64 @@
|
||||
%define framework %(echo %name | sed "s|^kf6-||")
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: francis
|
||||
Version: 24.08.0
|
||||
Release: 1mamba
|
||||
Summary: Application for tracking your time
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://invent.kde.org/utilities/francis
|
||||
Source: https://download.kde.org/stable/release-service/%{version}/src/francis-%{version}.tar.xz
|
||||
License: GPL, LGPL, BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libkf6-kconfig-devel
|
||||
BuildRequires: libkf6-kcoreaddons-devel
|
||||
BuildRequires: libkf6-kdbusaddons-devel
|
||||
BuildRequires: libkf6-ki18n-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtdeclarative-devel
|
||||
BuildRequires: qt6-qtsvg-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: kf6-rpm-macros
|
||||
BuildRequires: extra-cmake-modules
|
||||
|
||||
%description
|
||||
Application for tracking your time. Francis uses the well-known pomodoro technique to help you get more productive.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kf6
|
||||
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%cmake_install
|
||||
|
||||
%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/francis
|
||||
%{_datadir}/applications/org.kde.francis.desktop
|
||||
%{_datadir}/icons/hicolor/scalable/apps/org.kde.francis.svg
|
||||
%{_metainfodir}/org.kde.francis.metainfo.xml
|
||||
%doc LICENSES
|
||||
|
||||
%changelog
|
||||
* Mon Aug 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 24.08.0-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user