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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CEC041382C5 for ; Fri, 1 Jan 2021 13:14:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06DC6E0885; Fri, 1 Jan 2021 13:14:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD6C6E0867 for ; Fri, 1 Jan 2021 13:14:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6224340C7B for ; Fri, 1 Jan 2021 13:14:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B5044C for ; Fri, 1 Jan 2021 13:14:40 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1609359890.b34caab5c5004a3ffa7841b84389bed83554e416.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-color/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild x11-misc/i3lock-color/i3lock-color-9999.ebuild X-VCS-Directories: x11-misc/i3lock-color/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b34caab5c5004a3ffa7841b84389bed83554e416 X-VCS-Branch: master Date: Fri, 1 Jan 2021 13:14:40 +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: 949ff469-2ba0-407b-a5fa-9ef2116c918d X-Archives-Hash: 1660ae7d08fa5d03494b8a5bef80311c commit: b34caab5c5004a3ffa7841b84389bed83554e416 Author: Jian Lin outlook com> AuthorDate: Wed Dec 30 20:24:50 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Dec 30 20:24:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b34caab5 x11-misc/i3lock-color: fix pam/i3lock use settings for Gentoo instead of Debian Closes: https://bugs.gentoo.org/761202 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Jian Lin outlook.com> x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild | 7 +++++++ x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild | 7 +++++++ x11-misc/i3lock-color/i3lock-color-9999.ebuild | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild index c24add2d..60d19c29 100644 --- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild +++ b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild @@ -32,6 +32,13 @@ RDEPEND=" " BDEPEND="virtual/pkgconfig" +src_prepare() { + default + sed -e 's/^#auth include system-auth/auth include system-auth/' \ + -e 's/^auth include login/#auth include login/' \ + -i pam/i3lock || die +} + src_configure() { autoreconf -fiv default diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild index b7cf1638..1dd87e0c 100644 --- a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild +++ b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild @@ -32,6 +32,13 @@ RDEPEND=" " BDEPEND="virtual/pkgconfig" +src_prepare() { + default + sed -e 's/^#auth include system-auth/auth include system-auth/' \ + -e 's/^auth include login/#auth include login/' \ + -i pam/i3lock || die +} + src_configure() { autoreconf -fiv default diff --git a/x11-misc/i3lock-color/i3lock-color-9999.ebuild b/x11-misc/i3lock-color/i3lock-color-9999.ebuild index 02b234b5..a422466f 100644 --- a/x11-misc/i3lock-color/i3lock-color-9999.ebuild +++ b/x11-misc/i3lock-color/i3lock-color-9999.ebuild @@ -30,6 +30,13 @@ RDEPEND=" " BDEPEND="virtual/pkgconfig" +src_prepare() { + default + sed -e 's/^#auth include system-auth/auth include system-auth/' \ + -e 's/^auth include login/#auth include login/' \ + -i pam/i3lock || die +} + src_configure() { autoreconf -fiv default