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 4C1AE15800D for ; Sat, 8 Jul 2023 02:43:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62B0DE0788; Sat, 8 Jul 2023 02:43:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 428BEE0788 for ; Sat, 8 Jul 2023 02:43:15 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E2E3340E4F for ; Sat, 8 Jul 2023 02:43:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EE69AD0 for ; Sat, 8 Jul 2023 02:43:13 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1688726086.8a9f911b5a75b6402efc6ec14e8a4c9af60d27d1.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/gtklock-extras/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/gtklock-extras/gtklock-extras-9999.ebuild gui-apps/gtklock-extras/metadata.xml X-VCS-Directories: gui-apps/gtklock-extras/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 8a9f911b5a75b6402efc6ec14e8a4c9af60d27d1 X-VCS-Branch: master Date: Sat, 8 Jul 2023 02:43:13 +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: 80b71280-ff4e-401a-841e-2060aa612643 X-Archives-Hash: e676d1b24a487080fcaa08966dd7298a commit: 8a9f911b5a75b6402efc6ec14e8a4c9af60d27d1 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Fri Jul 7 10:34:46 2023 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Fri Jul 7 10:34:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a9f911b gui-apps/gtklock-extras: fix spacing and metadata Signed-off-by: Gonçalo Negrier Duarte gmail.com> gui-apps/gtklock-extras/gtklock-extras-9999.ebuild | 16 ++++++++-------- gui-apps/gtklock-extras/metadata.xml | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/gui-apps/gtklock-extras/gtklock-extras-9999.ebuild b/gui-apps/gtklock-extras/gtklock-extras-9999.ebuild index 81117c7e2..bac120786 100644 --- a/gui-apps/gtklock-extras/gtklock-extras-9999.ebuild +++ b/gui-apps/gtklock-extras/gtklock-extras-9999.ebuild @@ -28,14 +28,14 @@ REQUIRED_USE="|| ( playerctl powerbar userinfo )" src_compile() { if use powerbar; then pushd gtklock-powerbar-module || die - emake - popd || die + emake + popd || die fi if use playerctl; then pushd gtklock-playerctl-module || die - emake - popd || die + emake + popd || die fi if use userinfo; then @@ -49,14 +49,14 @@ src_install() { dodir /usr/local/lib/gtklock if use powerbar; then pushd gtklock-powerbar-module || die - insinto /usr/local/lib/gtklock && doins powerbar-module.so - popd || die + insinto /usr/local/lib/gtklock && doins powerbar-module.so + popd || die fi if use playerctl; then pushd gtklock-playerctl-module || die - insinto /usr/local/lib/gtklock && doins playerctl-module.so - popd || die + insinto /usr/local/lib/gtklock && doins playerctl-module.so + popd || die fi if use userinfo; then diff --git a/gui-apps/gtklock-extras/metadata.xml b/gui-apps/gtklock-extras/metadata.xml index f37f96ac1..156af3f9f 100644 --- a/gui-apps/gtklock-extras/metadata.xml +++ b/gui-apps/gtklock-extras/metadata.xml @@ -6,7 +6,7 @@ gtklock module adding media player controls to the lockscreen gtklock module adding user info to the lockscreen - - MrDuartePT/gtklock-modules-gentoo - + + MrDuartePT/gtklock-modules-gentoo +