2024-01-05 18:34:44 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
|
|
|
|
Name: tokodon
|
2024-07-07 23:31:27 +02:00
|
|
|
Version: 24.05.2
|
2024-01-05 18:34:44 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A modern Mastodon client
|
|
|
|
Group: Graphical Desktop/Applications/Internet
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://kde.org
|
2024-03-29 19:27:04 +01:00
|
|
|
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/tokodon-%{version}.tar.xz
|
2024-01-05 18:34:44 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libgcc
|
2024-03-29 19:27:04 +01:00
|
|
|
BuildRequires: libglvnd-devel
|
|
|
|
BuildRequires: libkf6-kcolorscheme-devel
|
|
|
|
BuildRequires: libkf6-kcompletion-devel
|
|
|
|
BuildRequires: libkf6-kconfig-devel
|
|
|
|
BuildRequires: libkf6-kcoreaddons-devel
|
|
|
|
BuildRequires: libkf6-kdbusaddons-devel
|
|
|
|
BuildRequires: libkf6-ki18n-devel
|
|
|
|
BuildRequires: libkf6-kio-devel
|
|
|
|
BuildRequires: libkf6-kirigami-devel
|
|
|
|
BuildRequires: libkf6-kjobwidgets-devel
|
|
|
|
BuildRequires: libkf6-knotifications-devel
|
|
|
|
BuildRequires: libkf6-kservice-devel
|
|
|
|
BuildRequires: libkf6-kwidgetsaddons-devel
|
|
|
|
BuildRequires: libkf6-kwindowsystem-devel
|
|
|
|
BuildRequires: libkf6-purpose-devel
|
|
|
|
BuildRequires: libkf6-solid-devel
|
2024-01-05 18:34:44 +01:00
|
|
|
BuildRequires: libmpv-devel
|
2024-03-29 19:27:04 +01:00
|
|
|
BuildRequires: libmpvqt-devel
|
|
|
|
BuildRequires: libqtkeychain-qt6-devel
|
2024-01-05 18:34:44 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
2024-03-29 19:27:04 +01:00
|
|
|
BuildRequires: qt6-qtbase-devel
|
|
|
|
BuildRequires: qt6-qtdeclarative-devel
|
|
|
|
BuildRequires: qt6-qtwebsockets-devel
|
|
|
|
BuildRequires: qt6-qtwebview-devel
|
2024-01-05 18:34:44 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
2024-03-29 19:27:04 +01:00
|
|
|
BuildRequires: kf6-rpm-macros
|
2024-01-05 18:34:44 +01:00
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
|
|
|
%description
|
|
|
|
A modern Mastodon client.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-03-29 19:27:04 +01:00
|
|
|
%cmake_kf6
|
|
|
|
%cmake_build
|
2024-01-05 18:34:44 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-03-29 19:27:04 +01:00
|
|
|
%cmake_install
|
2024-01-05 18:34:44 +01:00
|
|
|
|
2024-03-29 19:27:04 +01:00
|
|
|
%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang
|
2024-01-05 18:34:44 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-03-29 19:27:04 +01:00
|
|
|
%files -f %{name}.lang
|
2024-01-05 18:34:44 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/tokodon
|
2024-03-29 19:27:04 +01:00
|
|
|
%{_kf6_plugindir}/purpose/tokodonplugin.so
|
2024-01-05 18:34:44 +01:00
|
|
|
%{_datadir}/applications/org.kde.tokodon.desktop
|
|
|
|
%{_datadir}/metainfo/org.kde.tokodon.appdata.xml
|
2024-03-29 19:27:04 +01:00
|
|
|
%{_datadir}/knotifications6/tokodon.notifyrc
|
|
|
|
%{_datadir}/qlogging-categories6/tokodon.categories
|
2024-01-05 18:34:44 +01:00
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/org.kde.tokodon.svg
|
2024-03-29 19:27:04 +01:00
|
|
|
%{_datadir}/icons/hicolor/scalable/actions/tokodon-*.svg
|
2024-01-05 18:34:44 +01:00
|
|
|
%doc LICENSES
|
|
|
|
|
|
|
|
%changelog
|
2024-07-07 23:31:27 +02:00
|
|
|
* Fri Jul 05 2024 Automatic Build System <autodist@openmamba.org> 24.05.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-16 16:55:01 +02:00
|
|
|
* Thu Jun 13 2024 Automatic Build System <autodist@openmamba.org> 24.05.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-28 13:11:39 +02:00
|
|
|
* Fri May 24 2024 Automatic Build System <autodist@openmamba.org> 24.05.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-15 13:02:29 +02:00
|
|
|
* Sat Apr 13 2024 Automatic Build System <autodist@openmamba.org> 24.02.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-29 19:27:04 +01:00
|
|
|
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Mar 10 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-24 16:38:28 +01:00
|
|
|
* Sun Feb 18 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:34:45 +01:00
|
|
|
* Sat Dec 09 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:34:45 +01:00
|
|
|
* Fri Nov 10 2023 Automatic Build System <autodist@mambasoft.it> 23.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:34:44 +01:00
|
|
|
* Fri Oct 13 2023 Automatic Build System <autodist@mambasoft.it> 23.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:34:44 +01:00
|
|
|
* Fri Sep 15 2023 Automatic Build System <autodist@mambasoft.it> 23.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:34:44 +01:00
|
|
|
* Sun Aug 27 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 23.08.0-1mamba
|
|
|
|
- package created using the webbuild interface
|