public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/gromit-mpx/
Date: Sun,  7 Jun 2020 08:06:53 +0000 (UTC)	[thread overview]
Message-ID: <1591473591.1092d460e710305277a7a62a8a9f78ad9b97039a.andrewammerlaan@gentoo> (raw)

commit:     1092d460e710305277a7a62a8a9f78ad9b97039a
Author:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Sat Jun  6 19:59:51 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Jun  6 19:59:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1092d460

x11-misc/gromit-mpx: New package.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>

 x11-misc/gromit-mpx/Manifest               |  1 +
 x11-misc/gromit-mpx/gromit-mpx-1.3.ebuild  | 37 ++++++++++++++++++++++++++++++
 x11-misc/gromit-mpx/gromit-mpx-9999.ebuild | 37 ++++++++++++++++++++++++++++++
 x11-misc/gromit-mpx/metadata.xml           | 12 ++++++++++
 4 files changed, 87 insertions(+)

diff --git a/x11-misc/gromit-mpx/Manifest b/x11-misc/gromit-mpx/Manifest
new file mode 100644
index 0000000..f5ab9d4
--- /dev/null
+++ b/x11-misc/gromit-mpx/Manifest
@@ -0,0 +1 @@
+DIST gromit-mpx-1.3.tar.gz 56835 BLAKE2B 900df398b22f0c818045b905eff3e2c63ad8fea3a3a03fab3cefea0f4a956a5633a5653cbe56a1f9a7f1fd2b5f9eebecfe8ce4a801c565d958cc372cfae22708 SHA512 7819c0d7684b05c812a476504df221edf005cc854c9184218cffda5c3692d865d358610d8541eb8ebd257e3d471e41d959afbca2aa118329826cfce99a13384f

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.3.ebuild b/x11-misc/gromit-mpx/gromit-mpx-1.3.ebuild
new file mode 100644
index 0000000..8f419cb
--- /dev/null
+++ b/x11-misc/gromit-mpx/gromit-mpx-1.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop annotation tool."
+HOMEPAGE="https://github.com/bk138/${PN}"
+
+if [[ ${PV} == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/bk138/${PN}.git"
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+SLOT="0"
+LICENSE="GPL-2"
+
+RDEPEND="
+	x11-libs/gtk+:3
+	dev-libs/libappindicator:3
+	x11-libs/libX11
+	>=x11-apps/xinput-1.3
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
+	)
+
+	cmake-utils_src_configure
+}

diff --git a/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild b/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild
new file mode 100644
index 0000000..8f419cb
--- /dev/null
+++ b/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop annotation tool."
+HOMEPAGE="https://github.com/bk138/${PN}"
+
+if [[ ${PV} == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/bk138/${PN}.git"
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+SLOT="0"
+LICENSE="GPL-2"
+
+RDEPEND="
+	x11-libs/gtk+:3
+	dev-libs/libappindicator:3
+	x11-libs/libX11
+	>=x11-apps/xinput-1.3
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
+	)
+
+	cmake-utils_src_configure
+}

diff --git a/x11-misc/gromit-mpx/metadata.xml b/x11-misc/gromit-mpx/metadata.xml
new file mode 100644
index 0000000..95c9cae
--- /dev/null
+++ b/x11-misc/gromit-mpx/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>o.freyermuth@googlemail.com</email>
+    <name>Oliver Freyermuth</name>
+  </maintainer>
+  <upstream>
+    <bugs-to>https://github.com/bk138/gromit-mpx/issues</bugs-to>
+    <remote-id type="github">bk138/gromit-mpx</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2020-06-07  8:06 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-07  8:06 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12  9:37 [gentoo-commits] repo/proj/guru:master commit in: x11-misc/gromit-mpx/ David Roman
2024-09-10  8:27 David Roman
2024-08-20 20:45 David Roman
2024-06-01 22:03 Julien Roy
2023-10-26  1:24 Haelwenn Monnier
2023-10-12  3:41 Rui Huang
2022-09-26  9:48 Andrew Ammerlaan
2022-09-26  9:48 Andrew Ammerlaan
2022-02-13 20:24 Arthur Zamarin
2022-02-13 20:24 Arthur Zamarin
2022-02-04 11:44 Florian Schmaus
2021-04-23 12:25 Andrew Ammerlaan
2021-04-23 12:25 Andrew Ammerlaan
2021-03-28 11:43 Andrew Ammerlaan
2020-12-04 15:00 Andrew Ammerlaan
2020-12-04 15:00 Andrew Ammerlaan
2020-08-06 12:04 Andrew Ammerlaan
2020-06-07  8:06 Andrew Ammerlaan

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=1591473591.1092d460e710305277a7a62a8a9f78ad9b97039a.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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