commit:     50efd018eb5eb4c07c24d4489dac060dcb483680
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Feb 13 02:17:19 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 24 16:06:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50efd018

sys-apps/fwupd: revbump for d-m-i

Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sys-apps/fwupd/files/fwupd-r2                               | 13 +++++++++++++
 .../fwupd/{fwupd-1.5.7.ebuild => fwupd-1.5.7-r1.ebuild}     |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/sys-apps/fwupd/files/fwupd-r2 b/sys-apps/fwupd/files/fwupd-r2
new file mode 100644
index 00000000000..c8994ddd841
--- /dev/null
+++ b/sys-apps/fwupd/files/fwupd-r2
@@ -0,0 +1,13 @@
+#!/sbin/openrc-run
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+description="Firmware update daemon"
+pidfile="/var/run/fwupd.pid"
+command="/usr/libexec/fwupd/fwupd"
+command_background="true"
+
+depend() {
+       need %SEAT_MANAGER% dbus
+       before display-manager
+}

diff --git a/sys-apps/fwupd/fwupd-1.5.7.ebuild 
b/sys-apps/fwupd/fwupd-1.5.7-r1.ebuild
similarity index 99%
rename from sys-apps/fwupd/fwupd-1.5.7.ebuild
rename to sys-apps/fwupd/fwupd-1.5.7-r1.ebuild
index 5590327a535..5e5f2c55a63 100644
--- a/sys-apps/fwupd/fwupd-1.5.7.ebuild
+++ b/sys-apps/fwupd/fwupd-1.5.7-r1.ebuild
@@ -149,7 +149,7 @@ src_install() {
 
        if ! use minimal ; then
                sed "s@%SEAT_MANAGER%@elogind@" \
-                       "${FILESDIR}"/${PN}-r1 \
+                       "${FILESDIR}"/${PN}-r2 \
                        > "${T}"/${PN} || die
                doinitd "${T}"/${PN}
 

Reply via email to