diff --git a/x11-themes/wallpaper-art/Manifest b/x11-themes/wallpaper-art/Manifest new file mode 100644 index 0000000..dbe7b84 --- /dev/null +++ b/x11-themes/wallpaper-art/Manifest @@ -0,0 +1 @@ +DIST wallpaper-art-0.0.1.tar.xz 261766212 BLAKE2B 0b77d75d79b801e7c3b770b9417e40dc10641af1243951cd99ab381e1c18387db2eaf94fd95d13706bcebc47ed2d32c55c23e034a2a9485205b2b46ab06a92e5 SHA512 94d06d49afe44a88c1c647dcc38793284440a4109167e2b864a139079484acc5d999ffeb4b92bfb0d29db8e1093cb509843e447885ad2158a647b9cb79bd014e diff --git a/x11-themes/wallpaper-art/metadata.xml b/x11-themes/wallpaper-art/metadata.xml new file mode 100644 index 0000000..d8fbb6d --- /dev/null +++ b/x11-themes/wallpaper-art/metadata.xml @@ -0,0 +1,13 @@ + + + + + gentoo@chymera.eu + Horea Christian + + + diff --git a/x11-themes/wallpaper-art/wallpaper-art-0.0.1.ebuild b/x11-themes/wallpaper-art/wallpaper-art-0.0.1.ebuild new file mode 100644 index 0000000..ed22a44 --- /dev/null +++ b/x11-themes/wallpaper-art/wallpaper-art-0.0.1.ebuild @@ -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 * +}