gui-apps/waypaper: new package, add 2.6
Signed-off-by: Sravan Balaji <balajsra@umich.edu>
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.6.tar.gz 206960 BLAKE2B 13fbe1c56f7b7d6659d8162a37ae5dd176de96c4c31201a9d3b9d8362c8851bc6bed7a436aeee83b495fcb0fe6f51cc5971042e4fbf0ac95c365c616cc94162e SHA512 25d7c2022a5c00091539bc799e1f3faf0774a69b767c34396b55200e7d48275abe4b72c3e6c23a99730c9d6d43f9ba1bc082b1054d72a799d8839bad88637ba6
|
11
gui-apps/waypaper/metadata.xml
Normal file
11
gui-apps/waypaper/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>sr98vn@gmail.com</email>
|
||||
<name>Sravan Balaji</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">anufrievroman/waypaper</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
34
gui-apps/waypaper/waypaper-2.6.ebuild
Normal file
34
gui-apps/waypaper/waypaper-2.6.ebuild
Normal file
@@ -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
|
||||
)
|
||||
"
|
Reference in New Issue
Block a user