Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kalendar: update to 1.0.0, add deps, do check
@ 2022-04-14 10:16 Idesmi
  2022-04-14 10:18 ` [PR PATCH] [Updated] " Idesmi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Idesmi @ 2022-04-14 10:16 UTC (permalink / raw)
  To: ml

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

There is a new 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 d84343e3f6c9667e819178230a43a572d1da1d98 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..d9dcf6af7028 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"
+checkdepends="dbus kdepim-runtime"
+depends="qqc2-desktop-style kdepim-runtime qt5-location kirigami2"
 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
+}

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

* Re: [PR PATCH] [Updated] kalendar: update to 1.0.0, add deps, do check
  2022-04-14 10:16 [PR PATCH] kalendar: update to 1.0.0, add deps, do check Idesmi
@ 2022-04-14 10:18 ` Idesmi
  2022-04-14 12:25 ` Idesmi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Idesmi @ 2022-04-14 10:18 UTC (permalink / raw)
  To: ml

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

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

* Re: kalendar: update to 1.0.0, add deps, do check
  2022-04-14 10:16 [PR PATCH] kalendar: update to 1.0.0, add deps, do check Idesmi
  2022-04-14 10:18 ` [PR PATCH] [Updated] " Idesmi
@ 2022-04-14 12:25 ` Idesmi
  2022-04-14 12:26 ` Idesmi
  2022-04-14 17:42 ` [PR PATCH] [Merged]: " Johnnynator
  3 siblings, 0 replies; 5+ messages in thread
From: Idesmi @ 2022-04-14 12:25 UTC (permalink / raw)
  To: ml

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

New comment by Idesmi on void-packages repository

https://github.com/void-linux/void-packages/pull/36687#issuecomment-1099131533

Comment:
Close #33171 since even 0.4.0 is already in the repositories.

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

* Re: kalendar: update to 1.0.0, add deps, do check
  2022-04-14 10:16 [PR PATCH] kalendar: update to 1.0.0, add deps, do check Idesmi
  2022-04-14 10:18 ` [PR PATCH] [Updated] " Idesmi
  2022-04-14 12:25 ` Idesmi
@ 2022-04-14 12:26 ` Idesmi
  2022-04-14 17:42 ` [PR PATCH] [Merged]: " Johnnynator
  3 siblings, 0 replies; 5+ messages in thread
From: Idesmi @ 2022-04-14 12:26 UTC (permalink / raw)
  To: ml

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

New comment by Idesmi on void-packages repository

https://github.com/void-linux/void-packages/pull/36687#issuecomment-1099131533

Comment:
Close #33171 since even 0.4.0 is already in the repositories.

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

* Re: [PR PATCH] [Merged]: kalendar: update to 1.0.0, add deps, do check
  2022-04-14 10:16 [PR PATCH] kalendar: update to 1.0.0, add deps, do check Idesmi
                   ` (2 preceding siblings ...)
  2022-04-14 12:26 ` Idesmi
@ 2022-04-14 17:42 ` Johnnynator
  3 siblings, 0 replies; 5+ messages in thread
From: Johnnynator @ 2022-04-14 17:42 UTC (permalink / raw)
  To: ml

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

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

kalendar: update to 1.0.0, add deps, do check
https://github.com/void-linux/void-packages/pull/36687

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

Close #33171 since even 0.4.0 is already in the repositories.

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

end of thread, other threads:[~2022-04-14 17:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-14 10:16 [PR PATCH] kalendar: update to 1.0.0, add deps, do check Idesmi
2022-04-14 10:18 ` [PR PATCH] [Updated] " Idesmi
2022-04-14 12:25 ` Idesmi
2022-04-14 12:26 ` Idesmi
2022-04-14 17:42 ` [PR PATCH] [Merged]: " Johnnynator

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