Github messages for voidlinux
 help / color / mirror / Atom feed
From: chilledfrogs <chilledfrogs@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: splatmoji-1.2.0
Date: Tue, 06 Apr 2021 00:54:57 +0200	[thread overview]
Message-ID: <20210405225457.CHyABff5jW1Iuex4FzQCIqY4O3Oe4azcmg7ExcXQfMY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30025@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1345 bytes --]

There is an updated pull request by chilledfrogs against master on the void-packages repository

https://github.com/chilledfrogs/void-packages temp
https://github.com/void-linux/void-packages/pull/30025

New package: splatmoji-1.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
Yes, and should work for all architectures since it's actually a shell script

A patch file from https://github.com/void-linux/void-packages/pull/30025.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-temp-30025.patch --]
[-- Type: text/x-diff, Size: 1807 bytes --]

From 93b7ade384b17d1c5fb45c1bd2de973d5c0eb620 Mon Sep 17 00:00:00 2001
From: Allen Sobot <chilledfrogs@disroot.org>
Date: Mon, 5 Apr 2021 22:48:19 +0200
Subject: [PATCH] New package: splatmoji-1.2.0

---
 srcpkgs/splatmoji-emojidata |  1 +
 srcpkgs/splatmoji/template  | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)
 create mode 120000 srcpkgs/splatmoji-emojidata
 create mode 100644 srcpkgs/splatmoji/template

diff --git a/srcpkgs/splatmoji-emojidata b/srcpkgs/splatmoji-emojidata
new file mode 120000
index 000000000000..1e491228b9bf
--- /dev/null
+++ b/srcpkgs/splatmoji-emojidata
@@ -0,0 +1 @@
+splatmoji
\ No newline at end of file
diff --git a/srcpkgs/splatmoji/template b/srcpkgs/splatmoji/template
new file mode 100644
index 000000000000..d4ab732aff32
--- /dev/null
+++ b/srcpkgs/splatmoji/template
@@ -0,0 +1,36 @@
+# Template file for 'splatmoji'
+pkgname=splatmoji
+version=1.2.0
+revision=1
+conf_files="/etc/xdg/${pkgname}/${pkgname}.config"
+hostmakedepends="pandoc"
+depends="bash rofi xdotool xsel jq"
+checkdepends="jq shunit2"
+short_desc="Emoji and kaomoji selector"
+maintainer="Allen Sobot <chilledfrogs@disroot.org>"
+license="MIT"
+homepage="https://github.com/cspeterson/splatmoji"
+distfiles="https://github.com/cspeterson/splatmoji/archive/v${version}.tar.gz"
+checksum=cfcc9949ae053be2106fb64cbd75adfff5a772a3b4bc2ae15ad44e2997a0e6ee
+
+do_check() {
+	./test/unit_tests
+}
+
+do_install() {
+	vbin splatmoji
+	vdoc README.md
+	vmkdir usr/lib/${pkgname}
+	vcopy lib/functions usr/lib/${pkgname}
+	vmkdir etc/xdg/${pkgname}
+	vcopy ${pkgname}.config etc/xdg/${pkgname}
+	vlicense LICENSE
+}
+
+splatmoji-emojidata_package() {
+	short_desc+=" - emoji data files"
+	pkg_install() {
+		vmkdir usr/share/splatmoji
+		vcopy data usr/share/splatmoji
+	}
+}

  parent reply	other threads:[~2021-04-05 22:54 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-05 22:21 [PR PATCH] " chilledfrogs
2021-04-05 22:28 ` [PR REVIEW] " abenson
2021-04-05 22:28 ` abenson
2021-04-05 22:30 ` abenson
2021-04-05 22:32 ` abenson
2021-04-05 22:41 ` abenson
2021-04-05 22:44 ` chilledfrogs
2021-04-05 22:45 ` chilledfrogs
2021-04-05 22:45 ` chilledfrogs
2021-04-05 22:45 ` chilledfrogs
2021-04-05 22:45 ` chilledfrogs
2021-04-05 22:46 ` chilledfrogs
2021-04-05 22:49 ` [PR PATCH] [Updated] " chilledfrogs
2021-04-05 22:51 ` [PR REVIEW] " chilledfrogs
2021-04-05 22:54 ` chilledfrogs [this message]
2021-04-05 22:54 ` abenson
2021-04-05 23:17 ` chilledfrogs
2021-04-05 23:17 ` chilledfrogs
2021-04-30 21:27 ` chilledfrogs
2021-04-30 21:33 ` [PR PATCH] [Updated] " chilledfrogs
2021-04-30 21:41 ` [PR REVIEW] " abenson
2021-05-01  1:43 ` chilledfrogs
2021-05-01 15:15 ` Piraty
2021-05-01 21:37 ` chilledfrogs
2021-05-02 21:58 ` [PR PATCH] [Updated] " chilledfrogs
2021-05-02 22:00 ` chilledfrogs
2021-05-02 22:00 ` [PR REVIEW] " chilledfrogs
2022-05-17  2:14 ` github-actions
2022-06-01  2:14 ` [PR PATCH] [Closed]: " github-actions

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=20210405225457.CHyABff5jW1Iuex4FzQCIqY4O3Oe4azcmg7ExcXQfMY@z \
    --to=chilledfrogs@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).