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 3955A1382C5 for ; Sun, 27 Dec 2020 05:12:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 409F8E0BD8; Sun, 27 Dec 2020 05:12:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 288F3E0BD8 for ; Sun, 27 Dec 2020 05:12:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C4D44341133 for ; Sun, 27 Dec 2020 05:12:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34C7142F for ; Sun, 27 Dec 2020 05:12:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609045687.a6e5b892e226c644c2b92d238f58df2f9b9fc7b5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/splatmoji/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/splatmoji/Manifest x11-misc/splatmoji/metadata.xml x11-misc/splatmoji/splatmoji-1.2.0.ebuild X-VCS-Directories: x11-misc/splatmoji/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a6e5b892e226c644c2b92d238f58df2f9b9fc7b5 X-VCS-Branch: master Date: Sun, 27 Dec 2020 05:12:23 +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: 9041328d-8b75-4d0f-83bc-a17cb9765b69 X-Archives-Hash: a88d67353ed9a9a0d81b124a6e908dd6 commit: a6e5b892e226c644c2b92d238f58df2f9b9fc7b5 Author: William Pettersson ewpettersson se> AuthorDate: Fri Dec 25 00:22:35 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 27 05:08:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6e5b892 x11-misc/splatmoji: Version bump Adds history file support and new copy-paste methods Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: William Pettersson ewpettersson.se> Closes: https://github.com/gentoo/gentoo/pull/18808 Signed-off-by: Sam James gentoo.org> x11-misc/splatmoji/Manifest | 1 + x11-misc/splatmoji/metadata.xml | 3 +++ x11-misc/splatmoji/splatmoji-1.2.0.ebuild | 37 +++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/x11-misc/splatmoji/Manifest b/x11-misc/splatmoji/Manifest index cb02709b9b0..c5a9dad4a93 100644 --- a/x11-misc/splatmoji/Manifest +++ b/x11-misc/splatmoji/Manifest @@ -1 +1,2 @@ DIST splatmoji-1.1.1.tar.gz 4329965 BLAKE2B 6c9958bc8448d4e1c84358a7631d9b69c6d38cfedf42c86b5b220e0c380c5080de6653698ede6564817fcfd3d9e68603bd472ad43473c528580176baf7735d81 SHA512 d283d633ec9ff6a3345918518aabe72af56ab5bc71991e7324f85d5eae4ec078ca6a5f6aafbd8b8ebad0cb9fb18f15d68eca5662a4c895aa615d851d9c7ed845 +DIST splatmoji-1.2.0.tar.gz 4331395 BLAKE2B 2a786aba2ffc652c16fa479c0c2f2cba9b54508b2567f9d0d4269b81f100a8d1abe81926e9eaa9fbd3eb84617806755c21abdfd56fcdb0e58efcacc7dc2f3260 SHA512 d4f906bd6aac862cf696d159dca0a0a3317912d16a79ed036b313817bfee03b89900975b6d2cd3e24ea907d3e9fe8ffa501164dc9fead1017d91bc4c545e96c9 diff --git a/x11-misc/splatmoji/metadata.xml b/x11-misc/splatmoji/metadata.xml index 8098c7e79c6..9815be8e15d 100644 --- a/x11-misc/splatmoji/metadata.xml +++ b/x11-misc/splatmoji/metadata.xml @@ -13,6 +13,9 @@ Splatmoji is a tool that lets users quickly look up and input emoji, emoticons and kaomoji via a pop-up menu. + + Escape output in JSON style using app-misc/jq + cspeterson/splatmoji diff --git a/x11-misc/splatmoji/splatmoji-1.2.0.ebuild b/x11-misc/splatmoji/splatmoji-1.2.0.ebuild new file mode 100644 index 00000000000..e9b0b7f19ef --- /dev/null +++ b/x11-misc/splatmoji/splatmoji-1.2.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Quickly look up and input emoji and/or emoticons" +HOMEPAGE="https://github.com/cspeterson/splatmoji/" +SRC_URI="https://github.com/cspeterson/splatmoji/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64" +SLOT="0" +IUSE="json test" +RESTRICT="!test? ( test )" + +DEPEND="test? ( dev-util/shunit2 app-misc/jq )" + +RDEPEND=" + app-shells/bash + json? ( app-misc/jq ) + x11-misc/rofi + x11-misc/xdotool + x11-misc/xsel" + +src_install() { + dobin splatmoji + insinto /etc/xdg/splatmoji + doins splatmoji.config + insinto /usr/share/splatmoji + doins -r data + insinto /usr/lib/splatmoji + doins lib/functions +} + +src_test() { + ./test/unit_tests +}