Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: qucs-s-24.2.1
@ 2024-06-27 23:33 eugene-shiyanov
  2024-06-29 11:15 ` [PR REVIEW] " Bnyro
  2024-07-02 17:00 ` [PR PATCH] [Updated] " eugene-shiyanov
  0 siblings, 2 replies; 3+ messages in thread
From: eugene-shiyanov @ 2024-06-27 23:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eugene-shiyanov/void-packages qucs-s-app
https://github.com/void-linux/void-packages/pull/51030

New package: qucs-s-24.2.1
<!-- 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**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - i686



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qucs-s-app-51030.patch --]
[-- Type: text/x-diff, Size: 1110 bytes --]

From 7432b6ad64cc52fcb79444ff373e2e65b843cb87 Mon Sep 17 00:00:00 2001
From: "eugene.shiyanov" <eugene.shiyanov@gmail.com>
Date: Fri, 28 Jun 2024 02:12:49 +0300
Subject: [PATCH] New package: qucs-s-24.2.1

---
 srcpkgs/qucs-s/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/qucs-s/template

diff --git a/srcpkgs/qucs-s/template b/srcpkgs/qucs-s/template
new file mode 100644
index 00000000000000..d1091967b6a7ea
--- /dev/null
+++ b/srcpkgs/qucs-s/template
@@ -0,0 +1,15 @@
+# Template file for 'qucs-s'
+pkgname=qucs-s
+version=24.2.1
+revision=1
+build_style=cmake
+configure_args="-DWITH_QT6=ON"
+hostmakedepends="flex gperf dos2unix"
+makedepends="qt6-tools-devel qt6-svg-devel"
+depends="ngspice"
+short_desc="Qucs-S is a circuit simulation program based on Qucs"
+maintainer="Eugene Shiyanov <eugene.shiyanov@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://ra3xdh.github.io"
+distfiles="https://github.com/ra3xdh/qucs_s/releases/download/${version}/qucs-s-${version}.tar.gz"
+checksum=bb773fca419b1a1dfcd8cdc8457791f3a412a48fad2ffd6eea484b75930347c3

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

* Re: [PR REVIEW] New package: qucs-s-24.2.1
  2024-06-27 23:33 [PR PATCH] New package: qucs-s-24.2.1 eugene-shiyanov
@ 2024-06-29 11:15 ` Bnyro
  2024-07-02 17:00 ` [PR PATCH] [Updated] " eugene-shiyanov
  1 sibling, 0 replies; 3+ messages in thread
From: Bnyro @ 2024-06-29 11:15 UTC (permalink / raw)
  To: ml

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

New review comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/51030#discussion_r1659766340

Comment:
```suggestion
short_desc="Circuit simulation program based on Qucs"
```

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

* Re: [PR PATCH] [Updated] New package: qucs-s-24.2.1
  2024-06-27 23:33 [PR PATCH] New package: qucs-s-24.2.1 eugene-shiyanov
  2024-06-29 11:15 ` [PR REVIEW] " Bnyro
@ 2024-07-02 17:00 ` eugene-shiyanov
  1 sibling, 0 replies; 3+ messages in thread
From: eugene-shiyanov @ 2024-07-02 17:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eugene-shiyanov/void-packages qucs-s-app
https://github.com/void-linux/void-packages/pull/51030

New package: qucs-s-24.2.1
<!-- 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**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - i686



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qucs-s-app-51030.patch --]
[-- Type: text/x-diff, Size: 1098 bytes --]

From 9c332770474690f995ae5a094941d3f6cd83a7a1 Mon Sep 17 00:00:00 2001
From: "eugene.shiyanov" <eugene.shiyanov@gmail.com>
Date: Fri, 28 Jun 2024 02:12:49 +0300
Subject: [PATCH] New package: qucs-s-24.2.1

---
 srcpkgs/qucs-s/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/qucs-s/template

diff --git a/srcpkgs/qucs-s/template b/srcpkgs/qucs-s/template
new file mode 100644
index 00000000000000..4abfed447f52e9
--- /dev/null
+++ b/srcpkgs/qucs-s/template
@@ -0,0 +1,15 @@
+# Template file for 'qucs-s'
+pkgname=qucs-s
+version=24.2.1
+revision=1
+build_style=cmake
+configure_args="-DWITH_QT6=ON"
+hostmakedepends="flex gperf dos2unix"
+makedepends="qt6-tools-devel qt6-svg-devel"
+depends="ngspice"
+short_desc="Circuit simulation program based on Qucs"
+maintainer="Eugene Shiyanov <eugene.shiyanov@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://ra3xdh.github.io"
+distfiles="https://github.com/ra3xdh/qucs_s/releases/download/${version}/qucs-s-${version}.tar.gz"
+checksum=bb773fca419b1a1dfcd8cdc8457791f3a412a48fad2ffd6eea484b75930347c3

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

end of thread, other threads:[~2024-07-02 17:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-27 23:33 [PR PATCH] New package: qucs-s-24.2.1 eugene-shiyanov
2024-06-29 11:15 ` [PR REVIEW] " Bnyro
2024-07-02 17:00 ` [PR PATCH] [Updated] " eugene-shiyanov

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