Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] librepcb: update to 0.1.5
@ 2020-11-10  4:09 ndowens
  2020-11-14  0:34 ` [PR PATCH] [Closed]: " ndowens
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ndowens @ 2020-11-10  4:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages librepcb
https://github.com/void-linux/void-packages/pull/26268

librepcb: update to 0.1.5


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

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

From d5e5585825dbb4e7b12eeb1e2ba178503532d693 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 22:08:51 -0600
Subject: [PATCH] librepcb: update to 0.1.5

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

diff --git a/srcpkgs/librepcb/template b/srcpkgs/librepcb/template
index 420db9e970c..dfd5c86e785 100644
--- a/srcpkgs/librepcb/template
+++ b/srcpkgs/librepcb/template
@@ -1,19 +1,18 @@
 # Template file for 'librepcb'
 pkgname=librepcb
-version=0.1.4
+version=0.1.5
 revision=1
-build_wrksrc="build"
 build_style=qmake
-configure_args="-r ../librepcb.pro"
-hostmakedepends="unzip qt5-qmake qt5-host-tools qt5-svg-devel"
+configure_args="-r librepcb.pro"
+hostmakedepends="unzip qt5-qmake qt5-host-tools"
 makedepends="qt5-devel zlib-devel libressl-devel SFML-devel qt5-svg-devel"
 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=08299e8077f9ef4fb6df3fd5b22053b9ab6361411470809e2a1ee0f1ad9aadac
+checksum=f956dfa5b9ad1faffcab7f5dd03f158c2b97a7c82cfc9a09dc4066cbcf0db76a
 
-post_extract() {
-	mkdir -p build
-}
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-svg-devel"
+fi

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

* Re: [PR PATCH] [Closed]: librepcb: update to 0.1.5
  2020-11-10  4:09 [PR PATCH] librepcb: update to 0.1.5 ndowens
@ 2020-11-14  0:34 ` ndowens
  2020-11-14  0:40 ` [PR PATCH] [Updated] " ndowens
  2020-11-14 15:10 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: ndowens @ 2020-11-14  0:34 UTC (permalink / raw)
  To: ml

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

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

librepcb: update to 0.1.5
https://github.com/void-linux/void-packages/pull/26268

Description:


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

* Re: [PR PATCH] [Updated] librepcb: update to 0.1.5
  2020-11-10  4:09 [PR PATCH] librepcb: update to 0.1.5 ndowens
  2020-11-14  0:34 ` [PR PATCH] [Closed]: " ndowens
@ 2020-11-14  0:40 ` ndowens
  2020-11-14 15:10 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: ndowens @ 2020-11-14  0:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages librepcb
https://github.com/void-linux/void-packages/pull/26268

librepcb: update to 0.1.5


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

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

From 2d9a27100f92ba2d33a12d5368153b3bd4dd3d36 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 22:08:51 -0600
Subject: [PATCH] librepcb: update to 0.1.5

[ci skip]
---
 srcpkgs/librepcb/template | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/librepcb/template b/srcpkgs/librepcb/template
index 420db9e970c..dfd5c86e785 100644
--- a/srcpkgs/librepcb/template
+++ b/srcpkgs/librepcb/template
@@ -1,19 +1,18 @@
 # Template file for 'librepcb'
 pkgname=librepcb
-version=0.1.4
+version=0.1.5
 revision=1
-build_wrksrc="build"
 build_style=qmake
-configure_args="-r ../librepcb.pro"
-hostmakedepends="unzip qt5-qmake qt5-host-tools qt5-svg-devel"
+configure_args="-r librepcb.pro"
+hostmakedepends="unzip qt5-qmake qt5-host-tools"
 makedepends="qt5-devel zlib-devel libressl-devel SFML-devel qt5-svg-devel"
 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=08299e8077f9ef4fb6df3fd5b22053b9ab6361411470809e2a1ee0f1ad9aadac
+checksum=f956dfa5b9ad1faffcab7f5dd03f158c2b97a7c82cfc9a09dc4066cbcf0db76a
 
-post_extract() {
-	mkdir -p build
-}
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-svg-devel"
+fi

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

* Re: [PR PATCH] [Merged]: librepcb: update to 0.1.5
  2020-11-10  4:09 [PR PATCH] librepcb: update to 0.1.5 ndowens
  2020-11-14  0:34 ` [PR PATCH] [Closed]: " ndowens
  2020-11-14  0:40 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-14 15:10 ` Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: Hoshpak @ 2020-11-14 15:10 UTC (permalink / raw)
  To: ml

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

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

librepcb: update to 0.1.5
https://github.com/void-linux/void-packages/pull/26268

Description:


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

end of thread, other threads:[~2020-11-14 15:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-10  4:09 [PR PATCH] librepcb: update to 0.1.5 ndowens
2020-11-14  0:34 ` [PR PATCH] [Closed]: " ndowens
2020-11-14  0:40 ` [PR PATCH] [Updated] " ndowens
2020-11-14 15:10 ` [PR PATCH] [Merged]: " Hoshpak

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