From cdd60eb3e83633f80600698c5db8f4845a1c3e29 Mon Sep 17 00:00:00 2001 From: branon Date: Tue, 7 Jan 2025 19:33:38 -0500 Subject: [PATCH 1/4] new package: plasma-thermalmonitor --- srcpkgs/plasma-thermalmonitor/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/plasma-thermalmonitor/template diff --git a/srcpkgs/plasma-thermalmonitor/template b/srcpkgs/plasma-thermalmonitor/template new file mode 100644 index 00000000000000..0627530d61d20c --- /dev/null +++ b/srcpkgs/plasma-thermalmonitor/template @@ -0,0 +1,14 @@ +# Template file for 'plasma-thermalmonitor' +pkgname=plasma-thermalmonitor +version=0.2.3 +revision=1 +build_style=cmake +hostmakedepends="extra-cmake-modules qt6-base qt6-tools kf6-kconfig" +makedepends="qt6-base-devel libplasma-devel" +depends="kde-plasma" +short_desc="A KDE Plasmoid for displaying system temperatures" +maintainer="branon " +license="GPL-2.0-or-later" +homepage="https://invent.kde.org/olib/thermalmonitor" +distfiles="https://invent.kde.org/olib/thermalmonitor/-/archive/v${version}/thermalmonitor-v${version}.tar.gz" +checksum=7caa91f758eb9ab14e3b24ee3c3641757d89e6528285a1b7324f155c18d69d75 From 6f8b4e284fcb7f20f85eb46b0eaed4f3d8fa0851 Mon Sep 17 00:00:00 2001 From: branon Date: Tue, 7 Jan 2025 19:40:35 -0500 Subject: [PATCH 2/4] plasma-thermalmonitor: satisfy xlint --- srcpkgs/plasma-thermalmonitor/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/plasma-thermalmonitor/template b/srcpkgs/plasma-thermalmonitor/template index 0627530d61d20c..a6c44c0a03fd88 100644 --- a/srcpkgs/plasma-thermalmonitor/template +++ b/srcpkgs/plasma-thermalmonitor/template @@ -6,7 +6,7 @@ build_style=cmake hostmakedepends="extra-cmake-modules qt6-base qt6-tools kf6-kconfig" makedepends="qt6-base-devel libplasma-devel" depends="kde-plasma" -short_desc="A KDE Plasmoid for displaying system temperatures" +short_desc="KDE Plasmoid for displaying system temperatures" maintainer="branon " license="GPL-2.0-or-later" homepage="https://invent.kde.org/olib/thermalmonitor" From a370b57ecec4d47d9ca859c01d26381c7e40332e Mon Sep 17 00:00:00 2001 From: branon Date: Wed, 8 Jan 2025 11:15:07 -0500 Subject: [PATCH 3/4] plasma-thermalmonitor: fix license --- srcpkgs/plasma-thermalmonitor/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/plasma-thermalmonitor/template b/srcpkgs/plasma-thermalmonitor/template index a6c44c0a03fd88..6ea355b11b6827 100644 --- a/srcpkgs/plasma-thermalmonitor/template +++ b/srcpkgs/plasma-thermalmonitor/template @@ -8,7 +8,7 @@ makedepends="qt6-base-devel libplasma-devel" depends="kde-plasma" short_desc="KDE Plasmoid for displaying system temperatures" maintainer="branon " -license="GPL-2.0-or-later" +license="MIT" homepage="https://invent.kde.org/olib/thermalmonitor" distfiles="https://invent.kde.org/olib/thermalmonitor/-/archive/v${version}/thermalmonitor-v${version}.tar.gz" checksum=7caa91f758eb9ab14e3b24ee3c3641757d89e6528285a1b7324f155c18d69d75 From b7e299781d5ee7899cf56da2e7b4faa9d4fe0c3a Mon Sep 17 00:00:00 2001 From: branon Date: Thu, 9 Jan 2025 14:57:53 -0500 Subject: [PATCH 4/4] New package: plasma-thermalmonitor --- srcpkgs/plasma-thermalmonitor/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/plasma-thermalmonitor/template b/srcpkgs/plasma-thermalmonitor/template index 6ea355b11b6827..7afa881aac5214 100644 --- a/srcpkgs/plasma-thermalmonitor/template +++ b/srcpkgs/plasma-thermalmonitor/template @@ -5,10 +5,13 @@ revision=1 build_style=cmake hostmakedepends="extra-cmake-modules qt6-base qt6-tools kf6-kconfig" makedepends="qt6-base-devel libplasma-devel" -depends="kde-plasma" short_desc="KDE Plasmoid for displaying system temperatures" maintainer="branon " license="MIT" homepage="https://invent.kde.org/olib/thermalmonitor" distfiles="https://invent.kde.org/olib/thermalmonitor/-/archive/v${version}/thermalmonitor-v${version}.tar.gz" checksum=7caa91f758eb9ab14e3b24ee3c3641757d89e6528285a1b7324f155c18d69d75 + +post_install() { + vlicense LICENSE.txt +}