Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: splatmoji-1.2.0
@ 2021-04-05 22:21 chilledfrogs
  2021-04-05 22:28 ` [PR REVIEW] " abenson
                   ` (27 more replies)
  0 siblings, 28 replies; 29+ messages in thread
From: chilledfrogs @ 2021-04-05 22:21 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1874 bytes --]

From 0e84a59f17af3801a932fb4b20cd255d22b52782 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  | 40 +++++++++++++++++++++++++++++++++++++
 2 files changed, 41 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..e7e7c1e11f7e
--- /dev/null
+++ b/srcpkgs/splatmoji/template
@@ -0,0 +1,40 @@
+# Template file for 'splatmoji'
+pkgname=splatmoji
+version=1.2.0
+revision=1
+conf_files="/etc/xdg/${pkgname}/${pkgname}.config"
+hostmakedepends="pandoc"
+depends="bash>4.4 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/${pkgname}/archive/v${version}.tar.gz"
+checksum=cfcc9949ae053be2106fb64cbd75adfff5a772a3b4bc2ae15ad44e2997a0e6ee
+
+do_check() {
+	./test/*
+}
+
+pre_install() {
+	pandoc -s -t man README.md -o ${pkgname}.1
+}
+
+do_install() {
+	vbin splatmoji
+	vman ${pkgname}.1
+	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
+	}
+}

^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2022-06-01  2:14 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-05 22:21 [PR PATCH] New package: splatmoji-1.2.0 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 ` [PR PATCH] [Updated] " chilledfrogs
2021-04-05 22:54 ` [PR REVIEW] " 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

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).