mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
quingy: move to usr/bin.
This commit is contained in:
parent
85eb5d5ee3
commit
7ecb0d318e
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ After=systemd-user-sessions.service plymouth-quit-wait.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=TERM=linux
|
Environment=TERM=linux
|
||||||
ExecStart=/usr/sbin/qingy %I -n
|
ExecStart=/usr/bin/qingy %I -n
|
||||||
Type=idle
|
Type=idle
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=0
|
RestartSec=0
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'qingy'
|
# Template file for 'qingy'
|
||||||
pkgname=qingy
|
pkgname=qingy
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=13
|
revision=14
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="ncurses-devel libressl-devel
|
makedepends="ncurses-devel libressl-devel
|
||||||
$(vopt_if pam pam-devel) $(vopt_if x11 'libXScrnSaver-devel libX11-devel scrnsaverproto')"
|
$(vopt_if pam pam-devel) $(vopt_if x11 'libXScrnSaver-devel libX11-devel scrnsaverproto')"
|
||||||
configure_args="--disable-static --disable-DirectFB-support
|
configure_args="--sbindir=/usr/bin --disable-static --disable-DirectFB-support
|
||||||
$(vopt_enable pam) $(vopt_enable x11 x-support)"
|
$(vopt_enable pam) $(vopt_enable x11 x-support)"
|
||||||
short_desc="Qingy Is Not Getty"
|
short_desc="Qingy Is Not Getty"
|
||||||
maintainer="Jens E. Becker <v2px@v2px.de>"
|
maintainer="Jens E. Becker <v2px@v2px.de>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue