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 210B4139345 for ; Tue, 20 Jul 2021 11:34:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 563BFE0A07; Tue, 20 Jul 2021 11:34:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 29544E09FE for ; Tue, 20 Jul 2021 11:34:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DDBD9342AC2 for ; Tue, 20 Jul 2021 11:34:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 396127DE for ; Tue, 20 Jul 2021 11:34:05 +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: <1626705671.9bcdcae20f1ab501a1ba01ef8cd5613b2af942a9.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/betterlockscreen/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/betterlockscreen/betterlockscreen-3.2.0.ebuild x11-misc/betterlockscreen/betterlockscreen-4.0.0_beta1.ebuild X-VCS-Directories: x11-misc/betterlockscreen/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 9bcdcae20f1ab501a1ba01ef8cd5613b2af942a9 X-VCS-Branch: master Date: Tue, 20 Jul 2021 11:34:05 +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: 21d59e2b-e8f6-4406-9ab7-3f3260ff2a0b X-Archives-Hash: 9599289e23e27b9f4f381c22bd1802a2 commit: 9bcdcae20f1ab501a1ba01ef8cd5613b2af942a9 Author: Petrus Zhao gmail com> AuthorDate: Mon Jul 19 14:41:11 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Jul 19 14:41:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9bcdcae2 x11-misc/betterlockscreen: update postinst Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Petrus Zhao gmail.com> x11-misc/betterlockscreen/betterlockscreen-3.2.0.ebuild | 2 +- x11-misc/betterlockscreen/betterlockscreen-4.0.0_beta1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/betterlockscreen/betterlockscreen-3.2.0.ebuild b/x11-misc/betterlockscreen/betterlockscreen-3.2.0.ebuild index 8d82b264e..be4fa44dd 100644 --- a/x11-misc/betterlockscreen/betterlockscreen-3.2.0.ebuild +++ b/x11-misc/betterlockscreen/betterlockscreen-3.2.0.ebuild @@ -43,7 +43,7 @@ pkg_postinst() { elog '' elog 'How to use:' elog '1. Updating image cache(required)' - elog 'betterlockscreen -u ~/Pictures' + elog 'betterlockscreen -u "/path/to/img.jpg"' elog '2. Lockscreen' elog 'betterlockscreen -l dim ' } diff --git a/x11-misc/betterlockscreen/betterlockscreen-4.0.0_beta1.ebuild b/x11-misc/betterlockscreen/betterlockscreen-4.0.0_beta1.ebuild index c6c9411bf..7e0c7ea34 100644 --- a/x11-misc/betterlockscreen/betterlockscreen-4.0.0_beta1.ebuild +++ b/x11-misc/betterlockscreen/betterlockscreen-4.0.0_beta1.ebuild @@ -52,7 +52,7 @@ pkg_postinst() { elog '' elog 'How to use:' elog '1. Updating image cache(required)' - elog 'betterlockscreen -u ~/Pictures' + elog 'betterlockscreen -u "/path/to/img.jpg"' elog '2. Lockscreen' elog 'betterlockscreen -l dim ' }