Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kdepartitionamanager: update to 4.0.1.
@ 2020-03-30 18:27 mobinmob
  2020-03-31 19:10 ` Chocimier
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: mobinmob @ 2020-03-30 18:27 UTC (permalink / raw)
  To: ml

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

There is a new 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: 4181 bytes --]

From 023385f1f2614b37feec0cbca64385e62d14d731 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 30 Mar 2020 21:24:31 +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 6d9745f8467..d002b0360ea 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3136,7 +3136,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
@@ -3855,3 +3854,4 @@ libraven.so.0 budgie-desktop-10.5.1_1
 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
+libkpmcore.so.9 kpmcore-4.1.0_1
diff --git a/srcpkgs/kpmcore/template b/srcpkgs/kpmcore/template
index a302f1c7ba9..ff46560e912 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"
+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 641502441894153373ed2f61f25b58060784f199 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 30 Mar 2020 21:24:44 +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"

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

* Re: kdepartitionamanager: update to 4.0.1.
  2020-03-30 18:27 [PR PATCH] kdepartitionamanager: update to 4.0.1 mobinmob
@ 2020-03-31 19:10 ` Chocimier
  2020-04-05 16:52 ` [PR PATCH] [Updated] " mobinmob
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Chocimier @ 2020-03-31 19:10 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/20469#issuecomment-606817925

Comment:
Need kauth in hostmakedepends for cross build.

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

* Re: [PR PATCH] [Updated] kdepartitionamanager: update to 4.0.1.
  2020-03-30 18:27 [PR PATCH] kdepartitionamanager: update to 4.0.1 mobinmob
  2020-03-31 19:10 ` Chocimier
@ 2020-04-05 16:52 ` mobinmob
  2020-04-06 23:04 ` mobinmob
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mobinmob @ 2020-04-05 16:52 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Updated] kdepartitionamanager: update to 4.0.1.
  2020-03-30 18:27 [PR PATCH] kdepartitionamanager: update to 4.0.1 mobinmob
  2020-03-31 19:10 ` Chocimier
  2020-04-05 16:52 ` [PR PATCH] [Updated] " mobinmob
@ 2020-04-06 23:04 ` mobinmob
  2020-04-13 22:45 ` mobinmob
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mobinmob @ 2020-04-06 23:04 UTC (permalink / raw)
  To: ml

[-- 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 6ee6a67b49cac5051d0217655aba0410335da974 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 24dfab3d01a..fcb73590be9 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 79803adce32722791c9ff1e28ee0b3c9b63df901 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"

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

* Re: [PR PATCH] [Updated] kdepartitionamanager: update to 4.0.1.
  2020-03-30 18:27 [PR PATCH] kdepartitionamanager: update to 4.0.1 mobinmob
                   ` (2 preceding siblings ...)
  2020-04-06 23:04 ` mobinmob
@ 2020-04-13 22:45 ` mobinmob
  2020-04-14  8:48 ` mobinmob
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mobinmob @ 2020-04-13 22:45 UTC (permalink / raw)
  To: ml

[-- 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: 4158 bytes --]

From a35213ff731f0243529e17e0ef66967665338111 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 | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 8e2290f8acf..e7d8f21099b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3136,7 +3136,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
@@ -3857,3 +3856,4 @@ 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
 libqpdf.so.28 libqpdf-10.0.0_1
+libkpmcore.so.9 kpmcore-4.1.0_1
diff --git a/srcpkgs/kpmcore/template b/srcpkgs/kpmcore/template
index b47cae15453..db1362f583e 100644
--- a/srcpkgs/kpmcore/template
+++ b/srcpkgs/kpmcore/template
@@ -1,20 +1,20 @@
 # Template file for 'kpmcore'
 pkgname=kpmcore
-version=3.3.0
-revision=2
+version=4.1.0
+revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
-hostmakedepends="extra-cmake-modules gettext python pkg-config
- qt5-devel qt5-qmake 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-3.0-or-later"
-homepage="https://kde.org/applications/system/org.kde.partitionmanager/"
+homepage="http://kde.org/applications/system/kdepartitionmanager/"
 distfiles="${KDE_SITE}/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
-checksum=b8d6fa3c0d89feebf690a424d98ad36acb2438b1099a5b620ee349989d04db68
+checksum=b545a357cc348c84e8875531fdfe40fc63d915f03581e5004c4bd547d579514b
 
 if [ -n "$CROSS_BUILD" ]; then
 	configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"

From c670c875b595a102512f754db664419a67252a61 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..1cf7192b136 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 kcoreaddons"
 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"

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

* Re: kdepartitionamanager: update to 4.0.1.
  2020-03-30 18:27 [PR PATCH] kdepartitionamanager: update to 4.0.1 mobinmob
                   ` (3 preceding siblings ...)
  2020-04-13 22:45 ` mobinmob
@ 2020-04-14  8:48 ` mobinmob
  2020-04-16 19:12 ` Chocimier
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mobinmob @ 2020-04-14  8:48 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/20469#issuecomment-613310454

Comment:
@Chocimier : Thanx ;) partitionmanager also need kcoreaddons in hostmakedepends for cross. 

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

* Re: kdepartitionamanager: update to 4.0.1.
  2020-03-30 18:27 [PR PATCH] kdepartitionamanager: update to 4.0.1 mobinmob
                   ` (4 preceding siblings ...)
  2020-04-14  8:48 ` mobinmob
@ 2020-04-16 19:12 ` Chocimier
  2020-04-16 20:01 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Chocimier @ 2020-04-16 19:12 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/20469#issuecomment-614843602

Comment:
Actually https://kde.org/applications/system/org.kde.partitionmanager site responds, unlike other one. 
Modifying end of shlibs generates more conflicts, because everyone modifies it there. Modify it in place unless it is necessary.

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

* Re: [PR PATCH] [Updated] kdepartitionamanager: update to 4.0.1.
  2020-03-30 18:27 [PR PATCH] kdepartitionamanager: update to 4.0.1 mobinmob
                   ` (5 preceding siblings ...)
  2020-04-16 19:12 ` Chocimier
@ 2020-04-16 20:01 ` mobinmob
  2020-04-16 20:20 ` mobinmob
  2020-04-16 20:47 ` [PR PATCH] [Closed]: " Chocimier
  8 siblings, 0 replies; 10+ messages in thread
From: mobinmob @ 2020-04-16 20:01 UTC (permalink / raw)
  To: ml

[-- 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: 4225 bytes --]

From 507b048afcdc2a5c56aa6774a7c532607bfa9c99 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 | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index c484babac23..af0084ad90b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3136,7 +3136,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-plugin.so.0 budgie-desktop-10.5.1_1
 libslirp.so.0 libslirp-4.2.0_1
 libqpdf.so.28 libqpdf-10.0.0_1
 libstk-4.6.1.so libstk-4.6.1_1
+libkpmcore.so.9 kpmcore-4.1.0_1
diff --git a/srcpkgs/kpmcore/template b/srcpkgs/kpmcore/template
index b47cae15453..794a9cd1faf 100644
--- a/srcpkgs/kpmcore/template
+++ b/srcpkgs/kpmcore/template
@@ -1,20 +1,20 @@
 # Template file for 'kpmcore'
 pkgname=kpmcore
-version=3.3.0
-revision=2
+version=4.1.0
+revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
-hostmakedepends="extra-cmake-modules gettext python pkg-config
- qt5-devel qt5-qmake 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-3.0-or-later"
-homepage="https://kde.org/applications/system/org.kde.partitionmanager/"
+homepage="https://kde.org/applications/system/org.kde.partitionmanager"
 distfiles="${KDE_SITE}/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
-checksum=b8d6fa3c0d89feebf690a424d98ad36acb2438b1099a5b620ee349989d04db68
+checksum=b545a357cc348c84e8875531fdfe40fc63d915f03581e5004c4bd547d579514b
 
 if [ -n "$CROSS_BUILD" ]; then
 	configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"

From 96daf428eadb7ba775b181bb5acbe5262581e5b3 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 | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/partitionmanager/template b/srcpkgs/partitionmanager/template
index 6761c9c6af5..8a245d6238b 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 kcoreaddons"
 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"
-homepage="http://kde.org/applications/system/kdepartitionmanager/"
-distfiles="http://download.kde.org/stable/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
-checksum=5107955f9c70fc859bef04a54bffb28cd50efe355694232b9860e9d9c97a0f4a
+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=d61e20237c854cd3622b19cec5939c51bf4f350741106fdb44fc5a82155735b4
 
 if [ -n "$CROSS_BUILD" ]; then
 	configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"

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

* Re: kdepartitionamanager: update to 4.0.1.
  2020-03-30 18:27 [PR PATCH] kdepartitionamanager: update to 4.0.1 mobinmob
                   ` (6 preceding siblings ...)
  2020-04-16 20:01 ` [PR PATCH] [Updated] " mobinmob
@ 2020-04-16 20:20 ` mobinmob
  2020-04-16 20:47 ` [PR PATCH] [Closed]: " Chocimier
  8 siblings, 0 replies; 10+ messages in thread
From: mobinmob @ 2020-04-16 20:20 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/20469#issuecomment-614873978

Comment:
> Actually https://kde.org/applications/system/org.kde.partitionmanager site responds, unlike other one.

ΟΚ, Ι fixed it ;)

> Modifying end of shlibs generates more conflicts, because everyone modifies it there. Modify it in place unless it is necessary.

Ι am pretty sure that is a result of rebasing... 

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

* Re: [PR PATCH] [Closed]: kdepartitionamanager: update to 4.0.1.
  2020-03-30 18:27 [PR PATCH] kdepartitionamanager: update to 4.0.1 mobinmob
                   ` (7 preceding siblings ...)
  2020-04-16 20:20 ` mobinmob
@ 2020-04-16 20:47 ` Chocimier
  8 siblings, 0 replies; 10+ messages in thread
From: Chocimier @ 2020-04-16 20:47 UTC (permalink / raw)
  To: ml

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

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

kdepartitionamanager: update to 4.0.1.
https://github.com/void-linux/void-packages/pull/20469

Description:


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

end of thread, other threads:[~2020-04-16 20:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-30 18:27 [PR PATCH] kdepartitionamanager: update to 4.0.1 mobinmob
2020-03-31 19:10 ` Chocimier
2020-04-05 16:52 ` [PR PATCH] [Updated] " mobinmob
2020-04-06 23:04 ` 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

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