commit: 2e7559ab6b27202d1b55a23c4a5f2cd0b6d24f0b Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de> AuthorDate: Wed Mar 6 12:59:58 2024 +0000 Commit: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de> CommitDate: Wed Mar 6 13:12:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2e7559ab
app-misc/nwg-shell-wallpapers: add 1.5 Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de> app-misc/nwg-shell-wallpapers/.pkgbump-pv | 1 + app-misc/nwg-shell-wallpapers/Manifest | 1 + .../nwg-shell-wallpapers-1.5.ebuild | 17 +++++++++++++++++ 3 files changed, 19 insertions(+) diff --git a/app-misc/nwg-shell-wallpapers/.pkgbump-pv b/app-misc/nwg-shell-wallpapers/.pkgbump-pv new file mode 100644 index 0000000000..c239c60cba --- /dev/null +++ b/app-misc/nwg-shell-wallpapers/.pkgbump-pv @@ -0,0 +1 @@ +1.5 diff --git a/app-misc/nwg-shell-wallpapers/Manifest b/app-misc/nwg-shell-wallpapers/Manifest index 7908fa2dea..6f1b11a85f 100644 --- a/app-misc/nwg-shell-wallpapers/Manifest +++ b/app-misc/nwg-shell-wallpapers/Manifest @@ -1,2 +1,3 @@ DIST nwg-shell-wallpapers-1.3.tar.gz 14905039 BLAKE2B 71856c2961cfbbb3b2c86e686df63320ddff9357fadbe00732d1dce33779a4f690d3b3bf3f1188cee20a0608c138e09494954285a7d2ce5da363ae1563a43045 SHA512 dc3a72f57dbc288841dbe4d4ebbdb4013d620a18acdb9c3e22e3af06fa481db2aeb98d845a27e86a421b9658f451de99bd4f7e4759b97d32d1124e8014097f90 DIST nwg-shell-wallpapers-1.4.tar.gz 14905267 BLAKE2B a1afec9595f44b64f92e2275df807678ccfc1ddb6157e583bbebdd3e3d01cb1bee3761dadb65c636189f2cd0608ecec59daf4900894b7005ebfd7bf06d35590a SHA512 8cf4f8ee316084f5b1a67b150cd560c29caf845e7359e45f9976fb3f9cd3c7ae22dcb113854f4539e04443a2dc37b5cb134bbad04d090cabedb2c0a9db4d8611 +DIST nwg-shell-wallpapers-1.5.tar.gz 14915448 BLAKE2B 594505fdd73f91442a9a65c1dd394461178934c07973b8573d138da9f0f0001d8541f98e3e9c79ef137b1337ecec01032f21f98707a687361ce883cce60ca994 SHA512 4b3c1b8c339b044592b25fda969700ff0c33a683257f2e0abfd98e3bf99bc3ed5aab1f2b3d6a88be6512447b0b1b7c78db2d6658f35cf2336ef669e1197fde30 diff --git a/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.5.ebuild b/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.5.ebuild new file mode 100644 index 0000000000..c105bedf54 --- /dev/null +++ b/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2024 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/* +}