diff --git a/gui-apps/mpvpaper/Manifest b/gui-apps/mpvpaper/Manifest index cb261b9203..047759ab71 100644 --- a/gui-apps/mpvpaper/Manifest +++ b/gui-apps/mpvpaper/Manifest @@ -1,2 +1 @@ -DIST mpvpaper-1.6.tar.gz 89132 BLAKE2B 3d60e7f320375daedeed83c0776d34257d11ab70ad8b97f29a764ba02254b8e2e2ab24e74dea232bb4a0b442ec4a48237aae0d53691892d3b4703b576fd15d4b SHA512 01aa087e646f36118cfd21de849d0fe7eb7aba4a2efcd24762245d8619c84590eaf8d6f3a1e78c2ade0c55481ab2b2d93698e517cb95ef7bf6def00d8f9d8147 DIST mpvpaper-1.7.tar.gz 89594 BLAKE2B 103582b7e5cce6293572c21299c125ef112441d1cec355e133bf54cb299123cde77deb92cd19f819102a0e6389018d4027965bb66070098a01c06f11c30b64c4 SHA512 1087d86e1586e5f5c36494787f4b981ddfd48c576add9b2758df7ed05fd219078e3fce2b135cb744d93211db254fe2e1a8b3ce2f107358fc6af3d25045ad43b6 diff --git a/gui-apps/mpvpaper/mpvpaper-1.6.ebuild b/gui-apps/mpvpaper/mpvpaper-1.6.ebuild deleted file mode 100644 index 79f997313d..0000000000 --- a/gui-apps/mpvpaper/mpvpaper-1.6.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A video wallpaper program for wlroots based wayland compositors" -HOMEPAGE="https://github.com/GhostNaN/mpvpaper" - -inherit meson - -case "${PV}" in - 9999) - inherit git-r3 - EGIT_REPO_URI="https://github.com/GhostNaN/mpvpaper.git" - ;; - *) - SRC_URI="https://github.com/GhostNaN/mpvpaper/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -esac - -LICENSE="GPL-3" -SLOT="0" - -RDEPEND=" - dev-libs/wayland - media-libs/libglvnd - media-video/mpv:=[libmpv] -" -DEPEND=" - ${RDEPEND} - dev-libs/wayland-protocols -" -BDEPEND="dev-util/wayland-scanner" - -src_install() { - meson_src_install - newman mpvpaper.man mpvpaper.1 -}