Github messages for voidlinux
 help / color / mirror / Atom feed
From: Luciogi <Luciogi@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: New packages: Metric ton of kde framework
Date: Thu, 07 Mar 2024 19:19:40 +0100	[thread overview]
Message-ID: <20240307181940.B520D2585D@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49012@inbox.vuxu.org>

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

New comment by Luciogi on void-packages repository

https://github.com/void-linux/void-packages/pull/49012#issuecomment-1984141026

Comment:
## kf6-kwallet and kwallet locked up
- [ ] **kf6-kwallet should not** be in conflict with kwallet
- [ ] rename kwallet -> kwallet5
- [ ] also remove -DBUILD_KWALLETD=OFF (as kwallet would have binary kwalletd5)
- [ ] kwallet should not depend on kf6-kwallet


```diff
diff --git a/srcpkgs/kf6-kwallet/template b/srcpkgs/kf6-kwallet/template
index 3308a0caa35..6330c41bba2 100644
--- a/srcpkgs/kf6-kwallet/template
+++ b/srcpkgs/kf6-kwallet/template
@@ -15,7 +15,6 @@ license="LGPL-2.1-or-later"
 homepage="https://invent.kde.org/frameworks/kwallet"
 distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
 checksum=bab43823de8b1b086dc4b2ad10d10bd6c4d0d2e1f8b5fd5fdd5f7d365fb8e5cc
-conflicts="kwallet<=5.115.0_1"
 
 kf6-kwallet-devel_package() {
        depends="$makedepends ${sourcepkg}>=${version}_${revision}"
diff --git a/srcpkgs/kwallet/template b/srcpkgs/kwallet/template
index dfc363a45e8..9b3142ea32b 100644
--- a/srcpkgs/kwallet/template
+++ b/srcpkgs/kwallet/template
@@ -3,14 +3,12 @@ pkgname=kwallet
 version=5.115.0
 revision=2
 build_style=cmake
-configure_args="-DBUILD_TESTING=ON -DBUILD_KWALLETD=OFF
- -DBUILD_KWALLET_QUERY=OFF"
+configure_args="-DBUILD_TESTING=ON -DBUILD_KWALLET_QUERY=OFF"
 hostmakedepends="gettext kcoreaddons extra-cmake-modules
  qt5-host-tools qt5-qmake python3 kdoctools"
 makedepends="kdoctools-devel gpgmepp-devel libgcrypt-devel
  kservice-devel knotifications-devel kiconthemes-devel
  gpgmeqt-devel qca-qt5-devel"
-depends="kf6-kwallet"
 short_desc="KDE Safe desktop-wide storage for passwords"
 maintainer="John <me@johnnynator.dev>"
 license="LGPL-2.1-or-later"

```
---
## plasma-integration was not using all kf6 packages, Fix by following patch
```diff
diff --git a/srcpkgs/plasma-integration/template b/srcpkgs/plasma-integration/template
index 005834a2daf..2a96444a2e5 100644
--- a/srcpkgs/plasma-integration/template
+++ b/srcpkgs/plasma-integration/template
@@ -7,7 +7,7 @@ configure_args="-DBUILD_TESTING=OFF -DBUILD_QT5=OFF" # XXX: Add package for qt5
 hostmakedepends="extra-cmake-modules pkg-config qt6-base qt6-tools gettext"
 makedepends="kf6-kio-devel kf6-kxmlgui-devel kf6-kstatusnotifieritem-devel
  kwayland-devel libXcursor-devel breeze"
-depends="noto-fonts-ttf font-hack-ttf breeze qqc2-desktop-style"
+depends="noto-fonts-ttf font-hack-ttf breeze kf6-qqc2-desktop-style"
 short_desc="Theme integration plugins for the Plasma workspaces"
 maintainer="John <me@johnnynator.dev>"
 license="LGPL-2.0-or-later"
```



  parent reply	other threads:[~2024-03-07 18:19 UTC|newest]

Thread overview: 87+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-29 23:00 [PR PATCH] " Johnnynator
2024-02-29 23:02 ` [PR PATCH] [Updated] " Johnnynator
2024-03-01 14:08 ` Luciogi
2024-03-01 16:58 ` Luciogi
2024-03-01 17:00 ` Luciogi
2024-03-01 17:00 ` Luciogi
2024-03-01 17:06 ` [PR PATCH] [Updated] " Johnnynator
2024-03-01 17:14 ` Johnnynator
2024-03-01 17:21 ` Johnnynator
2024-03-02 16:27 ` Johnnynator
2024-03-02 16:38 ` Johnnynator
2024-03-02 16:45 ` Johnnynator
2024-03-02 16:50 ` Johnnynator
2024-03-02 19:32 ` Johnnynator
2024-03-05 14:45 ` Johnnynator
2024-03-05 14:50 ` Johnnynator
2024-03-05 14:58 ` Johnnynator
2024-03-05 15:04 ` Johnnynator
2024-03-05 15:39 ` Johnnynator
2024-03-05 15:40 ` Luciogi
2024-03-05 15:45 ` [PR PATCH] [Updated] " Johnnynator
2024-03-05 15:56 ` Luciogi
2024-03-05 16:02 ` Luciogi
2024-03-05 16:16 ` Luciogi
2024-03-05 17:00 ` Johnnynator
2024-03-05 17:01 ` [PR PATCH] [Updated] " Johnnynator
2024-03-05 17:02 ` Johnnynator
2024-03-05 21:58 ` oreo639
2024-03-06  3:29 ` Luciogi
2024-03-06  3:31 ` Luciogi
2024-03-06  5:10 ` Luciogi
2024-03-06  5:58 ` Luciogi
2024-03-06  6:16 ` Luciogi
2024-03-06  7:16 ` Luciogi
2024-03-06 14:48 ` Luciogi
2024-03-06 16:01 ` Luciogi
2024-03-06 22:16 ` [PR PATCH] [Updated] " Johnnynator
2024-03-06 23:39 ` Johnnynator
2024-03-07  6:26 ` Luciogi
2024-03-07  6:28 ` Luciogi
2024-03-07  6:28 ` Luciogi
2024-03-07 11:09 ` Luciogi
2024-03-07 12:16 ` [PR PATCH] [Updated] " Johnnynator
2024-03-07 12:34 ` Johnnynator
2024-03-07 12:49 ` Johnnynator
2024-03-07 13:30 ` Luciogi
2024-03-07 15:27 ` [PR PATCH] [Updated] " Johnnynator
2024-03-07 15:42 ` Luciogi
2024-03-07 15:42 ` Luciogi
2024-03-07 16:55 ` Luciogi
2024-03-07 16:56 ` Luciogi
2024-03-07 17:42 ` Luciogi
2024-03-07 18:07 ` Luciogi
2024-03-07 18:11 ` Luciogi
2024-03-07 18:13 ` Luciogi
2024-03-07 18:19 ` Luciogi [this message]
2024-03-07 18:29 ` Luciogi
2024-03-07 18:33 ` Luciogi
2024-03-07 18:34 ` Luciogi
2024-03-07 18:34 ` Luciogi
2024-03-07 18:35 ` Luciogi
2024-03-07 18:48 ` Luciogi
2024-03-07 18:54 ` Luciogi
2024-03-08  4:57 ` Luciogi
2024-03-08  5:02 ` Luciogi
2024-03-08  8:23 ` Luciogi
2024-03-08  8:23 ` Luciogi
2024-03-08 13:09 ` Luciogi
2024-03-08 13:18 ` Luciogi
2024-03-08 14:11 ` Luciogi
2024-03-08 14:35 ` Luciogi
2024-03-08 15:10 ` Luciogi
2024-03-08 15:18 ` Luciogi
2024-03-09  9:59 ` Luciogi
2024-03-10  2:07 ` sgn
2024-03-10  5:37 ` Luciogi
2024-03-10  7:48 ` sgn
2024-03-10 12:58 ` Johnnynator
2024-03-14 17:10 ` Luciogi
2024-03-16 14:55 ` Luciogi
2024-03-16 14:57 ` Luciogi
2024-03-16 21:48 ` [PR PATCH] [Updated] " Johnnynator
2024-03-16 22:48 ` Johnnynator
2024-04-05 13:20 ` [PR REVIEW] " TinfoilSubmarine
2024-04-05 13:20 ` TinfoilSubmarine
2024-04-05 13:26 ` Luciogi
2024-05-30 17:06 ` [PR PATCH] [Closed]: " 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=20240307181940.B520D2585D@inbox.vuxu.org \
    --to=luciogi@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).