Github messages for voidlinux
 help / color / mirror / Atom feed
From: eoli3n <eoli3n@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: tiny-0.8.0
Date: Mon, 10 May 2021 09:02:11 +0200	[thread overview]
Message-ID: <20210510070211.diW_Bm5XzYG3K_c6MkhuRs1g7vovnVWBbzIGlpMOGqU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27321@inbox.vuxu.org>

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

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

https://github.com/eoli3n/void-packages tiny
https://github.com/void-linux/void-packages/pull/27321

New package: tiny-0.8.0
Closes https://github.com/void-linux/void-packages/issues/27180 and https://github.com/osa1/tiny/issues/286

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

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

From e3739da80dcb98e24742ed8d069f3dc6e723b09c Mon Sep 17 00:00:00 2001
From: eoli3n <jkirsz@gmail.com>
Date: Mon, 21 Dec 2020 16:08:39 +0100
Subject: [PATCH 1/2] New package: tiny-0.8.0

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

diff --git a/srcpkgs/tiny/template b/srcpkgs/tiny/template
new file mode 100644
index 000000000000..b2f729b67029
--- /dev/null
+++ b/srcpkgs/tiny/template
@@ -0,0 +1,19 @@
+# Template file for 'tiny'
+pkgname=tiny
+version=0.8.0
+revision=1
+build_wrksrc="tiny"
+build_style=cargo
+configure_args="--no-default-features --features=desktop-notifications --features=tls-native"
+hostmakedepends="pkg-config"
+makedepends="libressl-devel dbus-devel"
+short_desc="Tiny terminal IRC client"
+maintainer="eoli3n <jkirsz@gmail.com>"
+license="MIT"
+homepage="https://github.com/osa1/tiny"
+distfiles="https://github.com/osa1/tiny/archive/v${version}.tar.gz"
+checksum=acaf0b7c3515bdfd0c80b4a7274aec44d283025c6e40508e450525167f73e447
+
+post_install() {
+	vlicense ../LICENSE
+}

From a5a12dfdefb21a1354f47c2ca208e80a79c805eb Mon Sep 17 00:00:00 2001
From: eoli3n <jkirsz@gmail.com>
Date: Mon, 10 May 2021 09:01:43 +0200
Subject: [PATCH 2/2] fixup! New package: tiny-0.8.0

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

diff --git a/srcpkgs/tiny/template b/srcpkgs/tiny/template
index b2f729b67029..d46b594b09bd 100644
--- a/srcpkgs/tiny/template
+++ b/srcpkgs/tiny/template
@@ -6,9 +6,9 @@ build_wrksrc="tiny"
 build_style=cargo
 configure_args="--no-default-features --features=desktop-notifications --features=tls-native"
 hostmakedepends="pkg-config"
-makedepends="libressl-devel dbus-devel"
+makedepends="openssl-devel dbus-devel"
 short_desc="Tiny terminal IRC client"
-maintainer="eoli3n <jkirsz@gmail.com>"
+maintainer="eoli3n <jonathan.kirszling@runbox.com>"
 license="MIT"
 homepage="https://github.com/osa1/tiny"
 distfiles="https://github.com/osa1/tiny/archive/v${version}.tar.gz"

  parent reply	other threads:[~2021-05-10  7:02 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-21 15:12 [PR PATCH] New package: tiny-irc-client-0.8.0 eoli3n
2020-12-21 15:13 ` [PR REVIEW] " ndowens
2020-12-21 15:14 ` ndowens
2020-12-21 15:21 ` ahesford
2020-12-21 15:22 ` [PR PATCH] [Updated] " eoli3n
2020-12-21 15:22 ` [PR REVIEW] " eoli3n
2020-12-21 15:23 ` ndowens
2020-12-21 15:26 ` [PR PATCH] [Updated] " eoli3n
2020-12-21 15:27 ` [PR REVIEW] " eoli3n
2020-12-21 15:30 ` eoli3n
2020-12-21 15:52 ` [PR REVIEW] New package: tiny-0.8.0 osa1
2020-12-21 16:20 ` Johnnynator
2020-12-21 16:21 ` Johnnynator
2020-12-21 16:36 ` [PR PATCH] [Updated] " eoli3n
2021-05-09 12:00 ` eoli3n
2021-05-09 18:30 ` ahesford
2021-05-10  7:02 ` eoli3n [this message]
2021-05-10  7:12 ` [PR PATCH] [Updated] " eoli3n
2021-05-10 10:35 ` [PR PATCH] [Merged]: " ahesford
2021-05-10 11:21 ` eoli3n

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=20210510070211.diW_Bm5XzYG3K_c6MkhuRs1g7vovnVWBbzIGlpMOGqU@z \
    --to=eoli3n@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).