diff --git a/gui-apps/waypaper/Manifest b/gui-apps/waypaper/Manifest new file mode 100644 index 0000000..ab5a568 --- /dev/null +++ b/gui-apps/waypaper/Manifest @@ -0,0 +1 @@ +DIST waypaper-2.6.tar.gz 206960 BLAKE2B 13fbe1c56f7b7d6659d8162a37ae5dd176de96c4c31201a9d3b9d8362c8851bc6bed7a436aeee83b495fcb0fe6f51cc5971042e4fbf0ac95c365c616cc94162e SHA512 25d7c2022a5c00091539bc799e1f3faf0774a69b767c34396b55200e7d48275abe4b72c3e6c23a99730c9d6d43f9ba1bc082b1054d72a799d8839bad88637ba6 diff --git a/gui-apps/waypaper/metadata.xml b/gui-apps/waypaper/metadata.xml new file mode 100644 index 0000000..22c0edb --- /dev/null +++ b/gui-apps/waypaper/metadata.xml @@ -0,0 +1,11 @@ + + + + + sr98vn@gmail.com + Sravan Balaji + + + anufrievroman/waypaper + + diff --git a/gui-apps/waypaper/waypaper-2.6.ebuild b/gui-apps/waypaper/waypaper-2.6.ebuild new file mode 100644 index 0000000..f82d734 --- /dev/null +++ b/gui-apps/waypaper/waypaper-2.6.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..14} ) +DISTUTILS_SINGLE_IMPL=1 +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="GUI wallpaper manager for Wayland and Xorg Linux systems" +HOMEPAGE="https://anufrievroman.gitbook.io/waypaper" +SRC_URI="https://github.com/anufrievroman/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +S="${WORKDIR}/${P}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND=" + sys-apps/sed +" + +# [wallutils](https://github.com/xyproto/wallutils) is another option, +# but no ebuild exists yet +RDEPEND="|| ( + gui-apps/swww + gui-apps/swaybg + media-gfx/feh + gui-apps/hyprpaper + gui-apps/mpvpaper +) +"