mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
gui-apps/waypaper: new package, add 2.7
Signed-off-by: amano.kenji <amano.kenji@proton.me>
This commit is contained in:
1
gui-apps/waypaper/Manifest
Normal file
1
gui-apps/waypaper/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST waypaper-2.7.tar.gz 50829 BLAKE2B c7b91120bb6c56abd8f56bc397ef5d5fa5446a8c2f6eccc1f703ceb70b3fabde2d219cb3200964d627a4b1e51ae42c25e345f8b4e971dd39af0e70b7188d5072 SHA512 7921294adc7dd55008898575e2d81633c2d7a9d256a68e242ac43af89d996089529408b6ed8e374ed352aa061a8b1266ae227fe63e8214ec1e0441f1c69c85bd
|
||||
4
gui-apps/waypaper/metadata.xml
Normal file
4
gui-apps/waypaper/metadata.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
</pkgmetadata>
|
||||
21
gui-apps/waypaper/waypaper-2.7.ebuild
Normal file
21
gui-apps/waypaper/waypaper-2.7.ebuild
Normal file
@@ -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}]
|
||||
"
|
||||
Reference in New Issue
Block a user