From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98258158089 for ; Wed, 18 Oct 2023 09:39:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5B012BC14D; Wed, 18 Oct 2023 09:39:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACC562BC14D for ; Wed, 18 Oct 2023 09:39:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E61CB335C8E for ; Wed, 18 Oct 2023 09:39:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 821761288 for ; Wed, 18 Oct 2023 09:39:42 +0000 (UTC) From: "Pascal Jäger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pascal Jäger" Message-ID: <1697621922.c72ca71683342c9addffee59fae0a8643873f936.pascal.jaeger@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/nwg-shell-wallpapers/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/nwg-shell-wallpapers/Manifest app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.3.ebuild X-VCS-Directories: app-misc/nwg-shell-wallpapers/ X-VCS-Committer: pascal.jaeger X-VCS-Committer-Name: Pascal Jäger X-VCS-Revision: c72ca71683342c9addffee59fae0a8643873f936 X-VCS-Branch: dev Date: Wed, 18 Oct 2023 09:39:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: afe1231a-4126-4da9-b52c-a0e674eb30ef X-Archives-Hash: 31fb1a9dac7100dc18f633abfc3be15d commit: c72ca71683342c9addffee59fae0a8643873f936 Author: Pascal Jäger leimstift de> AuthorDate: Wed Oct 18 09:37:31 2023 +0000 Commit: Pascal Jäger leimstift de> CommitDate: Wed Oct 18 09:38:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c72ca716 app-misc/nwg-shell-wallpapers: add 1.3 Signed-off-by: Pascal Jäger leimstift.de> app-misc/nwg-shell-wallpapers/Manifest | 1 + .../nwg-shell-wallpapers-1.3.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/app-misc/nwg-shell-wallpapers/Manifest b/app-misc/nwg-shell-wallpapers/Manifest index edea80d1e3..1e0b32f921 100644 --- a/app-misc/nwg-shell-wallpapers/Manifest +++ b/app-misc/nwg-shell-wallpapers/Manifest @@ -1 +1,2 @@ DIST nwg-shell-wallpapers-1.1.tar.gz 18835687 BLAKE2B 73e6659edfcd1d015717dfbedc85373278b8a7ec78a10592b495117018930dc23a3e36f23885a78625c2bfc98074c2ce7a6a8152c57da46ecadd1534494e49ea SHA512 88e0a1f54b3b55ce9833ab793719d6326bcf8bafd2b84c469b68b6b4be3970ae80dbf45cd444f9cf5fdd89fc3cf6036a7312112fa7fca33bb9eedf9205e32613 +DIST nwg-shell-wallpapers-1.3.tar.gz 14905039 BLAKE2B 71856c2961cfbbb3b2c86e686df63320ddff9357fadbe00732d1dce33779a4f690d3b3bf3f1188cee20a0608c138e09494954285a7d2ce5da363ae1563a43045 SHA512 dc3a72f57dbc288841dbe4d4ebbdb4013d620a18acdb9c3e22e3af06fa481db2aeb98d845a27e86a421b9658f451de99bd4f7e4759b97d32d1124e8014097f90 diff --git a/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.3.ebuild b/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.3.ebuild new file mode 100644 index 0000000000..4fe8a32242 --- /dev/null +++ b/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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" + +src_install() { + insinto /usr/share/backgrounds/nwg-shell + doins wallpapers/* +}