Remove hyprwall (project abandoned)
- Add qt6ct and nwg-look to dwl dependencies - Swap out hyprwall for azote for wallpaper
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST v0.1.9.tar.gz 712642 BLAKE2B db1b81c3e08105cec0fc84c1446f1133b81c77a5d81f35539212fe4b5d6777fa0dedb49e8e71f20ab9787b93de3119eb1c6267710b746c569742e45cb00fe59b SHA512 ec741403e469da5cc56d2f0bb89eb38ae10171b986fbbcbe4e27c793eaee6ad127d62b6db5bb71d1ae2af4e6b6dd932ddbfb33d18cd956552e4c4eb0f0b7815c
|
@@ -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
|
||||
}
|
@@ -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
|
||||
|
Reference in New Issue
Block a user