From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1AF4B13835B for ; Sun, 7 Jun 2020 08:06:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E295BE0922; Sun, 7 Jun 2020 08:06:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFB57E0922 for ; Sun, 7 Jun 2020 08:06:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B83734E84D for ; Sun, 7 Jun 2020 08:06:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5648288 for ; Sun, 7 Jun 2020 08:06:53 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1591473591.1092d460e710305277a7a62a8a9f78ad9b97039a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/gromit-mpx/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/gromit-mpx/Manifest x11-misc/gromit-mpx/gromit-mpx-1.3.ebuild x11-misc/gromit-mpx/gromit-mpx-9999.ebuild x11-misc/gromit-mpx/metadata.xml X-VCS-Directories: x11-misc/gromit-mpx/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1092d460e710305277a7a62a8a9f78ad9b97039a X-VCS-Branch: master Date: Sun, 7 Jun 2020 08:06:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 57da2038-4ff3-4b96-9601-ca745894c86b X-Archives-Hash: f9f6c7572967ba18680322e1dc990950 commit: 1092d460e710305277a7a62a8a9f78ad9b97039a Author: Oliver Freyermuth googlemail com> AuthorDate: Sat Jun 6 19:59:51 2020 +0000 Commit: Andrew Ammerlaan riseup 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 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 @@ + + + + + o.freyermuth@googlemail.com + Oliver Freyermuth + + + https://github.com/bk138/gromit-mpx/issues + bk138/gromit-mpx + +