mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
1
app-misc/nwg-shell-wallpapers/Manifest
Normal file
1
app-misc/nwg-shell-wallpapers/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST nwg-shell-wallpapers-1.1.tar.gz 18835687 BLAKE2B 73e6659edfcd1d015717dfbedc85373278b8a7ec78a10592b495117018930dc23a3e36f23885a78625c2bfc98074c2ce7a6a8152c57da46ecadd1534494e49ea SHA512 88e0a1f54b3b55ce9833ab793719d6326bcf8bafd2b84c469b68b6b4be3970ae80dbf45cd444f9cf5fdd89fc3cf6036a7312112fa7fca33bb9eedf9205e32613
|
||||
16
app-misc/nwg-shell-wallpapers/metadata.xml
Normal file
16
app-misc/nwg-shell-wallpapers/metadata.xml
Normal 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>
|
||||
@@ -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/*
|
||||
}
|
||||
Reference in New Issue
Block a user