Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: qtkeychain-qt6-0.14.1
@ 2023-10-14 14:27 rookiejet
  2023-10-14 14:38 ` [PR PATCH] [Closed]: " rookiejet
  0 siblings, 1 reply; 2+ messages in thread
From: rookiejet @ 2023-10-14 14:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rookiejet/void-packages qtkeychain-qt6
https://github.com/void-linux/void-packages/pull/46676

New package: qtkeychain-qt6-0.14.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

Will be used to update the `chatterino2` package to QT6.

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

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

From 52f4d1897178f4afd94c7b60162d30ae39ecd618 Mon Sep 17 00:00:00 2001
From: Mazin Fadl <mazen@illumed.net>
Date: Fri, 13 Oct 2023 14:52:33 -0400
Subject: [PATCH] New package: qtkeychain-qt6-0.14.1

---
 common/shlibs                                 |  1 +
 srcpkgs/qtkeychain-qt6-devel                  |  1 +
 srcpkgs/qtkeychain-qt6/files/README.voidlinux |  2 ++
 srcpkgs/qtkeychain-qt6/template               | 34 +++++++++++++++++++
 4 files changed, 38 insertions(+)
 create mode 120000 srcpkgs/qtkeychain-qt6-devel
 create mode 100644 srcpkgs/qtkeychain-qt6/files/README.voidlinux
 create mode 100644 srcpkgs/qtkeychain-qt6/template

diff --git a/common/shlibs b/common/shlibs
index 050471e671604..79f9077534432 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2235,6 +2235,7 @@ libclamunrar_iface.so.9 clamav-0.103.1_2
 libfreshclam.so.2 clamav-0.103.1_2
 libqca-qt5.so.2 qca-qt5-2.1.3_1
 libqt5keychain.so.1 qtkeychain-qt5-0.7.0_1
+libqt6keychain.so.1 qtkeychain-qt6-0.14.0_1
 libphonon4qt5.so.4 phonon-qt5-4.8.3_1
 libphonon4qt5experimental.so.4 phonon-qt5-4.8.3_1
 libtelepathy-qt5.so.0 telepathy-qt5-0.9.5_1
diff --git a/srcpkgs/qtkeychain-qt6-devel b/srcpkgs/qtkeychain-qt6-devel
new file mode 120000
index 0000000000000..189f5693ff61e
--- /dev/null
+++ b/srcpkgs/qtkeychain-qt6-devel
@@ -0,0 +1 @@
+qtkeychain-qt6
\ No newline at end of file
diff --git a/srcpkgs/qtkeychain-qt6/files/README.voidlinux b/srcpkgs/qtkeychain-qt6/files/README.voidlinux
new file mode 100644
index 0000000000000..9b898fe108443
--- /dev/null
+++ b/srcpkgs/qtkeychain-qt6/files/README.voidlinux
@@ -0,0 +1,2 @@
+qtkeychain-qt6 is a supporting library, to use it you need to have a
+secret manager like 'kwallet' or 'gnome-keyring' installed.
diff --git a/srcpkgs/qtkeychain-qt6/template b/srcpkgs/qtkeychain-qt6/template
new file mode 100644
index 0000000000000..a7bab5516d91a
--- /dev/null
+++ b/srcpkgs/qtkeychain-qt6/template
@@ -0,0 +1,34 @@
+# Template file for 'qtkeychain-qt6'
+pkgname=qtkeychain-qt6
+version=0.14.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_WITH_QT6=on"
+hostmakedepends="pkg-config"
+makedepends="libsecret-devel qt6-tools-devel"
+short_desc="Platform-independent Qt6 API for storing passwords securely"
+maintainer="Mazin Fadl <mazen@illumed.net>"
+license="BSD-2-Clause"
+homepage="https://github.com/frankosterfeld/qtkeychain"
+distfiles="https://github.com/frankosterfeld/${pkgname%-*}/archive/${version}.tar.gz"
+checksum=afb2d120722141aca85f8144c4ef017bd74977ed45b80e5d9e9614015dadd60c
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt6-declarative-host-tools qt6-tools-devel"
+fi
+
+post_install() {
+	vlicense COPYING
+	vdoc "${FILESDIR}/README.voidlinux"
+}
+
+qtkeychain-qt6-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove usr/lib/*.so
+		vmove usr/lib/qt6/mkspecs
+	}
+}

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

* Re: [PR PATCH] [Closed]: New package: qtkeychain-qt6-0.14.1
  2023-10-14 14:27 [PR PATCH] New package: qtkeychain-qt6-0.14.1 rookiejet
@ 2023-10-14 14:38 ` rookiejet
  0 siblings, 0 replies; 2+ messages in thread
From: rookiejet @ 2023-10-14 14:38 UTC (permalink / raw)
  To: ml

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

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

New package: qtkeychain-qt6-0.14.1
https://github.com/void-linux/void-packages/pull/46676

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

Will be used to update the `chatterino2` package to QT6.

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

end of thread, other threads:[~2023-10-14 14:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-14 14:27 [PR PATCH] New package: qtkeychain-qt6-0.14.1 rookiejet
2023-10-14 14:38 ` [PR PATCH] [Closed]: " rookiejet

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