Github messages for voidlinux
 help / color / mirror / Atom feed
From: DBLouis <DBLouis@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: kpkpass 20.04.0
Date: Wed, 12 May 2021 06:32:45 +0200	[thread overview]
Message-ID: <20210512043245.2yXRLAm_k6XdZ50jxoSRf97LuBGE84LjkPPmx-8tHXY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30800@inbox.vuxu.org>

[-- 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"
+	}
+}

  parent reply	other threads:[~2021-05-12  4:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-11 12:51 [PR PATCH] " DBLouis
2021-05-11 18:47 ` DBLouis
2021-05-11 19:39 ` Johnnynator
2021-05-12  4:32 ` DBLouis [this message]
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

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=20210512043245.2yXRLAm_k6XdZ50jxoSRf97LuBGE84LjkPPmx-8tHXY@z \
    --to=dblouis@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).