Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] krdc: update to 19.08.1.
@ 2019-09-06  6:38 voidlinux-github
  2019-09-06 11:07 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-06  6:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Hoshpak/void-packages krdc-19.08.1
https://github.com/void-linux/void-packages/pull/14239

krdc: update to 19.08.1.


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

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

From 2613ec59fdf5851a87294393b3adce182ced5f78 Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Fri, 6 Sep 2019 08:38:23 +0200
Subject: [PATCH] krdc: update to 19.08.1.

---
 srcpkgs/krdc/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/krdc/template b/srcpkgs/krdc/template
index f7cd2ff95cb..82cd160b0a1 100644
--- a/srcpkgs/krdc/template
+++ b/srcpkgs/krdc/template
@@ -1,6 +1,6 @@
 # Template file for 'krdc'
 pkgname=krdc
-version=19.08.0
+version=19.08.1
 revision=1
 build_style=cmake
 configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
@@ -16,7 +16,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later, GFDL-2.1, LGPL-2.1-or-later"
 homepage="https://kde.org/applications/internet/krdc/"
 distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
-checksum=62c995dc1b6eabf2486d475ad089cb3e286d37c6927e4c5bd2455489f52a3e75
+checksum=319bccbc3c3274b89ae58679d063a303df4b95504b1bef97f925da70a0fbcbde
 
 krdc-devel_package() {
 	short_desc+=" - development files"

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

* Re: [PR PATCH] [Updated] krdc: update to 19.08.1.
  2019-09-06  6:38 [PR PATCH] krdc: update to 19.08.1 voidlinux-github
@ 2019-09-06 11:07 ` voidlinux-github
  2019-09-06 11:07 ` voidlinux-github
  2019-09-06 11:53 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-06 11:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Hoshpak/void-packages krdc-19.08.1
https://github.com/void-linux/void-packages/pull/14239

krdc: update to 19.08.1.


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

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

From 0cb351932febb3a9f70f222c6b7acb71a947989c Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Fri, 6 Sep 2019 08:38:23 +0200
Subject: [PATCH] krdc: update to 19.08.1.

---
 srcpkgs/krdc/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/krdc/template b/srcpkgs/krdc/template
index f7cd2ff95cb..65e3f2ac612 100644
--- a/srcpkgs/krdc/template
+++ b/srcpkgs/krdc/template
@@ -1,6 +1,6 @@
 # Template file for 'krdc'
 pkgname=krdc
-version=19.08.0
+version=19.08.1
 revision=1
 build_style=cmake
 configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
@@ -13,10 +13,10 @@ makedepends="kconfig-devel kcmutils-devel kdnssd-devel knotifyconfig-devel
 depends="freerdp"
 short_desc="Remote Desktop Client supporting VNC and RDP"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
-license="GPL-2.0-or-later, GFDL-2.1, LGPL-2.1-or-later"
+license="GPL-2.0-or-later, GFDL-1.2-only, LGPL-2.1-or-later"
 homepage="https://kde.org/applications/internet/krdc/"
 distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
-checksum=62c995dc1b6eabf2486d475ad089cb3e286d37c6927e4c5bd2455489f52a3e75
+checksum=319bccbc3c3274b89ae58679d063a303df4b95504b1bef97f925da70a0fbcbde
 
 krdc-devel_package() {
 	short_desc+=" - development files"
@@ -26,4 +26,3 @@ krdc-devel_package() {
 		vmove "usr/lib/*.so"
 	}
 }
-

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

* Re: [PR PATCH] [Updated] krdc: update to 19.08.1.
  2019-09-06  6:38 [PR PATCH] krdc: update to 19.08.1 voidlinux-github
  2019-09-06 11:07 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-06 11:07 ` voidlinux-github
  2019-09-06 11:53 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-06 11:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Hoshpak/void-packages krdc-19.08.1
https://github.com/void-linux/void-packages/pull/14239

krdc: update to 19.08.1.


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

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

From 0cb351932febb3a9f70f222c6b7acb71a947989c Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Fri, 6 Sep 2019 08:38:23 +0200
Subject: [PATCH] krdc: update to 19.08.1.

---
 srcpkgs/krdc/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/krdc/template b/srcpkgs/krdc/template
index f7cd2ff95cb..65e3f2ac612 100644
--- a/srcpkgs/krdc/template
+++ b/srcpkgs/krdc/template
@@ -1,6 +1,6 @@
 # Template file for 'krdc'
 pkgname=krdc
-version=19.08.0
+version=19.08.1
 revision=1
 build_style=cmake
 configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
@@ -13,10 +13,10 @@ makedepends="kconfig-devel kcmutils-devel kdnssd-devel knotifyconfig-devel
 depends="freerdp"
 short_desc="Remote Desktop Client supporting VNC and RDP"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
-license="GPL-2.0-or-later, GFDL-2.1, LGPL-2.1-or-later"
+license="GPL-2.0-or-later, GFDL-1.2-only, LGPL-2.1-or-later"
 homepage="https://kde.org/applications/internet/krdc/"
 distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
-checksum=62c995dc1b6eabf2486d475ad089cb3e286d37c6927e4c5bd2455489f52a3e75
+checksum=319bccbc3c3274b89ae58679d063a303df4b95504b1bef97f925da70a0fbcbde
 
 krdc-devel_package() {
 	short_desc+=" - development files"
@@ -26,4 +26,3 @@ krdc-devel_package() {
 		vmove "usr/lib/*.so"
 	}
 }
-

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

* Re: [PR PATCH] [Merged]: krdc: update to 19.08.1.
  2019-09-06  6:38 [PR PATCH] krdc: update to 19.08.1 voidlinux-github
  2019-09-06 11:07 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-06 11:07 ` voidlinux-github
@ 2019-09-06 11:53 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-06 11:53 UTC (permalink / raw)
  To: ml

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

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

krdc: update to 19.08.1.
https://github.com/void-linux/void-packages/pull/14239

Description:


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

end of thread, other threads:[~2019-09-06 11:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-06  6:38 [PR PATCH] krdc: update to 19.08.1 voidlinux-github
2019-09-06 11:07 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-06 11:07 ` voidlinux-github
2019-09-06 11:53 ` [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).