void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

commit 8173a0b8c2c3f9df88eaa3df90c171ae72171224
parent 070b93487216f545e21cfc5f7372bcbcea88ee4c
Author: Dash Eclipse <dash@ezup.dev>
Date:   Wed, 22 Jul 2020 12:55:54 +0000

ydotool: update service

Diffstat:
MREADME | 16++++++++--------
Msrcpkgs/ydotool/files/ydotoold/run | 3++-
Msrcpkgs/ydotool/template | 2+-
3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/README b/README @@ -1,14 +1,14 @@ Dash Eclipse's Void Linux Repository ------------------------------------ - [pkg] [git] [patches/notes] + [pkg] [git] [patches/notes] -* dwl * - dwm systray, nordtheme color - lilo keytab-lilo patch - pass * -* scroll * - slock scrollback, scrollback-mouse, nordtheme +* dwl * + dwm systray, nordtheme color + lilo keytab-lilo patch + pass * +* scroll * + slock scrollback, scrollback-mouse, nordtheme * trojan -* wterm * +* wterm * * ydotool diff --git a/srcpkgs/ydotool/files/ydotoold/run b/srcpkgs/ydotool/files/ydotoold/run @@ -1,2 +1,3 @@ #!/bin/sh -exec ydotoold 2>&1 +## You may want to change root to your user +exec chpst -u root:input /usr/bin/ydotoold 2>&1 diff --git a/srcpkgs/ydotool/template b/srcpkgs/ydotool/template @@ -1,7 +1,7 @@ # Template file for 'ydotool' pkgname=ydotool version=0.1.8 -revision=2 +revision=3 wrksrc="${pkgname}-${version}" build_style="cmake" makedepends="boost-devel libevdevPlus-devel libuInputPlus-devel"