Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR REVIEW] New package: kwallet-cli-3.02
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23983@inbox.vuxu.org>
@ 2020-08-06 18:53 ` Chocimier
  2020-08-06 18:53 ` Chocimier
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2020-08-06 18:53 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/23983#discussion_r466618932

Comment:
plaese drop initial slashes

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

* Re: [PR REVIEW] New package: kwallet-cli-3.02
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23983@inbox.vuxu.org>
  2020-08-06 18:53 ` [PR REVIEW] New package: kwallet-cli-3.02 Chocimier
@ 2020-08-06 18:53 ` Chocimier
  2020-08-07  7:32 ` [PR PATCH] [Updated] " DBLouis
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2020-08-06 18:53 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/23983#discussion_r466618394

Comment:
kwallet and qt5 is detected automatically:

=> kwallet-cli-3.02_1: running pre-pkg hook: 04-generate-runtime-deps ...
   SONAME: libKF5Wallet.so.5 <-> kwallet>=5.26.0_1
   SONAME: libQt5Widgets.so.5 <-> qt5-widgets>=5.15.0_1

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

* Re: [PR PATCH] [Updated] New package: kwallet-cli-3.02
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23983@inbox.vuxu.org>
  2020-08-06 18:53 ` [PR REVIEW] New package: kwallet-cli-3.02 Chocimier
  2020-08-06 18:53 ` Chocimier
@ 2020-08-07  7:32 ` DBLouis
  2020-08-07 19:17 ` [PR REVIEW] " Chocimier
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: DBLouis @ 2020-08-07  7:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DBLouis/void-packages kwallet-cli
https://github.com/void-linux/void-packages/pull/23983

New package: kwallet-cli-3.02


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

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

From 97846bb6d3daccc0874b912bd177b737893980f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Louis=20Dupr=C3=A9Bertoni?= <contact@louisdb.xyz>
Date: Sat, 1 Aug 2020 13:00:49 +0300
Subject: [PATCH] New package: kwallet-cli-3.02

---
 srcpkgs/kwallet-cli/patches/GNUmakefile.patch |  6 ++++
 srcpkgs/kwallet-cli/template                  | 30 +++++++++++++++++++
 2 files changed, 36 insertions(+)
 create mode 100644 srcpkgs/kwallet-cli/patches/GNUmakefile.patch
 create mode 100644 srcpkgs/kwallet-cli/template

diff --git a/srcpkgs/kwallet-cli/patches/GNUmakefile.patch b/srcpkgs/kwallet-cli/patches/GNUmakefile.patch
new file mode 100644
index 00000000000..810b32c7e3f
--- /dev/null
+++ b/srcpkgs/kwallet-cli/patches/GNUmakefile.patch
@@ -0,0 +1,6 @@
+--- GNUmakefile
++++ GNUmakefile
+@@ -61 +61,2 @@
+-CPPFLAGS+=	${KDE_INCS} -D_GNU_SOURCE
++CPPFLAGS+=	${KDE_INCS} -fPIC -D_GNU_SOURCE
++LDFLAGS+=	-fPIC
diff --git a/srcpkgs/kwallet-cli/template b/srcpkgs/kwallet-cli/template
new file mode 100644
index 00000000000..6f1b425ebc5
--- /dev/null
+++ b/srcpkgs/kwallet-cli/template
@@ -0,0 +1,30 @@
+# Template file for 'kwallet-cli'
+pkgname=kwallet-cli
+version=3.02
+revision=1
+archs="i686* x86_64*"
+wrksrc=kwalletcli
+build_style=gnu-makefile
+make_build_args="KDE_VER=5"
+hostmakedepends="pkg-config"
+makedepends="kwallet-devel qt5-devel"
+depends="mksh"
+short_desc="Command-line interface to the KDE Wallet"
+maintainer="Louis Dupré Bertoni <contact@louis.xyz>"
+license="custom:MirOS, LGPL-3.0-or-later"
+homepage="https://www.mirbsd.org/kwalletcli.htm"
+distfiles="http://www.mirbsd.org/MirOS/dist/hosted/kwalletcli/kwalletcli-${version}.tar.gz"
+checksum=f6bebf802d6d575b0871c01dc1cbcc0f182d26cdce28449da426a503a257d216
+
+post_patch() {
+	vsed -i GNUmakefile -e "s|-I/usr/include|-I${XBPS_CROSS_BASE}/usr/include|g"
+}
+
+pre_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/man/man1
+}
+
+post_install() {
+	vlicense LICENCE
+}

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

* Re: [PR REVIEW] New package: kwallet-cli-3.02
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23983@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-08-07  7:32 ` [PR PATCH] [Updated] " DBLouis
@ 2020-08-07 19:17 ` Chocimier
  2020-08-07 19:21 ` [PR PATCH] [Updated] " DBLouis
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2020-08-07 19:17 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/23983#discussion_r467225121

Comment:
Once cross build is fixed, no need to limit archs.

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

* Re: [PR PATCH] [Updated] New package: kwallet-cli-3.02
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23983@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-08-07 19:17 ` [PR REVIEW] " Chocimier
@ 2020-08-07 19:21 ` DBLouis
  2020-08-10 13:17 ` DBLouis
  2020-08-17  9:57 ` [PR PATCH] [Merged]: " Chocimier
  6 siblings, 0 replies; 7+ messages in thread
From: DBLouis @ 2020-08-07 19:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DBLouis/void-packages kwallet-cli
https://github.com/void-linux/void-packages/pull/23983

New package: kwallet-cli-3.02


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

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

From bc9c4d60a30aa9a4651339370576291ddef9c590 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Louis=20Dupr=C3=A9Bertoni?= <contact@louisdb.xyz>
Date: Sat, 1 Aug 2020 13:00:49 +0300
Subject: [PATCH] New package: kwallet-cli-3.02

---
 srcpkgs/kwallet-cli/patches/GNUmakefile.patch |  6 ++++
 srcpkgs/kwallet-cli/template                  | 29 +++++++++++++++++++
 2 files changed, 35 insertions(+)
 create mode 100644 srcpkgs/kwallet-cli/patches/GNUmakefile.patch
 create mode 100644 srcpkgs/kwallet-cli/template

diff --git a/srcpkgs/kwallet-cli/patches/GNUmakefile.patch b/srcpkgs/kwallet-cli/patches/GNUmakefile.patch
new file mode 100644
index 00000000000..810b32c7e3f
--- /dev/null
+++ b/srcpkgs/kwallet-cli/patches/GNUmakefile.patch
@@ -0,0 +1,6 @@
+--- GNUmakefile
++++ GNUmakefile
+@@ -61 +61,2 @@
+-CPPFLAGS+=	${KDE_INCS} -D_GNU_SOURCE
++CPPFLAGS+=	${KDE_INCS} -fPIC -D_GNU_SOURCE
++LDFLAGS+=	-fPIC
diff --git a/srcpkgs/kwallet-cli/template b/srcpkgs/kwallet-cli/template
new file mode 100644
index 00000000000..00f96d2a684
--- /dev/null
+++ b/srcpkgs/kwallet-cli/template
@@ -0,0 +1,29 @@
+# Template file for 'kwallet-cli'
+pkgname=kwallet-cli
+version=3.02
+revision=1
+wrksrc=kwalletcli
+build_style=gnu-makefile
+make_build_args="KDE_VER=5"
+hostmakedepends="pkg-config"
+makedepends="kwallet-devel qt5-devel"
+depends="mksh"
+short_desc="Command-line interface to the KDE Wallet"
+maintainer="Louis Dupré Bertoni <contact@louis.xyz>"
+license="custom:MirOS, LGPL-3.0-or-later"
+homepage="https://www.mirbsd.org/kwalletcli.htm"
+distfiles="http://www.mirbsd.org/MirOS/dist/hosted/kwalletcli/kwalletcli-${version}.tar.gz"
+checksum=f6bebf802d6d575b0871c01dc1cbcc0f182d26cdce28449da426a503a257d216
+
+post_patch() {
+	vsed -i GNUmakefile -e "s|-I/usr/include|-I${XBPS_CROSS_BASE}/usr/include|g"
+}
+
+pre_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/man/man1
+}
+
+post_install() {
+	vlicense LICENCE
+}

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

* Re: New package: kwallet-cli-3.02
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23983@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-08-07 19:21 ` [PR PATCH] [Updated] " DBLouis
@ 2020-08-10 13:17 ` DBLouis
  2020-08-17  9:57 ` [PR PATCH] [Merged]: " Chocimier
  6 siblings, 0 replies; 7+ messages in thread
From: DBLouis @ 2020-08-10 13:17 UTC (permalink / raw)
  To: ml

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

New comment by DBLouis on void-packages repository

https://github.com/void-linux/void-packages/pull/23983#issuecomment-671348518

Comment:
It should be good now

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

* Re: [PR PATCH] [Merged]: New package: kwallet-cli-3.02
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23983@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2020-08-10 13:17 ` DBLouis
@ 2020-08-17  9:57 ` Chocimier
  6 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2020-08-17  9:57 UTC (permalink / raw)
  To: ml

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

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

New package: kwallet-cli-3.02
https://github.com/void-linux/void-packages/pull/23983

Description:


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

end of thread, other threads:[~2020-08-17  9:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23983@inbox.vuxu.org>
2020-08-06 18:53 ` [PR REVIEW] New package: kwallet-cli-3.02 Chocimier
2020-08-06 18:53 ` Chocimier
2020-08-07  7:32 ` [PR PATCH] [Updated] " DBLouis
2020-08-07 19:17 ` [PR REVIEW] " Chocimier
2020-08-07 19:21 ` [PR PATCH] [Updated] " DBLouis
2020-08-10 13:17 ` DBLouis
2020-08-17  9:57 ` [PR PATCH] [Merged]: " Chocimier

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