qingy: remove systemd build option (#1736)
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user