Github messages for voidlinux
 help / color / mirror / Atom feed
From: Idesmi <Idesmi@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] kalendar: update to 1.0.0, add deps, do check
Date: Thu, 14 Apr 2022 12:18:05 +0200	[thread overview]
Message-ID: <20220414101805.XC0y9pUZG4QV4bVxUVAtHjbPJzSPjnFHd8DQnJj0TAo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36687@inbox.vuxu.org>

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

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

https://github.com/Idesmi/void-packages kalendar
https://github.com/void-linux/void-packages/pull/36687

kalendar: update to 1.0.0, add deps, do check
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, x86_64
- I crossbuilt this PR locally for these architectures:
  - aarch64-musl


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

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

From 2a86a66b2826f396bf80b260f8eb90369fe6345f Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Thu, 14 Apr 2022 10:32:13 +0200
Subject: [PATCH] kalendar: update to 1.0.0, add deps, do check

---
 srcpkgs/kalendar/template | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kalendar/template b/srcpkgs/kalendar/template
index 0cdfbd27c3e4..6ab596817804 100644
--- a/srcpkgs/kalendar/template
+++ b/srcpkgs/kalendar/template
@@ -1,6 +1,6 @@
 # Template file for 'kalendar'
 pkgname=kalendar
-version=0.4.0
+version=1.0.0
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext qt5-host-tools qt5-qmake
@@ -10,10 +10,17 @@ makedepends="qt5-devel qt5-declarative-devel qt5-quickcontrols2-devel
  kcalendarcore-devel kconfigwidgets-devel kwindowsystem-devel kcoreaddons-devel
  kcontacts-devel kitemmodels-devel kxmlgui-devel knotifications-devel
  kiconthemes-devel kservice-devel akonadi5-devel akonadi-contacts-devel
- calendarsupport-devel eventviews-devel"
+ calendarsupport-devel eventviews-devel qqc2-desktop-style-devel kio-devel"
+depends="qqc2-desktop-style kdepim-runtime qt5-location kirigami2"
+checkdepends="dbus kdepim-runtime"
 short_desc="Calendar application using Akonadi"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="GPL-3.0-or-later"
 homepage="https://invent.kde.org/pim/kalendar"
 distfiles="${KDE_SITE}/kalendar/kalendar-${version}.tar.xz"
-checksum=d64b19caab3e1365cce58ae27b76417b515cf3a07777ed1905f82cfbf0d1947a
+checksum=ca4e840dc17a4e39111f5fb16bfcab29e34a10b9c840d22b81c52890f0c9fae0
+
+do_check() {
+	cd build
+	dbus-run-session ctest --output-on-failure --force-new-ctest-process
+}

  reply	other threads:[~2022-04-14 10:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-14 10:16 [PR PATCH] " Idesmi
2022-04-14 10:18 ` Idesmi [this message]
2022-04-14 12:25 ` Idesmi
2022-04-14 12:26 ` Idesmi
2022-04-14 17:42 ` [PR PATCH] [Merged]: " 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=20220414101805.XC0y9pUZG4QV4bVxUVAtHjbPJzSPjnFHd8DQnJj0TAo@z \
    --to=idesmi@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).