x11-misc/gromit-mpx - 9999 (guru)

Search

Install

Install this version:

emerge -a =x11-misc/gromit-mpx-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =x11-misc/gromit-mpx-9999

Or alternatively:

emerge --autounmask-write -a =x11-misc/gromit-mpx-9999

Package Information

Description:
Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop annotation tool
Homepage:
https://github.com/bk138/gromit-mpx
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake xdg

DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop annotation tool"
HOMEPAGE="https://github.com/bk138/gromit-mpx"

if [[ ${PV} == *9999* ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/bk138/${PN}.git"
else
	SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64 ~x86"
fi

LICENSE="GPL-2"
SLOT="0"

RDEPEND="
	app-arch/lz4
	dev-libs/glib
	dev-libs/libayatana-appindicator
	x11-libs/cairo
	x11-libs/gdk-pixbuf
	x11-libs/gtk+:3
	x11-libs/libX11
	x11-libs/libXi
	>=x11-apps/xinput-1.3
"
DEPEND="${RDEPEND}"

src_prepare () {
	cmake_src_prepare
}

src_configure() {
	local mycmakeargs=(
		-DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
	)

	cmake_src_configure
}

Inherited Eclasses

xdg

Dependencies

DEPEND

	app-arch/lz4
	dev-libs/glib
	dev-libs/libayatana-appindicator
	x11-libs/cairo
	x11-libs/gdk-pixbuf
	x11-libs/gtk+:3
	x11-libs/libX11
	x11-libs/libXi
	>=x11-apps/xinput-1.3

RDEPEND

	app-arch/lz4
	dev-libs/glib
	dev-libs/libayatana-appindicator
	x11-libs/cairo
	x11-libs/gdk-pixbuf
	x11-libs/gtk+:3
	x11-libs/libX11
	x11-libs/libXi
	>=x11-apps/xinput-1.3