Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

krdc: update to 19.08.1. #14239

Merged
merged 1 commit into from
Sep 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions srcpkgs/krdc/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand All @@ -26,4 +26,3 @@ krdc-devel_package() {
vmove "usr/lib/*.so"
}
}