Github messages for voidlinux
 help / color / mirror / Atom feed
From: TGRush <TGRush@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] fix neochat dependencies
Date: Sat, 19 Aug 2023 22:51:15 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45677@inbox.vuxu.org> (raw)

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

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

https://github.com/TGRush/void-packages master
https://github.com/void-linux/void-packages/pull/45677

fix neochat dependencies
<!-- 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**|**NO**
-->

<!-- 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
-->

The package didn't automatically pull in kirigami2 and kirigami-addons as a dependency. This PR fixes that. Testing was done locally with existing packages and a fresh build.


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

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

From 32e97a73a8d4a83cd62e5d5b974ba088cb3e6f9a Mon Sep 17 00:00:00 2001
From: Rush <58338843+TGRush@users.noreply.github.com>
Date: Sat, 19 Aug 2023 22:49:26 +0200
Subject: [PATCH] fix neochat dependencies

---
 srcpkgs/neochat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/neochat/template b/srcpkgs/neochat/template
index c6c4e699eca58..db4205fb96884 100644
--- a/srcpkgs/neochat/template
+++ b/srcpkgs/neochat/template
@@ -10,7 +10,7 @@ makedepends="kquickimageeditor-devel libQuotient-devel qtkeychain-qt5-devel
  knotifications-devel kconfig-devel kcoreaddons-devel qqc2-desktop-style-devel
  sonnet-devel kitemmodels-devel kirigami-addons kconfigwidgets-devel kio-devel
  qcoro-qt5-devel"
-depends="kquickimageeditor kitemmodels"
+depends="kquickimageeditor kitemmodels kirigami2 kirigami-addons"
 short_desc="Client for matrix from KDE"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only, GPL-3.0-or-later, GPL-2.0-or-later, BSD-2-Clause"

             reply	other threads:[~2023-08-19 20:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-19 20:51 TGRush [this message]
2023-08-20  1:31 ` abenson
2023-08-20  1:32 ` abenson
2023-08-23 19:13 ` TGRush
2023-11-14 15:51 ` TinfoilSubmarine
2023-11-28 12:37 ` TGRush
2023-11-28 12:37 ` [PR PATCH] [Closed]: " TGRush

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45677@inbox.vuxu.org \
    --to=tgrush@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).