Github messages for voidlinux
 help / color / mirror / Atom feed
From: tibequadorian <tibequadorian@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] partitionmanager, kpmcore: update to 21.12.2.
Date: Wed, 23 Feb 2022 22:21:43 +0100	[thread overview]
Message-ID: <20220223212143.Jyca6M6qAnN-pzqbNPMrgGU-SIIMEYrBuQ0tFuUitl0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35813@inbox.vuxu.org>

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

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

https://github.com/tibequadorian/void-packages partitionmanager
https://github.com/void-linux/void-packages/pull/35813

partitionmanager, kpmcore: update to 21.12.2.
<!-- 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 [skip CI](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
-->


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

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

From 3b3b32336cf005388c958a8fd1ffa4c2a4da212e Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Feb 2022 21:41:51 +0100
Subject: [PATCH 1/2] kpmcore: update to 21.12.2.

---
 srcpkgs/kpmcore/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kpmcore/template b/srcpkgs/kpmcore/template
index 1f65d5f808df..92ae99926307 100644
--- a/srcpkgs/kpmcore/template
+++ b/srcpkgs/kpmcore/template
@@ -1,6 +1,6 @@
 # Template file for 'kpmcore'
 pkgname=kpmcore
-version=21.08.0
+version=21.12.2
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -12,9 +12,10 @@ depends="parted"
 short_desc="Library for managing partitions"
 maintainer="jambonmcyeah <jambonmcyeah@gmail.com>"
 license="GPL-3.0-or-later"
-homepage="https://kde.org/applications/system/org.kde.partitionmanager"
+homepage="https://apps.kde.org/partitionmanager"
+changelog="https://kde.org/announcements/changelogs/gear/${version}/#kpmcore"
 distfiles="${KDE_SITE}/release-service/$version/src/$pkgname-$version.tar.xz"
-checksum=a135c846c46b2073015a3f218bd1c88c41cc1ffcf69a470e1679007140c52a51
+checksum=813c8b7890d84b9ce0d0ad1bce53c58fa34a3306fd32ca36ca202f02dcced1c7
 
 if [ -n "$CROSS_BUILD" ]; then
 	configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"

From 52509f218d863a25b5e289685ba8a021f48e69e7 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Feb 2022 21:41:59 +0100
Subject: [PATCH 2/2] partitionmanager: update to 21.12.2.

---
 srcpkgs/partitionmanager/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/partitionmanager/template b/srcpkgs/partitionmanager/template
index 6b4830f9652c..1529354cabfd 100644
--- a/srcpkgs/partitionmanager/template
+++ b/srcpkgs/partitionmanager/template
@@ -1,7 +1,7 @@
 # Template file for 'partitionmanager'
 pkgname=partitionmanager
-version=4.2.0
-revision=2
+version=21.12.2
+revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
 hostmakedepends="qt5-devel kdoctools kconfig qt5-qmake cmake python3
@@ -12,9 +12,10 @@ depends="hicolor-icon-theme"
 short_desc="KDE utility that allows you to manage disks"
 maintainer="jambonmcyeah <jambonmcyeah@gmail.com>"
 license="GPL-3.0-or-later"
-homepage="https://kde.org/applications/system/org.kde.partitionmanager"
-distfiles="${KDE_SITE}/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
-checksum=e9096dd5ce3b11e93a4e45960734f2059609d637e1b70b02f57e6ae61e8884f8
+homepage="https://apps.kde.org/partitionmanager"
+changelog="https://kde.org/announcements/changelogs/gear/${version}/#partitionmanager"
+distfiles="${KDE_SITE}/release-service/${version}/src/partitionmanager-${version}.tar.xz"
+checksum=18042277a2f6276eb9fbae7f47840e29ebd097cb680121e9b8f4d41d058b2767
 
 if [ -n "$CROSS_BUILD" ]; then
 	configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"

  reply	other threads:[~2022-02-23 21:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-23 20:47 [PR PATCH] " tibequadorian
2022-02-23 21:21 ` tibequadorian [this message]
2022-02-23 21:28 ` [PR PATCH] [Updated] " tibequadorian
2022-02-23 22:24 ` [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=20220223212143.Jyca6M6qAnN-pzqbNPMrgGU-SIIMEYrBuQ0tFuUitl0@z \
    --to=tibequadorian@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).