Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: hotspot-1.3.0
@ 2021-09-28 20:19 Piraty
  2021-09-28 20:40 ` [PR PATCH] [Updated] " Piraty
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Piraty @ 2021-09-28 20:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages hotspot-new
https://github.com/void-linux/void-packages/pull/33172

New package: hotspot-1.3.0
<!-- Mark items with [x] where applicable -->

#### General
- This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hotspot-new-33172.patch --]
[-- Type: text/x-diff, Size: 1298 bytes --]

From dfa1e1f405a9227122bdc5a1ae5678af35e04dd3 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Tue, 28 Sep 2021 22:13:02 +0200
Subject: [PATCH] New package: hotspot-1.3.0

---
 srcpkgs/hotspot/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/hotspot/template

diff --git a/srcpkgs/hotspot/template b/srcpkgs/hotspot/template
new file mode 100644
index 000000000000..a481e9a707b6
--- /dev/null
+++ b/srcpkgs/hotspot/template
@@ -0,0 +1,18 @@
+# Template file for 'hotspot'
+pkgname=hotspot
+version=1.3.0
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext"
+makedepends="qt5-devel qt5-svg-devel kconfigwidgets-devel kcoreaddons-devel
+ ki18n-devel kio-devel kitemmodels-devel ksolid-devel kwindowsystem-devel
+ threadweaver-devel"
+depends="perf"
+short_desc="Linux perf GUI for performance analysis"
+maintainer="Piraty <piraty1@inbox.ru>"
+# hotspot is GPL-2.0-or-later, included submodule perfparser is GPL-3.0-only
+license="GPL-2.0-or-later, GPL-3.0-only"
+homepage="https://github.com/KDAB/hotspot"
+distfiles="https://github.com/KDAB/hotspot/releases/download/v${version}/hotspot-v${version}.tar.gz"
+checksum=7651c5f504138f6438d0cacaea041550bddb30a4ab2128abe3111fc827af4fc8

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

* Re: [PR PATCH] [Updated] New package: hotspot-1.3.0
  2021-09-28 20:19 [PR PATCH] New package: hotspot-1.3.0 Piraty
@ 2021-09-28 20:40 ` Piraty
  2021-09-28 20:56 ` Piraty
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2021-09-28 20:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages hotspot-new
https://github.com/void-linux/void-packages/pull/33172

New package: hotspot-1.3.0
<!-- Mark items with [x] where applicable -->

#### General
- This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hotspot-new-33172.patch --]
[-- Type: text/x-diff, Size: 1326 bytes --]

From c86e130b3ba43124b88dcfe3f06e1c69854cc249 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Tue, 28 Sep 2021 22:13:02 +0200
Subject: [PATCH] New package: hotspot-1.3.0

---
 srcpkgs/hotspot/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/hotspot/template

diff --git a/srcpkgs/hotspot/template b/srcpkgs/hotspot/template
new file mode 100644
index 000000000000..7af96ec27e74
--- /dev/null
+++ b/srcpkgs/hotspot/template
@@ -0,0 +1,19 @@
+# Template file for 'hotspot'
+pkgname=hotspot
+version=1.3.0
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext"
+makedepends="qt5-devel qt5-svg-devel kconfigwidgets-devel kcoreaddons-devel
+ ki18n-devel kio-devel kitemmodels-devel ksolid-devel kwindowsystem-devel
+ threadweaver-devel"
+depends="perf"
+short_desc="Linux perf GUI for performance analysis"
+maintainer="Piraty <piraty1@inbox.ru>"
+# hotspot is GPL-2.0-or-later, included submodule perfparser is GPL-3.0-only
+license="GPL-2.0-or-later, GPL-3.0-only"
+homepage="https://github.com/KDAB/hotspot"
+distfiles="https://github.com/KDAB/hotspot/releases/download/v${version}/hotspot-v${version}.tar.gz"
+checksum=7651c5f504138f6438d0cacaea041550bddb30a4ab2128abe3111fc827af4fc8
+nocross="perf is nocross"

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

* Re: [PR PATCH] [Updated] New package: hotspot-1.3.0
  2021-09-28 20:19 [PR PATCH] New package: hotspot-1.3.0 Piraty
  2021-09-28 20:40 ` [PR PATCH] [Updated] " Piraty
@ 2021-09-28 20:56 ` Piraty
  2021-10-05 21:31 ` Piraty
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2021-09-28 20:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages hotspot-new
https://github.com/void-linux/void-packages/pull/33172

New package: hotspot-1.3.0
<!-- Mark items with [x] where applicable -->

#### General
- This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hotspot-new-33172.patch --]
[-- Type: text/x-diff, Size: 1498 bytes --]

From 4e4ceba23e997ca60f121d184256a9592db72654 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Tue, 28 Sep 2021 22:13:02 +0200
Subject: [PATCH] New package: hotspot-1.3.0

---
 srcpkgs/hotspot/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/hotspot/template

diff --git a/srcpkgs/hotspot/template b/srcpkgs/hotspot/template
new file mode 100644
index 000000000000..6577397424d5
--- /dev/null
+++ b/srcpkgs/hotspot/template
@@ -0,0 +1,25 @@
+# Template file for 'hotspot'
+pkgname=hotspot
+version=1.3.0
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext"
+makedepends="qt5-devel qt5-svg-devel kconfigwidgets-devel kcoreaddons-devel
+ ki18n-devel kio-devel kitemmodels-devel ksolid-devel kwindowsystem-devel
+ threadweaver-devel"
+depends="perf"
+short_desc="Linux perf GUI for performance analysis"
+maintainer="Piraty <piraty1@inbox.ru>"
+# hotspot is GPL-2.0-or-later, included submodule perfparser is GPL-3.0-only
+license="GPL-2.0-or-later, GPL-3.0-only"
+homepage="https://github.com/KDAB/hotspot"
+distfiles="https://github.com/KDAB/hotspot/releases/download/v${version}/hotspot-v${version}.tar.gz"
+checksum=7651c5f504138f6438d0cacaea041550bddb30a4ab2128abe3111fc827af4fc8
+nocross="perf is nocross"
+
+#tests are platform dependant.
+#https://github.com/KDAB/hotspot/issues/141#issuecomment-668542022
+case "$XBPS_TARGET_MACHINE" in
+	i686*) make_check=no ;;
+esac

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

* Re: [PR PATCH] [Updated] New package: hotspot-1.3.0
  2021-09-28 20:19 [PR PATCH] New package: hotspot-1.3.0 Piraty
  2021-09-28 20:40 ` [PR PATCH] [Updated] " Piraty
  2021-09-28 20:56 ` Piraty
@ 2021-10-05 21:31 ` Piraty
  2022-01-05 23:42 ` Piraty
  2022-01-06 23:57 ` [PR PATCH] [Merged]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2021-10-05 21:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages hotspot-new
https://github.com/void-linux/void-packages/pull/33172

New package: hotspot-1.3.0
<!-- Mark items with [x] where applicable -->

#### General
- This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hotspot-new-33172.patch --]
[-- Type: text/x-diff, Size: 1415 bytes --]

From 3d6c07d2cddc350b7122da7adeeeda0dcaf439e7 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Tue, 28 Sep 2021 22:13:02 +0200
Subject: [PATCH] New package: hotspot-1.3.0

---
 srcpkgs/hotspot/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/hotspot/template

diff --git a/srcpkgs/hotspot/template b/srcpkgs/hotspot/template
new file mode 100644
index 000000000000..63135c632647
--- /dev/null
+++ b/srcpkgs/hotspot/template
@@ -0,0 +1,22 @@
+# Template file for 'hotspot'
+pkgname=hotspot
+version=1.3.0
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext"
+makedepends="qt5-devel qt5-svg-devel kconfigwidgets-devel kcoreaddons-devel
+ ki18n-devel kio-devel kitemmodels-devel ksolid-devel kwindowsystem-devel
+ threadweaver-devel"
+depends="perf"
+short_desc="Linux perf GUI for performance analysis"
+maintainer="Piraty <piraty1@inbox.ru>"
+# hotspot is GPL-2.0-or-later, included submodule perfparser is GPL-3.0-only
+license="GPL-2.0-or-later, GPL-3.0-only"
+homepage="https://github.com/KDAB/hotspot"
+distfiles="https://github.com/KDAB/hotspot/releases/download/v${version}/hotspot-v${version}.tar.gz"
+checksum=7651c5f504138f6438d0cacaea041550bddb30a4ab2128abe3111fc827af4fc8
+nocross="perf is nocross"
+
+# https://github.com/KDAB/hotspot/issues/141#issuecomment-668542022
+make_check=no

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

* Re: [PR PATCH] [Updated] New package: hotspot-1.3.0
  2021-09-28 20:19 [PR PATCH] New package: hotspot-1.3.0 Piraty
                   ` (2 preceding siblings ...)
  2021-10-05 21:31 ` Piraty
@ 2022-01-05 23:42 ` Piraty
  2022-01-06 23:57 ` [PR PATCH] [Merged]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2022-01-05 23:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages hotspot-new
https://github.com/void-linux/void-packages/pull/33172

New package: hotspot-1.3.0
<!-- Mark items with [x] where applicable -->

#### General
- This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hotspot-new-33172.patch --]
[-- Type: text/x-diff, Size: 1415 bytes --]

From 14e43266f001c83d21f3202e0807b06e6e0d5b17 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Tue, 28 Sep 2021 22:13:02 +0200
Subject: [PATCH] New package: hotspot-1.3.0

---
 srcpkgs/hotspot/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/hotspot/template

diff --git a/srcpkgs/hotspot/template b/srcpkgs/hotspot/template
new file mode 100644
index 000000000000..63135c632647
--- /dev/null
+++ b/srcpkgs/hotspot/template
@@ -0,0 +1,22 @@
+# Template file for 'hotspot'
+pkgname=hotspot
+version=1.3.0
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext"
+makedepends="qt5-devel qt5-svg-devel kconfigwidgets-devel kcoreaddons-devel
+ ki18n-devel kio-devel kitemmodels-devel ksolid-devel kwindowsystem-devel
+ threadweaver-devel"
+depends="perf"
+short_desc="Linux perf GUI for performance analysis"
+maintainer="Piraty <piraty1@inbox.ru>"
+# hotspot is GPL-2.0-or-later, included submodule perfparser is GPL-3.0-only
+license="GPL-2.0-or-later, GPL-3.0-only"
+homepage="https://github.com/KDAB/hotspot"
+distfiles="https://github.com/KDAB/hotspot/releases/download/v${version}/hotspot-v${version}.tar.gz"
+checksum=7651c5f504138f6438d0cacaea041550bddb30a4ab2128abe3111fc827af4fc8
+nocross="perf is nocross"
+
+# https://github.com/KDAB/hotspot/issues/141#issuecomment-668542022
+make_check=no

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

* Re: [PR PATCH] [Merged]: New package: hotspot-1.3.0
  2021-09-28 20:19 [PR PATCH] New package: hotspot-1.3.0 Piraty
                   ` (3 preceding siblings ...)
  2022-01-05 23:42 ` Piraty
@ 2022-01-06 23:57 ` Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2022-01-06 23:57 UTC (permalink / raw)
  To: ml

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

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

New package: hotspot-1.3.0
https://github.com/void-linux/void-packages/pull/33172

Description:
<!-- Mark items with [x] where applicable -->

#### General
- This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

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

end of thread, other threads:[~2022-01-06 23:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28 20:19 [PR PATCH] New package: hotspot-1.3.0 Piraty
2021-09-28 20:40 ` [PR PATCH] [Updated] " Piraty
2021-09-28 20:56 ` Piraty
2021-10-05 21:31 ` Piraty
2022-01-05 23:42 ` Piraty
2022-01-06 23:57 ` [PR PATCH] [Merged]: " Piraty

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