Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gajim-omemo-2.6.29
@ 2019-06-04 13:09 voidlinux-github
  2019-06-13  7:58 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-04 13:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/faulesocke/void-packages gajim-omemo
https://github.com/void-linux/void-packages/pull/12126

New package: gajim-omemo-2.6.29


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gajim-omemo-12126.patch --]
[-- Type: application/text/x-diff, Size: 1340 bytes --]

From 1925887f37115c5caeafd5d29441e65e18bb1f5e Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Tue, 4 Jun 2019 15:01:33 +0200
Subject: [PATCH] New package: gajim-omemo-2.6.29

---
 srcpkgs/gajim-omemo/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/gajim-omemo/template

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
new file mode 100644
index 00000000000..a370a365913
--- /dev/null
+++ b/srcpkgs/gajim-omemo/template
@@ -0,0 +1,21 @@
+# Template file for 'gajim-omemo'
+pkgname=gajim-omemo
+version=2.6.29
+revision=1
+wrksrc="omemo"
+hostmakedepends="python3-devel unzip"
+makedepends="python3-setuptools"
+depends="python3 python3-cryptography python3-axolotl python3-qrcode"
+short_desc="Gajim plugin for OMEMO Encryption"
+maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
+license="GPL-3.0-or-later"
+homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
+distfiles="https://ftp.gajim.org/plugins_releases/${pkgname#gajim-}_${version}.zip"
+checksum=f1ed4690080cd10983135c206b8b5ef62b4aa28dd21a5cf1c294f59d272e2ed6
+
+
+do_install() {
+	rm CHANGELOG COPYING
+	install -d "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
+	cp -r * "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
+}

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] New package: gajim-omemo-2.6.29
  2019-06-04 13:09 [PR PATCH] New package: gajim-omemo-2.6.29 voidlinux-github
  2019-06-13  7:58 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-13  7:58 ` voidlinux-github
  2019-06-13  8:02 ` voidlinux-github
  2019-06-16 12:43 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-13  7:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/faulesocke/void-packages gajim-omemo
https://github.com/void-linux/void-packages/pull/12126

New package: gajim-omemo-2.6.29


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gajim-omemo-12126.patch --]
[-- Type: application/text/x-diff, Size: 1310 bytes --]

From 080abd3cfc5f0b1a773964a83576d8a8634e3d16 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Tue, 4 Jun 2019 15:01:33 +0200
Subject: [PATCH] New package: gajim-omemo-2.6.29

---
 srcpkgs/gajim-omemo/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/gajim-omemo/template

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
new file mode 100644
index 00000000000..803f94713be
--- /dev/null
+++ b/srcpkgs/gajim-omemo/template
@@ -0,0 +1,20 @@
+# Template file for 'gajim-omemo'
+pkgname=gajim-omemo
+version=2.6.29
+revision=1
+wrksrc="omemo"
+hostmakedepends="unzip"
+depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"
+short_desc="Gajim plugin for OMEMO Encryption"
+maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
+license="GPL-3.0-or-later"
+homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
+distfiles="https://ftp.gajim.org/plugins_releases/${pkgname#gajim-}_${version}.zip"
+checksum=f1ed4690080cd10983135c206b8b5ef62b4aa28dd21a5cf1c294f59d272e2ed6
+
+
+do_install() {
+	rm CHANGELOG COPYING
+	install -d "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
+	cp -r * "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
+}

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] New package: gajim-omemo-2.6.29
  2019-06-04 13:09 [PR PATCH] New package: gajim-omemo-2.6.29 voidlinux-github
@ 2019-06-13  7:58 ` voidlinux-github
  2019-06-13  7:58 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-13  7:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/faulesocke/void-packages gajim-omemo
https://github.com/void-linux/void-packages/pull/12126

New package: gajim-omemo-2.6.29


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gajim-omemo-12126.patch --]
[-- Type: application/text/x-diff, Size: 1310 bytes --]

From 080abd3cfc5f0b1a773964a83576d8a8634e3d16 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Tue, 4 Jun 2019 15:01:33 +0200
Subject: [PATCH] New package: gajim-omemo-2.6.29

---
 srcpkgs/gajim-omemo/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/gajim-omemo/template

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
new file mode 100644
index 00000000000..803f94713be
--- /dev/null
+++ b/srcpkgs/gajim-omemo/template
@@ -0,0 +1,20 @@
+# Template file for 'gajim-omemo'
+pkgname=gajim-omemo
+version=2.6.29
+revision=1
+wrksrc="omemo"
+hostmakedepends="unzip"
+depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"
+short_desc="Gajim plugin for OMEMO Encryption"
+maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
+license="GPL-3.0-or-later"
+homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
+distfiles="https://ftp.gajim.org/plugins_releases/${pkgname#gajim-}_${version}.zip"
+checksum=f1ed4690080cd10983135c206b8b5ef62b4aa28dd21a5cf1c294f59d272e2ed6
+
+
+do_install() {
+	rm CHANGELOG COPYING
+	install -d "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
+	cp -r * "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
+}

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: New package: gajim-omemo-2.6.29
  2019-06-04 13:09 [PR PATCH] New package: gajim-omemo-2.6.29 voidlinux-github
  2019-06-13  7:58 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-13  7:58 ` voidlinux-github
@ 2019-06-13  8:02 ` voidlinux-github
  2019-06-16 12:43 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-13  8:02 UTC (permalink / raw)
  To: ml

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

New comment by faulesocke on void-packages repository

https://github.com/void-linux/void-packages/pull/12126#issuecomment-501595559
Comment:
Totally forgot to push this

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: New package: gajim-omemo-2.6.29
  2019-06-04 13:09 [PR PATCH] New package: gajim-omemo-2.6.29 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-13  8:02 ` voidlinux-github
@ 2019-06-16 12:43 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-16 12:43 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

New package: gajim-omemo-2.6.29
https://github.com/void-linux/void-packages/pull/12126
Description: 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-06-16 12:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-04 13:09 [PR PATCH] New package: gajim-omemo-2.6.29 voidlinux-github
2019-06-13  7:58 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-13  7:58 ` voidlinux-github
2019-06-13  8:02 ` voidlinux-github
2019-06-16 12:43 ` [PR PATCH] [Merged]: " voidlinux-github

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).