parent
84ef4fce5b
commit
785b2ad7af
2 changed files with 27 additions and 0 deletions
14
srcpkgs/pokoy/patches/build.patch
Normal file
14
srcpkgs/pokoy/patches/build.patch
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
diff --git Makefile Makefile
|
||||||
|
index 3e99b03..71b5fa1 100644
|
||||||
|
--- Makefile
|
||||||
|
+++ Makefile
|
||||||
|
@@ -1,8 +1,7 @@
|
||||||
|
VERSION = 0.2
|
||||||
|
CC ?= gcc
|
||||||
|
STRIP ?= strip
|
||||||
|
-CFLAGS = -std=gnu11 -O2
|
||||||
|
-LDFLAGS = -lxcb -lxcb-keysyms -lxcb-icccm -lxcb-screensaver
|
||||||
|
+LDFLAGS += -lxcb -lxcb-keysyms -lxcb-icccm -lxcb-screensaver
|
||||||
|
|
||||||
|
SRCR = pokoy.c
|
||||||
|
OBJS = ${SRCR:.c=.o}
|
13
srcpkgs/pokoy/template
Normal file
13
srcpkgs/pokoy/template
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Template file for 'pokoy'
|
||||||
|
pkgname=pokoy
|
||||||
|
version=0.2.2
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
makedepends="libxcb-devel xcb-util-keysyms-devel xcb-util-wm-devel"
|
||||||
|
make_use_env=yes
|
||||||
|
short_desc="Daemon that helps prevent RSI and other computer related stress"
|
||||||
|
maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="https://github.com/ttygde/pokoy"
|
||||||
|
distfiles="https://github.com/ttygde/pokoy/archive/v${version}.tar.gz"
|
||||||
|
checksum=9903146eeb0cb5c6c6f6484052a30946810a59d8fd392b8f49b48aaced82dc1e
|
Loading…
Add table
Add a link
Reference in a new issue