Github messages for voidlinux
 help / color / mirror / Atom feed
From: mobinmob <mobinmob@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] kdepartitionamanager: update to 4.0.1.
Date: Sun, 05 Apr 2020 18:52:19 +0200	[thread overview]
Message-ID: <20200405165219.C2m7VnwHVJ1smYsG3t5ZZ9BYyNpu8YeDqVKdmpUYfZY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20469@inbox.vuxu.org>

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

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

https://github.com/mobinmob/void-packages kpartman
https://github.com/void-linux/void-packages/pull/20469

kdepartitionamanager: update to 4.0.1.


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

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

From 00eda96e3616efc12d0c037e0cbe5f41057e2f57 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 5 Apr 2020 19:51:28 +0300
Subject: [PATCH 1/2] kpmcore: update to 4.1.0.

---
 common/shlibs            |  2 +-
 srcpkgs/kpmcore/template | 14 ++++++++------
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 14e6c812fe2..51b4ad371e2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3139,7 +3139,6 @@ libexecinfo.so.1 libexecinfo-1.1_1
 libkdeconnectpluginkcm.so.1 kdeconnect-1.2_1
 libkdeconnectinterfaces.so.1 kdeconnect-1.2_1
 libkdeconnectcore.so.1 kdeconnect-1.2_1
-libkpmcore.so.7 kpmcore-3.3.0_1
 libpkcs11-helper.so.1 pkcs11-helper-1.22_1
 libr2.so.2.5.0 radare2-2.5.0_1
 libr_core.so radare2-2.2.0_1
@@ -3859,3 +3858,4 @@ libbudgie-private.so.0 budgie-desktop-10.5.1_1
 libbudgietheme.so.0 budgie-desktop-10.5.1_1
 libbudgie-plugin.so.0 budgie-desktop-10.5.1_1
 libslirp.so.0 libslirp-4.2.0_1
+libkpmcore.so.9 kpmcore-4.1.0_1
diff --git a/srcpkgs/kpmcore/template b/srcpkgs/kpmcore/template
index a302f1c7ba9..db1362f583e 100644
--- a/srcpkgs/kpmcore/template
+++ b/srcpkgs/kpmcore/template
@@ -1,18 +1,20 @@
 # Template file for 'kpmcore'
 pkgname=kpmcore
-version=3.3.0
+version=4.1.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
-hostmakedepends="extra-cmake-modules python qt5-devel qt5-qmake pkg-config kcoreaddons"
-makedepends="qt5-devel libatasmart-devel libparted-devel kwidgetsaddons-devel ki18n-devel kcoreaddons-devel"
+hostmakedepends="extra-cmake-modules python3 qt5-devel qt5-qmake pkg-config kcoreaddons
+gettext kauth"
+makedepends="qt5-devel libatasmart-devel libparted-devel kwidgetsaddons-devel ki18n-devel
+ kauth-devel kcoreaddons-devel qca-qt5-devel"
 depends="parted"
 short_desc="Library for managing partitions"
 maintainer="jambonmcyeah <jambonmcyeah@gmail.com>"
-license="GPL-2"
+license="GPL-3.0-or-later"
 homepage="http://kde.org/applications/system/kdepartitionmanager/"
-distfiles="http://download.kde.org/stable/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
-checksum=b8d6fa3c0d89feebf690a424d98ad36acb2438b1099a5b620ee349989d04db68
+distfiles="${KDE_SITE}/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
+checksum=b545a357cc348c84e8875531fdfe40fc63d915f03581e5004c4bd547d579514b
 
 if [ -n "$CROSS_BUILD" ]; then
 	configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"

From 656c7a1eec31eb4db1f231f7e7a3bfbdce6c7b02 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 5 Apr 2020 19:51:45 +0300
Subject: [PATCH 2/2] partitionmanager: update to 4.1.0.

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

diff --git a/srcpkgs/partitionmanager/template b/srcpkgs/partitionmanager/template
index 6761c9c6af5..976e66a3719 100644
--- a/srcpkgs/partitionmanager/template
+++ b/srcpkgs/partitionmanager/template
@@ -1,20 +1,20 @@
 # Template file for 'partitionmanager'
 pkgname=partitionmanager
-version=3.3.1
+version=4.1.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
 hostmakedepends="qt5-devel kdoctools kconfig qt5-qmake cmake python3
- extra-cmake-modules pkg-config"
+ extra-cmake-modules pkg-config gettext"
 makedepends="qt5-devel kconfig-devel kpmcore-devel kdoctools-devel
  kservice-devel kio-devel kxmlgui-devel kiconthemes-devel kconfigwidgets-devel"
 depends="hicolor-icon-theme"
-short_desc="A KDE utility that allows you to manage disks"
+short_desc="KDE utility that allows you to manage disks"
 maintainer="jambonmcyeah <jambonmcyeah@gmail.com>"
-license="GPL-2"
+license="GPL-3.0-or-later"
 homepage="http://kde.org/applications/system/kdepartitionmanager/"
-distfiles="http://download.kde.org/stable/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
-checksum=5107955f9c70fc859bef04a54bffb28cd50efe355694232b9860e9d9c97a0f4a
+distfiles="${KDE_SITE}/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
+checksum=d61e20237c854cd3622b19cec5939c51bf4f350741106fdb44fc5a82155735b4
 
 if [ -n "$CROSS_BUILD" ]; then
 	configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"

  parent reply	other threads:[~2020-04-05 16:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-30 18:27 [PR PATCH] " mobinmob
2020-03-31 19:10 ` Chocimier
2020-04-05 16:52 ` mobinmob [this message]
2020-04-06 23:04 ` [PR PATCH] [Updated] " mobinmob
2020-04-13 22:45 ` mobinmob
2020-04-14  8:48 ` mobinmob
2020-04-16 19:12 ` Chocimier
2020-04-16 20:01 ` [PR PATCH] [Updated] " mobinmob
2020-04-16 20:20 ` mobinmob
2020-04-16 20:47 ` [PR PATCH] [Closed]: " Chocimier

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=20200405165219.C2m7VnwHVJ1smYsG3t5ZZ9BYyNpu8YeDqVKdmpUYfZY@z \
    --to=mobinmob@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).