From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/ubuntu-wallpapers/
Date: Sun, 4 Dec 2022 14:50:49 +0000 (UTC) [thread overview]
Message-ID: <1670165360.0c182f35b6b28e0245b80a57f8d3e0f97f2a3779.pacho@gentoo> (raw)
commit: 0c182f35b6b28e0245b80a57f8d3e0f97f2a3779
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 14:17:43 2022 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 14:49:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c182f35
x11-themes/ubuntu-wallpapers: add 22.10.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
x11-themes/ubuntu-wallpapers/Manifest | 1 +
.../ubuntu-wallpapers-22.10.3.ebuild | 42 ++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/x11-themes/ubuntu-wallpapers/Manifest b/x11-themes/ubuntu-wallpapers/Manifest
index fec6439f51f6..2ad72981a46b 100644
--- a/x11-themes/ubuntu-wallpapers/Manifest
+++ b/x11-themes/ubuntu-wallpapers/Manifest
@@ -1,2 +1,3 @@
DIST ubuntu-wallpapers_21.10.1.orig.tar.gz 246340533 BLAKE2B 0d5b253fd1462baad0ebc758c20a4e9662baf913bb776342faa31df5ae33629098680fe0a442c186271089d2769cfee1439438851a510f3d978669cb95a017af SHA512 f48c9ac59c6de32b4dbdd2a52c21b5464f6100c4acb2384150d9666e8cf31eb705d534742ca54df1f8ed82363d79704294aa6a52933838ee9fddd0a58e53cdcc
DIST ubuntu-wallpapers_22.10.2.orig.tar.gz 291534519 BLAKE2B b79c3a685c7d7b0e43cb365e27b845f194c466c513f138bf4120e14f23c7ed5c16e4586150086444fdc0d7d460b175e2c5ebd615bd95ae5130906d1c39da74c3 SHA512 e2dcdd0a07fc50c4059e3254b179de73474ab53298c29a7234eb14335bfb83cb1b2e9e7a53787caf1a95929876e083d3684be162a5a5f8b14325446eef5c9a5c
+DIST ubuntu-wallpapers_22.10.3.orig.tar.gz 291538274 BLAKE2B 59b44dae9113cc3e2f25255a363da72bbd21afa3de2a8bc98e8fc2b6cb4d71a6fa4ace12ee38539cd319c55300436087aa6b3080acab807186014af06683e5f6 SHA512 f00a4099e9dfbaa6ab541bec1c65ce312a078c8ea3199a17b315e687ed19e9c36c8b2faa8a482534b9c46d0940ef38943b1f3a1ec4a1da039664ea1248597dc0
diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-22.10.3.ebuild b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-22.10.3.ebuild
new file mode 100644
index 000000000000..42a449c95f43
--- /dev/null
+++ b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-22.10.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Ubuntu wallpapers"
+HOMEPAGE="https://launchpad.net/ubuntu/+source/ubuntu-wallpapers"
+MY_P="${PN}_${PV}"
+SRC_URI="mirror://ubuntu/pool/main/u/${PN}/${MY_P}.orig.tar.gz"
+
+# Review COPYING file for updates
+LICENSE="CC-BY-SA-3.0"
+
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+BDEPEND=""
+
+S="${WORKDIR}/${MY_P/_/-}"
+
+SLOT="0"
+
+src_compile() { :; }
+src_test() { :; }
+
+src_install() {
+ insinto /usr/share/backgrounds
+ doins *.jpg *.png
+
+ insinto /usr/share/backgrounds/contest
+ doins contest/*.xml
+
+ for i in *.xml.in; do
+ sed -i 's/_name/name/g' ${i}
+ insinto /usr/share/gnome-background-properties
+ newins ${i} ${i/.in/}
+ done
+
+ einstalldocs
+}
next reply other threads:[~2022-12-04 14:50 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-04 14:50 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-13 9:42 [gentoo-commits] repo/gentoo:master commit in: x11-themes/ubuntu-wallpapers/ Pacho Ramos
2024-07-31 9:24 Pacho Ramos
2024-07-19 19:46 Pacho Ramos
2024-07-19 19:46 Pacho Ramos
2023-02-27 15:12 Pacho Ramos
2022-12-04 14:50 Pacho Ramos
2022-11-14 10:13 Pacho Ramos
2022-10-23 16:17 Pacho Ramos
2022-06-08 9:37 Pacho Ramos
2022-06-02 1:53 Sam James
2021-12-14 15:45 Jakov Smolić
2021-11-11 17:57 Pacho Ramos
2021-07-08 8:09 Pacho Ramos
2021-07-08 8:09 Pacho Ramos
2021-07-08 8:09 Pacho Ramos
2021-01-12 20:25 Pacho Ramos
2021-01-12 20:25 Pacho Ramos
2021-01-12 20:25 Pacho Ramos
2020-12-06 13:18 Pacho Ramos
2020-08-30 20:20 Pacho Ramos
2020-05-31 12:42 Pacho Ramos
2020-04-26 15:34 Pacho Ramos
2019-12-05 7:45 Pacho Ramos
2019-11-20 11:13 Agostino Sarubbo
2019-10-20 10:14 Pacho Ramos
2019-04-24 16:28 Pacho Ramos
2019-04-24 16:28 Pacho Ramos
2019-04-07 9:15 Pacho Ramos
2019-01-26 20:02 Pacho Ramos
2019-01-26 20:02 Pacho Ramos
2019-01-19 8:56 Pacho Ramos
2018-04-14 10:59 Pacho Ramos
2018-04-14 10:59 Pacho Ramos
2018-03-29 19:35 Pacho Ramos
2017-11-28 19:46 Pacho Ramos
2017-11-28 19:46 Pacho Ramos
2017-11-28 19:46 Pacho Ramos
2017-07-21 8:46 Pacho Ramos
2017-07-21 8:46 Pacho Ramos
2017-04-08 15:30 Sebastian Pipping
2016-12-07 18:20 Pacho Ramos
2016-12-07 18:20 Pacho Ramos
2016-11-05 13:16 Pacho Ramos
2016-05-28 9:06 Pacho Ramos
2016-05-28 9:06 Pacho Ramos
2016-05-28 9:06 Pacho Ramos
2015-12-31 12:46 Pacho Ramos
2015-12-31 12:46 Pacho Ramos
2015-12-31 12:46 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1670165360.0c182f35b6b28e0245b80a57f8d3e0f97f2a3779.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox