pokoy: update to 0.2.5
This commit is contained in:
parent
9ff22d856a
commit
66fe738af3
2 changed files with 9 additions and 10 deletions
|
@ -1,13 +1,12 @@
|
|||
diff --git Makefile Makefile
|
||||
index 3e99b03..71b5fa1 100644
|
||||
--- Makefile
|
||||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@@ -1,8 +1,7 @@
|
||||
VERSION = 0.2
|
||||
@@ -1,8 +1,8 @@
|
||||
VERSION = 0.2.5
|
||||
CC ?= gcc
|
||||
STRIP ?= strip
|
||||
-CFLAGS = -std=gnu11 -O2
|
||||
-CFLAGS = -std=c99 -D_DEFAULT_SOURCE -O2
|
||||
-LDFLAGS = -lxcb -lxcb-keysyms -lxcb-icccm -lxcb-screensaver
|
||||
+CFLAGS += -std=c99 -D_DEFAULT_SOURCE
|
||||
+LDFLAGS += -lxcb -lxcb-keysyms -lxcb-icccm -lxcb-screensaver
|
||||
|
||||
SRCR = pokoy.c
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'pokoy'
|
||||
pkgname=pokoy
|
||||
version=0.2.2
|
||||
version=0.2.5
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="libxcb-devel xcb-util-keysyms-devel xcb-util-wm-devel"
|
||||
make_use_env=yes
|
||||
makedepends="libxcb-devel xcb-util-keysyms-devel xcb-util-wm-devel"
|
||||
short_desc="Daemon that helps prevent RSI and other computer related stress"
|
||||
maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/ttygde/pokoy"
|
||||
distfiles="https://github.com/ttygde/pokoy/archive/v${version}.tar.gz"
|
||||
checksum=9903146eeb0cb5c6c6f6484052a30946810a59d8fd392b8f49b48aaced82dc1e
|
||||
checksum=ae3ee5935e503d1f48f7fc8e4df2071e9d4586a52dfe778ef643deb28ca6a22f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue