Github messages for voidlinux
 help / color / mirror / Atom feed
From: reedts <reedts@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: tessen-2.2.1
Date: Tue, 11 Apr 2023 09:34:18 +0200	[thread overview]
Message-ID: <20230411073418.eawTiyIGhnKm62F8sLNkpp3DbjsLjQstnlS5QBiD49Y@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43377@inbox.vuxu.org>

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

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

https://github.com/reedts/void-packages tessen_v2.2.1
https://github.com/void-linux/void-packages/pull/43377

New package: tessen-2.2.1
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **NO**

While technically this PR does not conform to rule *2* of the package requirements, I consider this as a direct replacement for `rofi-pass` (which itself is also only a shell script) for users running Wayland. As we package `rofi-pass`, I think providing an alternative for Wayland makes sense.

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

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

From 9e5ce67e9e8eb84bad90d972927513e1d81fedf3 Mon Sep 17 00:00:00 2001
From: reedts <j.reedts@gmail.com>
Date: Mon, 10 Apr 2023 20:04:22 +0200
Subject: [PATCH 1/2] New package: tessen-2.2.1

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

diff --git a/srcpkgs/tessen/template b/srcpkgs/tessen/template
new file mode 100644
index 000000000000..039e0ecba979
--- /dev/null
+++ b/srcpkgs/tessen/template
@@ -0,0 +1,17 @@
+# Template file for 'tessen'
+pkgname=tessen
+version=2.2.1
+revision=1
+hostmakedepends="scdoc"
+short_desc="Interactive menu to autotype and copy pass and gopass data"
+maintainer="reedts <j.reedts@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://git.sr.ht/~ayushnix/tessen"
+distfiles="https://git.sr.ht/~ayushnix/tessen/refs/download/v${version}/tessen-${version}.tar.gz"
+checksum=31d510d5ffac5825bc7e63f13283c5d432eb102db2d2483ee937c9135c8cfc04
+
+do_install() {
+	make PREFIX=/usr DESTDIR=${DESTDIR} install
+	vcompletion completion/tessen.bash-completion bash
+	vcompletion completion/tessen.fish-completion fish
+}

From 521b487f3f31649b6480afab1fcce854f5734c2e Mon Sep 17 00:00:00 2001
From: reedts <j.reedts@gmail.com>
Date: Tue, 11 Apr 2023 09:33:50 +0200
Subject: [PATCH 2/2] Use `gnu-makefile` build style

---
 srcpkgs/tessen/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/tessen/template b/srcpkgs/tessen/template
index 039e0ecba979..27bf610a261b 100644
--- a/srcpkgs/tessen/template
+++ b/srcpkgs/tessen/template
@@ -2,6 +2,7 @@
 pkgname=tessen
 version=2.2.1
 revision=1
+build_style=gnu-makefile
 hostmakedepends="scdoc"
 short_desc="Interactive menu to autotype and copy pass and gopass data"
 maintainer="reedts <j.reedts@gmail.com>"
@@ -10,8 +11,7 @@ homepage="https://git.sr.ht/~ayushnix/tessen"
 distfiles="https://git.sr.ht/~ayushnix/tessen/refs/download/v${version}/tessen-${version}.tar.gz"
 checksum=31d510d5ffac5825bc7e63f13283c5d432eb102db2d2483ee937c9135c8cfc04
 
-do_install() {
-	make PREFIX=/usr DESTDIR=${DESTDIR} install
+post_install() {
 	vcompletion completion/tessen.bash-completion bash
 	vcompletion completion/tessen.fish-completion fish
 }

  parent reply	other threads:[~2023-04-11  7:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-10 18:15 [PR PATCH] " reedts
2023-04-10 18:52 ` [PR REVIEW] " paper42
2023-04-10 19:00 ` reedts
2023-04-11  1:03 ` classabbyamp
2023-04-11  7:34 ` reedts [this message]
2023-04-11  7:34 ` reedts
2023-04-11  7:43 ` [PR PATCH] [Updated] " reedts
2023-04-11  7:46 ` [PR REVIEW] " reedts
2023-04-11  7:48 ` classabbyamp
2023-04-11  7:52 ` [PR PATCH] [Updated] " reedts
2023-04-11 17:46 ` [PR REVIEW] " reedts
2023-06-25 18:02 ` [PR PATCH] [Closed]: " Duncaen

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=20230411073418.eawTiyIGhnKm62F8sLNkpp3DbjsLjQstnlS5QBiD49Y@z \
    --to=reedts@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).