Github messages for voidlinux
 help / color / mirror / Atom feed
From: ii8 <ii8@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] librepcb: update to 0.1.7.
Date: Sat, 24 Jun 2023 23:44:33 +0200	[thread overview]
Message-ID: <20230624214433.YFEjBJa7o15MORIZyNqobumABKYJMZPBwdguftmTib4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44535@inbox.vuxu.org>

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

There is an updated 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: **YES**

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

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: 2376 bytes --]

From 403e1b26214c50a48b6a5711f06da605315609d7 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/patches/zlib.patch | 18 ++++++++++++++++++
 srcpkgs/librepcb/template           | 11 +++++------
 2 files changed, 23 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/librepcb/patches/zlib.patch

diff --git a/srcpkgs/librepcb/patches/zlib.patch b/srcpkgs/librepcb/patches/zlib.patch
new file mode 100644
index 000000000000..9937d0fe5295
--- /dev/null
+++ b/srcpkgs/librepcb/patches/zlib.patch
@@ -0,0 +1,18 @@
+--- a/libs/quazip/CMakeLists.txt
++++ b/libs/quazip/CMakeLists.txt
+@@ -64,13 +64,8 @@ else()
+ 	message(FATAL_ERROR "Qt version ${QUAZIP_QT_MAJOR_VERSION} is not supported")
+ endif()
+ 
+-find_package(Qt${QUAZIP_QT_MAJOR_VERSION} OPTIONAL_COMPONENTS Zlib)
+-if (Qt${QUAZIP_QT_MAJOR_VERSION}Zlib_FOUND)
+-	set(QUAZIP_LIB_LIBRARIES ${QUAZIP_LIB_LIBRARIES} Qt${QUAZIP_QT_MAJOR_VERSION}::Zlib)
+-else()
+-	find_package(ZLIB REQUIRED)
+-	set(QUAZIP_LIB_LIBRARIES ${QUAZIP_LIB_LIBRARIES} ZLIB::ZLIB)
+-endif()
++find_package(ZLIB REQUIRED)
++set(QUAZIP_LIB_LIBRARIES ${QUAZIP_LIB_LIBRARIES} ZLIB::ZLIB)
+ 
+ add_subdirectory(quazip)
+ 
diff --git a/srcpkgs/librepcb/template b/srcpkgs/librepcb/template
index d51ca101381c..6a952fce0cd0 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"
+version=0.1.7
+revision=1
+build_style=cmake
 hostmakedepends="unzip qt5-qmake qt5-host-tools"
-makedepends="qt5-devel qt5-svg-devel zlib-devel"
+makedepends="zlib-devel qt5-devel qt5-tools-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds 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

  parent reply	other threads:[~2023-06-24 21:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-20  9:17 [PR PATCH] " 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 ` ii8 [this message]
2023-06-25  8:21 ` 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230624214433.YFEjBJa7o15MORIZyNqobumABKYJMZPBwdguftmTib4@z \
    --to=ii8@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).