From a0c4776952fafd15316130c124d13e1e59058915 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 22 Mar 2025 10:51:23 -0400 Subject: [PATCH] Remove hyprwall (project abandoned) - Add qt6ct and nwg-look to dwl dependencies - Swap out hyprwall for azote for wallpaper --- gui-apps/hyprwall-bin/Manifest | 1 - .../hyprwall-bin/hyprwall-bin-0.1.9.ebuild | 43 ------------------- gui-wm/dwl/dwl-9999.ebuild | 4 +- 3 files changed, 3 insertions(+), 45 deletions(-) delete mode 100644 gui-apps/hyprwall-bin/Manifest delete mode 100644 gui-apps/hyprwall-bin/hyprwall-bin-0.1.9.ebuild diff --git a/gui-apps/hyprwall-bin/Manifest b/gui-apps/hyprwall-bin/Manifest deleted file mode 100644 index 8a08ab6..0000000 --- a/gui-apps/hyprwall-bin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST v0.1.9.tar.gz 712642 BLAKE2B db1b81c3e08105cec0fc84c1446f1133b81c77a5d81f35539212fe4b5d6777fa0dedb49e8e71f20ab9787b93de3119eb1c6267710b746c569742e45cb00fe59b SHA512 ec741403e469da5cc56d2f0bb89eb38ae10171b986fbbcbe4e27c793eaee6ad127d62b6db5bb71d1ae2af4e6b6dd932ddbfb33d18cd956552e4c4eb0f0b7815c diff --git a/gui-apps/hyprwall-bin/hyprwall-bin-0.1.9.ebuild b/gui-apps/hyprwall-bin/hyprwall-bin-0.1.9.ebuild deleted file mode 100644 index df21e81..0000000 --- a/gui-apps/hyprwall-bin/hyprwall-bin-0.1.9.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="GUI for setting wallpapers with hyprpaper, swww, swabg, wallutils, and feh" -HOMEPAGE="https://github.com/hyprutils/hyprwall" -SRC_URI="${HOMEPAGE}/archive/refs/tags/v${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="man" -BDEPEND=" - net-misc/wget -" -RDEPEND=" - gui-apps/swww -" - -S="${WORKDIR}/hyprwall-${PV}" - -QA_PREBUILT="*" - -pkg_setup() { - cd ${WORKDIR} - wget -O hyprwall ${HOMEPAGE}/releases/download/v${PV}/hyprwall -} - -src_install() { - dobin ${WORKDIR}/hyprwall - - insinto /usr/share/icons - doins ${S}/hyprwall.svg - - insinto /usr/share/applications - doins ${S}/hyprwall.desktop - - if use man; then - doman ${S}/man/hyprwall.1 - fi -} diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-9999.ebuild index 388afd1..d4f6a9e 100644 --- a/gui-wm/dwl/dwl-9999.ebuild +++ b/gui-wm/dwl/dwl-9999.ebuild @@ -42,6 +42,8 @@ RDEPEND=" app-misc/swhkd app-misc/brightnessctl dev-qt/qtwayland + gui-apps/qt6ct + app-misc/nwg-look gui-apps/wlr-randr gui-apps/wdisplays gui-apps/shikane @@ -59,7 +61,7 @@ RDEPEND=" gui-apps/grim:=[jpeg] gui-apps/slurp gui-apps/swaybg:=[gdk-pixbuf] - gui-apps/hyprwall-bin + gui-apps/azote app-shells/fish app-shells/starship app-shells/krabby-bin