app-misc/nwg-shell-wallpapers: new package, add 1.1

Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
Pascal Jäger
2023-08-09 01:11:06 +02:00
parent b4fe412540
commit 24b3129ebb
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST nwg-shell-wallpapers-1.1.tar.gz 18835687 BLAKE2B 73e6659edfcd1d015717dfbedc85373278b8a7ec78a10592b495117018930dc23a3e36f23885a78625c2bfc98074c2ce7a6a8152c57da46ecadd1534494e49ea SHA512 88e0a1f54b3b55ce9833ab793719d6326bcf8bafd2b84c469b68b6b4be3970ae80dbf45cd444f9cf5fdd89fc3cf6036a7312112fa7fca33bb9eedf9205e32613

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>pascal.jaeger@leimstift.de</email>
<name>Pascal Jaeger</name>
</maintainer>
<upstream>
<maintainer>
<name>Piotr Miller</name>
<email>nwg.piotr@gmail.com</email>
</maintainer>
<bugs-to>https://github.com/nwg-piotr/nwg-shell-wallpapers/issues</bugs-to>
<remote-id type="github">nwg-piotr/nwg-shell-wallpapers</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,19 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
SRC_URI="https://github.com/nwg-piotr/nwg-shell-wallpapers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
DESCRIPTION="Selection of wallpapers contributed to the nwg-shell project"
HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-wallpapers"
LICENSE="MIT"
SLOT="0"
DEPEND=""
src_install() {
insinto /usr/share/backgrounds/nwg-shell
doins wallpapers/*
}