Github messages for voidlinux
 help / color / mirror / Atom feed
From: ahesford <ahesford@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: stoken-0.92
Date: Mon, 27 Apr 2020 23:01:34 +0200	[thread overview]
Message-ID: <20200427210134.AjllxXEZwynsng1GIzAgGnqHk-n1pWWuNLpmZsfZITE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20247@inbox.vuxu.org>

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

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

https://github.com/ahesford/void-packages stoken
https://github.com/void-linux/void-packages/pull/20247

New package: stoken-0.92
stoken is a program to generate RSA SecurID one-time passwords with a GUI frontend.

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

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

From f94bb463db30284593fbc38e9c22e0de36fb1b69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 20 Mar 2020 11:34:54 -0400
Subject: [PATCH] New package: stoken-0.92

---
 common/shlibs           |  1 +
 srcpkgs/stoken-devel    |  1 +
 srcpkgs/stoken-gtk3     |  1 +
 srcpkgs/stoken/template | 39 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 42 insertions(+)
 create mode 120000 srcpkgs/stoken-devel
 create mode 120000 srcpkgs/stoken-gtk3
 create mode 100644 srcpkgs/stoken/template

diff --git a/common/shlibs b/common/shlibs
index 419ff4641d2..60ad7fb85d5 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3861,3 +3861,4 @@ libc++utilities.so.5 cpp-utilities-5.2.0_1
 libtagparser.so.9 tagparser-9.1.2_1
 libqtutilities.so.6 qtutilities-6.0.4_1
 libkdsoap.so.1.9.0 KDSoap-1.9.0_1
+libstoken.so.1 stoken-0.92_1
diff --git a/srcpkgs/stoken-devel b/srcpkgs/stoken-devel
new file mode 120000
index 00000000000..d3039c2d77f
--- /dev/null
+++ b/srcpkgs/stoken-devel
@@ -0,0 +1 @@
+stoken
\ No newline at end of file
diff --git a/srcpkgs/stoken-gtk3 b/srcpkgs/stoken-gtk3
new file mode 120000
index 00000000000..d3039c2d77f
--- /dev/null
+++ b/srcpkgs/stoken-gtk3
@@ -0,0 +1 @@
+stoken
\ No newline at end of file
diff --git a/srcpkgs/stoken/template b/srcpkgs/stoken/template
new file mode 100644
index 00000000000..3be790f616b
--- /dev/null
+++ b/srcpkgs/stoken/template
@@ -0,0 +1,39 @@
+# Template file for 'stoken'
+pkgname=stoken
+version=0.92
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkgconf"
+makedepends="libxml2-devel nettle-devel gtk+3-devel"
+short_desc="RSA SecurID-compatible software token generator"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="LGPL-2.1-or-later"
+homepage="https://sourceforge.net/p/stoken/wiki/Home/"
+distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=aa2b481b058e4caf068f7e747a2dcf5772bcbf278a4f89bc9efcbf82bcc9ef5a
+
+stoken-gtk3_package() {
+	depends="${sourcepkg}>=${version}_${revision} gtk+3"
+	short_desc+=" - GTK+3 frontend"
+
+	pkg_install() {
+		vmove usr/bin/stoken-gui
+		vmove usr/share/applications
+		vmove usr/share/pixmaps
+		vmove "usr/share/stoken/*.ui"
+		vmove usr/share/man/man1/stoken-gui.1
+	}
+}
+
+stoken-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove usr/share/doc/stoken/libstoken-test.c
+		vmove "usr/lib/*.so"
+		vmove "usr/lib/*.a"
+	}
+}

  parent reply	other threads:[~2020-04-27 21:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20247@inbox.vuxu.org>
2020-03-31 11:04 ` ahesford
2020-04-04 16:53 ` ahesford
2020-04-27 20:53 ` ahesford
2020-04-27 21:01 ` ahesford [this message]
2020-04-27 21:48 ` [PR PATCH] [Merged]: " Vaelatern

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=20200427210134.AjllxXEZwynsng1GIzAgGnqHk-n1pWWuNLpmZsfZITE@z \
    --to=ahesford@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).