Github messages for voidlinux
 help / color / mirror / Atom feed
From: juantascon <juantascon@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: swhkd-1.2.1.20240302
Date: Tue, 16 Apr 2024 17:08:30 +0200	[thread overview]
Message-ID: <20240416150830.6077C20229@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49077@inbox.vuxu.org>

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

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

https://github.com/juantascon/void-packages swhkd
https://github.com/void-linux/void-packages/pull/49077

New package: swhkd-1.2.1.20240302
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From f2f9ff8d47a8e201d7b159f691734554460fd7ec Mon Sep 17 00:00:00 2001
From: juantascon <juan@horlux.org>
Date: Mon, 4 Mar 2024 12:47:57 +0100
Subject: [PATCH] New package: swhkd-1.2.1

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

diff --git a/srcpkgs/swhkd/template b/srcpkgs/swhkd/template
new file mode 100644
index 00000000000000..b96ba7a05ad747
--- /dev/null
+++ b/srcpkgs/swhkd/template
@@ -0,0 +1,35 @@
+# Template file for 'swhkd'
+pkgname=swhkd
+version=1.2.1
+revision=1
+archs="i686* x86_64*"
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="eudev-libudev-devel rust cargo scdoc"
+depends="polkit"
+short_desc="Display server-independent hotkey daemon inspired by sxhkd"
+maintainer="Juan Diego Tascon <juan@horlux.org>"
+license="BSD-2-Clause	"
+homepage="https://github.com/waycrate/swhkd"
+changelog="https://raw.githubusercontent.com/waycrate/swhkd/main/CHANGELOG.md"
+distfiles="https://github.com/waycrate/swhkd/archive/refs/tags/${version}.tar.gz"
+checksum=e74b7b2dc6ab3a31d7bdc4ece09da6ed7f959c7369112a6a45a435a8a0adf195
+
+post_build() {
+	scdoc < ./docs/swhkd.1.scd > ./docs/swhkd.1
+	scdoc < ./docs/swhks.1.scd > ./docs/swhks.1
+	scdoc < ./docs/swhkd.5.scd > ./docs/swhkd.5
+	scdoc < ./docs/swhkd-keys.5.scd > ./docs/swhkd-keys.5
+}
+
+do_install() {
+	vmkdir usr/share/polkit-1/actions
+	vman ./docs/swhks.1
+	vman ./docs/swhkd.1
+	vman ./docs/swhkd.5
+	vman ./docs/swhkd-keys.5
+	vbin ./target/release/swhkd
+	vbin ./target/release/swhks
+	vcopy ./com.github.swhkd.pkexec.policy usr/share/polkit-1/actions/
+	vlicense LICENSE LICENSE
+}

  parent reply	other threads:[~2024-04-16 15:08 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-04 11:51 [PR PATCH] " juantascon
2024-03-04 12:00 ` [PR PATCH] [Updated] " juantascon
2024-03-04 12:04 ` juantascon
2024-03-04 12:07 ` juantascon
2024-04-16 13:50 ` juantascon
2024-04-16 14:05 ` juantascon
2024-04-16 14:18 ` juantascon
2024-04-16 14:30 ` juantascon
2024-04-16 14:35 ` juantascon
2024-04-16 15:08 ` juantascon [this message]
2024-04-16 18:26 ` [PR REVIEW] " classabbyamp
2024-04-16 18:26 ` classabbyamp
2024-04-16 18:26 ` classabbyamp
2024-04-16 18:26 ` classabbyamp
2024-04-16 18:26 ` classabbyamp
2024-04-16 18:26 ` classabbyamp
2024-04-16 18:26 ` classabbyamp
2024-04-16 18:27 ` classabbyamp

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=20240416150830.6077C20229@inbox.vuxu.org \
    --to=juantascon@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).