Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] librepcb: update to 0.1.7.
@ 2023-06-20  9:17 ii8
  2023-06-20 17:22 ` abenson
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: ii8 @ 2023-06-20  9:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ii8/void-packages patch-1
https://github.com/void-linux/void-packages/pull/44535

librepcb: update to 0.1.7.
#### Testing the changes
- I tested the changes in this PR: **NO**

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

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

From 07f64da65df44ee6f01667b911a3cff7a62ff964 Mon Sep 17 00:00:00 2001
From: Murray <murray.calavera@protonmail.com>
Date: Tue, 20 Jun 2023 10:09:15 +0100
Subject: [PATCH] librepcb: update to 0.1.7.

---
 srcpkgs/librepcb/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/librepcb/template b/srcpkgs/librepcb/template
index d51ca101381c..9420844b690e 100644
--- a/srcpkgs/librepcb/template
+++ b/srcpkgs/librepcb/template
@@ -1,15 +1,14 @@
 # Template file for 'librepcb'
 pkgname=librepcb
-version=0.1.5
-revision=2
-build_style=qmake
-configure_args="-r librepcb.pro"
-hostmakedepends="unzip qt5-qmake qt5-host-tools"
-makedepends="qt5-devel qt5-svg-devel zlib-devel"
+version=0.1.7
+revision=1
+build_style=cmake
+hostmakedepends="unzip cmake qt5-host-tools"
+makedepends="zlib-devel qt5-devel qt5-svg-devel occt-devel glu-devel openssl-devel"
 depends="qt5-plugin-sqlite"
 short_desc="Powerful, innovative and intuitive EDA tool for everyone"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://librepcb.org"
 distfiles="https://download.librepcb.org/releases/${version}/${pkgname}-${version}-source.zip"
-checksum=f956dfa5b9ad1faffcab7f5dd03f158c2b97a7c82cfc9a09dc4066cbcf0db76a
+checksum=4c9e90ca61c94e537cab0632e684350873673d693f1c8837c916001d8896a6ad

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PR PATCH] librepcb: update to 0.1.7
@ 2023-02-14 14:34 Uks2
  2023-02-19 15:24 ` [PR PATCH] [Updated] " Uks2
  0 siblings, 1 reply; 12+ messages in thread
From: Uks2 @ 2023-02-14 14:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Uks2/void-packages master
https://github.com/void-linux/void-packages/pull/42253

librepcb: update to 0.1.7
#### Testing the changes
- I tested the changes in this PR: **YES**

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



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

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

From 433103069915fb21aaa7b6e92b50b8e509131b5b Mon Sep 17 00:00:00 2001
From: Uks2 <tom@tomg.xyz>
Date: Wed, 18 Jan 2023 10:33:20 +0000
Subject: [PATCH] librepcb: update to 0.1.7

---
 srcpkgs/librepcb/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/librepcb/template b/srcpkgs/librepcb/template
index 670b1bf77a18..af44fa25e46b 100644
--- a/srcpkgs/librepcb/template
+++ b/srcpkgs/librepcb/template
@@ -1,14 +1,14 @@
 # Template file for 'librepcb'
 pkgname=librepcb
-version=0.1.5
+version=0.1.7
 revision=1
-build_style=qmake
-configure_args="-r librepcb.pro"
+build_style=cmake
 hostmakedepends="unzip qt5-qmake qt5-host-tools"
-makedepends="qt5-devel qt5-svg-devel zlib-devel"
+makedepends="qt5-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-svg-devel qt5-plugin-tds qt5-tools-devel zlib-devel"
+depends="qt5-plugin-sqlite"
 short_desc="Powerful, innovative and intuitive EDA tool for everyone"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://librepcb.org"
 distfiles="https://download.librepcb.org/releases/${version}/${pkgname}-${version}-source.zip"
-checksum=f956dfa5b9ad1faffcab7f5dd03f158c2b97a7c82cfc9a09dc4066cbcf0db76a
+checksum=4c9e90ca61c94e537cab0632e684350873673d693f1c8837c916001d8896a6ad

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

end of thread, other threads:[~2023-06-26  9:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-20  9:17 [PR PATCH] librepcb: update to 0.1.7 ii8
2023-06-20 17:22 ` abenson
2023-06-20 21:02 ` [PR PATCH] [Updated] " ii8
2023-06-20 21:04 ` ii8
2023-06-20 22:48 ` [PR PATCH] [Updated] " ii8
2023-06-21 15:11 ` ii8
2023-06-24 19:28 ` [PR REVIEW] " classabbyamp
2023-06-24 21:44 ` [PR PATCH] [Updated] " ii8
2023-06-25  8:21 ` [PR REVIEW] " classabbyamp
2023-06-26  9:46 ` [PR PATCH] [Updated] " ii8
2023-06-26  9:49 ` [PR PATCH] [Closed]: " classabbyamp
  -- strict thread matches above, loose matches on Subject: below --
2023-02-14 14:34 [PR PATCH] " Uks2
2023-02-19 15:24 ` [PR PATCH] [Updated] " Uks2

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