Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: kpkpass 20.04.0
@ 2021-05-11 12:51 DBLouis
  2021-05-11 18:47 ` DBLouis
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: DBLouis @ 2021-05-11 12:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DBLouis/void-packages kpkpass
https://github.com/void-linux/void-packages/pull/30800

New package: kpkpass 20.04.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

Needed for #30798


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

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

From b42ae25645eff2a0fa04c22ba349c635e77971ef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Louis=20Dupr=C3=A9=20Bertoni?=
 <louisdb@lespetitspedestres.org>
Date: Tue, 11 May 2021 15:48:52 +0300
Subject: [PATCH] New package: kpkpass 20.04.0

---
 srcpkgs/kpkpass-devel    |  1 +
 srcpkgs/kpkpass/template | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)
 create mode 120000 srcpkgs/kpkpass-devel
 create mode 100644 srcpkgs/kpkpass/template

diff --git a/srcpkgs/kpkpass-devel b/srcpkgs/kpkpass-devel
new file mode 120000
index 000000000000..35f208ff1de3
--- /dev/null
+++ b/srcpkgs/kpkpass-devel
@@ -0,0 +1 @@
+kpkpass
\ No newline at end of file
diff --git a/srcpkgs/kpkpass/template b/srcpkgs/kpkpass/template
new file mode 100644
index 000000000000..263ddafbdf9b
--- /dev/null
+++ b/srcpkgs/kpkpass/template
@@ -0,0 +1,23 @@
+# Template file for 'kpkpass'
+pkgname=kpkpass
+version=21.04.0
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools"
+makedepends="karchive-devel qt5-devel"
+short_desc="Apple Wallet Pass reader"
+maintainer="Louis Dupré Bertoni <contact@louisdb.xyz>"
+license="LGPL-2.1-or-later"
+homepage="https://kontact.kde.org"
+distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
+checksum=b117e2b04f66e101662ef85a56e2636d78b4092e897f14ff0c27ce61874c2e68
+
+kpkpass-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: New package: kpkpass 20.04.0
  2021-05-11 12:51 [PR PATCH] New package: kpkpass 20.04.0 DBLouis
@ 2021-05-11 18:47 ` DBLouis
  2021-05-11 19:39 ` Johnnynator
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: DBLouis @ 2021-05-11 18:47 UTC (permalink / raw)
  To: ml

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

New comment by DBLouis on void-packages repository

https://github.com/void-linux/void-packages/pull/30800#issuecomment-838988799

Comment:
Should I disable building for ARM platforms?

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

* Re: New package: kpkpass 20.04.0
  2021-05-11 12:51 [PR PATCH] New package: kpkpass 20.04.0 DBLouis
  2021-05-11 18:47 ` DBLouis
@ 2021-05-11 19:39 ` Johnnynator
  2021-05-12  4:32 ` [PR PATCH] [Updated] " DBLouis
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Johnnynator @ 2021-05-11 19:39 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/30800#issuecomment-839062356

Comment:
> Should I disable building for ARM platforms?

Nope, the errors should be fixed, these are just cross issues, due to missing deps in `hostmakedepends`. Adding `shared-mime-info` there should at least fix that one

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

* Re: [PR PATCH] [Updated] New package: kpkpass 20.04.0
  2021-05-11 12:51 [PR PATCH] New package: kpkpass 20.04.0 DBLouis
  2021-05-11 18:47 ` DBLouis
  2021-05-11 19:39 ` Johnnynator
@ 2021-05-12  4:32 ` DBLouis
  2021-05-12 17:18 ` [PR REVIEW] " Johnnynator
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: DBLouis @ 2021-05-12  4:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DBLouis/void-packages kpkpass
https://github.com/void-linux/void-packages/pull/30800

New package: kpkpass 20.04.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

Needed for #30798


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

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

From b7b14657b81d084ac3bafabdb4a91714a4fe10c2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Louis=20Dupr=C3=A9=20Bertoni?=
 <louisdb@lespetitspedestres.org>
Date: Tue, 11 May 2021 15:48:52 +0300
Subject: [PATCH] New package: kpkpass 20.04.0

---
 srcpkgs/kpkpass-devel    |  1 +
 srcpkgs/kpkpass/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/kpkpass-devel
 create mode 100644 srcpkgs/kpkpass/template

diff --git a/srcpkgs/kpkpass-devel b/srcpkgs/kpkpass-devel
new file mode 120000
index 000000000000..35f208ff1de3
--- /dev/null
+++ b/srcpkgs/kpkpass-devel
@@ -0,0 +1 @@
+kpkpass
\ No newline at end of file
diff --git a/srcpkgs/kpkpass/template b/srcpkgs/kpkpass/template
new file mode 100644
index 000000000000..72b0e397d0d8
--- /dev/null
+++ b/srcpkgs/kpkpass/template
@@ -0,0 +1,27 @@
+# Template file for 'kpkpass'
+pkgname=kpkpass
+version=21.04.0
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools"
+makedepends="karchive-devel qt5-devel"
+short_desc="Apple Wallet Pass reader"
+maintainer="Louis Dupré Bertoni <contact@louisdb.xyz>"
+license="LGPL-2.1-or-later"
+homepage="https://kontact.kde.org"
+distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
+checksum=b117e2b04f66e101662ef85a56e2636d78b4092e897f14ff0c27ce61874c2e68
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" shared-mime-info"
+fi
+
+kpkpass-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR REVIEW] New package: kpkpass 20.04.0
  2021-05-11 12:51 [PR PATCH] New package: kpkpass 20.04.0 DBLouis
                   ` (2 preceding siblings ...)
  2021-05-12  4:32 ` [PR PATCH] [Updated] " DBLouis
@ 2021-05-12 17:18 ` Johnnynator
  2021-05-13  7:38 ` [PR PATCH] [Updated] " DBLouis
  2021-05-13  9:11 ` [PR PATCH] [Merged]: New package: kpkpass 21.04.0 Johnnynator
  5 siblings, 0 replies; 7+ messages in thread
From: Johnnynator @ 2021-05-12 17:18 UTC (permalink / raw)
  To: ml

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

New review comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/30800#discussion_r631242535

Comment:
keep it unconditional. It is always needed, on native builds it is just pulled in by some makedepends.

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

* Re: [PR PATCH] [Updated] New package: kpkpass 20.04.0
  2021-05-11 12:51 [PR PATCH] New package: kpkpass 20.04.0 DBLouis
                   ` (3 preceding siblings ...)
  2021-05-12 17:18 ` [PR REVIEW] " Johnnynator
@ 2021-05-13  7:38 ` DBLouis
  2021-05-13  9:11 ` [PR PATCH] [Merged]: New package: kpkpass 21.04.0 Johnnynator
  5 siblings, 0 replies; 7+ messages in thread
From: DBLouis @ 2021-05-13  7:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DBLouis/void-packages kpkpass
https://github.com/void-linux/void-packages/pull/30800

New package: kpkpass 20.04.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

Needed for #30798


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

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

From 93005e5eb6954a81f034cd5f903507b7334d75ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Louis=20Dupr=C3=A9=20Bertoni?=
 <louisdb@lespetitspedestres.org>
Date: Tue, 11 May 2021 15:48:52 +0300
Subject: [PATCH] New package: kpkpass 21.04.0

---
 srcpkgs/kpkpass-devel    |  1 +
 srcpkgs/kpkpass/template | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)
 create mode 120000 srcpkgs/kpkpass-devel
 create mode 100644 srcpkgs/kpkpass/template

diff --git a/srcpkgs/kpkpass-devel b/srcpkgs/kpkpass-devel
new file mode 120000
index 000000000000..35f208ff1de3
--- /dev/null
+++ b/srcpkgs/kpkpass-devel
@@ -0,0 +1 @@
+kpkpass
\ No newline at end of file
diff --git a/srcpkgs/kpkpass/template b/srcpkgs/kpkpass/template
new file mode 100644
index 000000000000..94086b03d41e
--- /dev/null
+++ b/srcpkgs/kpkpass/template
@@ -0,0 +1,23 @@
+# Template file for 'kpkpass'
+pkgname=kpkpass
+version=21.04.0
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools shared-mime-info"
+makedepends="karchive-devel qt5-devel"
+short_desc="Apple Wallet Pass reader"
+maintainer="Louis Dupré Bertoni <contact@louisdb.xyz>"
+license="LGPL-2.1-or-later"
+homepage="https://kontact.kde.org"
+distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
+checksum=b117e2b04f66e101662ef85a56e2636d78b4092e897f14ff0c27ce61874c2e68
+
+kpkpass-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Merged]: New package: kpkpass 21.04.0
  2021-05-11 12:51 [PR PATCH] New package: kpkpass 20.04.0 DBLouis
                   ` (4 preceding siblings ...)
  2021-05-13  7:38 ` [PR PATCH] [Updated] " DBLouis
@ 2021-05-13  9:11 ` Johnnynator
  5 siblings, 0 replies; 7+ messages in thread
From: Johnnynator @ 2021-05-13  9:11 UTC (permalink / raw)
  To: ml

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

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

New package: kpkpass 21.04.0
https://github.com/void-linux/void-packages/pull/30800

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

Needed for #30798


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

end of thread, other threads:[~2021-05-13  9:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-11 12:51 [PR PATCH] New package: kpkpass 20.04.0 DBLouis
2021-05-11 18:47 ` DBLouis
2021-05-11 19:39 ` Johnnynator
2021-05-12  4:32 ` [PR PATCH] [Updated] " DBLouis
2021-05-12 17:18 ` [PR REVIEW] " Johnnynator
2021-05-13  7:38 ` [PR PATCH] [Updated] " DBLouis
2021-05-13  9:11 ` [PR PATCH] [Merged]: New package: kpkpass 21.04.0 Johnnynator

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