2025-07-15 18:42:05 -07:00
|
|
|
Name: kordophone
|
2025-07-15 18:59:03 -07:00
|
|
|
Version: 1.0.1
|
2025-07-15 18:42:05 -07:00
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: GTK4/Libadwaita client for Kordophone
|
|
|
|
|
|
|
|
|
|
License: GPL
|
2025-09-07 18:10:39 -07:00
|
|
|
URL: https://code.buzzert.dev/buzzert/Kordophone
|
|
|
|
|
Source0: https://code.buzzert.dev/buzzert/Kordophone/archive/master.tar.gz
|
2025-07-15 18:42:05 -07:00
|
|
|
|
|
|
|
|
BuildRequires: meson >= 0.56.0
|
|
|
|
|
BuildRequires: vala
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: pkgconfig(gtk4)
|
|
|
|
|
BuildRequires: pkgconfig(libadwaita-1)
|
|
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(gee-0.8)
|
|
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(libsecret-1)
|
|
|
|
|
|
|
|
|
|
Requires: gtk4
|
|
|
|
|
Requires: libadwaita
|
|
|
|
|
Requires: glib2
|
|
|
|
|
Requires: libgee
|
|
|
|
|
Requires: libsecret
|
|
|
|
|
Requires: kordophoned >= 1.0.0
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
A GTK4/Libadwaita Linux Client for the Kordophone client daemon.
|
|
|
|
|
|
2025-09-07 18:17:52 -07:00
|
|
|
%prep
|
|
|
|
|
%autosetup -n kordophone
|
|
|
|
|
|
2025-07-15 18:42:05 -07:00
|
|
|
%build
|
2025-09-07 18:17:52 -07:00
|
|
|
pushd gtk
|
2025-07-15 18:42:05 -07:00
|
|
|
%meson
|
|
|
|
|
%meson_build
|
2025-09-07 18:17:52 -07:00
|
|
|
popd
|
2025-07-15 18:42:05 -07:00
|
|
|
|
|
|
|
|
%install
|
2025-09-07 18:17:52 -07:00
|
|
|
pushd gtk
|
2025-07-15 18:42:05 -07:00
|
|
|
%meson_install
|
2025-09-07 18:17:52 -07:00
|
|
|
popd
|
2025-07-15 18:42:05 -07:00
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%{_bindir}/kordophone
|
|
|
|
|
%{_datadir}/applications/net.buzzert.kordophone.desktop
|
|
|
|
|
%{_datadir}/icons/
|
|
|
|
|
|
|
|
|
|
%changelog
|
2025-08-08 13:47:21 -07:00
|
|
|
* Fri Aug 8 2025 James Magahern <james@magahern.com>
|
|
|
|
|
- Updated rpmspec
|
|
|
|
|
|