From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/splatmoji/
Date: Sun, 27 Dec 2020 05:12:23 +0000 (UTC) [thread overview]
Message-ID: <1609045687.a6e5b892e226c644c2b92d238f58df2f9b9fc7b5.sam@gentoo> (raw)
commit: a6e5b892e226c644c2b92d238f58df2f9b9fc7b5
Author: William Pettersson <william <AT> ewpettersson <DOT> se>
AuthorDate: Fri Dec 25 00:22:35 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <william <AT> ewpettersson.se>
Closes: https://github.com/gentoo/gentoo/pull/18808
Signed-off-by: Sam James <sam <AT> 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.
</longdescription>
+ <use>
+ <flag name="json">Escape output in JSON style using <pkg>app-misc/jq</pkg></flag>
+ </use>
<upstream>
<remote-id type="github">cspeterson/splatmoji</remote-id>
</upstream>
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
+}
next reply other threads:[~2020-12-27 5:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-27 5:12 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-04 18:55 [gentoo-commits] repo/gentoo:master commit in: x11-misc/splatmoji/ Andreas Sturmlechner
2021-01-05 7:41 Joonas Niilola
2020-12-27 5:12 Sam James
2020-11-01 6:14 Joonas Niilola
2020-11-01 6:14 Joonas Niilola
2020-08-09 7:14 Joonas Niilola
2020-08-09 7:14 Joonas Niilola
2020-07-04 5:49 Joonas Niilola
2019-08-01 13:04 Joonas Niilola
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=1609045687.a6e5b892e226c644c2b92d238f58df2f9b9fc7b5.sam@gentoo \
--to=sam@gentoo.org \
--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