Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: kgpg-19.08.1
@ 2019-09-22 20:01 voidlinux-github
  2019-09-22 20:12 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-22 20:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/k4leg/void-packages patch-4
https://github.com/void-linux/void-packages/pull/14652

New package: kgpg-19.08.1


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

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

From ff01fee777084bb422fc4edd762832c55686cbda Mon Sep 17 00:00:00 2001
From: k4leg <39882583+k4leg@users.noreply.github.com>
Date: Sun, 22 Sep 2019 22:58:12 +0300
Subject: [PATCH] New package: kgpg-19.08.1

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

diff --git a/srcpkgs/kgpg/template b/srcpkgs/kgpg/template
new file mode 100644
index 00000000000..313883128a8
--- /dev/null
+++ b/srcpkgs/kgpg/template
@@ -0,0 +1,23 @@
+# Template file for 'kgpg'
+pkgname=kgpg
+version=19.08.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF"
+hostmakedepends="extra-cmake-modules"
+makedepends="kwindowsystem-devel kcrash-devel kdbusaddons-devel
+ kiconthemes-devel kjobwidgets-devel kio-devel
+ kservice-devel ktextwidgets-devel kxmlgui-devel
+ kwidgetsaddons-devel knotifications-devel kdoctools-devel
+ akonadi-contacts-devel kcontacts-devel boost-devel"
+depends="akonadi-contacts phonon-qt5-backend-gstreamer oxygen gnupg2"
+short_desc="Simple interface for GnuPG, a powerful encryption utility"
+maintainer="k4leg <d0xi@inbox.ru>"
+license="GPL-2.0-only"
+homepage="https://kde.org/applications/utilities/kgpg/"
+distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
+checksum=441a0bfa58df14bad87f5f446b89113dc20365424f6a87aec30125c9221815c5
+
+if [ "$CROSS_BUILD" ]; then
+ hostmakedepends+=" qt5-devel kcoreaddons-devel kdoctools kconfig"
+fi

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

* Re: [PR PATCH] [Updated] New package: kgpg-19.08.1
  2019-09-22 20:01 [PR PATCH] New package: kgpg-19.08.1 voidlinux-github
@ 2019-09-22 20:12 ` voidlinux-github
  2019-09-22 20:12 ` voidlinux-github
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-22 20:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/k4leg/void-packages patch-4
https://github.com/void-linux/void-packages/pull/14652

New package: kgpg-19.08.1


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

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

From ff01fee777084bb422fc4edd762832c55686cbda Mon Sep 17 00:00:00 2001
From: k4leg <39882583+k4leg@users.noreply.github.com>
Date: Sun, 22 Sep 2019 22:58:12 +0300
Subject: [PATCH 1/2] New package: kgpg-19.08.1

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

diff --git a/srcpkgs/kgpg/template b/srcpkgs/kgpg/template
new file mode 100644
index 00000000000..313883128a8
--- /dev/null
+++ b/srcpkgs/kgpg/template
@@ -0,0 +1,23 @@
+# Template file for 'kgpg'
+pkgname=kgpg
+version=19.08.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF"
+hostmakedepends="extra-cmake-modules"
+makedepends="kwindowsystem-devel kcrash-devel kdbusaddons-devel
+ kiconthemes-devel kjobwidgets-devel kio-devel
+ kservice-devel ktextwidgets-devel kxmlgui-devel
+ kwidgetsaddons-devel knotifications-devel kdoctools-devel
+ akonadi-contacts-devel kcontacts-devel boost-devel"
+depends="akonadi-contacts phonon-qt5-backend-gstreamer oxygen gnupg2"
+short_desc="Simple interface for GnuPG, a powerful encryption utility"
+maintainer="k4leg <d0xi@inbox.ru>"
+license="GPL-2.0-only"
+homepage="https://kde.org/applications/utilities/kgpg/"
+distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
+checksum=441a0bfa58df14bad87f5f446b89113dc20365424f6a87aec30125c9221815c5
+
+if [ "$CROSS_BUILD" ]; then
+ hostmakedepends+=" qt5-devel kcoreaddons-devel kdoctools kconfig"
+fi

From 9444e376fb2cd97f82bd8a6ed5d0e29555106686 Mon Sep 17 00:00:00 2001
From: k4leg <39882583+k4leg@users.noreply.github.com>
Date: Sun, 22 Sep 2019 23:12:16 +0300
Subject: [PATCH 2/2] New package: kgpg-19.08.1

---
 srcpkgs/kgpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kgpg/template b/srcpkgs/kgpg/template
index 313883128a8..d531e08e2da 100644
--- a/srcpkgs/kgpg/template
+++ b/srcpkgs/kgpg/template
@@ -10,7 +10,7 @@ makedepends="kwindowsystem-devel kcrash-devel kdbusaddons-devel
  kservice-devel ktextwidgets-devel kxmlgui-devel
  kwidgetsaddons-devel knotifications-devel kdoctools-devel
  akonadi-contacts-devel kcontacts-devel boost-devel"
-depends="akonadi-contacts phonon-qt5-backend-gstreamer oxygen gnupg2"
+depends="akonadi-contacts phonon-qt5-backend-gstreamer oxygen gpgme"
 short_desc="Simple interface for GnuPG, a powerful encryption utility"
 maintainer="k4leg <d0xi@inbox.ru>"
 license="GPL-2.0-only"

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

* Re: [PR PATCH] [Updated] New package: kgpg-19.08.1
  2019-09-22 20:01 [PR PATCH] New package: kgpg-19.08.1 voidlinux-github
  2019-09-22 20:12 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-22 20:12 ` voidlinux-github
  2019-09-23 18:26 ` voidlinux-github
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-22 20:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/k4leg/void-packages patch-4
https://github.com/void-linux/void-packages/pull/14652

New package: kgpg-19.08.1


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

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

From ff01fee777084bb422fc4edd762832c55686cbda Mon Sep 17 00:00:00 2001
From: k4leg <39882583+k4leg@users.noreply.github.com>
Date: Sun, 22 Sep 2019 22:58:12 +0300
Subject: [PATCH 1/2] New package: kgpg-19.08.1

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

diff --git a/srcpkgs/kgpg/template b/srcpkgs/kgpg/template
new file mode 100644
index 00000000000..313883128a8
--- /dev/null
+++ b/srcpkgs/kgpg/template
@@ -0,0 +1,23 @@
+# Template file for 'kgpg'
+pkgname=kgpg
+version=19.08.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF"
+hostmakedepends="extra-cmake-modules"
+makedepends="kwindowsystem-devel kcrash-devel kdbusaddons-devel
+ kiconthemes-devel kjobwidgets-devel kio-devel
+ kservice-devel ktextwidgets-devel kxmlgui-devel
+ kwidgetsaddons-devel knotifications-devel kdoctools-devel
+ akonadi-contacts-devel kcontacts-devel boost-devel"
+depends="akonadi-contacts phonon-qt5-backend-gstreamer oxygen gnupg2"
+short_desc="Simple interface for GnuPG, a powerful encryption utility"
+maintainer="k4leg <d0xi@inbox.ru>"
+license="GPL-2.0-only"
+homepage="https://kde.org/applications/utilities/kgpg/"
+distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
+checksum=441a0bfa58df14bad87f5f446b89113dc20365424f6a87aec30125c9221815c5
+
+if [ "$CROSS_BUILD" ]; then
+ hostmakedepends+=" qt5-devel kcoreaddons-devel kdoctools kconfig"
+fi

From 9444e376fb2cd97f82bd8a6ed5d0e29555106686 Mon Sep 17 00:00:00 2001
From: k4leg <39882583+k4leg@users.noreply.github.com>
Date: Sun, 22 Sep 2019 23:12:16 +0300
Subject: [PATCH 2/2] New package: kgpg-19.08.1

---
 srcpkgs/kgpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kgpg/template b/srcpkgs/kgpg/template
index 313883128a8..d531e08e2da 100644
--- a/srcpkgs/kgpg/template
+++ b/srcpkgs/kgpg/template
@@ -10,7 +10,7 @@ makedepends="kwindowsystem-devel kcrash-devel kdbusaddons-devel
  kservice-devel ktextwidgets-devel kxmlgui-devel
  kwidgetsaddons-devel knotifications-devel kdoctools-devel
  akonadi-contacts-devel kcontacts-devel boost-devel"
-depends="akonadi-contacts phonon-qt5-backend-gstreamer oxygen gnupg2"
+depends="akonadi-contacts phonon-qt5-backend-gstreamer oxygen gpgme"
 short_desc="Simple interface for GnuPG, a powerful encryption utility"
 maintainer="k4leg <d0xi@inbox.ru>"
 license="GPL-2.0-only"

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

* Re: New package: kgpg-19.08.1
  2019-09-22 20:01 [PR PATCH] New package: kgpg-19.08.1 voidlinux-github
  2019-09-22 20:12 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-22 20:12 ` voidlinux-github
@ 2019-09-23 18:26 ` voidlinux-github
  2019-09-24 14:34 ` voidlinux-github
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-23 18:26 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/14652#issuecomment-534224318

Comment:
Tested & works? After playing with `make test` it looks like kgpg expects gnupg2 at /usr/bin/gpg, because tests fail unless gpg is installed, and then some fails with `gpg: Invalid option "--pinentry-mode"` what is option of gpg2.

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

* Re: New package: kgpg-19.08.1
  2019-09-22 20:01 [PR PATCH] New package: kgpg-19.08.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-23 18:26 ` voidlinux-github
@ 2019-09-24 14:34 ` voidlinux-github
  2019-09-24 18:23 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-24 14:34 UTC (permalink / raw)
  To: ml

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

New comment by k4leg on void-packages repository

https://github.com/void-linux/void-packages/pull/14652#issuecomment-534587576

Comment:
Hi @Chocimier! If I understand you correctly, then kgpg asks you at the first start to indicate where gpg is located (/path/to/gpg2 (by default, if not mistaken, it is: /usr/bin/gpg2)).

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

* Re: [PR PATCH] [Updated] New package: kgpg-19.08.1
  2019-09-22 20:01 [PR PATCH] New package: kgpg-19.08.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-24 14:34 ` voidlinux-github
@ 2019-09-24 18:23 ` voidlinux-github
  2019-09-24 18:23 ` voidlinux-github
  2019-09-25 10:12 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-24 18:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/k4leg/void-packages patch-4
https://github.com/void-linux/void-packages/pull/14652

New package: kgpg-19.08.1


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

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

From 8741122f5015d17b0ce5c6bc3049871ea91eecc2 Mon Sep 17 00:00:00 2001
From: k4leg <39882583+k4leg@users.noreply.github.com>
Date: Sun, 22 Sep 2019 22:58:12 +0300
Subject: [PATCH] New package: kgpg-19.08.1

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

diff --git a/srcpkgs/kgpg/template b/srcpkgs/kgpg/template
new file mode 100644
index 00000000000..a4d7326380d
--- /dev/null
+++ b/srcpkgs/kgpg/template
@@ -0,0 +1,22 @@
+# Template file for 'kgpg'
+pkgname=kgpg
+version=19.08.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF"
+hostmakedepends="extra-cmake-modules"
+makedepends="kwindowsystem-devel kcrash-devel kdbusaddons-devel
+ kiconthemes-devel kjobwidgets-devel kio-devel
+ kservice-devel ktextwidgets-devel kxmlgui-devel
+ kwidgetsaddons-devel knotifications-devel kdoctools-devel
+ akonadi-contacts-devel kcontacts-devel boost-devel"
+short_desc="Simple interface for GnuPG, a powerful encryption utility"
+maintainer="k4leg <d0xi@inbox.ru>"
+license="GPL-2.0-only"
+homepage="https://kde.org/applications/utilities/kgpg/"
+distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
+checksum=441a0bfa58df14bad87f5f446b89113dc20365424f6a87aec30125c9221815c5
+
+if [ "$CROSS_BUILD" ]; then
+ hostmakedepends+=" qt5-qmake kcoreaddons-devel kdoctools kconfig"
+fi

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

* Re: [PR PATCH] [Updated] New package: kgpg-19.08.1
  2019-09-22 20:01 [PR PATCH] New package: kgpg-19.08.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-09-24 18:23 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-24 18:23 ` voidlinux-github
  2019-09-25 10:12 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-24 18:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/k4leg/void-packages patch-4
https://github.com/void-linux/void-packages/pull/14652

New package: kgpg-19.08.1


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

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

From 8741122f5015d17b0ce5c6bc3049871ea91eecc2 Mon Sep 17 00:00:00 2001
From: k4leg <39882583+k4leg@users.noreply.github.com>
Date: Sun, 22 Sep 2019 22:58:12 +0300
Subject: [PATCH] New package: kgpg-19.08.1

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

diff --git a/srcpkgs/kgpg/template b/srcpkgs/kgpg/template
new file mode 100644
index 00000000000..a4d7326380d
--- /dev/null
+++ b/srcpkgs/kgpg/template
@@ -0,0 +1,22 @@
+# Template file for 'kgpg'
+pkgname=kgpg
+version=19.08.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF"
+hostmakedepends="extra-cmake-modules"
+makedepends="kwindowsystem-devel kcrash-devel kdbusaddons-devel
+ kiconthemes-devel kjobwidgets-devel kio-devel
+ kservice-devel ktextwidgets-devel kxmlgui-devel
+ kwidgetsaddons-devel knotifications-devel kdoctools-devel
+ akonadi-contacts-devel kcontacts-devel boost-devel"
+short_desc="Simple interface for GnuPG, a powerful encryption utility"
+maintainer="k4leg <d0xi@inbox.ru>"
+license="GPL-2.0-only"
+homepage="https://kde.org/applications/utilities/kgpg/"
+distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
+checksum=441a0bfa58df14bad87f5f446b89113dc20365424f6a87aec30125c9221815c5
+
+if [ "$CROSS_BUILD" ]; then
+ hostmakedepends+=" qt5-qmake kcoreaddons-devel kdoctools kconfig"
+fi

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

* Re: [PR PATCH] [Merged]: New package: kgpg-19.08.1
  2019-09-22 20:01 [PR PATCH] New package: kgpg-19.08.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-09-24 18:23 ` voidlinux-github
@ 2019-09-25 10:12 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-25 10:12 UTC (permalink / raw)
  To: ml

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

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

New package: kgpg-19.08.1
https://github.com/void-linux/void-packages/pull/14652

Description:


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

end of thread, other threads:[~2019-09-25 10:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-22 20:01 [PR PATCH] New package: kgpg-19.08.1 voidlinux-github
2019-09-22 20:12 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-22 20:12 ` voidlinux-github
2019-09-23 18:26 ` voidlinux-github
2019-09-24 14:34 ` voidlinux-github
2019-09-24 18:23 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-24 18:23 ` voidlinux-github
2019-09-25 10:12 ` [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).