public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/wayland-scanner/
Date: Fri, 10 Dec 2021 05:49:27 +0000 (UTC)	[thread overview]
Message-ID: <1639115320.8a9446b336af85c5ea80c4ae19c5ad93fdb1e438.mattst88@gentoo> (raw)

commit:     8a9446b336af85c5ea80c4ae19c5ad93fdb1e438
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 02:40:22 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 05:48:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a9446b3

dev-util/wayland-scanner: Version bump to 1.20.0

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-util/wayland-scanner/Manifest                  |  1 +
 .../wayland-scanner/wayland-scanner-1.20.0.ebuild  | 44 ++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-util/wayland-scanner/Manifest b/dev-util/wayland-scanner/Manifest
index c5622c6bf62a..c2d608e43ffd 100644
--- a/dev-util/wayland-scanner/Manifest
+++ b/dev-util/wayland-scanner/Manifest
@@ -1 +1,2 @@
 DIST wayland-1.19.0.tar.xz 456380 BLAKE2B 0f70bb02e890898c4763001884527067adb686abe9a2b9325badf1730d411d269c437037afc298eec8075eb1e3845f5b81b8ed3d702908388a54e7063cbea91a SHA512 d8a86f5e23e4a88e7c84b82fdb51eb350419086afe462ecb2f4d5c3ba9290ede310cbbcffd60215219ddccf5bad4adec21a5ebfbef6577200f66ac7a1b64a5ef
+DIST wayland-1.20.0.tar.xz 225188 BLAKE2B d607610ad8b30b6b3bbfc3945679f698030f271766cfb72425f98f170a96469fb085fb9a746a866b8562d7f452c844e61ad57f634dcf365474c7d050b76022e9 SHA512 e8a1f410994b947f850799bdd0d95a2429d8467f853e62a0ab3915a4e9fe130f8aa977e03715114ab740c6ec546edea63d275ce7f927d4f3029ea126e6a7d215

diff --git a/dev-util/wayland-scanner/wayland-scanner-1.20.0.ebuild b/dev-util/wayland-scanner/wayland-scanner-1.20.0.ebuild
new file mode 100644
index 000000000000..c0f4e25a4339
--- /dev/null
+++ b/dev-util/wayland-scanner/wayland-scanner-1.20.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} = *9999* ]]; then
+	EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/wayland.git"
+	inherit git-r3
+else
+	SRC_URI="https://wayland.freedesktop.org/releases/wayland-${PV}.tar.xz"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+	S="${WORKDIR}/wayland-${PV}"
+fi
+inherit meson
+
+DESCRIPTION="wayland-scanner tool"
+HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/wayland"
+
+LICENSE="MIT"
+SLOT="0"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND="
+	!<dev-libs/wayland-${PV}
+	>=dev-libs/expat-2.1.0-r3:=
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	local emesonargs=(
+		-Ddocumentation=false
+		-Ddtd_validation=false
+		-Dlibraries=false
+		-Dscanner=true
+		-Dtests=false
+	)
+	meson_src_configure
+}
+
+src_install() {
+	meson_src_install
+
+	mv "${ED}"/usr/$(get_libdir)/pkgconfig "${ED}"/usr/share/pkgconfig
+}


             reply	other threads:[~2021-12-10  5:49 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-10  5:49 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-03  1:57 [gentoo-commits] repo/gentoo:master commit in: dev-util/wayland-scanner/ Matt Turner
2024-09-02 17:52 Matt Turner
2024-08-31 10:52 Arthur Zamarin
2024-08-30  6:39 Arthur Zamarin
2024-08-30  6:39 Arthur Zamarin
2024-08-30  6:39 Arthur Zamarin
2024-08-30  6:39 Arthur Zamarin
2024-08-30  6:18 Arthur Zamarin
2024-08-29 23:08 Sam James
2024-08-08  6:00 Joonas Niilola
2024-07-04 19:11 Arthur Zamarin
2024-07-04 19:08 Sam James
2024-07-04 18:47 Arthur Zamarin
2024-07-04 18:43 Sam James
2024-05-31 13:55 Matt Turner
2023-05-12 22:34 Matt Turner
2023-05-10 17:07 Arthur Zamarin
2023-05-10 16:38 Sam James
2023-05-10 16:35 Arthur Zamarin
2023-05-10 16:35 Arthur Zamarin
2023-05-10 16:35 Arthur Zamarin
2023-05-10 16:18 Sam James
2023-04-09  2:10 Matt Turner
2022-08-17 16:11 Arthur Zamarin
2022-07-03 22:30 Matt Turner
2022-07-03 22:30 Matt Turner
2022-05-09  2:55 WANG Xuerui
2022-05-09  2:55 WANG Xuerui
2022-02-07 19:03 Matt Turner
2022-02-01 21:13 Arthur Zamarin
2022-02-01 20:59 Arthur Zamarin
2022-01-21 12:25 Sam James
2022-01-18 23:02 Jakov Smolić
2022-01-18 22:16 Jakov Smolić
2022-01-18 22:16 Jakov Smolić
2022-01-18 12:26 Sam James
2021-12-10  5:49 Matt Turner
2021-12-10  5:49 Matt Turner
2021-03-25 23:42 Sam James
2021-03-25 23:42 Sam James
2021-03-20 13:41 Sergei Trofimovich
2021-03-09 11:31 Sam James
2021-03-09 11:23 Sam James
2021-03-09 10:31 Sam James
2021-03-09 10:30 Sam James
2021-01-28  2:36 Matt Turner
2021-01-28  2:36 Matt Turner
2021-01-08  3:24 Matt Turner
2020-12-27 19:19 Matt Turner

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=1639115320.8a9446b336af85c5ea80c4ae19c5ad93fdb1e438.mattst88@gentoo \
    --to=mattst88@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