Github messages for voidlinux
 help / color / mirror / Atom feed
From: sirikid <sirikid@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: telega-0.7.1
Date: Fri, 25 Dec 2020 21:13:43 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27430@inbox.vuxu.org> (raw)

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

There is a new pull request by sirikid against master on the void-packages repository

https://github.com/sirikid/void-packages package/telega
https://github.com/void-linux/void-packages/pull/27430

New package: telega-0.7.1
As with pdf-tools #24905, this is only binary, not the whole package

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

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

From 72d043cfffe0169976627691a66bfc3f90c749a1 Mon Sep 17 00:00:00 2001
From: Ivan Sokolov <ivan-p-sokolov@ya.ru>
Date: Mon, 27 Jul 2020 18:11:31 +0300
Subject: [PATCH] New package: telega-0.7.1

---
 srcpkgs/telega/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100755 srcpkgs/telega/template

diff --git a/srcpkgs/telega/template b/srcpkgs/telega/template
new file mode 100755
index 00000000000..da1cdaad2e3
--- /dev/null
+++ b/srcpkgs/telega/template
@@ -0,0 +1,30 @@
+# Template file for 'telega'
+pkgname=telega
+version=0.7.1
+revision=1
+wrksrc="telega.el-${version}"
+build_wrksrc="server"
+build_style=gnu-makefile
+make_check_target="test"
+makedepends="libtd-devel"
+checkdepends="python3"
+short_desc="GNU Emacs telegram client (unofficial)"
+maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/zevlg/telega.el"
+distfiles="https://github.com/zevlg/telega.el/archive/v${version}.tar.gz"
+checksum=7cd24461a17aa95f9c48a56cddde7280ecc22c15373699dab3486f4b806b34bc
+
+pre_build() {
+	CFLAGS+=" -pthread"
+	LDFLAGS+=" -ltdjson"
+	export CFLAGS LDFLAGS
+}
+
+pre_check() {
+	vsed -i run_tests.py -e '/^TELEGA_SERVER/s@~/.telega/@./@'
+}
+
+do_install() {
+	vbin telega-server
+}

             reply	other threads:[~2020-12-25 20:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-25 20:13 sirikid [this message]
2021-12-25 17:38 ` [PR PATCH] [Closed]: " sirikid

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27430@inbox.vuxu.org \
    --to=sirikid@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).