Private
Public Access
1
0

gtk: attempt to fix rpmspec

This commit is contained in:
2025-09-07 18:10:39 -07:00
parent 27c6ac1c47
commit 481ac7357c
2 changed files with 4 additions and 66 deletions

View File

@@ -4,7 +4,8 @@ Release: 1%{?dist}
Summary: GTK4/Libadwaita client for Kordophone
License: GPL
URL: https://git.sr.ht/~buzzert/kordophone-2-gtk
URL: https://code.buzzert.dev/buzzert/Kordophone
Source0: https://code.buzzert.dev/buzzert/Kordophone/archive/master.tar.gz
BuildRequires: meson >= 0.56.0
BuildRequires: vala
@@ -26,14 +27,9 @@ Requires: kordophoned >= 1.0.0
%description
A GTK4/Libadwaita Linux Client for the Kordophone client daemon.
%prep
if [ ! -d .git ]; then
git clone --bare https://git.sr.ht/~buzzert/kordophone-2-gtk .git
git config --local --bool core.bare false
git reset --hard
fi
%build
pwd
cd gtk
%meson
%meson_build