From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C196D15808A for ; Wed, 6 Sep 2023 10:51:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C07F72BC021; Wed, 6 Sep 2023 10:51:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A27952BC021 for ; Wed, 6 Sep 2023 10:51:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E415335CB9 for ; Wed, 6 Sep 2023 10:51:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F17A21101 for ; Wed, 6 Sep 2023 10:51:41 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1693997454.1adcb9a24b09d88fb6867c0d3d7d284bc53b9fb8.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xscreensaver/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xscreensaver/xscreensaver-6.07.ebuild X-VCS-Directories: x11-misc/xscreensaver/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 1adcb9a24b09d88fb6867c0d3d7d284bc53b9fb8 X-VCS-Branch: master Date: Wed, 6 Sep 2023 10:51:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 17339b28-bc82-47f9-8eb4-8fe167ebeed6 X-Archives-Hash: c39387fe47b5342aa0be3df1b2f07c96 commit: 1adcb9a24b09d88fb6867c0d3d7d284bc53b9fb8 Author: Florian Schmaus gentoo org> AuthorDate: Wed Sep 6 10:49:12 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Sep 6 10:50:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1adcb9a2 x11-misc/xscreensaver: restore patch as sed Restore the the xscreensaver-6.06-service-remove-Alias-org.jwz.xscreensav.patch in form of sed in xscreensaver's 6.07 ebuild. Signed-off-by: Florian Schmaus gentoo.org> x11-misc/xscreensaver/xscreensaver-6.07.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/x11-misc/xscreensaver/xscreensaver-6.07.ebuild b/x11-misc/xscreensaver/xscreensaver-6.07.ebuild index 54e9257d24bc..f163bb2f64b9 100644 --- a/x11-misc/xscreensaver/xscreensaver-6.07.ebuild +++ b/x11-misc/xscreensaver/xscreensaver-6.07.ebuild @@ -110,6 +110,12 @@ src_prepare() { iconv -f ISO-8859-15 -t UTF-8 po/ca.po.old >po/ca.po || die sed -i configure.ac -e '/^ALL_LINGUAS=/d' || die + + # Causes "Failed to enable unit: Cannot alias xscreensaver.service as org.jwz.xscreensaver." + # after "systemctl --user enable xscreensaver". + sed -i -e '/^Alias=org.jwz.xscreensaver.service/d' \ + driver/xscreensaver.service.in || die + strip-linguas -i po/ export ALL_LINGUAS="${LINGUAS}"