patch main.c
This commit is contained in:
parent
e7caa65d58
commit
1813838a5a
2 changed files with 6 additions and 1 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: threeoh6000 <master@colean.cc>
|
||||
pkgname="textbar-git"
|
||||
pkgver="db4159c546"
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Text status bar for X11"
|
||||
arch=("x86_64")
|
||||
url="https://gitea.itycodes.org/itycodes/textbar"
|
||||
|
@ -16,6 +16,7 @@ conflicts=("textbar")
|
|||
|
||||
build() {
|
||||
cd "textbar"
|
||||
patch main.c "../../fix_x_loop.patch"
|
||||
./compile.sh
|
||||
}
|
||||
|
||||
|
|
4
fix_x_loop.patch
Normal file
4
fix_x_loop.patch
Normal file
|
@ -0,0 +1,4 @@
|
|||
160c160
|
||||
< void x_loop() {
|
||||
---
|
||||
> void* x_loop() {
|
Loading…
Reference in a new issue