Github messages for voidlinux
 help / color / mirror / Atom feed
From: akhiljalagam <akhiljalagam@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: xremap-0.4.4
Date: Thu, 21 Jul 2022 12:48:59 +0200	[thread overview]
Message-ID: <20220721104859.9lyRRTubpSYrxmMTNR93CgFlnIXp8oOFCANEti3o4K8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38149@inbox.vuxu.org>

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

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

https://github.com/akhiljalagam/void-packages xremap
https://github.com/void-linux/void-packages/pull/38149

New package: xremap-0.4.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 8deb62331acd678f6d1fbdec51ba48883c12e000 Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
Date: Wed, 20 Jul 2022 12:37:37 +0530
Subject: [PATCH] New package: xremap-0.4.4

Update srcpkgs/xremap/template

Co-authored-by: meator <meator.dev@gmail.com>

added shell completions
---
 srcpkgs/xremap/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/xremap/template

diff --git a/srcpkgs/xremap/template b/srcpkgs/xremap/template
new file mode 100644
index 000000000000..fea044db3635
--- /dev/null
+++ b/srcpkgs/xremap/template
@@ -0,0 +1,27 @@
+# Template file for 'xremap'
+pkgname=xremap
+version=0.4.4
+revision=1
+build_style=cargo
+short_desc="Dynamic key remapper for X11 and Wayland"
+maintainer="akhil <akhil.j@outlook.in>"
+license="MIT"
+homepage="https://github.com/k0kubun/xremap"
+changelog="https://raw.githubusercontent.com/k0kubun/xremap/master/CHANGELOG.md"
+distfiles="https://github.com/k0kubun/xremap/archive/refs/tags/v${version}.tar.gz"
+checksum=323cc9a900e7bc226008179619e49ee679caa6c9ade85e69bb5e710ffb0ed7ff
+
+post_build() {
+	xremap=$(find $GOPATH/bin -name xremap)
+	for shell in bash elvish fish powershell zsh; do
+		vtargetrun $xremap --completions $shell > xremap.$shell
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash elvish fish powershell zsh; do
+		vcompletion xremap.$shell $shell
+	done
+}

  parent reply	other threads:[~2022-07-21 10:48 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-20  7:16 [PR PATCH] " akhiljalagam
2022-07-20  7:28 ` [PR REVIEW] " meator
2022-07-20  7:29 ` [PR PATCH] [Updated] " akhiljalagam
2022-07-20  7:30 ` akhiljalagam
2022-07-20 13:22 ` tranzystorek-io
2022-07-20 15:15 ` meator
2022-07-20 15:20 ` tranzystorek-io
2022-07-20 15:38 ` meator
2022-07-21  2:51 ` gbrlsnchs
2022-07-21 10:48 ` [PR PATCH] [Updated] " akhiljalagam
2022-07-21 10:48 ` akhiljalagam [this message]
2022-07-21 10:49 ` akhiljalagam
2022-07-21 10:58 ` [PR REVIEW] " tranzystorek-io
2022-07-21 11:02 ` akhiljalagam
2022-07-21 11:02 ` akhiljalagam
2022-07-21 11:03 ` tranzystorek-io
2022-07-21 11:04 ` [PR PATCH] [Updated] " akhiljalagam
2022-07-21 11:14 ` meator
2022-10-20  2:14 ` github-actions
2022-11-04  2:13 ` [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=20220721104859.9lyRRTubpSYrxmMTNR93CgFlnIXp8oOFCANEti3o4K8@z \
    --to=akhiljalagam@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).