Github messages for voidlinux
 help / color / mirror / Atom feed
From: Astate <Astate@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] kup: update to 0.10.0.
Date: Sun, 27 Oct 2024 02:57:02 +0200	[thread overview]
Message-ID: <20241027005702.C92352EFC6@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-52769@inbox.vuxu.org>

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

  parent reply	other threads:[~2024-10-27  0:57 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-25  1:24 [PR PATCH] " Astate
2024-10-25 12:29 ` Astate
2024-10-25 23:36 ` [PR REVIEW] " classabbyamp
2024-10-26  0:30 ` [PR PATCH] [Updated] " Astate
2024-10-26 21:33 ` [PR REVIEW] " AnInternetTroll
2024-10-27  0:57 ` Astate [this message]
2024-11-12 22:46 ` ddmgh
2024-11-12 22:48 ` classabbyamp
2024-11-13  0:15 ` Astate
2024-11-13 21:43 ` classabbyamp
2024-11-15 16:15 ` ddmgh

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=20241027005702.C92352EFC6@inbox.vuxu.org \
    --to=astate@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).