commit: b275a4e639f5778401e36063618b07ab505eadfd Author: amano.kenji <amano.kenji <AT> proton <DOT> me> AuthorDate: Sun Nov 16 14:43:09 2025 +0000 Commit: Amano Kenji <amano.kenji <AT> proton <DOT> me> CommitDate: Sun Nov 16 14:43:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b275a4e6
gui-apps/waypaper: new package, add 2.7 Signed-off-by: amano.kenji <amano.kenji <AT> proton.me> gui-apps/waypaper/Manifest | 1 + gui-apps/waypaper/metadata.xml | 4 ++++ gui-apps/waypaper/waypaper-2.7.ebuild | 21 +++++++++++++++++++++ 3 files changed, 26 insertions(+) diff --git a/gui-apps/waypaper/Manifest b/gui-apps/waypaper/Manifest new file mode 100644 index 0000000000..fcc540fe27 --- /dev/null +++ b/gui-apps/waypaper/Manifest @@ -0,0 +1 @@ +DIST waypaper-2.7.tar.gz 50829 BLAKE2B c7b91120bb6c56abd8f56bc397ef5d5fa5446a8c2f6eccc1f703ceb70b3fabde2d219cb3200964d627a4b1e51ae42c25e345f8b4e971dd39af0e70b7188d5072 SHA512 7921294adc7dd55008898575e2d81633c2d7a9d256a68e242ac43af89d996089529408b6ed8e374ed352aa061a8b1266ae227fe63e8214ec1e0441f1c69c85bd diff --git a/gui-apps/waypaper/metadata.xml b/gui-apps/waypaper/metadata.xml new file mode 100644 index 0000000000..097975e3ad --- /dev/null +++ b/gui-apps/waypaper/metadata.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +</pkgmetadata> diff --git a/gui-apps/waypaper/waypaper-2.7.ebuild b/gui-apps/waypaper/waypaper-2.7.ebuild new file mode 100644 index 0000000000..465c2d7b78 --- /dev/null +++ b/gui-apps/waypaper/waypaper-2.7.ebuild @@ -0,0 +1,21 @@ +EAPI=8 + +PYTHON_COMPAT=( python3_{10..13} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="GUI wallpaper setter for Wayland and Xorg window managers" +HOMEPAGE="https://github.com/anufrievroman/waypaper" +SRC_URI="https://files.pythonhosted.org/packages/b5/c6/c3d160ff61773bf7df1d33dfa74cd2950197f566178f052ad58ba64cf8ac/${P}.tar.gz" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +RESTRICT="primaryuri" +RDEPEND=" + dev-python/pygobject[${PYTHON_USEDEP}] + dev-python/platformdirs[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/imageio[${PYTHON_USEDEP}] + dev-python/imageio-ffmpeg[${PYTHON_USEDEP}] + dev-python/screeninfo[${PYTHON_USEDEP}] +"
