mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
sys-apps/drm_info: add 2.7.0, drop 2.6.0
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
34
sys-apps/drm_info/drm_info-2.7.0.ebuild
Normal file
34
sys-apps/drm_info/drm_info-2.7.0.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson
|
||||
|
||||
MY_P="${PN}-v${PV}"
|
||||
|
||||
DESCRIPTION="Small utility to dump info about DRM devices"
|
||||
HOMEPAGE="https://gitlab.freedesktop.org/emersion/drm_info"
|
||||
SRC_URI="https://gitlab.freedesktop.org/emersion/drm_info/-/archive/v${PV}/${MY_P}.tar.bz2"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="man +pci"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/json-c:=
|
||||
x11-libs/libdrm
|
||||
pci? ( sys-apps/pciutils )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="man? ( app-text/scdoc )"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_feature man man-pages)
|
||||
$(meson_feature pci libpci)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user