Github messages for voidlinux
 help / color / mirror / Atom feed
From: sbogomolov <sbogomolov@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New packages: interception-tools-0.6.7, caps2esc-0.3.2
Date: Thu, 15 Jul 2021 23:28:27 +0200	[thread overview]
Message-ID: <20210715212827.XyexvZDSTm_yvPfBACl_zEScOGlzQ9h91YNLiamynrw@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31575@inbox.vuxu.org>

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

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

https://github.com/sbogomolov/void-packages caps2esc
https://github.com/void-linux/void-packages/pull/31575

New packages: interception-tools-0.6.7, caps2esc-0.3.2
<!-- 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? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31575.patch is attached

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

From 8effc38ef4adfdadbc8960252988f4eb18b03267 Mon Sep 17 00:00:00 2001
From: Sergii Bogomolov <sergii@bogomolov.io>
Date: Sat, 19 Jun 2021 00:27:48 +0200
Subject: [PATCH 1/2] New package: interception-tools-0.6.7

---
 srcpkgs/interception-tools/files/udevmon/run | 10 ++++++++++
 srcpkgs/interception-tools/template          | 18 ++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 100755 srcpkgs/interception-tools/files/udevmon/run
 create mode 100644 srcpkgs/interception-tools/template

diff --git a/srcpkgs/interception-tools/files/udevmon/run b/srcpkgs/interception-tools/files/udevmon/run
new file mode 100755
index 000000000000..9850e63c03bd
--- /dev/null
+++ b/srcpkgs/interception-tools/files/udevmon/run
@@ -0,0 +1,10 @@
+#!/bin/sh
+if [ -r ./conf ]; then
+	. ./conf
+	if [ -n "${CONF_FILE}" ]; then
+		OPTS="${OPTS} -c '${CONF_FILE}'"
+	fi
+fi
+
+exec 2>&1
+exec udevmon ${OPTS}
diff --git a/srcpkgs/interception-tools/template b/srcpkgs/interception-tools/template
new file mode 100644
index 000000000000..f0e55acc6dc1
--- /dev/null
+++ b/srcpkgs/interception-tools/template
@@ -0,0 +1,18 @@
+# Template file for 'interception-tools'
+pkgname=interception-tools
+version=0.6.7
+revision=1
+wrksrc="tools-v${version}"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="boost-devel eudev-libudev-devel libevdev-devel yaml-cpp-devel"
+short_desc="Small set of utilities for operating on input events of evdev devices"
+maintainer="Sergii Bogomolov <void@sebo.dev>"
+license="GPL-3.0-only"
+homepage="https://gitlab.com/interception/linux/tools"
+distfiles="https://gitlab.com/interception/linux/tools/-/archive/v${version}/tools-v${version}.tar.gz"
+checksum="58a388899c7bb765c5d35306b57894fb220dc8ab4d37475a33898bb2934bca81"
+post_install() {
+	vdoc README.md
+	vsv udevmon
+}

From c2d178e2fa3b7ffff894feefb47760e0f1d77beb Mon Sep 17 00:00:00 2001
From: Sergii Bogomolov <sergii@bogomolov.io>
Date: Sat, 19 Jun 2021 00:29:26 +0200
Subject: [PATCH 2/2] New package: caps2esc-0.3.2

---
 srcpkgs/caps2esc/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/caps2esc/template

diff --git a/srcpkgs/caps2esc/template b/srcpkgs/caps2esc/template
new file mode 100644
index 000000000000..36b4096f17b7
--- /dev/null
+++ b/srcpkgs/caps2esc/template
@@ -0,0 +1,17 @@
+# Template file for 'caps2esc'
+pkgname=caps2esc
+version=0.3.2
+revision=1
+wrksrc="caps2esc-v${version}"
+build_style=cmake
+depends="interception-tools"
+short_desc="Transforming the most useless key ever in the most useful one"
+maintainer="Sergii Bogomolov <void@sebo.dev>"
+license="MIT"
+homepage="https://gitlab.com/interception/linux/plugins/caps2esc"
+distfiles="https://gitlab.com/interception/linux/plugins/caps2esc/-/archive/v${version}/caps2esc-v${version}.tar.gz"
+checksum="d8a5c7a23cb7368fde2b91a0b5481d8ce906af146dd9a49f609052f2cf1d212c"
+post_install() {
+	vdoc README.md
+	vlicense LICENSE.md
+}

  parent reply	other threads:[~2021-07-15 21:28 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31575@inbox.vuxu.org>
2021-06-28 22:00 ` New packages: interception-tools-0.6.6, caps2esc-0.3.2 sbogomolov
2021-06-28 22:01 ` sbogomolov
2021-07-10 21:55 ` sbogomolov
2021-07-11  3:15 ` ericonr
2021-07-11  3:16 ` [PR REVIEW] " ericonr
2021-07-11  3:18 ` ericonr
2021-07-11  3:18 ` ericonr
2021-07-11 21:30 ` sbogomolov
2021-07-11 21:30 ` [PR REVIEW] " sbogomolov
2021-07-11 21:31 ` sbogomolov
2021-07-11 21:31 ` sbogomolov
2021-07-11 21:55 ` sbogomolov
2021-07-11 21:57 ` [PR PATCH] [Updated] " sbogomolov
2021-07-11 22:01 ` sbogomolov
2021-07-11 22:23 ` [PR REVIEW] " ericonr
2021-07-11 22:25 ` ericonr
2021-07-12 19:37 ` sbogomolov
2021-07-12 19:46 ` ericonr
2021-07-12 20:45 ` sbogomolov
2021-07-12 21:06 ` sbogomolov
2021-07-12 21:06 ` sbogomolov
2021-07-12 21:11 ` sbogomolov
2021-07-12 21:13 ` [PR PATCH] [Updated] " sbogomolov
2021-07-12 21:18 ` [PR REVIEW] " sbogomolov
2021-07-12 21:28 ` ericonr
2021-07-12 21:32 ` [PR PATCH] [Updated] " sbogomolov
2021-07-12 21:32 ` [PR REVIEW] " sbogomolov
2021-07-13 10:43 ` sbogomolov
2021-07-13 13:46 ` [PR PATCH] [Updated] " sbogomolov
2021-07-14 13:41 ` ericonr
2021-07-14 13:47 ` sbogomolov
2021-07-14 13:48 ` sbogomolov
2021-07-14 13:48 ` sbogomolov
2021-07-15 18:25 ` [PR PATCH] [Updated] " sbogomolov
2021-07-15 18:26 ` New packages: interception-tools-0.6.7, caps2esc-0.3.2 sbogomolov
2021-07-15 21:08 ` [PR REVIEW] " paper42
2021-07-15 21:25 ` sbogomolov
2021-07-15 21:26 ` sbogomolov
2021-07-15 21:28 ` sbogomolov [this message]
2021-07-17  3:04 ` ericonr
2021-07-17  3:04 ` ericonr
2021-07-17  3:04 ` ericonr
2021-07-17  8:27 ` sbogomolov
2021-07-17  8:40 ` sbogomolov
2021-07-17  8:40 ` sbogomolov
2021-07-17  8:43 ` [PR PATCH] [Updated] " sbogomolov
2021-07-17  9:00 ` sbogomolov
2021-07-20 19:02 ` sbogomolov
2021-07-20 21:11 ` [PR PATCH] [Merged]: " ericonr

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=20210715212827.XyexvZDSTm_yvPfBACl_zEScOGlzQ9h91YNLiamynrw@z \
    --to=sbogomolov@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).