mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
x11-misc/gromit-mpx: add 1.9.0
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST gromit-mpx-1.7.0.tar.gz 2165825 BLAKE2B 377f4a88fd8fef1623bd58c4a5e01c5598dde55d698bb868d9d36008f275fc729a2c89c6f2e3431a967a49c0c2472564d638d4007cc35171a6491fbe669587b0 SHA512 26baee4ec035eb6cd20faea96c6f6790dce2b6aaaed9578a1e975fb0d4b3a9062f0463607ca2ca53add8193aa0c7a2e94b730604d071dcea48a085aa8fdc4797
|
||||
DIST gromit-mpx-1.8.0.tar.gz 2235083 BLAKE2B 0f9bbe03eb4447724932f6e395e71f754ab9d860083f51b489b034f7ac2677b94901996e10c6b2ff9bd8a25d71927d6f60f9586be984000d87965dd600090d86 SHA512 563d1f9119e9260b580375abe3bda595aa6d5892b5f6096ccab0f256f5c34fab2764e87d5b525234dfaacbf3701d6a270b36c0c2edec41f3e17e6fd52324464e
|
||||
DIST gromit-mpx-1.9.0.tar.gz 2668005 BLAKE2B 89cbcc7af35efe29ed9b300aed5f2a6109a8cb4825f2963f12337d24705ea74b82e9d409fc099dc739995c69f873ee891f96869df14ddf63873653a45182edcb SHA512 c7f867993656e1acd92ea9ffc4e3c32c479468387544d05a89f024acc637bc5c74a9e39feeae5c83d49ee0006feb5544e06268a5d932b9510c58583dc6698dd5
|
||||
|
||||
45
x11-misc/gromit-mpx/gromit-mpx-1.9.0.ebuild
Normal file
45
x11-misc/gromit-mpx/gromit-mpx-1.9.0.ebuild
Normal file
@@ -0,0 +1,45 @@
|
||||
# Copyright 1999-2026 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
|
||||
}
|
||||
Reference in New Issue
Block a user