patch main.c

This commit is contained in:
abbie 2024-08-03 16:05:42 +01:00
parent e7caa65d58
commit 1813838a5a
Signed by: threeoh6000
GPG key ID: 801FE4AD456E922C
2 changed files with 6 additions and 1 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: threeoh6000 <master@colean.cc> # Maintainer: threeoh6000 <master@colean.cc>
pkgname="textbar-git" pkgname="textbar-git"
pkgver="db4159c546" pkgver="db4159c546"
pkgrel=1 pkgrel=2
pkgdesc="Text status bar for X11" pkgdesc="Text status bar for X11"
arch=("x86_64") arch=("x86_64")
url="https://gitea.itycodes.org/itycodes/textbar" url="https://gitea.itycodes.org/itycodes/textbar"
@ -16,6 +16,7 @@ conflicts=("textbar")
build() { build() {
cd "textbar" cd "textbar"
patch main.c "../../fix_x_loop.patch"
./compile.sh ./compile.sh
} }

4
fix_x_loop.patch Normal file
View file

@ -0,0 +1,4 @@
160c160
< void x_loop() {
---
> void* x_loop() {