commit:     24b3129ebb088b8f99f1f41317244d53730349ce
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Tue Aug  8 23:11:06 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Tue Aug  8 23:11:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24b3129e

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

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 app-misc/nwg-shell-wallpapers/Manifest                |  1 +
 app-misc/nwg-shell-wallpapers/metadata.xml            | 16 ++++++++++++++++
 .../nwg-shell-wallpapers-1.1.ebuild                   | 19 +++++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/app-misc/nwg-shell-wallpapers/Manifest 
b/app-misc/nwg-shell-wallpapers/Manifest
new file mode 100644
index 0000000000..edea80d1e3
--- /dev/null
+++ b/app-misc/nwg-shell-wallpapers/Manifest
@@ -0,0 +1 @@
+DIST nwg-shell-wallpapers-1.1.tar.gz 18835687 BLAKE2B 
73e6659edfcd1d015717dfbedc85373278b8a7ec78a10592b495117018930dc23a3e36f23885a78625c2bfc98074c2ce7a6a8152c57da46ecadd1534494e49ea
 SHA512 
88e0a1f54b3b55ce9833ab793719d6326bcf8bafd2b84c469b68b6b4be3970ae80dbf45cd444f9cf5fdd89fc3cf6036a7312112fa7fca33bb9eedf9205e32613

diff --git a/app-misc/nwg-shell-wallpapers/metadata.xml 
b/app-misc/nwg-shell-wallpapers/metadata.xml
new file mode 100644
index 0000000000..0280c2380c
--- /dev/null
+++ b/app-misc/nwg-shell-wallpapers/metadata.xml
@@ -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.jae...@leimstift.de</email>
+        <name>Pascal Jaeger</name>
+    </maintainer>
+    <upstream>
+        <maintainer>
+            <name>Piotr Miller</name>
+            <email>nwg.pi...@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>

diff --git a/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.1.ebuild 
b/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.1.ebuild
new file mode 100644
index 0000000000..6ab9adfad8
--- /dev/null
+++ b/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.1.ebuild
@@ -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/*
+}

Reply via email to