mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
librepcb: bump version
This commit is contained in:
@@ -13,7 +13,7 @@ COPYRIGHT="Urban Bruhin"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.librepcb.org/releases/$portVersion/librepcb-$portVersion-source.zip"
|
||||
CHECKSUM_SHA256="8c7bf475ed59eb5b5e4b13073b96b9468ee01fb6980ef2b3471b1fbb39c46721"
|
||||
CHECKSUM_SHA256="4c9e90ca61c94e537cab0632e684350873673d693f1c8837c916001d8896a6ad"
|
||||
SOURCE_DIR="librepcb-$portVersion"
|
||||
PATCHES="librepcb-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="
|
||||
@@ -27,7 +27,6 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
PROVIDES="
|
||||
librepcb$secondaryArchSuffix = $portVersion
|
||||
app:LibrePCB$secondaryArchSuffix = $portVersion
|
||||
cmd:eagle_import = $portVersion
|
||||
cmd:librepcb_cli = $portVersion
|
||||
cmd:uuid_generator = $portVersion
|
||||
"
|
||||
@@ -78,13 +77,11 @@ INSTALL()
|
||||
|
||||
cp build/apps/librepcb/librepcb $appsDir/LibrePCB/bin/LibrePCB
|
||||
cp build/apps/librepcb-cli/librepcb-cli $appsDir/LibrePCB/bin
|
||||
cp build/apps/EagleImport/eagle-import $appsDir/LibrePCB/bin
|
||||
cp build/apps/UuidGenerator/uuid-generator $appsDir/LibrePCB/bin
|
||||
cp -R share/librepcb $appsDir/LibrePCB/share
|
||||
|
||||
ln -s $appsDir/LibrePCB/bin/LibrePCB $appsDir/LibrePCB/LibrePCB
|
||||
ln -s $appsDir/LibrePCB/bin/librepcb-cli $prefix/bin/librepcb-cli
|
||||
ln -s $appsDir/LibrePCB/bin/eagle-import $prefix/bin/eagle-import
|
||||
ln -s $appsDir/LibrePCB/bin/uuid-generator $prefix/bin/uuid-generator
|
||||
|
||||
local APP_SIGNATURE="application/x-vnd.librepcb"
|
||||
@@ -1,14 +1,14 @@
|
||||
From 6d53b510ac5232de369e355e0a4098be55dd3b3b Mon Sep 17 00:00:00 2001
|
||||
From e36f6867076060c98da51d4f081ad2eb9753953b Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Fri, 11 Dec 2020 21:11:56 +1000
|
||||
Date: Wed, 22 Mar 2023 15:34:00 +1000
|
||||
Subject: Add Haiku support
|
||||
|
||||
|
||||
diff --git a/libs/librepcb/common/systeminfo.cpp b/libs/librepcb/common/systeminfo.cpp
|
||||
index 3436f2f..48e49e1 100644
|
||||
--- a/libs/librepcb/common/systeminfo.cpp
|
||||
+++ b/libs/librepcb/common/systeminfo.cpp
|
||||
@@ -59,6 +59,10 @@
|
||||
diff --git a/libs/librepcb/core/systeminfo.cpp b/libs/librepcb/core/systeminfo.cpp
|
||||
index 289ee5c..5738726 100644
|
||||
--- a/libs/librepcb/core/systeminfo.cpp
|
||||
+++ b/libs/librepcb/core/systeminfo.cpp
|
||||
@@ -63,6 +63,10 @@
|
||||
#error "Unknown operating system!"
|
||||
#endif
|
||||
|
||||
@@ -19,7 +19,7 @@ index 3436f2f..48e49e1 100644
|
||||
/*******************************************************************************
|
||||
* Namespace
|
||||
******************************************************************************/
|
||||
@@ -295,6 +299,12 @@ QString SystemInfo::getProcessNameByPid(qint64 pid) {
|
||||
@@ -319,6 +323,12 @@ QString SystemInfo::getProcessNameByPid(qint64 pid) {
|
||||
return QString(); // process not running
|
||||
}
|
||||
processName = QString::fromLocal8Bit(psinfo.pr_fname);
|
||||
@@ -33,5 +33,5 @@ index 3436f2f..48e49e1 100644
|
||||
#error "Unknown operating system!"
|
||||
#endif
|
||||
--
|
||||
2.28.0
|
||||
2.37.3
|
||||
|
||||
Reference in New Issue
Block a user