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 72FD415800D for ; Sat, 8 Jul 2023 12:52:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8F4BE0882; Sat, 8 Jul 2023 12:52:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 9D530E0882 for ; Sat, 8 Jul 2023 12:52:24 +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 B3B26340E10 for ; Sat, 8 Jul 2023 12:52:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9146DAD3 for ; Sat, 8 Jul 2023 12:52:20 +0000 (UTC) From: "Gonçalo Negrier Duarte" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gonçalo Negrier Duarte" Message-ID: <1688820730.30f902e8c9208709c565590dc6e79407d9476fd7.gonegrier.duarte@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/ReGreet/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/ReGreet/ReGreet-9999.ebuild X-VCS-Directories: gui-apps/ReGreet/ X-VCS-Committer: gonegrier.duarte X-VCS-Committer-Name: Gonçalo Negrier Duarte X-VCS-Revision: 30f902e8c9208709c565590dc6e79407d9476fd7 X-VCS-Branch: dev Date: Sat, 8 Jul 2023 12:52:20 +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: a42f9a91-8d96-4c8e-bdb3-fd25d914cfc1 X-Archives-Hash: d108e33a39d8581fc7f122fa91e68564 commit: 30f902e8c9208709c565590dc6e79407d9476fd7 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Sat Jul 8 12:51:54 2023 +0000 Commit: Gonçalo Negrier Duarte gmail com> CommitDate: Sat Jul 8 12:52:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30f902e8 gui-apps/ReGreet: fix indentation tabs instead of spaces Signed-off-by: Gonçalo Negrier Duarte gmail.com> gui-apps/ReGreet/ReGreet-9999.ebuild | 54 ++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/gui-apps/ReGreet/ReGreet-9999.ebuild b/gui-apps/ReGreet/ReGreet-9999.ebuild index f546474ce..29243da3a 100644 --- a/gui-apps/ReGreet/ReGreet-9999.ebuild +++ b/gui-apps/ReGreet/ReGreet-9999.ebuild @@ -13,10 +13,10 @@ HOMEPAGE="https://github.com/rharish101/ReGreet" LICENSE="GPL-3" SLOT="0" DEPEND="x11-libs/gtk+:3 - gtk4? ( gui-libs/gtk ) - cage? ( gui-wm/cage ) - sway? ( gui-wm/sway ) - || ( gui-wm/cage gui-wm/sway ) + gtk4? ( gui-libs/gtk ) + cage? ( gui-wm/cage ) + sway? ( gui-wm/sway ) + || ( gui-wm/cage gui-wm/sway ) " RDEPEND=" @@ -30,39 +30,39 @@ IUSE="gtk4 logs cage sway" REQUIRED_USE="|| ( cage sway ) cage? ( !sway ) sway? ( !cage )" src_unpack() { - git-r3_src_unpack - cargo_live_src_unpack + git-r3_src_unpack + cargo_live_src_unpack } src_configure() { - if use gtk4; then - local myfeatures=( - gtk4_8 - ) - fi - cargo_src_configure + if use gtk4; then + local myfeatures=( + gtk4_8 + ) + fi + cargo_src_configure } src_compile() { - cargo_src_compile + cargo_src_compile } src_install() { - newbin "${WORKDIR}/${P}/target/release/regreet regreet" - if use cage; then - insinto /etc/greetd/ && newins "${FILESDIR}/config-cage.toml config.toml" - echo "Restart cage service to verify if works (Only activate on TTY1)" - fi - if use sway; then - insinto /etc/greetd/ && newins "${FILESDIR}/config-sway.toml config.toml" - insinto /etc/greetd/ && doins "${FILESDIR}/sway-config" - echo "Restart cage service to verify if works (Only activate on TTY1)" - fi + newbin ${WORKDIR}/${P}/target/release/regreet regreet + if use cage; then + insinto /etc/greetd/ && newins ${FILESDIR}/config-cage.toml config.toml + echo "Restart cage service to verify if works (Only activate on TTY1)" + fi + if use sway; then + insinto /etc/greetd/ && newins ${FILESDIR}/config-sway.toml config.toml + insinto /etc/greetd/ && doins ${FILESDIR}/sway-config + echo "Restart cage service to verify if works (Only activate on TTY1)" + fi } src_post_install () { - if use logs; then - insinto /etc/tmpfiles.d/ && newins "${WORKDIR}/${P}/systemd-tmpfiles.conf regreet.conf" - systemd-tmpfiles --create "$PWD/systemd-tmpfiles.conf" - fi + if use logs; then + insinto /etc/tmpfiles.d/ && newins ${WORKDIR}/${P}/systemd-tmpfiles.conf regreet.conf + systemd-tmpfiles --create "$PWD/systemd-tmpfiles.conf" + fi }