* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
@ 2024-10-25 12:29 ` Astate
2024-10-25 23:36 ` [PR REVIEW] " classabbyamp
` (22 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: Astate @ 2024-10-25 12:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 190 bytes --]
New comment by Astate on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2437654248
Comment:
i tested with rsync and with bup and it's working
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR REVIEW] kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
2024-10-25 12:29 ` Astate
@ 2024-10-25 23:36 ` classabbyamp
2024-10-26 0:30 ` [PR PATCH] [Updated] " Astate
` (21 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: classabbyamp @ 2024-10-25 23:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 203 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#discussion_r1817450214
Comment:
don't set CMAKE_BUILD_TYPE or CMAKE_INSTALL_PREFIX
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
2024-10-25 12:29 ` Astate
2024-10-25 23:36 ` [PR REVIEW] " classabbyamp
@ 2024-10-26 0:30 ` Astate
2024-10-26 21:33 ` [PR REVIEW] " AnInternetTroll
` (20 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: Astate @ 2024-10-26 0:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 520 bytes --]
There is an updated pull request by Astate against master on the void-packages repository
https://github.com/Astate/void-packages kup
https://github.com/void-linux/void-packages/pull/52769
kup: update to 0.10.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
- i tested with rsync and with bup
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
Fixe #52752
A patch file from https://github.com/void-linux/void-packages/pull/52769.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kup-52769.patch --]
[-- Type: text/x-diff, Size: 2783 bytes --]
From c61ea36b6eeed897b3877ec7fca710e5c43e1aa1 Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Thu, 24 Oct 2024 21:19:56 -0400
Subject: [PATCH 1/2] kup: update to 0.10.0.
---
srcpkgs/kup/template | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dd3f1dc81df5a8..dac151adb6ffce 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -1,17 +1,17 @@
# Template file for 'kup'
pkgname=kup
-version=0.9.1
-revision=4
+version=0.10.0
+revision=1
build_style=cmake
-hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons
- kpackage gettext kconfig"
-makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
- kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
- libgit2-devel plasma-framework-devel"
+configure_args="-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DQT_MAJOR_VERSION=6 -DCMAKE_INSTALL_PREFIX=/usr"
+hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
+makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
+ kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
+ libgit2-devel kf6-kcmutils-devel libplasma-devel plasma5support-devel"
depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.kde.org/applications/utilities/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=5597d215b025bfc76aa290efbe187fb6f92313fbdc40628b851180c535610976
+checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
From 11d3bb9d24487cce0e8130fb1411cc4c30dd29fb Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Fri, 25 Oct 2024 20:30:03 -0400
Subject: [PATCH 2/2] kup: update to 0.10.0.
---
srcpkgs/kup/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dac151adb6ffce..c466d2a15fd35f 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -3,7 +3,7 @@ pkgname=kup
version=0.10.0
revision=1
build_style=cmake
-configure_args="-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DQT_MAJOR_VERSION=6 -DCMAKE_INSTALL_PREFIX=/usr"
+configure_args="-DQT_MAJOR_VERSION=6"
hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR REVIEW] kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (2 preceding siblings ...)
2024-10-26 0:30 ` [PR PATCH] [Updated] " Astate
@ 2024-10-26 21:33 ` AnInternetTroll
2024-10-27 0:57 ` [PR PATCH] [Updated] " Astate
` (19 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: AnInternetTroll @ 2024-10-26 21:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 212 bytes --]
New review comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#discussion_r1817933129
Comment:
```suggestion
homepage="https://apps.kde.org/kup/"
```
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (3 preceding siblings ...)
2024-10-26 21:33 ` [PR REVIEW] " AnInternetTroll
@ 2024-10-27 0:57 ` Astate
2024-11-12 22:46 ` ddmgh
` (18 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: Astate @ 2024-10-27 0:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 520 bytes --]
There is an updated pull request by Astate against master on the void-packages repository
https://github.com/Astate/void-packages kup
https://github.com/void-linux/void-packages/pull/52769
kup: update to 0.10.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
- i tested with rsync and with bup
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
Fixe #52752
A patch file from https://github.com/void-linux/void-packages/pull/52769.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kup-52769.patch --]
[-- Type: text/x-diff, Size: 3701 bytes --]
From c61ea36b6eeed897b3877ec7fca710e5c43e1aa1 Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Thu, 24 Oct 2024 21:19:56 -0400
Subject: [PATCH 1/3] kup: update to 0.10.0.
---
srcpkgs/kup/template | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dd3f1dc81df5a8..dac151adb6ffce 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -1,17 +1,17 @@
# Template file for 'kup'
pkgname=kup
-version=0.9.1
-revision=4
+version=0.10.0
+revision=1
build_style=cmake
-hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons
- kpackage gettext kconfig"
-makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
- kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
- libgit2-devel plasma-framework-devel"
+configure_args="-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DQT_MAJOR_VERSION=6 -DCMAKE_INSTALL_PREFIX=/usr"
+hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
+makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
+ kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
+ libgit2-devel kf6-kcmutils-devel libplasma-devel plasma5support-devel"
depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.kde.org/applications/utilities/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=5597d215b025bfc76aa290efbe187fb6f92313fbdc40628b851180c535610976
+checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
From 11d3bb9d24487cce0e8130fb1411cc4c30dd29fb Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Fri, 25 Oct 2024 20:30:03 -0400
Subject: [PATCH 2/3] kup: update to 0.10.0.
---
srcpkgs/kup/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dac151adb6ffce..c466d2a15fd35f 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -3,7 +3,7 @@ pkgname=kup
version=0.10.0
revision=1
build_style=cmake
-configure_args="-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DQT_MAJOR_VERSION=6 -DCMAKE_INSTALL_PREFIX=/usr"
+configure_args="-DQT_MAJOR_VERSION=6"
hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
From 93921b2c836f41489b7200a409617acdc199b56b Mon Sep 17 00:00:00 2001
From: Zacharie <zacharieroy@gmail.com>
Date: Sat, 26 Oct 2024 20:57:00 -0400
Subject: [PATCH 3/3] Update srcpkgs/kup/template
update homepage
Co-authored-by: Luca Matei Pintilie <luca@lucamatei.com>
---
srcpkgs/kup/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index c466d2a15fd35f..e8c6393969c115 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -12,6 +12,6 @@ depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="https://www.kde.org/applications/utilities/kup/"
+homepage="https://apps.kde.org/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (4 preceding siblings ...)
2024-10-27 0:57 ` [PR PATCH] [Updated] " Astate
@ 2024-11-12 22:46 ` ddmgh
2024-11-12 22:48 ` classabbyamp
` (17 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: ddmgh @ 2024-11-12 22:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 380 bytes --]
New comment by ddmgh on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2471750653
Comment:
Hello! Thanks for the work here in relation to #52752. New to Linux/Void/GitHub and I noticed some of the check builds here failed for x86_64. Does this mean this PR is not really ready for testing until these failures are resolved? Thanks.
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (5 preceding siblings ...)
2024-11-12 22:46 ` ddmgh
@ 2024-11-12 22:48 ` classabbyamp
2024-11-13 0:15 ` Astate
` (16 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: classabbyamp @ 2024-11-12 22:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 188 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2471756438
Comment:
only the cross-compiled builds are broken
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (6 preceding siblings ...)
2024-11-12 22:48 ` classabbyamp
@ 2024-11-13 0:15 ` Astate
2024-11-13 21:43 ` classabbyamp
` (15 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: Astate @ 2024-11-13 0:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 271 bytes --]
New comment by Astate on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2471993668
Comment:
> only the cross-compiled builds are broken
What next step if i dont how to résolve cross compile?
The x86_64 work well now
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (7 preceding siblings ...)
2024-11-13 0:15 ` Astate
@ 2024-11-13 21:43 ` classabbyamp
2024-11-15 16:15 ` ddmgh
` (14 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: classabbyamp @ 2024-11-13 21:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 330 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2474872361
Comment:
read the build log to see how it failed. in this case, it failed to find a file, so find the package that contains it and add it to hostmakedepends (`xlocate Qt6HostInfoConfig.cmake`)
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (8 preceding siblings ...)
2024-11-13 21:43 ` classabbyamp
@ 2024-11-15 16:15 ` ddmgh
2024-11-22 1:11 ` ddmgh
` (13 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: ddmgh @ 2024-11-15 16:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1735 bytes --]
New comment by ddmgh on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2479334129
Comment:
New to this stuff and, when I went to build it, I received the following:
```
CMake Error at /usr/share/cmake-3.30/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
Could not find a configuration file for package "KF6CoreAddons" that is
compatible with requested version "6.7.0".
The following configuration files were considered but not accepted:
/usr/lib64/cmake/KF6CoreAddons/KF6CoreAddonsConfig.cmake, version: 6.6.0
/usr/lib/cmake/KF6CoreAddons/KF6CoreAddonsConfig.cmake, version: 6.6.0
/lib64/cmake/KF6CoreAddons/KF6CoreAddonsConfig.cmake, version: 6.6.0
/lib/cmake/KF6CoreAddons/KF6CoreAddonsConfig.cmake, version: 6.6.0
Call Stack (most recent call first):
/usr/lib64/cmake/KF6Package/KF6PackageConfig.cmake:55 (find_dependency)
/usr/share/cmake-3.30/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
/usr/lib64/cmake/Plasma/PlasmaConfig.cmake:52 (find_dependency)
CMakeLists.txt:51 (find_package)
-- Configuring incomplete, errors occurred!
=> ERROR: kup-0.10.0_1: do_configure: 'CFLAGS="-DNDEBUG ${CFLAGS/ -pipe / }" CXXFLAGS="-DNDEBUG ${CXXFLAGS/ -pipe / }" cmake ${cmake_args} ${configure_args} ${LIBS:+-DCMAKE_C_STANDARD_LIBRARIES="$LIBS"} ${LIBS:+-DCMAKE_CXX_STANDARD_LIBRARIES="$LIBS"} ${wrksrc}/${build_wrksrc}' exited with 1
=> ERROR: in do_configure() at common/build-style/cmake.sh:77
```
This appears to have happened after building all the dependencies, which took about a day on a two core virtual machine.
It appears something is out-of-sync, but I'm uncertain of the best way to resolve it.
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (9 preceding siblings ...)
2024-11-15 16:15 ` ddmgh
@ 2024-11-22 1:11 ` ddmgh
2024-11-26 0:24 ` ddmgh
` (12 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: ddmgh @ 2024-11-22 1:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 324 bytes --]
New comment by ddmgh on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2492669256
Comment:
After wrapping my head around some of this stuff and rebasing, I was able to quickly build this. I plan to give this a spin and test it over the next several days and will report back.
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (10 preceding siblings ...)
2024-11-22 1:11 ` ddmgh
@ 2024-11-26 0:24 ` ddmgh
2024-11-27 18:49 ` ddmgh
` (11 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: ddmgh @ 2024-11-26 0:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 748 bytes --]
New comment by ddmgh on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2499303055
Comment:
I can confirm proper operations:
- Now accessible from Plasma's System Settings
- Can navigate, access and restore individual files from multiple bup versioned backups (with the exception noted below)
- Created new backup plans in System Settings
- Saved a new backup and restored files from it
- Verified operations with a previous Kup/bup repository from a Plasma 5 system
However, I have noticed that only the most recent backup version is listed when clicking Open and restore from existing backups and selecting the backup location, but I'm uncertain if this is a Void or Kup issue at this time.
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (11 preceding siblings ...)
2024-11-26 0:24 ` ddmgh
@ 2024-11-27 18:49 ` ddmgh
2024-12-04 16:10 ` [PR PATCH] [Updated] " Astate
` (10 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: ddmgh @ 2024-11-27 18:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 3223 bytes --]
New comment by ddmgh on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2504582001
Comment:
FWIW, I noted what @classabbyamp commented, made the related change and tried to cross-compile, but ended up with the following:
```
...
CMake Warning at /usr/armv7l-linux-gnueabihf/usr/lib32/cmake/KF6Package/KF6PackageMacros.cmake:52 (message):
couldn't generate metainfo for org.kde.kupapplet:
/usr/armv7l-linux-gnueabihf/usr/bin/kpackagetool6:
/usr/armv7l-linux-gnueabihf/usr/bin/kpackagetool6: cannot execute binary
file
Call Stack (most recent call first):
/usr/armv7l-linux-gnueabihf/usr/lib32/cmake/Plasma/PlasmaMacros.cmake:29 (kpackage_install_package)
CMakeLists.txt:53 (plasma_install_package)
-- The following OPTIONAL packages have been found:
* OpenGL
* Qt6WidgetsTools (required version >= 6.7.2)
* Qt6Widgets (required version >= 6.5.0)
* Qt6CoreTools (required version >= 6.7.2)
* XKB (required version >= 0.5.0), XKB API common to servers and clients., <http://xkbcommon.org>
* WrapVulkanHeaders
* Qt6GuiTools (required version >= 6.7.2)
* Qt6DBusTools (required version >= 6.7.2)
* Qt6QmlTools (required version >= 6.7.2)
-- The following REQUIRED packages have been found:
* LibGit2, A plain C library to interface with the git version control system., <https://libgit2.github.com/>
* KF6Solid (required version >= 6.7.0)
* KF6KIO (required version >= 5.96.0)
* KF6IdleTime (required version >= 5.96.0)
* Gettext
* KF6I18n (required version >= 5.96.0)
* KF6Notifications (required version >= 5.96.0)
* KF6DBusAddons (required version >= 5.96.0)
* KF6JobWidgets (required version >= 5.96.0)
* KF6WidgetsAddons (required version >= 5.96.0)
* KF6XmlGui (required version >= 5.96.0)
* KF6KCMUtils (required version >= 5.96.0)
* KF6 (required version >= 5.96.0)
* Qt6Core (required version >= 6.5.0)
* Plasma
* ECM (required version >= 5.240.0)
* Qt6HostInfo
* Qt6
* Plasma5Support
-- Configuring done (3.1s)
-- Generating done (0.1s)
-- Build files have been written to: /builddir/kup-0.10.0/build
=> kup-0.10.0_1: running pre-build hook: 02-script-wrapper ...
=> kup-0.10.0_1: running do_build ...
[1/69] cd /builddir/kup-0.10.0/build/kcm && /usr/armv7l-linux-gnueabihf/usr/libexec/kf6/kcmdesktopfilegenerator /builddir/kup-0.10.0/kcm/kcm_kup.json /builddir/kup-0.10.0/build/kcm/kcm_kup.desktop
FAILED: kcm/CMakeFiles/kcm_kup-kcm-desktop-gen /builddir/kup-0.10.0/build/kcm/CMakeFiles/kcm_kup-kcm-desktop-gen
cd /builddir/kup-0.10.0/build/kcm && /usr/armv7l-linux-gnueabihf/usr/libexec/kf6/kcmdesktopfilegenerator /builddir/kup-0.10.0/kcm/kcm_kup.json /builddir/kup-0.10.0/build/kcm/kcm_kup.desktop
/bin/sh: line 1: /usr/armv7l-linux-gnueabihf/usr/libexec/kf6/kcmdesktopfilegenerator: cannot execute binary file: Exec format error
[2/69] Automatic MOC for target kup-filedigger
ninja: build stopped: subcommand failed.
=> ERROR: kup-0.10.0_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 1
=> ERROR: in do_build() at common/build-style/cmake.sh:95
```
I don't know enough about this stuff to resolve the issue.
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (12 preceding siblings ...)
2024-11-27 18:49 ` ddmgh
@ 2024-12-04 16:10 ` Astate
2024-12-04 19:15 ` Astate
` (9 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: Astate @ 2024-12-04 16:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 520 bytes --]
There is an updated pull request by Astate against master on the void-packages repository
https://github.com/Astate/void-packages kup
https://github.com/void-linux/void-packages/pull/52769
kup: update to 0.10.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
- i tested with rsync and with bup
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
Fixe #52752
A patch file from https://github.com/void-linux/void-packages/pull/52769.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kup-52769.patch --]
[-- Type: text/x-diff, Size: 3701 bytes --]
From c61ea36b6eeed897b3877ec7fca710e5c43e1aa1 Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Thu, 24 Oct 2024 21:19:56 -0400
Subject: [PATCH 1/3] kup: update to 0.10.0.
---
srcpkgs/kup/template | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dd3f1dc81df5a8..dac151adb6ffce 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -1,17 +1,17 @@
# Template file for 'kup'
pkgname=kup
-version=0.9.1
-revision=4
+version=0.10.0
+revision=1
build_style=cmake
-hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons
- kpackage gettext kconfig"
-makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
- kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
- libgit2-devel plasma-framework-devel"
+configure_args="-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DQT_MAJOR_VERSION=6 -DCMAKE_INSTALL_PREFIX=/usr"
+hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
+makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
+ kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
+ libgit2-devel kf6-kcmutils-devel libplasma-devel plasma5support-devel"
depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.kde.org/applications/utilities/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=5597d215b025bfc76aa290efbe187fb6f92313fbdc40628b851180c535610976
+checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
From 11d3bb9d24487cce0e8130fb1411cc4c30dd29fb Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Fri, 25 Oct 2024 20:30:03 -0400
Subject: [PATCH 2/3] kup: update to 0.10.0.
---
srcpkgs/kup/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dac151adb6ffce..c466d2a15fd35f 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -3,7 +3,7 @@ pkgname=kup
version=0.10.0
revision=1
build_style=cmake
-configure_args="-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DQT_MAJOR_VERSION=6 -DCMAKE_INSTALL_PREFIX=/usr"
+configure_args="-DQT_MAJOR_VERSION=6"
hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
From 93921b2c836f41489b7200a409617acdc199b56b Mon Sep 17 00:00:00 2001
From: Zacharie <zacharieroy@gmail.com>
Date: Sat, 26 Oct 2024 20:57:00 -0400
Subject: [PATCH 3/3] Update srcpkgs/kup/template
update homepage
Co-authored-by: Luca Matei Pintilie <luca@lucamatei.com>
---
srcpkgs/kup/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index c466d2a15fd35f..e8c6393969c115 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -12,6 +12,6 @@ depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="https://www.kde.org/applications/utilities/kup/"
+homepage="https://apps.kde.org/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (13 preceding siblings ...)
2024-12-04 16:10 ` [PR PATCH] [Updated] " Astate
@ 2024-12-04 19:15 ` Astate
2024-12-04 19:20 ` Astate
` (8 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: Astate @ 2024-12-04 19:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 520 bytes --]
There is an updated pull request by Astate against master on the void-packages repository
https://github.com/Astate/void-packages kup
https://github.com/void-linux/void-packages/pull/52769
kup: update to 0.10.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
- i tested with rsync and with bup
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
Fixe #52752
A patch file from https://github.com/void-linux/void-packages/pull/52769.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kup-52769.patch --]
[-- Type: text/x-diff, Size: 5050 bytes --]
From c61ea36b6eeed897b3877ec7fca710e5c43e1aa1 Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Thu, 24 Oct 2024 21:19:56 -0400
Subject: [PATCH 1/4] kup: update to 0.10.0.
---
srcpkgs/kup/template | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dd3f1dc81df5a8..dac151adb6ffce 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -1,17 +1,17 @@
# Template file for 'kup'
pkgname=kup
-version=0.9.1
-revision=4
+version=0.10.0
+revision=1
build_style=cmake
-hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons
- kpackage gettext kconfig"
-makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
- kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
- libgit2-devel plasma-framework-devel"
+configure_args="-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DQT_MAJOR_VERSION=6 -DCMAKE_INSTALL_PREFIX=/usr"
+hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
+makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
+ kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
+ libgit2-devel kf6-kcmutils-devel libplasma-devel plasma5support-devel"
depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.kde.org/applications/utilities/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=5597d215b025bfc76aa290efbe187fb6f92313fbdc40628b851180c535610976
+checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
From 11d3bb9d24487cce0e8130fb1411cc4c30dd29fb Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Fri, 25 Oct 2024 20:30:03 -0400
Subject: [PATCH 2/4] kup: update to 0.10.0.
---
srcpkgs/kup/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dac151adb6ffce..c466d2a15fd35f 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -3,7 +3,7 @@ pkgname=kup
version=0.10.0
revision=1
build_style=cmake
-configure_args="-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DQT_MAJOR_VERSION=6 -DCMAKE_INSTALL_PREFIX=/usr"
+configure_args="-DQT_MAJOR_VERSION=6"
hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
From 93921b2c836f41489b7200a409617acdc199b56b Mon Sep 17 00:00:00 2001
From: Zacharie <zacharieroy@gmail.com>
Date: Sat, 26 Oct 2024 20:57:00 -0400
Subject: [PATCH 3/4] Update srcpkgs/kup/template
update homepage
Co-authored-by: Luca Matei Pintilie <luca@lucamatei.com>
---
srcpkgs/kup/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index c466d2a15fd35f..e8c6393969c115 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -12,6 +12,6 @@ depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="https://www.kde.org/applications/utilities/kup/"
+homepage="https://apps.kde.org/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
From 5cb2a15d825e9bd74a2c3b878ee4d57cbe291061 Mon Sep 17 00:00:00 2001
From: Zacharie Roy <Astate@protonmail.com>
Date: Wed, 4 Dec 2024 14:15:44 -0500
Subject: [PATCH 4/4] add hostdepend qt6-base
---
srcpkgs/kup/template | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index e8c6393969c115..2c5ff5dd34c900 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -3,11 +3,19 @@ pkgname=kup
version=0.10.0
revision=1
build_style=cmake
-configure_args="-DQT_MAJOR_VERSION=6"
-hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
-makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
- kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
- libgit2-devel kf6-kcmutils-devel libplasma-devel plasma5support-devel"
+configure_args="-DQT_MAJOR_VERSION=6 -DCMAKE_BUILD_TYPE=release"
+hostmakedepends="
+ qt6-base
+ extra-cmake-modules
+ gettext
+ kf6-kcmutils"
+makedepends="
+ qt6-declarative
+ kf6-kidletime-devel
+ kf6-kcmutils-devel
+ libgit2-devel
+ libplasma-devel
+ plasma5support-devel"
depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (14 preceding siblings ...)
2024-12-04 19:15 ` Astate
@ 2024-12-04 19:20 ` Astate
2025-03-05 2:02 ` github-actions
` (7 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: Astate @ 2024-12-04 19:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 520 bytes --]
There is an updated pull request by Astate against master on the void-packages repository
https://github.com/Astate/void-packages kup
https://github.com/void-linux/void-packages/pull/52769
kup: update to 0.10.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
- i tested with rsync and with bup
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
Fixe #52752
A patch file from https://github.com/void-linux/void-packages/pull/52769.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kup-52769.patch --]
[-- Type: text/x-diff, Size: 5712 bytes --]
From c61ea36b6eeed897b3877ec7fca710e5c43e1aa1 Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Thu, 24 Oct 2024 21:19:56 -0400
Subject: [PATCH 1/5] kup: update to 0.10.0.
---
srcpkgs/kup/template | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dd3f1dc81df5a8..dac151adb6ffce 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -1,17 +1,17 @@
# Template file for 'kup'
pkgname=kup
-version=0.9.1
-revision=4
+version=0.10.0
+revision=1
build_style=cmake
-hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons
- kpackage gettext kconfig"
-makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
- kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
- libgit2-devel plasma-framework-devel"
+configure_args="-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DQT_MAJOR_VERSION=6 -DCMAKE_INSTALL_PREFIX=/usr"
+hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
+makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
+ kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
+ libgit2-devel kf6-kcmutils-devel libplasma-devel plasma5support-devel"
depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.kde.org/applications/utilities/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=5597d215b025bfc76aa290efbe187fb6f92313fbdc40628b851180c535610976
+checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
From 11d3bb9d24487cce0e8130fb1411cc4c30dd29fb Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Fri, 25 Oct 2024 20:30:03 -0400
Subject: [PATCH 2/5] kup: update to 0.10.0.
---
srcpkgs/kup/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dac151adb6ffce..c466d2a15fd35f 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -3,7 +3,7 @@ pkgname=kup
version=0.10.0
revision=1
build_style=cmake
-configure_args="-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DQT_MAJOR_VERSION=6 -DCMAKE_INSTALL_PREFIX=/usr"
+configure_args="-DQT_MAJOR_VERSION=6"
hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
From 93921b2c836f41489b7200a409617acdc199b56b Mon Sep 17 00:00:00 2001
From: Zacharie <zacharieroy@gmail.com>
Date: Sat, 26 Oct 2024 20:57:00 -0400
Subject: [PATCH 3/5] Update srcpkgs/kup/template
update homepage
Co-authored-by: Luca Matei Pintilie <luca@lucamatei.com>
---
srcpkgs/kup/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index c466d2a15fd35f..e8c6393969c115 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -12,6 +12,6 @@ depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="https://www.kde.org/applications/utilities/kup/"
+homepage="https://apps.kde.org/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
From 5cb2a15d825e9bd74a2c3b878ee4d57cbe291061 Mon Sep 17 00:00:00 2001
From: Zacharie Roy <Astate@protonmail.com>
Date: Wed, 4 Dec 2024 14:15:44 -0500
Subject: [PATCH 4/5] add hostdepend qt6-base
---
srcpkgs/kup/template | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index e8c6393969c115..2c5ff5dd34c900 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -3,11 +3,19 @@ pkgname=kup
version=0.10.0
revision=1
build_style=cmake
-configure_args="-DQT_MAJOR_VERSION=6"
-hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
-makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
- kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
- libgit2-devel kf6-kcmutils-devel libplasma-devel plasma5support-devel"
+configure_args="-DQT_MAJOR_VERSION=6 -DCMAKE_BUILD_TYPE=release"
+hostmakedepends="
+ qt6-base
+ extra-cmake-modules
+ gettext
+ kf6-kcmutils"
+makedepends="
+ qt6-declarative
+ kf6-kidletime-devel
+ kf6-kcmutils-devel
+ libgit2-devel
+ libplasma-devel
+ plasma5support-devel"
depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
From 83e2b8a36dc1b809f82121078461c350075cd867 Mon Sep 17 00:00:00 2001
From: Zacharie Roy <Astate@protonmail.com>
Date: Wed, 4 Dec 2024 14:20:08 -0500
Subject: [PATCH 5/5] remove release-info
---
srcpkgs/kup/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index 2c5ff5dd34c900..af36ca3899b86e 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -3,7 +3,7 @@ pkgname=kup
version=0.10.0
revision=1
build_style=cmake
-configure_args="-DQT_MAJOR_VERSION=6 -DCMAKE_BUILD_TYPE=release"
+configure_args="-DQT_MAJOR_VERSION=6"
hostmakedepends="
qt6-base
extra-cmake-modules
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (15 preceding siblings ...)
2024-12-04 19:20 ` Astate
@ 2025-03-05 2:02 ` github-actions
2025-03-05 15:22 ` ddmgh
` (6 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: github-actions @ 2025-03-05 2:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2699545937
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (16 preceding siblings ...)
2025-03-05 2:02 ` github-actions
@ 2025-03-05 15:22 ` ddmgh
2025-03-06 4:27 ` [PR PATCH] [Updated] " classabbyamp
` (5 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: ddmgh @ 2025-03-05 15:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 257 bytes --]
New comment by ddmgh on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2701258632
Comment:
@Astate Feel like rolling up your sleeves to try to get this in? Unfortunately I don't know enough to assist. Cheers.
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (17 preceding siblings ...)
2025-03-05 15:22 ` ddmgh
@ 2025-03-06 4:27 ` classabbyamp
2025-03-06 4:28 ` classabbyamp
` (4 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: classabbyamp @ 2025-03-06 4:27 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 526 bytes --]
There is an updated pull request by classabbyamp against master on the void-packages repository
https://github.com/Astate/void-packages kup
https://github.com/void-linux/void-packages/pull/52769
kup: update to 0.10.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
- i tested with rsync and with bup
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
Fixe #52752
A patch file from https://github.com/void-linux/void-packages/pull/52769.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kup-52769.patch --]
[-- Type: text/x-diff, Size: 1596 bytes --]
From 15ca843801bd3cc34c494a21bfc0486d92db36f6 Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Thu, 24 Oct 2024 21:19:56 -0400
Subject: [PATCH] kup: update to 0.10.0.
---
srcpkgs/kup/template | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dd3f1dc81df5a8..dd93cd597215a0 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -1,17 +1,16 @@
# Template file for 'kup'
pkgname=kup
-version=0.9.1
-revision=4
+version=0.10.0
+revision=1
build_style=cmake
-hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons
- kpackage gettext kconfig"
-makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
- kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
- libgit2-devel plasma-framework-devel"
+configure_args="-DQT_MAJOR_VERSION=6"
+hostmakedepends="qt6-base extra-cmake-modules gettext kf6-kcmutils"
+makedepends="qt6-declarative kf6-kidletime-devel kf6-kcmutils-devel libgit2-devel
+ libplasma-devel plasma5support-devel"
depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="https://www.kde.org/applications/utilities/kup/"
+homepage="https://apps.kde.org/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=5597d215b025bfc76aa290efbe187fb6f92313fbdc40628b851180c535610976
+checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (18 preceding siblings ...)
2025-03-06 4:27 ` [PR PATCH] [Updated] " classabbyamp
@ 2025-03-06 4:28 ` classabbyamp
2025-03-06 4:51 ` classabbyamp
` (3 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: classabbyamp @ 2025-03-06 4:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 526 bytes --]
There is an updated pull request by classabbyamp against master on the void-packages repository
https://github.com/Astate/void-packages kup
https://github.com/void-linux/void-packages/pull/52769
kup: update to 0.10.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
- i tested with rsync and with bup
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
Fixe #52752
A patch file from https://github.com/void-linux/void-packages/pull/52769.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kup-52769.patch --]
[-- Type: text/x-diff, Size: 1618 bytes --]
From fbe12c0f847417812dd17f3e280cdde66509cd58 Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Thu, 24 Oct 2024 21:19:56 -0400
Subject: [PATCH] kup: update to 0.10.0.
---
srcpkgs/kup/template | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dd3f1dc81df5a8..429257a6eeed32 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -1,17 +1,17 @@
# Template file for 'kup'
pkgname=kup
-version=0.9.1
-revision=4
+version=0.10.0
+revision=1
build_style=cmake
-hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons
- kpackage gettext kconfig"
-makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
- kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
- libgit2-devel plasma-framework-devel"
+build_helper="qemu"
+configure_args="-DQT_MAJOR_VERSION=6"
+hostmakedepends="qt6-base extra-cmake-modules gettext kf6-kcmutils"
+makedepends="qt6-declarative kf6-kidletime-devel kf6-kcmutils-devel libgit2-devel
+ libplasma-devel plasma5support-devel"
depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="https://www.kde.org/applications/utilities/kup/"
+homepage="https://apps.kde.org/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=5597d215b025bfc76aa290efbe187fb6f92313fbdc40628b851180c535610976
+checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (19 preceding siblings ...)
2025-03-06 4:28 ` classabbyamp
@ 2025-03-06 4:51 ` classabbyamp
2025-03-06 5:03 ` classabbyamp
` (2 subsequent siblings)
23 siblings, 0 replies; 25+ messages in thread
From: classabbyamp @ 2025-03-06 4:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 526 bytes --]
There is an updated pull request by classabbyamp against master on the void-packages repository
https://github.com/Astate/void-packages kup
https://github.com/void-linux/void-packages/pull/52769
kup: update to 0.10.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
- i tested with rsync and with bup
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
Fixe #52752
A patch file from https://github.com/void-linux/void-packages/pull/52769.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kup-52769.patch --]
[-- Type: text/x-diff, Size: 1834 bytes --]
From 43ca9c084cd3818a821acfed8a6ae7869ab2e36d Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Thu, 24 Oct 2024 21:19:56 -0400
Subject: [PATCH] kup: update to 0.10.0.
---
srcpkgs/kup/template | 24 +++++++++++++++---------
1 file changed, 15 insertions(+), 9 deletions(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dd3f1dc81df5a8..4b10efcf080ff5 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -1,17 +1,23 @@
# Template file for 'kup'
pkgname=kup
-version=0.9.1
-revision=4
+version=0.10.0
+revision=1
build_style=cmake
-hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons
- kpackage gettext kconfig"
-makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
- kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
- libgit2-devel plasma-framework-devel"
+configure_args="-DQT_MAJOR_VERSION=6"
+hostmakedepends="qt6-base qt6-tools extra-cmake-modules gettext kf6-kcmutils
+ kf6-kpackage-devel"
+makedepends="qt6-declarative kf6-kidletime-devel libgit2-devel
+ libplasma-devel plasma5support-devel kf6-kio-devel kf6-kxmlgui-devel
+ kf6-kcmutils-devel"
depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="https://www.kde.org/applications/utilities/kup/"
+homepage="https://apps.kde.org/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=5597d215b025bfc76aa290efbe187fb6f92313fbdc40628b851180c535610976
+checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
+
+post_configure() {
+ sed -i -e "s,${XBPS_CROSS_BASE}/usr/libexec/kf6/kcmdesktopfilegenerator,/usr/libexec/kf6/kcmdesktopfilegenerator," \
+ build/build.ninja
+}
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (20 preceding siblings ...)
2025-03-06 4:51 ` classabbyamp
@ 2025-03-06 5:03 ` classabbyamp
2025-03-06 5:11 ` classabbyamp
2025-03-06 5:24 ` [PR PATCH] [Merged]: " classabbyamp
23 siblings, 0 replies; 25+ messages in thread
From: classabbyamp @ 2025-03-06 5:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 526 bytes --]
There is an updated pull request by classabbyamp against master on the void-packages repository
https://github.com/Astate/void-packages kup
https://github.com/void-linux/void-packages/pull/52769
kup: update to 0.10.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
- i tested with rsync and with bup
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
Fixe #52752
A patch file from https://github.com/void-linux/void-packages/pull/52769.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kup-52769.patch --]
[-- Type: text/x-diff, Size: 1910 bytes --]
From 8b77fce24daa655602d59be1861149e8ef3a57bc Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Thu, 24 Oct 2024 21:19:56 -0400
Subject: [PATCH] kup: update to 0.10.0.
---
srcpkgs/kup/template | 28 +++++++++++++++++++---------
1 file changed, 19 insertions(+), 9 deletions(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dd3f1dc81df5a8..aa2f3ebda9140c 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -1,17 +1,27 @@
# Template file for 'kup'
pkgname=kup
-version=0.9.1
-revision=4
+version=0.10.0
+revision=1
build_style=cmake
-hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons
- kpackage gettext kconfig"
-makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
- kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
- libgit2-devel plasma-framework-devel"
+configure_args="-DQT_MAJOR_VERSION=6"
+hostmakedepends="qt6-base qt6-tools extra-cmake-modules gettext kf6-kcmutils
+ kf6-kpackage-devel"
+makedepends="qt6-declarative kf6-kidletime-devel libgit2-devel
+ libplasma-devel plasma5support-devel kf6-kio-devel kf6-kxmlgui-devel
+ kf6-kcmutils-devel"
depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="https://www.kde.org/applications/utilities/kup/"
+homepage="https://apps.kde.org/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=5597d215b025bfc76aa290efbe187fb6f92313fbdc40628b851180c535610976
+checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
+
+post_configure() {
+ sed -i -e "s,${XBPS_CROSS_BASE}/usr/libexec/kf6/kcmdesktopfilegenerator,/usr/libexec/kf6/kcmdesktopfilegenerator," \
+ build/build.ninja
+}
+
+post_install() {
+ mv "${DESTDIR}/usr/lib64" "${DESTDIR}/usr/lib"
+}
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Updated] kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (21 preceding siblings ...)
2025-03-06 5:03 ` classabbyamp
@ 2025-03-06 5:11 ` classabbyamp
2025-03-06 5:24 ` [PR PATCH] [Merged]: " classabbyamp
23 siblings, 0 replies; 25+ messages in thread
From: classabbyamp @ 2025-03-06 5:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 526 bytes --]
There is an updated pull request by classabbyamp against master on the void-packages repository
https://github.com/Astate/void-packages kup
https://github.com/void-linux/void-packages/pull/52769
kup: update to 0.10.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
- i tested with rsync and with bup
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
Fixe #52752
A patch file from https://github.com/void-linux/void-packages/pull/52769.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kup-52769.patch --]
[-- Type: text/x-diff, Size: 1982 bytes --]
From 907a5b527b8a3c09aea008a3d6659f992f6f4ed1 Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Thu, 24 Oct 2024 21:19:56 -0400
Subject: [PATCH] kup: update to 0.10.0.
---
srcpkgs/kup/template | 30 +++++++++++++++++++++---------
1 file changed, 21 insertions(+), 9 deletions(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dd3f1dc81df5a8..ac95c86936ad3c 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -1,17 +1,29 @@
# Template file for 'kup'
pkgname=kup
-version=0.9.1
-revision=4
+version=0.10.0
+revision=1
build_style=cmake
-hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons
- kpackage gettext kconfig"
-makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
- kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
- libgit2-devel plasma-framework-devel"
+configure_args="-DQT_MAJOR_VERSION=6"
+hostmakedepends="qt6-base qt6-tools extra-cmake-modules gettext kf6-kcmutils
+ kf6-kpackage-devel"
+makedepends="qt6-declarative kf6-kidletime-devel libgit2-devel
+ libplasma-devel plasma5support-devel kf6-kio-devel kf6-kxmlgui-devel
+ kf6-kcmutils-devel"
depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="https://www.kde.org/applications/utilities/kup/"
+homepage="https://apps.kde.org/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=5597d215b025bfc76aa290efbe187fb6f92313fbdc40628b851180c535610976
+checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
+
+post_configure() {
+ sed -i -e "s,${XBPS_CROSS_BASE}/usr/libexec/kf6/kcmdesktopfilegenerator,/usr/libexec/kf6/kcmdesktopfilegenerator," \
+ build/build.ninja
+}
+
+post_install() {
+ if [ "$CROSS_BUILD" -a "$XBPS_TARGET_WORDSIZE" -eq 32 ]; then
+ mv "${DESTDIR}/usr/lib64" "${DESTDIR}/usr/lib"
+ fi
+}
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [PR PATCH] [Merged]: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (22 preceding siblings ...)
2025-03-06 5:11 ` classabbyamp
@ 2025-03-06 5:24 ` classabbyamp
23 siblings, 0 replies; 25+ messages in thread
From: classabbyamp @ 2025-03-06 5:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 370 bytes --]
There's a merged pull request on the void-packages repository
kup: update to 0.10.0.
https://github.com/void-linux/void-packages/pull/52769
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
- i tested with rsync and with bup
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
Fixe #52752
^ permalink raw reply [flat|nested] 25+ messages in thread