diff options
author | 2020-12-08 10:49:31 +0100 | |
---|---|---|
committer | 2020-12-08 10:50:22 +0100 | |
commit | 5dffc35a11180fde8eddaccd2bb49f5bccd25ba1 (patch) | |
tree | 3819b94b5f2d6dd0011db6373b1b3856ad323f28 /x11-terms | |
parent | www-apps/mediawiki: adjusted for php 8.0 (diff) | |
download | gentoo-5dffc35a11180fde8eddaccd2bb49f5bccd25ba1.tar.gz gentoo-5dffc35a11180fde8eddaccd2bb49f5bccd25ba1.tar.bz2 gentoo-5dffc35a11180fde8eddaccd2bb49f5bccd25ba1.zip |
x11-terms/rxvt-unicode: install systemd user unit for urxvtd
Closes: https://bugs.gentoo.org/504304
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/rxvt-unicode/files/urxvtd.service | 9 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9.22-r6.ebuild (renamed from x11-terms/rxvt-unicode/rxvt-unicode-9.22-r5.ebuild) | 4 |
2 files changed, 12 insertions, 1 deletions
diff --git a/x11-terms/rxvt-unicode/files/urxvtd.service b/x11-terms/rxvt-unicode/files/urxvtd.service new file mode 100644 index 000000000000..758e8154cee6 --- /dev/null +++ b/x11-terms/rxvt-unicode/files/urxvtd.service @@ -0,0 +1,9 @@ +[Unit] +Description=rxvt-unicode terminal daemon +Documentation=man:urxvtd + +[Service] +ExecStart=/usr/bin/urxvtd + +[Install] +WantedBy=default.target diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r5.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r6.ebuild index ce083fc2e2f3..4d046e664f9c 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r5.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools desktop +inherit autotools desktop systemd COLOUR_PATCH_NAME="${PN}-9.22_24-bit-color_cpixl-20201108.patch" @@ -90,6 +90,8 @@ src_compile() { src_install() { default + systemd_douserunit "${FILESDIR}"/urxvtd.service + make_desktop_entry urxvt rxvt-unicode utilities-terminal \ "System;TerminalEmulator" } |