commit: 48389c0b59ca1bc56b8a88d16943dbf15effe9c0
Author: Luke Gompertz <luke.gompz <AT> gmail <DOT> com>
AuthorDate: Thu Dec 25 09:42:30 2025 +0000
Commit: Luke Gompertz <luke.gompz <AT> gmail <DOT> com>
CommitDate: Sun Dec 28 08:55:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48389c0b
gui-apps/noctalia-shell: Correct indentation in ebuild.
Signed-off-by: Luke Gompertz <luke.gompz <AT> gmail.com>
.../noctalia-shell/noctalia-shell-3.7.5.ebuild | 35 +++++++++++-----------
1 file changed, 17 insertions(+), 18 deletions(-)
diff --git a/gui-apps/noctalia-shell/noctalia-shell-3.7.5.ebuild
b/gui-apps/noctalia-shell/noctalia-shell-3.7.5.ebuild
index 244a8173db..7355ab12a1 100644
--- a/gui-apps/noctalia-shell/noctalia-shell-3.7.5.ebuild
+++ b/gui-apps/noctalia-shell/noctalia-shell-3.7.5.ebuild
@@ -15,21 +15,21 @@ KEYWORDS="~amd64"
IUSE="cliphist cava wlsunset xdg-desktop-portal evolution-data-server
polkit-kde-agent matugen xwayland"
RDEPEND="
-gui-apps/quickshell
-media-video/gpu-screen-recorder
-app-misc/brightnessctl
+ gui-apps/quickshell
+ media-video/gpu-screen-recorder
+ app-misc/brightnessctl
"
# Optional dependencies
RDEPEND="${RDEPEND}
-cliphist? ( app-misc/cliphist )
-cava? ( media-sound/cava )
-wlsunset? ( gui-apps/wlsunset )
-xdg-desktop-portal? ( sys-apps/xdg-desktop-portal )
-evolution-data-server? ( gnome-extra/evolution-data-server )
-polkit-kde-agent? ( kde-plasma/polkit-kde-agent )
-matugen? ( x11-misc/matugen )
-xwayland? ( gui-apps/xwayland-satellite )
+ cliphist? ( app-misc/cliphist )
+ cava? ( media-sound/cava )
+ wlsunset? ( gui-apps/wlsunset )
+ xdg-desktop-portal? ( sys-apps/xdg-desktop-portal )
+ evolution-data-server? ( gnome-extra/evolution-data-server )
+ polkit-kde-agent? ( kde-plasma/polkit-kde-agent )
+ matugen? ( x11-misc/matugen )
+ xwayland? ( gui-apps/xwayland-satellite )
"
src_unpack() {
@@ -37,15 +37,14 @@ default_src_unpack
}
src_install() {
-# Create the configuration directory
-dodir "/etc/xdg/quickshell/noctalia-shell"
+ # Create the configuration directory
+ dodir "/etc/xdg/quickshell/noctalia-shell"
-# Install the configuration files
-cp -r "${S}"/* "${ED}/etc/xdg/quickshell/noctalia-shell/" || die
+ # Install the configuration files
+ cp -r "${S}"/* "${ED}/etc/xdg/quickshell/noctalia-shell/" || die
}
-# Metadata for installation
pkg_postinst() {
-elog "Noctalia Quickshell configuration has been installed to
/etc/xdg/quickshell/noctalia-shell."
-elog "Note: uninstalling this package will not remove this configuration, so
if you intend to keep using Quickshell you may want to remove it manually."
+ elog "Noctalia Quickshell configuration has been installed to
/etc/xdg/quickshell/noctalia-shell."
+ elog "Note: uninstalling this package will not remove this
configuration, so if you intend to keep using Quickshell you may want to remove
it manually."
}