mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
dev-libs/wayland-protocols: Version bump to 1.46
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
parent
e07ad087d5
commit
03604dedaf
@ -1 +1,2 @@
|
||||
DIST wayland-protocols-1.45.tar.xz 130040 BLAKE2B 9c70bf8975056e4038492101c38acdc476b28e277200144ff6e436e573b1e023e609b0a7bbf8f5acedecbfb268af6b41d11d4c101ffecebafe29440f4dcee4c1 SHA512 d0557a75eb486fb824f182648bec346e270cb1ada8727613377ab95b0ccb595c516de242f486110c88b7009e98c87b071bf5b598f84466e5624aa1d81f19e195
|
||||
DIST wayland-protocols-1.46.tar.xz 135476 BLAKE2B 6bae156ec16dc4675b96c5ebd3b5b97ba49aa2169b331e2407f3b1b6fd46e31c8823ba103306cdaeaceb80012f03e88e12c0e7ab01e8199955fe6767522759e3 SHA512 867b55357b9ca49d14504e3066c2d4e39762b4706bae4ca30330d8e8fad954531d2e055595d1ceb544e37cca6cce68152f12cf093ee9805987975619a3b24958
|
||||
|
||||
37
dev-libs/wayland-protocols/wayland-protocols-1.46.ebuild
Normal file
37
dev-libs/wayland-protocols/wayland-protocols-1.46.ebuild
Normal file
@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson
|
||||
|
||||
DESCRIPTION="Wayland protocol files"
|
||||
HOMEPAGE="https://wayland.freedesktop.org/"
|
||||
|
||||
if [[ ${PV} = 9999* ]]; then
|
||||
EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/${PN}.git/"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="
|
||||
test? ( dev-libs/wayland )
|
||||
"
|
||||
BDEPEND="
|
||||
>=dev-util/wayland-scanner-1.23.0
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_use test tests)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user