Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] New package: libAnalitza-24.11.90, KAlgebra-24-11.90
@ 2024-12-08  4:58 NinjaFB
  2024-12-08  5:06 ` [PR PATCH] [Updated] " NinjaFB
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: NinjaFB @ 2024-12-08  4:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NinjaFB/void-packages analitza
https://github.com/void-linux/void-packages/pull/53412

[WIP] New package: libAnalitza-24.11.90, KAlgebra-24-11.90
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

***

I have attempted to build for armv6l however there is an issue of the build script attempting to run qmlcachegen which cannot be run on my x86_64 machine and gives the error `/usr/arm-linux-gnueabihf/usr/lib32/qt6/libexec/qmlcachegen: cannot execute binary file: Exec format error`, help sorting this issue out would be appreciated as I have no clue what to do for it.


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

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

From 7b368e65c89334fce77fdd397f0a0d9e5bf34ac0 Mon Sep 17 00:00:00 2001
From: Oscar Ronberg <oscar@oronberg.com>
Date: Sun, 8 Dec 2024 15:20:53 +1100
Subject: [PATCH 1/2] New package: libAnalitza-24.11.90

---
 common/shlibs                |  4 ++++
 srcpkgs/libAnalitza-devel    |  1 +
 srcpkgs/libAnalitza/template | 24 ++++++++++++++++++++++++
 3 files changed, 29 insertions(+)
 create mode 120000 srcpkgs/libAnalitza-devel
 create mode 100644 srcpkgs/libAnalitza/template

diff --git a/common/shlibs b/common/shlibs
index dca19fc737eb37..5de7325c30fa87 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4543,3 +4543,7 @@ libflashrom.so.1 flashrom-1.4.0_1
 libpyside6.so.6.7 libpyside6-6.7.2_1
 libpyside6qml.so.6.7 libpyside6-6.7.2_1
 libshiboken6.so.6.7 libshiboken6-6.7.2_1
+libAnalitza.so.9 libAnalitza-24.11.90_1
+libAnalitzaGui.so.9 libAnalitza-24.11.90_1
+libAnalitzaPlot.so.9 libAnalitza-24.11.90_1
+libAnalitzaWidgets.so.9 libAnalitza-24.11.90_1
\ No newline at end of file
diff --git a/srcpkgs/libAnalitza-devel b/srcpkgs/libAnalitza-devel
new file mode 120000
index 00000000000000..de015a94756b23
--- /dev/null
+++ b/srcpkgs/libAnalitza-devel
@@ -0,0 +1 @@
+libAnalitza
\ No newline at end of file
diff --git a/srcpkgs/libAnalitza/template b/srcpkgs/libAnalitza/template
new file mode 100644
index 00000000000000..c3f2be4941ddb9
--- /dev/null
+++ b/srcpkgs/libAnalitza/template
@@ -0,0 +1,24 @@
+# Template file for 'libAnalitza'
+pkgname=libAnalitza
+version=24.11.90
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF"
+hostmakedepends="extra-cmake-modules eigen qt6-base qt6-tools kdoctools qt6-declarative-tools"
+makedepends="kf6-kio-devel"
+short_desc="Mathematical features library"
+maintainer="Oscar Ronberg <oscar@oronberg.com>"
+license="GPL-2.0-or-later"
+homepage="https://invent.kde.org/education/analitza"
+distfiles="https://invent.kde.org/education/analitza/-/archive/v${version}/analitza-v${version}.tar.gz"
+checksum=7233c2e1fb8e47f608cd08a2abb4a7fbf21e829779a51f41411aba0db80260fa
+
+libAnalitza-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}

From b17d175842a7e315c91558312c8f3b8d1351080e Mon Sep 17 00:00:00 2001
From: Oscar Ronberg <oscar@oronberg.com>
Date: Sun, 8 Dec 2024 15:31:15 +1100
Subject: [PATCH 2/2] New package: KAlgebra-24.11.90

---
 srcpkgs/KAlgebra-doc      |  1 +
 srcpkgs/KAlgebra/template | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)
 create mode 120000 srcpkgs/KAlgebra-doc
 create mode 100644 srcpkgs/KAlgebra/template

diff --git a/srcpkgs/KAlgebra-doc b/srcpkgs/KAlgebra-doc
new file mode 120000
index 00000000000000..7c1588b6c5c0b5
--- /dev/null
+++ b/srcpkgs/KAlgebra-doc
@@ -0,0 +1 @@
+KAlgebra
\ No newline at end of file
diff --git a/srcpkgs/KAlgebra/template b/srcpkgs/KAlgebra/template
new file mode 100644
index 00000000000000..7793a9e5a0657f
--- /dev/null
+++ b/srcpkgs/KAlgebra/template
@@ -0,0 +1,22 @@
+# Template file for 'KAlgebra'
+pkgname=KAlgebra
+version=24.11.90
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules AppStream gettext kf6-kdoctools"
+makedepends="kf6-kio-devel libanalitza-devel libplasma-devel qt6-webengine-devel kf6-kxmlgui-devel readline-devel"
+depends="kf6-kirigami kirigami-addons"
+short_desc="Graph Calculator"
+maintainer="Oscar Ronberg <oscar@oronberg.com>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/kalgebra"
+distfiles="https://invent.kde.org/education/kalgebra/-/archive/v${version}/kalgebra-v${version}.tar.gz"
+checksum=553d265fbdaff8b282d0afc08de9d55d20d6b0675b66e2e2eea5fb828a8bbd33
+
+KAlgebra-doc_package() {
+	short_desc+=" - documentation"
+	pkg_install() {
+		vmkdir usr/share/doc/kalgebra
+		vcopy "doc/*" usr/share/doc/kalgebra
+	}
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: libAnalitza-24.11.90, KAlgebra-24-11.90
  2024-12-08  4:58 [PR PATCH] [WIP] New package: libAnalitza-24.11.90, KAlgebra-24-11.90 NinjaFB
@ 2024-12-08  5:06 ` NinjaFB
  2024-12-08  5:08 ` NinjaFB
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: NinjaFB @ 2024-12-08  5:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NinjaFB/void-packages analitza
https://github.com/void-linux/void-packages/pull/53412

[WIP] New package: libAnalitza-24.11.90, KAlgebra-24-11.90
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

***

I have attempted to build for armv6l however there is an issue of the build script attempting to run qmlcachegen which cannot be run on my x86_64 machine and gives the error `/usr/arm-linux-gnueabihf/usr/lib32/qt6/libexec/qmlcachegen: cannot execute binary file: Exec format error`, help sorting this issue out would be appreciated as I have no clue what to do for it.


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

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

From 7b368e65c89334fce77fdd397f0a0d9e5bf34ac0 Mon Sep 17 00:00:00 2001
From: Oscar Ronberg <oscar@oronberg.com>
Date: Sun, 8 Dec 2024 15:20:53 +1100
Subject: [PATCH 1/2] New package: libAnalitza-24.11.90

---
 common/shlibs                |  4 ++++
 srcpkgs/libAnalitza-devel    |  1 +
 srcpkgs/libAnalitza/template | 24 ++++++++++++++++++++++++
 3 files changed, 29 insertions(+)
 create mode 120000 srcpkgs/libAnalitza-devel
 create mode 100644 srcpkgs/libAnalitza/template

diff --git a/common/shlibs b/common/shlibs
index dca19fc737eb37..5de7325c30fa87 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4543,3 +4543,7 @@ libflashrom.so.1 flashrom-1.4.0_1
 libpyside6.so.6.7 libpyside6-6.7.2_1
 libpyside6qml.so.6.7 libpyside6-6.7.2_1
 libshiboken6.so.6.7 libshiboken6-6.7.2_1
+libAnalitza.so.9 libAnalitza-24.11.90_1
+libAnalitzaGui.so.9 libAnalitza-24.11.90_1
+libAnalitzaPlot.so.9 libAnalitza-24.11.90_1
+libAnalitzaWidgets.so.9 libAnalitza-24.11.90_1
\ No newline at end of file
diff --git a/srcpkgs/libAnalitza-devel b/srcpkgs/libAnalitza-devel
new file mode 120000
index 00000000000000..de015a94756b23
--- /dev/null
+++ b/srcpkgs/libAnalitza-devel
@@ -0,0 +1 @@
+libAnalitza
\ No newline at end of file
diff --git a/srcpkgs/libAnalitza/template b/srcpkgs/libAnalitza/template
new file mode 100644
index 00000000000000..c3f2be4941ddb9
--- /dev/null
+++ b/srcpkgs/libAnalitza/template
@@ -0,0 +1,24 @@
+# Template file for 'libAnalitza'
+pkgname=libAnalitza
+version=24.11.90
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF"
+hostmakedepends="extra-cmake-modules eigen qt6-base qt6-tools kdoctools qt6-declarative-tools"
+makedepends="kf6-kio-devel"
+short_desc="Mathematical features library"
+maintainer="Oscar Ronberg <oscar@oronberg.com>"
+license="GPL-2.0-or-later"
+homepage="https://invent.kde.org/education/analitza"
+distfiles="https://invent.kde.org/education/analitza/-/archive/v${version}/analitza-v${version}.tar.gz"
+checksum=7233c2e1fb8e47f608cd08a2abb4a7fbf21e829779a51f41411aba0db80260fa
+
+libAnalitza-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}

From d898781d96491df4a98efd2d2abf66b02d8f16b4 Mon Sep 17 00:00:00 2001
From: Oscar Ronberg <oscar@oronberg.com>
Date: Sun, 8 Dec 2024 15:31:15 +1100
Subject: [PATCH 2/2] New package: KAlgebra-24.11.90

---
 srcpkgs/KAlgebra-doc      |  1 +
 srcpkgs/KAlgebra/template | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)
 create mode 120000 srcpkgs/KAlgebra-doc
 create mode 100644 srcpkgs/KAlgebra/template

diff --git a/srcpkgs/KAlgebra-doc b/srcpkgs/KAlgebra-doc
new file mode 120000
index 00000000000000..7c1588b6c5c0b5
--- /dev/null
+++ b/srcpkgs/KAlgebra-doc
@@ -0,0 +1 @@
+KAlgebra
\ No newline at end of file
diff --git a/srcpkgs/KAlgebra/template b/srcpkgs/KAlgebra/template
new file mode 100644
index 00000000000000..7793a9e5a0657f
--- /dev/null
+++ b/srcpkgs/KAlgebra/template
@@ -0,0 +1,22 @@
+# Template file for 'KAlgebra'
+pkgname=KAlgebra
+version=24.11.90
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules AppStream gettext kf6-kdoctools"
+makedepends="kf6-kio-devel libanalitza-devel libplasma-devel qt6-webengine-devel kf6-kxmlgui-devel readline-devel"
+depends="kf6-kirigami kirigami-addons"
+short_desc="Graph Calculator"
+maintainer="Oscar Ronberg <oscar@oronberg.com>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/kalgebra"
+distfiles="https://invent.kde.org/education/kalgebra/-/archive/v${version}/kalgebra-v${version}.tar.gz"
+checksum=553d265fbdaff8b282d0afc08de9d55d20d6b0675b66e2e2eea5fb828a8bbd33
+
+KAlgebra-doc_package() {
+	short_desc+=" - documentation"
+	pkg_install() {
+		vmkdir usr/share/doc/kalgebra
+		vcopy "doc/*" usr/share/doc/kalgebra
+	}
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: libAnalitza-24.11.90, KAlgebra-24-11.90
  2024-12-08  4:58 [PR PATCH] [WIP] New package: libAnalitza-24.11.90, KAlgebra-24-11.90 NinjaFB
  2024-12-08  5:06 ` [PR PATCH] [Updated] " NinjaFB
@ 2024-12-08  5:08 ` NinjaFB
  2024-12-08 10:43 ` NinjaFB
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: NinjaFB @ 2024-12-08  5:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NinjaFB/void-packages analitza
https://github.com/void-linux/void-packages/pull/53412

[WIP] New package: libAnalitza-24.11.90, KAlgebra-24-11.90
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

***

I have attempted to build for armv6l however there is an issue of the build script attempting to run qmlcachegen which cannot be run on my x86_64 machine and gives the error `/usr/arm-linux-gnueabihf/usr/lib32/qt6/libexec/qmlcachegen: cannot execute binary file: Exec format error`, help sorting this issue out would be appreciated as I have no clue what to do for it.


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

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

From 7b368e65c89334fce77fdd397f0a0d9e5bf34ac0 Mon Sep 17 00:00:00 2001
From: Oscar Ronberg <oscar@oronberg.com>
Date: Sun, 8 Dec 2024 15:20:53 +1100
Subject: [PATCH 1/2] New package: libAnalitza-24.11.90

---
 common/shlibs                |  4 ++++
 srcpkgs/libAnalitza-devel    |  1 +
 srcpkgs/libAnalitza/template | 24 ++++++++++++++++++++++++
 3 files changed, 29 insertions(+)
 create mode 120000 srcpkgs/libAnalitza-devel
 create mode 100644 srcpkgs/libAnalitza/template

diff --git a/common/shlibs b/common/shlibs
index dca19fc737eb37..5de7325c30fa87 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4543,3 +4543,7 @@ libflashrom.so.1 flashrom-1.4.0_1
 libpyside6.so.6.7 libpyside6-6.7.2_1
 libpyside6qml.so.6.7 libpyside6-6.7.2_1
 libshiboken6.so.6.7 libshiboken6-6.7.2_1
+libAnalitza.so.9 libAnalitza-24.11.90_1
+libAnalitzaGui.so.9 libAnalitza-24.11.90_1
+libAnalitzaPlot.so.9 libAnalitza-24.11.90_1
+libAnalitzaWidgets.so.9 libAnalitza-24.11.90_1
\ No newline at end of file
diff --git a/srcpkgs/libAnalitza-devel b/srcpkgs/libAnalitza-devel
new file mode 120000
index 00000000000000..de015a94756b23
--- /dev/null
+++ b/srcpkgs/libAnalitza-devel
@@ -0,0 +1 @@
+libAnalitza
\ No newline at end of file
diff --git a/srcpkgs/libAnalitza/template b/srcpkgs/libAnalitza/template
new file mode 100644
index 00000000000000..c3f2be4941ddb9
--- /dev/null
+++ b/srcpkgs/libAnalitza/template
@@ -0,0 +1,24 @@
+# Template file for 'libAnalitza'
+pkgname=libAnalitza
+version=24.11.90
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF"
+hostmakedepends="extra-cmake-modules eigen qt6-base qt6-tools kdoctools qt6-declarative-tools"
+makedepends="kf6-kio-devel"
+short_desc="Mathematical features library"
+maintainer="Oscar Ronberg <oscar@oronberg.com>"
+license="GPL-2.0-or-later"
+homepage="https://invent.kde.org/education/analitza"
+distfiles="https://invent.kde.org/education/analitza/-/archive/v${version}/analitza-v${version}.tar.gz"
+checksum=7233c2e1fb8e47f608cd08a2abb4a7fbf21e829779a51f41411aba0db80260fa
+
+libAnalitza-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}

From dc0a1c34656186c2b512c09352e6d4ad4c23837d Mon Sep 17 00:00:00 2001
From: Oscar Ronberg <oscar@oronberg.com>
Date: Sun, 8 Dec 2024 15:31:15 +1100
Subject: [PATCH 2/2] New package: KAlgebra-24.11.90

---
 srcpkgs/KAlgebra-doc      |  1 +
 srcpkgs/KAlgebra/template | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)
 create mode 120000 srcpkgs/KAlgebra-doc
 create mode 100644 srcpkgs/KAlgebra/template

diff --git a/srcpkgs/KAlgebra-doc b/srcpkgs/KAlgebra-doc
new file mode 120000
index 00000000000000..7c1588b6c5c0b5
--- /dev/null
+++ b/srcpkgs/KAlgebra-doc
@@ -0,0 +1 @@
+KAlgebra
\ No newline at end of file
diff --git a/srcpkgs/KAlgebra/template b/srcpkgs/KAlgebra/template
new file mode 100644
index 00000000000000..5dc30fdbc9323b
--- /dev/null
+++ b/srcpkgs/KAlgebra/template
@@ -0,0 +1,22 @@
+# Template file for 'KAlgebra'
+pkgname=KAlgebra
+version=24.11.90
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules AppStream gettext kf6-kdoctools"
+makedepends="kf6-kio-devel libAnalitza-devel libplasma-devel qt6-webengine-devel kf6-kxmlgui-devel readline-devel"
+depends="kf6-kirigami kirigami-addons"
+short_desc="Graph Calculator"
+maintainer="Oscar Ronberg <oscar@oronberg.com>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/kalgebra"
+distfiles="https://invent.kde.org/education/kalgebra/-/archive/v${version}/kalgebra-v${version}.tar.gz"
+checksum=553d265fbdaff8b282d0afc08de9d55d20d6b0675b66e2e2eea5fb828a8bbd33
+
+KAlgebra-doc_package() {
+	short_desc+=" - documentation"
+	pkg_install() {
+		vmkdir usr/share/doc/kalgebra
+		vcopy "doc/*" usr/share/doc/kalgebra
+	}
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: libAnalitza-24.11.90, KAlgebra-24-11.90
  2024-12-08  4:58 [PR PATCH] [WIP] New package: libAnalitza-24.11.90, KAlgebra-24-11.90 NinjaFB
  2024-12-08  5:06 ` [PR PATCH] [Updated] " NinjaFB
  2024-12-08  5:08 ` NinjaFB
@ 2024-12-08 10:43 ` NinjaFB
  2024-12-10  2:02 ` [PR PATCH] [Updated] " NinjaFB
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: NinjaFB @ 2024-12-08 10:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NinjaFB/void-packages analitza
https://github.com/void-linux/void-packages/pull/53412

[WIP] New package: libAnalitza-24.11.90, KAlgebra-24-11.90
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

***

I have attempted to build for armv6l however there is an issue of the build script attempting to run qmlcachegen which cannot be run on my x86_64 machine and gives the error `/usr/arm-linux-gnueabihf/usr/lib32/qt6/libexec/qmlcachegen: cannot execute binary file: Exec format error`, help sorting this issue out would be appreciated as I have no clue what to do for it.


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

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

From 7b368e65c89334fce77fdd397f0a0d9e5bf34ac0 Mon Sep 17 00:00:00 2001
From: Oscar Ronberg <oscar@oronberg.com>
Date: Sun, 8 Dec 2024 15:20:53 +1100
Subject: [PATCH 1/2] New package: libAnalitza-24.11.90

---
 common/shlibs                |  4 ++++
 srcpkgs/libAnalitza-devel    |  1 +
 srcpkgs/libAnalitza/template | 24 ++++++++++++++++++++++++
 3 files changed, 29 insertions(+)
 create mode 120000 srcpkgs/libAnalitza-devel
 create mode 100644 srcpkgs/libAnalitza/template

diff --git a/common/shlibs b/common/shlibs
index dca19fc737eb37..5de7325c30fa87 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4543,3 +4543,7 @@ libflashrom.so.1 flashrom-1.4.0_1
 libpyside6.so.6.7 libpyside6-6.7.2_1
 libpyside6qml.so.6.7 libpyside6-6.7.2_1
 libshiboken6.so.6.7 libshiboken6-6.7.2_1
+libAnalitza.so.9 libAnalitza-24.11.90_1
+libAnalitzaGui.so.9 libAnalitza-24.11.90_1
+libAnalitzaPlot.so.9 libAnalitza-24.11.90_1
+libAnalitzaWidgets.so.9 libAnalitza-24.11.90_1
\ No newline at end of file
diff --git a/srcpkgs/libAnalitza-devel b/srcpkgs/libAnalitza-devel
new file mode 120000
index 00000000000000..de015a94756b23
--- /dev/null
+++ b/srcpkgs/libAnalitza-devel
@@ -0,0 +1 @@
+libAnalitza
\ No newline at end of file
diff --git a/srcpkgs/libAnalitza/template b/srcpkgs/libAnalitza/template
new file mode 100644
index 00000000000000..c3f2be4941ddb9
--- /dev/null
+++ b/srcpkgs/libAnalitza/template
@@ -0,0 +1,24 @@
+# Template file for 'libAnalitza'
+pkgname=libAnalitza
+version=24.11.90
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF"
+hostmakedepends="extra-cmake-modules eigen qt6-base qt6-tools kdoctools qt6-declarative-tools"
+makedepends="kf6-kio-devel"
+short_desc="Mathematical features library"
+maintainer="Oscar Ronberg <oscar@oronberg.com>"
+license="GPL-2.0-or-later"
+homepage="https://invent.kde.org/education/analitza"
+distfiles="https://invent.kde.org/education/analitza/-/archive/v${version}/analitza-v${version}.tar.gz"
+checksum=7233c2e1fb8e47f608cd08a2abb4a7fbf21e829779a51f41411aba0db80260fa
+
+libAnalitza-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}

From 7c5b03ffa326368697f1ea95e015275626e38f8e Mon Sep 17 00:00:00 2001
From: Oscar Ronberg <oscar@oronberg.com>
Date: Sun, 8 Dec 2024 15:31:15 +1100
Subject: [PATCH 2/2] New package: KAlgebra-24.11.90

---
 srcpkgs/KAlgebra-doc      |  1 +
 srcpkgs/KAlgebra/template | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)
 create mode 120000 srcpkgs/KAlgebra-doc
 create mode 100644 srcpkgs/KAlgebra/template

diff --git a/srcpkgs/KAlgebra-doc b/srcpkgs/KAlgebra-doc
new file mode 120000
index 00000000000000..7c1588b6c5c0b5
--- /dev/null
+++ b/srcpkgs/KAlgebra-doc
@@ -0,0 +1 @@
+KAlgebra
\ No newline at end of file
diff --git a/srcpkgs/KAlgebra/template b/srcpkgs/KAlgebra/template
new file mode 100644
index 00000000000000..5dc30fdbc9323b
--- /dev/null
+++ b/srcpkgs/KAlgebra/template
@@ -0,0 +1,22 @@
+# Template file for 'KAlgebra'
+pkgname=KAlgebra
+version=24.11.90
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules AppStream gettext kf6-kdoctools"
+makedepends="kf6-kio-devel libAnalitza-devel libplasma-devel qt6-webengine-devel kf6-kxmlgui-devel readline-devel"
+depends="kf6-kirigami kirigami-addons"
+short_desc="Graph Calculator"
+maintainer="Oscar Ronberg <oscar@oronberg.com>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/kalgebra"
+distfiles="https://invent.kde.org/education/kalgebra/-/archive/v${version}/kalgebra-v${version}.tar.gz"
+checksum=553d265fbdaff8b282d0afc08de9d55d20d6b0675b66e2e2eea5fb828a8bbd33
+
+KAlgebra-doc_package() {
+	short_desc+=" - documentation"
+	pkg_install() {
+		vmkdir usr/share/doc/kalgebra
+		vcopy "doc/*" usr/share/doc/kalgebra
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: libAnalitza-24.11.90, KAlgebra-24-11.90
  2024-12-08  4:58 [PR PATCH] [WIP] New package: libAnalitza-24.11.90, KAlgebra-24-11.90 NinjaFB
                   ` (2 preceding siblings ...)
  2024-12-08 10:43 ` NinjaFB
@ 2024-12-10  2:02 ` NinjaFB
  2024-12-10  2:08 ` NinjaFB
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: NinjaFB @ 2024-12-10  2:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NinjaFB/void-packages analitza
https://github.com/void-linux/void-packages/pull/53412

New package: libAnalitza-24.11.90, KAlgebra-24-11.90
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

***

I have attempted to build for armv6l however there is an issue of the build script attempting to run qmlcachegen which cannot be run on my x86_64 machine and gives the error `/usr/arm-linux-gnueabihf/usr/lib32/qt6/libexec/qmlcachegen: cannot execute binary file: Exec format error`, help sorting this issue out would be appreciated as I have no clue what to do for it.


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

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

From dc34702a6fe5ab4ccd20c3f3b6f31b0e96df41f9 Mon Sep 17 00:00:00 2001
From: Oscar Ronberg <oscar@oronberg.com>
Date: Sun, 8 Dec 2024 15:20:53 +1100
Subject: [PATCH 1/2] New package: libAnalitza-24.11.90

---
 common/shlibs                |  4 ++++
 srcpkgs/libAnalitza-devel    |  1 +
 srcpkgs/libAnalitza/template | 24 ++++++++++++++++++++++++
 3 files changed, 29 insertions(+)
 create mode 120000 srcpkgs/libAnalitza-devel
 create mode 100644 srcpkgs/libAnalitza/template

diff --git a/common/shlibs b/common/shlibs
index dca19fc737eb37..5de7325c30fa87 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4543,3 +4543,7 @@ libflashrom.so.1 flashrom-1.4.0_1
 libpyside6.so.6.7 libpyside6-6.7.2_1
 libpyside6qml.so.6.7 libpyside6-6.7.2_1
 libshiboken6.so.6.7 libshiboken6-6.7.2_1
+libAnalitza.so.9 libAnalitza-24.11.90_1
+libAnalitzaGui.so.9 libAnalitza-24.11.90_1
+libAnalitzaPlot.so.9 libAnalitza-24.11.90_1
+libAnalitzaWidgets.so.9 libAnalitza-24.11.90_1
\ No newline at end of file
diff --git a/srcpkgs/libAnalitza-devel b/srcpkgs/libAnalitza-devel
new file mode 120000
index 00000000000000..de015a94756b23
--- /dev/null
+++ b/srcpkgs/libAnalitza-devel
@@ -0,0 +1 @@
+libAnalitza
\ No newline at end of file
diff --git a/srcpkgs/libAnalitza/template b/srcpkgs/libAnalitza/template
new file mode 100644
index 00000000000000..04d54aff0ca043
--- /dev/null
+++ b/srcpkgs/libAnalitza/template
@@ -0,0 +1,24 @@
+# Template file for 'libAnalitza'
+pkgname=libAnalitza
+version=24.11.90
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF -DKDE_INSTALL_QMLDIR=lib/qt6/qml"
+hostmakedepends="extra-cmake-modules eigen qt6-base qt6-tools kdoctools qt6-declarative-host-tools"
+makedepends="kf6-kio-devel"
+short_desc="Mathematical features library"
+maintainer="Oscar Ronberg <oscar@oronberg.com>"
+license="GPL-2.0-or-later"
+homepage="https://invent.kde.org/education/analitza"
+distfiles="https://invent.kde.org/education/analitza/-/archive/v${version}/analitza-v${version}.tar.gz"
+checksum=7233c2e1fb8e47f608cd08a2abb4a7fbf21e829779a51f41411aba0db80260fa
+
+libAnalitza-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}

From 3b8e2230a3ffee3298a71757d6a4322a3f69c764 Mon Sep 17 00:00:00 2001
From: Oscar Ronberg <oscar@oronberg.com>
Date: Sun, 8 Dec 2024 15:31:15 +1100
Subject: [PATCH 2/2] New package: KAlgebra-24.11.90

---
 srcpkgs/KAlgebra-doc      |  1 +
 srcpkgs/KAlgebra/template | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)
 create mode 120000 srcpkgs/KAlgebra-doc
 create mode 100644 srcpkgs/KAlgebra/template

diff --git a/srcpkgs/KAlgebra-doc b/srcpkgs/KAlgebra-doc
new file mode 120000
index 00000000000000..7c1588b6c5c0b5
--- /dev/null
+++ b/srcpkgs/KAlgebra-doc
@@ -0,0 +1 @@
+KAlgebra
\ No newline at end of file
diff --git a/srcpkgs/KAlgebra/template b/srcpkgs/KAlgebra/template
new file mode 100644
index 00000000000000..5dc30fdbc9323b
--- /dev/null
+++ b/srcpkgs/KAlgebra/template
@@ -0,0 +1,22 @@
+# Template file for 'KAlgebra'
+pkgname=KAlgebra
+version=24.11.90
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules AppStream gettext kf6-kdoctools"
+makedepends="kf6-kio-devel libAnalitza-devel libplasma-devel qt6-webengine-devel kf6-kxmlgui-devel readline-devel"
+depends="kf6-kirigami kirigami-addons"
+short_desc="Graph Calculator"
+maintainer="Oscar Ronberg <oscar@oronberg.com>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/kalgebra"
+distfiles="https://invent.kde.org/education/kalgebra/-/archive/v${version}/kalgebra-v${version}.tar.gz"
+checksum=553d265fbdaff8b282d0afc08de9d55d20d6b0675b66e2e2eea5fb828a8bbd33
+
+KAlgebra-doc_package() {
+	short_desc+=" - documentation"
+	pkg_install() {
+		vmkdir usr/share/doc/kalgebra
+		vcopy "doc/*" usr/share/doc/kalgebra
+	}
+}

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

* Re: New package: libAnalitza-24.11.90, KAlgebra-24-11.90
  2024-12-08  4:58 [PR PATCH] [WIP] New package: libAnalitza-24.11.90, KAlgebra-24-11.90 NinjaFB
                   ` (3 preceding siblings ...)
  2024-12-10  2:02 ` [PR PATCH] [Updated] " NinjaFB
@ 2024-12-10  2:08 ` NinjaFB
  2024-12-10  2:17 ` [PR REVIEW] " sgn
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: NinjaFB @ 2024-12-10  2:08 UTC (permalink / raw)
  To: ml

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

New comment by NinjaFB on void-packages repository

https://github.com/void-linux/void-packages/pull/53412#issuecomment-2530046473

Comment:
Sorry about pushing stuff that doesn't work, I have discovered I am much worse at git then I previously thought. Anyway the build works (including for armv6l) on my end when the branch origin/analitza is checked out so hopefully this is the final time it needs to be rebuilt! Thanks for being patient.

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

* Re: [PR REVIEW] New package: libAnalitza-24.11.90, KAlgebra-24-11.90
  2024-12-08  4:58 [PR PATCH] [WIP] New package: libAnalitza-24.11.90, KAlgebra-24-11.90 NinjaFB
                   ` (4 preceding siblings ...)
  2024-12-10  2:08 ` NinjaFB
@ 2024-12-10  2:17 ` sgn
  2024-12-10  2:17 ` sgn
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sgn @ 2024-12-10  2:17 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/53412#discussion_r1877047121

Comment:
Missing newline!

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

* Re: [PR REVIEW] New package: libAnalitza-24.11.90, KAlgebra-24-11.90
  2024-12-08  4:58 [PR PATCH] [WIP] New package: libAnalitza-24.11.90, KAlgebra-24-11.90 NinjaFB
                   ` (5 preceding siblings ...)
  2024-12-10  2:17 ` [PR REVIEW] " sgn
@ 2024-12-10  2:17 ` sgn
  2024-12-10  3:20 ` [PR PATCH] [Updated] " NinjaFB
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sgn @ 2024-12-10  2:17 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/53412#discussion_r1877074916

Comment:
```suggestion
hostmakedepends="extra-cmake-modules eigen qt6-base qt6-tools qt6-declarative-host-tools"
```

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

* Re: [PR PATCH] [Updated] New package: libAnalitza-24.11.90, KAlgebra-24-11.90
  2024-12-08  4:58 [PR PATCH] [WIP] New package: libAnalitza-24.11.90, KAlgebra-24-11.90 NinjaFB
                   ` (6 preceding siblings ...)
  2024-12-10  2:17 ` sgn
@ 2024-12-10  3:20 ` NinjaFB
  2025-03-11  2:03 ` github-actions
  2025-03-25  2:05 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: NinjaFB @ 2024-12-10  3:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NinjaFB/void-packages analitza
https://github.com/void-linux/void-packages/pull/53412

New package: libAnalitza-24.11.90, KAlgebra-24-11.90
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

***

I have attempted to build for armv6l however there is an issue of the build script attempting to run qmlcachegen which cannot be run on my x86_64 machine and gives the error `/usr/arm-linux-gnueabihf/usr/lib32/qt6/libexec/qmlcachegen: cannot execute binary file: Exec format error`, help sorting this issue out would be appreciated as I have no clue what to do for it.


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

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

From 38cbbed3702b439e66c24554b61244d52b6414e8 Mon Sep 17 00:00:00 2001
From: Oscar Ronberg <oscar@oronberg.com>
Date: Sun, 8 Dec 2024 15:20:53 +1100
Subject: [PATCH 1/2] New package: libAnalitza-24.11.90

---
 common/shlibs                |  4 ++++
 srcpkgs/libAnalitza-devel    |  1 +
 srcpkgs/libAnalitza/template | 24 ++++++++++++++++++++++++
 3 files changed, 29 insertions(+)
 create mode 120000 srcpkgs/libAnalitza-devel
 create mode 100644 srcpkgs/libAnalitza/template

diff --git a/common/shlibs b/common/shlibs
index dca19fc737eb37..cf91a9b2f19e27 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4543,3 +4543,7 @@ libflashrom.so.1 flashrom-1.4.0_1
 libpyside6.so.6.7 libpyside6-6.7.2_1
 libpyside6qml.so.6.7 libpyside6-6.7.2_1
 libshiboken6.so.6.7 libshiboken6-6.7.2_1
+libAnalitza.so.9 libAnalitza-24.11.90_1
+libAnalitzaGui.so.9 libAnalitza-24.11.90_1
+libAnalitzaPlot.so.9 libAnalitza-24.11.90_1
+libAnalitzaWidgets.so.9 libAnalitza-24.11.90_1
diff --git a/srcpkgs/libAnalitza-devel b/srcpkgs/libAnalitza-devel
new file mode 120000
index 00000000000000..de015a94756b23
--- /dev/null
+++ b/srcpkgs/libAnalitza-devel
@@ -0,0 +1 @@
+libAnalitza
\ No newline at end of file
diff --git a/srcpkgs/libAnalitza/template b/srcpkgs/libAnalitza/template
new file mode 100644
index 00000000000000..04e9e040446128
--- /dev/null
+++ b/srcpkgs/libAnalitza/template
@@ -0,0 +1,24 @@
+# Template file for 'libAnalitza'
+pkgname=libAnalitza
+version=24.11.90
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF -DKDE_INSTALL_QMLDIR=lib/qt6/qml"
+hostmakedepends="extra-cmake-modules eigen qt6-base qt6-tools qt6-declarative-host-tools"
+makedepends="kf6-kio-devel"
+short_desc="Mathematical features library"
+maintainer="Oscar Ronberg <oscar@oronberg.com>"
+license="GPL-2.0-or-later"
+homepage="https://invent.kde.org/education/analitza"
+distfiles="https://invent.kde.org/education/analitza/-/archive/v${version}/analitza-v${version}.tar.gz"
+checksum=7233c2e1fb8e47f608cd08a2abb4a7fbf21e829779a51f41411aba0db80260fa
+
+libAnalitza-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}

From 6a8f95551a7147805016135fb065a0fb29b93841 Mon Sep 17 00:00:00 2001
From: Oscar Ronberg <oscar@oronberg.com>
Date: Sun, 8 Dec 2024 15:31:15 +1100
Subject: [PATCH 2/2] New package: KAlgebra-24.11.90

---
 srcpkgs/KAlgebra-doc      |  1 +
 srcpkgs/KAlgebra/template | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)
 create mode 120000 srcpkgs/KAlgebra-doc
 create mode 100644 srcpkgs/KAlgebra/template

diff --git a/srcpkgs/KAlgebra-doc b/srcpkgs/KAlgebra-doc
new file mode 120000
index 00000000000000..7c1588b6c5c0b5
--- /dev/null
+++ b/srcpkgs/KAlgebra-doc
@@ -0,0 +1 @@
+KAlgebra
\ No newline at end of file
diff --git a/srcpkgs/KAlgebra/template b/srcpkgs/KAlgebra/template
new file mode 100644
index 00000000000000..5dc30fdbc9323b
--- /dev/null
+++ b/srcpkgs/KAlgebra/template
@@ -0,0 +1,22 @@
+# Template file for 'KAlgebra'
+pkgname=KAlgebra
+version=24.11.90
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules AppStream gettext kf6-kdoctools"
+makedepends="kf6-kio-devel libAnalitza-devel libplasma-devel qt6-webengine-devel kf6-kxmlgui-devel readline-devel"
+depends="kf6-kirigami kirigami-addons"
+short_desc="Graph Calculator"
+maintainer="Oscar Ronberg <oscar@oronberg.com>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/kalgebra"
+distfiles="https://invent.kde.org/education/kalgebra/-/archive/v${version}/kalgebra-v${version}.tar.gz"
+checksum=553d265fbdaff8b282d0afc08de9d55d20d6b0675b66e2e2eea5fb828a8bbd33
+
+KAlgebra-doc_package() {
+	short_desc+=" - documentation"
+	pkg_install() {
+		vmkdir usr/share/doc/kalgebra
+		vcopy "doc/*" usr/share/doc/kalgebra
+	}
+}

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

* Re: New package: libAnalitza-24.11.90, KAlgebra-24-11.90
  2024-12-08  4:58 [PR PATCH] [WIP] New package: libAnalitza-24.11.90, KAlgebra-24-11.90 NinjaFB
                   ` (7 preceding siblings ...)
  2024-12-10  3:20 ` [PR PATCH] [Updated] " NinjaFB
@ 2025-03-11  2:03 ` github-actions
  2025-03-25  2:05 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2025-03-11  2:03 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/53412#issuecomment-2712302691

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: libAnalitza-24.11.90, KAlgebra-24-11.90
  2024-12-08  4:58 [PR PATCH] [WIP] New package: libAnalitza-24.11.90, KAlgebra-24-11.90 NinjaFB
                   ` (8 preceding siblings ...)
  2025-03-11  2:03 ` github-actions
@ 2025-03-25  2:05 ` github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2025-03-25  2:05 UTC (permalink / raw)
  To: ml

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

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

New package: libAnalitza-24.11.90, KAlgebra-24-11.90
https://github.com/void-linux/void-packages/pull/53412

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

***

I have attempted to build for armv6l however there is an issue of the build script attempting to run qmlcachegen which cannot be run on my x86_64 machine and gives the error `/usr/arm-linux-gnueabihf/usr/lib32/qt6/libexec/qmlcachegen: cannot execute binary file: Exec format error`, help sorting this issue out would be appreciated as I have no clue what to do for it.


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

end of thread, other threads:[~2025-03-25  2:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-08  4:58 [PR PATCH] [WIP] New package: libAnalitza-24.11.90, KAlgebra-24-11.90 NinjaFB
2024-12-08  5:06 ` [PR PATCH] [Updated] " NinjaFB
2024-12-08  5:08 ` NinjaFB
2024-12-08 10:43 ` NinjaFB
2024-12-10  2:02 ` [PR PATCH] [Updated] " NinjaFB
2024-12-10  2:08 ` NinjaFB
2024-12-10  2:17 ` [PR REVIEW] " sgn
2024-12-10  2:17 ` sgn
2024-12-10  3:20 ` [PR PATCH] [Updated] " NinjaFB
2025-03-11  2:03 ` github-actions
2025-03-25  2:05 ` [PR PATCH] [Closed]: " github-actions

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