From: "Oliver Freyermuth" <o.freyermuth@googlemail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/
Date: Mon, 9 Sep 2024 19:31:37 +0000 (UTC) [thread overview]
Message-ID: <1725910292.1a557edb26214307d7899d50f5d2f5225a663f4a.freyermuth@gentoo> (raw)
commit: 1a557edb26214307d7899d50f5d2f5225a663f4a
Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Mon Sep 9 19:31:32 2024 +0000
Commit: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
CommitDate: Mon Sep 9 19:31:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a557edb
x11-misc/gromit-mpx: add 1.7.0
Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
x11-misc/gromit-mpx/Manifest | 1 +
x11-misc/gromit-mpx/gromit-mpx-1.7.0.ebuild | 44 +++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/x11-misc/gromit-mpx/Manifest b/x11-misc/gromit-mpx/Manifest
index 6672cc632..701dc9ce8 100644
--- a/x11-misc/gromit-mpx/Manifest
+++ b/x11-misc/gromit-mpx/Manifest
@@ -1 +1,2 @@
DIST gromit-mpx-1.6.0.tar.gz 1883341 BLAKE2B 184b6f70e620325f23213c38782e808f90e6b4bad0c786a586df854cf3a391037a3d3b56e504a7261120682b2119e535fcc7af9b87022fb280d34900c0655ed8 SHA512 6afac0f1c0cf0b4ef62b8811b6903b2fdfbc41f1377abd582fee606e90ce66abaf5d9ab2b34cb4797795f40cca6043334ca71bfdc8a5547551aa480d489ecbc7
+DIST gromit-mpx-1.7.0.tar.gz 2165825 BLAKE2B 377f4a88fd8fef1623bd58c4a5e01c5598dde55d698bb868d9d36008f275fc729a2c89c6f2e3431a967a49c0c2472564d638d4007cc35171a6491fbe669587b0 SHA512 26baee4ec035eb6cd20faea96c6f6790dce2b6aaaed9578a1e975fb0d4b3a9062f0463607ca2ca53add8193aa0c7a2e94b730604d071dcea48a085aa8fdc4797
diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.7.0.ebuild b/x11-misc/gromit-mpx/gromit-mpx-1.7.0.ebuild
new file mode 100644
index 000000000..af92ebca0
--- /dev/null
+++ b/x11-misc/gromit-mpx/gromit-mpx-1.7.0.ebuild
@@ -0,0 +1,44 @@
+# 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="
+ 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
+}
next reply other threads:[~2024-09-09 19:31 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-09 19:31 Oliver Freyermuth [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-11 19:13 [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/ Oliver Freyermuth
2024-08-19 20:13 Oliver Freyermuth
2024-05-31 17:14 Oliver Freyermuth
2024-05-31 17:14 Oliver Freyermuth
2024-03-12 19:19 Oliver Freyermuth
2023-10-22 19:27 Oliver Freyermuth
2023-10-11 21:13 Oliver Freyermuth
2022-12-24 21:24 Oliver Freyermuth
2022-09-25 15:20 Oliver Freyermuth
2022-09-25 15:20 Oliver Freyermuth
2022-02-12 16:25 Oliver Freyermuth
2022-02-12 16:25 Oliver Freyermuth
2022-02-03 21:54 Oliver Freyermuth
2021-04-23 9:17 Oliver Freyermuth
2021-04-23 9:17 Oliver Freyermuth
2021-03-28 11:43 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-03-28 11:14 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-03 18:44 Oliver Freyermuth
2020-12-03 18:44 Oliver Freyermuth
2020-08-05 21:11 Oliver Freyermuth
2020-06-07 8:06 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-07 8:06 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-06 19:59 Oliver Freyermuth
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=1725910292.1a557edb26214307d7899d50f5d2f5225a663f4a.freyermuth@gentoo \
--to=o.freyermuth@googlemail.com \
--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