mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
qingy: remove systemd build option (#1736)
This commit is contained in:
parent
375fcaa9a1
commit
b0bc748973
2 changed files with 2 additions and 26 deletions
|
@ -1,21 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Qingy on %I
|
|
||||||
Documentation=info:qingy
|
|
||||||
After=systemd-user-sessions.service plymouth-quit-wait.service
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Environment=TERM=linux
|
|
||||||
ExecStart=/usr/bin/qingy %I -n
|
|
||||||
Type=idle
|
|
||||||
Restart=always
|
|
||||||
RestartSec=0
|
|
||||||
UtmpIdentifier=%I
|
|
||||||
TTYPath=/dev/%I
|
|
||||||
TTYReset=yes
|
|
||||||
TTYVHangup=yes
|
|
||||||
TTYVTDisallocate=yes
|
|
||||||
KillMode=process
|
|
||||||
IgnoreSIGPIPE=no
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=getty.target
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qingy'
|
# Template file for 'qingy'
|
||||||
pkgname=qingy
|
pkgname=qingy
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=14
|
revision=15
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="ncurses-devel libressl-devel
|
makedepends="ncurses-devel libressl-devel
|
||||||
|
@ -22,13 +22,10 @@ conf_files="
|
||||||
/etc/qingy/settings
|
/etc/qingy/settings
|
||||||
/etc/qingy/welcomes"
|
/etc/qingy/welcomes"
|
||||||
|
|
||||||
build_options="pam systemd x11"
|
build_options="pam x11"
|
||||||
build_options_default="pam x11"
|
build_options_default="pam x11"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
if [ "$build_option_systemd" ]; then
|
|
||||||
vinstall ${FILESDIR}/qingy@.service 644 usr/lib/systemd/system
|
|
||||||
fi
|
|
||||||
sed -i '/pam_console/d' ${DESTDIR}/etc/pam.d/qingy
|
sed -i '/pam_console/d' ${DESTDIR}/etc/pam.d/qingy
|
||||||
sed -i 's#usr/X11R6/bin#usr/bin#' ${DESTDIR}/etc/qingy/settings
|
sed -i 's#usr/X11R6/bin#usr/bin#' ${DESTDIR}/etc/qingy/settings
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue