1
0
Fork 0

x11-themes/wallpaper-art: new package, add 0.0.1

Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2023-01-26 06:40:58 -05:00
parent 8a439935f9
commit a4519d47ae
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
3 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST wallpaper-art-0.0.1.tar.xz 261766212 BLAKE2B 0b77d75d79b801e7c3b770b9417e40dc10641af1243951cd99ab381e1c18387db2eaf94fd95d13706bcebc47ed2d32c55c23e034a2a9485205b2b46ab06a92e5 SHA512 94d06d49afe44a88c1c647dcc38793284440a4109167e2b864a139079484acc5d999ffeb4b92bfb0d29db8e1093cb509843e447885ad2158a647b9cb79bd014e

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<!-- Gin is not yet a supported upstream, maybe figure out where to add it and add it.
<upstream>
<remote-id type="gin">TheChymera/wallpaper-art</remote-id>
</upstream>
-->
</pkgmetadata>

View File

@ -0,0 +1,22 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Historical wallpaper artwork"
HOMEPAGE="https://gin.g-node.org/TheChymera/wallpaper-art"
SRC_URI="https://gin.g-node.org/TheChymera/wallpaper-art/raw/master/releases/${P}.tar.xz"
LICENSE="public-domain"
KEYWORDS="amd64 arm arm64 x86"
IUSE=""
RDEPEND=""
DEPEND=""
SLOT="0"
src_install() {
insinto "/usr/share/backgrounds/${PN}"
doins -r *
}