From 482b0d48d068da591423f3190ce48a04f8b60b01 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Sat, 1 May 2021 13:28:28 -0700 Subject: [PATCH 1/5] kinfocenter: fix license --- srcpkgs/kinfocenter/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kinfocenter/template b/srcpkgs/kinfocenter/template index f3854c636e4e..825a1234b7ea 100644 --- a/srcpkgs/kinfocenter/template +++ b/srcpkgs/kinfocenter/template @@ -1,7 +1,7 @@ # Template file for 'kinfocenter' pkgname=kinfocenter version=5.21.4 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_TESTING=OFF" hostmakedepends="extra-cmake-modules gettext pkg-config qt5-host-tools qt5-qmake" @@ -11,7 +11,7 @@ makedepends="kdoctools plasma-framework-devel kdesignerplugin-devel kcmutils-dev depends="hwids" short_desc="KDE Info Center" maintainer="John " -license="GPL-2.0-or-later, LGPL-2.1-or-later, GFDL-1.2" +license="GPL-2.0-or-later, LGPL-2.1-or-later, GFDL-1.2-only" homepage="https://invent.kde.org/plasma/kinfocenter" distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" checksum=3e5c3fed0156f3464bb30ebb9e0822c4141d71802dfa8995961f84c548771394 From 7679b01abd8503025369674caacca00fd1dc6b7d Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Sat, 1 May 2021 13:36:47 -0700 Subject: [PATCH 2/5] klystrack: fix license --- srcpkgs/klystrack/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/klystrack/template b/srcpkgs/klystrack/template index 927645f0787c..fa15065adcad 100644 --- a/srcpkgs/klystrack/template +++ b/srcpkgs/klystrack/template @@ -1,14 +1,14 @@ # Template file for 'klystrack' pkgname=klystrack version=1.7.3 -revision=1 +revision=2 _klystronsha=f5114db4de299ece73852becbef56d7d461bf421 create_wrksrc=yes hostmakedepends="SDL2-devel" makedepends="SDL2_image-devel SDL2_mixer-devel" short_desc="Chiptune music tracker" maintainer="allan " -license="BSD" +license="MIT" homepage="http://kometbomb.github.io/klystrack/" distfiles="https://github.com/kometbomb/klystrack/archive/${version}.tar.gz https://github.com/kometbomb/klystron/archive/${_klystronsha}.tar.gz" @@ -45,5 +45,5 @@ do_install() { vcopy key usr/lib/klystrack vmkdir usr/share/examples/klystrack vcopy examples usr/share/examples/klystrack - vlicense linux/copyright + vlicense doc/LICENSE } From 0c8bbb81cf1075b1c8f0e51f9f3d78cbc74fb749 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Sat, 1 May 2021 13:45:54 -0700 Subject: [PATCH 3/5] kmenuedit: fix license --- srcpkgs/kmenuedit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kmenuedit/template b/srcpkgs/kmenuedit/template index 0115325e3485..8809898978b4 100644 --- a/srcpkgs/kmenuedit/template +++ b/srcpkgs/kmenuedit/template @@ -1,7 +1,7 @@ # Template file for 'kmenuedit' pkgname=kmenuedit version=5.21.4 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_TESTING=OFF" hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools @@ -10,7 +10,7 @@ makedepends="kdelibs4support-devel kdesignerplugin-devel kdoctools" depends="khotkeys" short_desc="KDE Menu editor" maintainer="John " -license="GPL-2" +license="GPL-2.0-or-later" homepage="https://invent.kde.org/plasma/kmenuedit" distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" checksum=d022bb6486663fd1db8b627794be5eb557fa0daa45b27bb69d834fa84494b8c2 From a7582884fc4d87c52aa8d0b76debe92d89a73840 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Mon, 3 May 2021 18:24:37 -0700 Subject: [PATCH 4/5] ksysguard: fix license --- srcpkgs/ksysguard/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ksysguard/template b/srcpkgs/ksysguard/template index 3603a4f413c9..8ab3e37792bb 100644 --- a/srcpkgs/ksysguard/template +++ b/srcpkgs/ksysguard/template @@ -1,7 +1,7 @@ # Template file for 'ksysguard' pkgname=ksysguard version=5.21.4 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_TESTING=OFF" hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools @@ -11,7 +11,7 @@ makedepends="knewstuff-devel libksysguard-devel kinit-devel libsensors-devel depends="hicolor-icon-theme lm_sensors" short_desc="KDE program to monitor various elements of your system" maintainer="John " -license="GPL-2.0-or-later, GFDL-1.2" +license="GPL-2.0-or-later, GFDL-1.2-only" homepage="https://invent.kde.org/plasma/ksysguard" distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" checksum=cd1482653c35c5e04e6940346836fcd0655c213fc191da30685cb10cd05ae582 From 4b122afdda2b769d65b0e71c3b60d90220a5683d Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Mon, 3 May 2021 18:34:47 -0700 Subject: [PATCH 5/5] ktoblzcheck: fix license, other lint, fix test Test fix is a temporary stand-in until the next version. --- srcpkgs/ktoblzcheck/template | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/srcpkgs/ktoblzcheck/template b/srcpkgs/ktoblzcheck/template index 8d04d9e51f46..45cdb65345e5 100644 --- a/srcpkgs/ktoblzcheck/template +++ b/srcpkgs/ktoblzcheck/template @@ -1,17 +1,21 @@ # Template file for 'ktoblzcheck' pkgname=ktoblzcheck version=1.53 -revision=1 +revision=2 +build_style=cmake +configure_args="-DENABLE_BANKDATA_DOWNLOAD=NO" hostmakedepends="pkg-config python" makedepends="python-devel" -build_style=cmake +short_desc="Tool for verification of account numbers and bank codes" maintainer="Enno Boland " -license="LGPL-2.1" +license="LGPL-2.1-or-later" homepage="http://ktoblzcheck.sourceforge.net" -short_desc="Tool for verification of account numbers and bank codes" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" checksum=18b9118556fe83240f468f770641d2578f4ff613cdcf0a209fb73079ccb70c55 -configure_args="-DENABLE_BANKDATA_DOWNLOAD=NO" + +post_patch() { + vsed -i src/python/test_ktoblzcheck.py -e 's/Postbank Ndl der DB Privat- und Firmenkundenbank/Postbank Ndl der Deutsche Bank/' +} ktoblzcheck-devel_package() { depends="${sourcepkg}>=${version}_${revision}"