Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kio-extras: update to 19.04.3.
@ 2019-07-12 16:34 voidlinux-github
  2019-07-12 19:55 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-12 16:34 UTC (permalink / raw)
  To: ml

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

There is a new pull request by Hoshpak against master on the void-packages repository

https://github.com/Hoshpak/void-packages kio-extras-19.04.3
https://github.com/void-linux/void-packages/pull/13043

kio-extras: update to 19.04.3.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kio-extras-19.04.3-13043.patch --]
[-- Type: application/text/x-diff, Size: 1196 bytes --]

From 302e8f11e469692a4bbdbbf28210f333806ca87b Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Fri, 12 Jul 2019 18:33:11 +0200
Subject: [PATCH] kio-extras: update to 19.04.3.

---
 srcpkgs/kio-extras/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kio-extras/template b/srcpkgs/kio-extras/template
index 65a61e15620..00d79173338 100644
--- a/srcpkgs/kio-extras/template
+++ b/srcpkgs/kio-extras/template
@@ -1,7 +1,7 @@
 # Template file for 'kio-extras'
 pkgname=kio-extras
-version=19.04.2
-revision=2
+version=19.04.3
+revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules pkg-config gperf qt5-qmake qt5-host-tools
@@ -15,7 +15,7 @@ maintainer="Denis Revin <denis.revin@gmail.com>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://cgit.kde.org/kio-extras.git"
 distfiles="${KDE_SITE}/applications/${version}/src/kio-extras-${version}.tar.xz"
-checksum=321e27bd27ed26980e5e9b4b638f43045cfdaa8488b1642e2378178af7327e81
+checksum=b65cb37a5965782a9eaae80840fdd7e06505aece33cc6774510c65e1fea3f55b
 
 if [ -z "$CROSS_BUILD" ]; then
 	makedepends+=" libssh-devel"

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

* Re: [PR PATCH] [Updated] kio-extras: update to 19.04.3.
  2019-07-12 16:34 [PR PATCH] kio-extras: update to 19.04.3 voidlinux-github
@ 2019-07-12 19:55 ` voidlinux-github
  2019-07-12 19:55 ` voidlinux-github
  2019-07-12 19:55 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-12 19:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Hoshpak/void-packages kio-extras-19.04.3
https://github.com/void-linux/void-packages/pull/13043

kio-extras: update to 19.04.3.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kio-extras-19.04.3-13043.patch --]
[-- Type: application/text/x-diff, Size: 1290 bytes --]

From 0e20fec75bc1adf620b50c1846ad38b49f9ae9d8 Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Fri, 12 Jul 2019 18:33:11 +0200
Subject: [PATCH] kio-extras: update to 19.04.3.

---
 srcpkgs/kio-extras/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kio-extras/template b/srcpkgs/kio-extras/template
index 65a61e15620..23fc9fc5a13 100644
--- a/srcpkgs/kio-extras/template
+++ b/srcpkgs/kio-extras/template
@@ -1,7 +1,7 @@
 # Template file for 'kio-extras'
 pkgname=kio-extras
-version=19.04.2
-revision=2
+version=19.04.3
+revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules pkg-config gperf qt5-qmake qt5-host-tools
@@ -15,8 +15,12 @@ maintainer="Denis Revin <denis.revin@gmail.com>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://cgit.kde.org/kio-extras.git"
 distfiles="${KDE_SITE}/applications/${version}/src/kio-extras-${version}.tar.xz"
-checksum=321e27bd27ed26980e5e9b4b638f43045cfdaa8488b1642e2378178af7327e81
+checksum=b65cb37a5965782a9eaae80840fdd7e06505aece33cc6774510c65e1fea3f55b
 
 if [ -z "$CROSS_BUILD" ]; then
 	makedepends+=" libssh-devel"
 fi
+
+case "$XBPS_TARGET_MACHINE" in
+	arm*) broken="depends on qt5-webengine";;
+esac

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

* Re: [PR PATCH] [Updated] kio-extras: update to 19.04.3.
  2019-07-12 16:34 [PR PATCH] kio-extras: update to 19.04.3 voidlinux-github
  2019-07-12 19:55 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-12 19:55 ` voidlinux-github
  2019-07-12 19:55 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-12 19:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Hoshpak/void-packages kio-extras-19.04.3
https://github.com/void-linux/void-packages/pull/13043

kio-extras: update to 19.04.3.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kio-extras-19.04.3-13043.patch --]
[-- Type: application/text/x-diff, Size: 1290 bytes --]

From 0e20fec75bc1adf620b50c1846ad38b49f9ae9d8 Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Fri, 12 Jul 2019 18:33:11 +0200
Subject: [PATCH] kio-extras: update to 19.04.3.

---
 srcpkgs/kio-extras/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kio-extras/template b/srcpkgs/kio-extras/template
index 65a61e15620..23fc9fc5a13 100644
--- a/srcpkgs/kio-extras/template
+++ b/srcpkgs/kio-extras/template
@@ -1,7 +1,7 @@
 # Template file for 'kio-extras'
 pkgname=kio-extras
-version=19.04.2
-revision=2
+version=19.04.3
+revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules pkg-config gperf qt5-qmake qt5-host-tools
@@ -15,8 +15,12 @@ maintainer="Denis Revin <denis.revin@gmail.com>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://cgit.kde.org/kio-extras.git"
 distfiles="${KDE_SITE}/applications/${version}/src/kio-extras-${version}.tar.xz"
-checksum=321e27bd27ed26980e5e9b4b638f43045cfdaa8488b1642e2378178af7327e81
+checksum=b65cb37a5965782a9eaae80840fdd7e06505aece33cc6774510c65e1fea3f55b
 
 if [ -z "$CROSS_BUILD" ]; then
 	makedepends+=" libssh-devel"
 fi
+
+case "$XBPS_TARGET_MACHINE" in
+	arm*) broken="depends on qt5-webengine";;
+esac

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

* Re: [PR PATCH] [Merged]: kio-extras: update to 19.04.3.
  2019-07-12 16:34 [PR PATCH] kio-extras: update to 19.04.3 voidlinux-github
  2019-07-12 19:55 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-12 19:55 ` voidlinux-github
@ 2019-07-12 19:55 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-12 19:55 UTC (permalink / raw)
  To: ml

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

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

kio-extras: update to 19.04.3.
https://github.com/void-linux/void-packages/pull/13043
Description: 

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

end of thread, other threads:[~2019-07-12 19:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-12 16:34 [PR PATCH] kio-extras: update to 19.04.3 voidlinux-github
2019-07-12 19:55 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-12 19:55 ` voidlinux-github
2019-07-12 19:55 ` [PR PATCH] [Merged]: " voidlinux-github

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