commit: 00f8fcb8558aeee4b4cf20d39b365be3158c3883 Author: Johannes Huber <johu <AT> gmx <DOT> de> AuthorDate: Sun Mar 30 06:55:41 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Sun Mar 30 06:57:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00f8fcb8
gui-apps/hyprpaper: drop 0.7.3-r1 Signed-off-by: Johannes Huber <johu <AT> gmx.de> gui-apps/hyprpaper/hyprpaper-0.7.3-r1.ebuild | 49 ---------------------------- 1 file changed, 49 deletions(-) diff --git a/gui-apps/hyprpaper/hyprpaper-0.7.3-r1.ebuild b/gui-apps/hyprpaper/hyprpaper-0.7.3-r1.ebuild deleted file mode 100644 index 8ca2c1a74..000000000 --- a/gui-apps/hyprpaper/hyprpaper-0.7.3-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="A blazing fast wayland wallpaper utility" -HOMEPAGE="https://github.com/hyprwm/hyprpaper" -SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-libs/hyprgraphics - >=dev-libs/hyprlang-0.6.0 - dev-libs/wayland - >=gui-libs/hyprutils-0.2.4:= - media-libs/libglvnd - media-libs/libjpeg-turbo:= - media-libs/libwebp:= - x11-libs/cairo - x11-libs/pango -" -DEPEND=" - ${RDEPEND} - dev-libs/wayland-protocols -" -BDEPEND=" - >=dev-util/hyprwayland-scanner-0.4.2 - dev-util/wayland-scanner - dev-vcs/git - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}/hyprpaper-0.7.3-fix-wayland-scanner.patch" -) - -src_compile() { - emake protocols - cmake_src_compile -} - -src_install() { - dobin "${BUILD_DIR}/${PN}" -}
