summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Laß2023-01-26 19:20:34 +0100
committerMichael Laß2023-01-26 19:20:34 +0100
commitb8bc5b2f2f7c717549f505d6d984fb1e71731fcf (patch)
tree09f07b7818fe69f75ef2955d1e4d8329252f1ec1
parent1ae0dc88464f375a54b156e6761315bcb04bcc1f (diff)
downloadaur-b8bc5b2f2f7c717549f505d6d984fb1e71731fcf.tar.gz
Build against quazip-qt5 1.4
-rw-r--r--.SRCINFO4
-rw-r--r--0001-Quick-Dirty-patch-to-allow-finding-quazip-qt5-on-Arc.patch10
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d6a30a1396b..6f31a761dcef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fritzing
pkgdesc = PCB layout prototyping application
pkgver = 0.9.10
- pkgrel = 1
+ pkgrel = 2
url = http://fritzing.org
install = fritzing.install
arch = aarch64
@@ -20,6 +20,6 @@ pkgbase = fritzing
source = 0001-Quick-Dirty-patch-to-allow-finding-quazip-qt5-on-Arc.patch
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = 38de6f5092987b9d53ced366f1b0fb77981f3cf45159c2d204ac3c72b85c456b
+ sha256sums = 65e0818e959f07209928907ddeb76c3e73229fdc0a049c433c842621d59e6e32
pkgname = fritzing
diff --git a/0001-Quick-Dirty-patch-to-allow-finding-quazip-qt5-on-Arc.patch b/0001-Quick-Dirty-patch-to-allow-finding-quazip-qt5-on-Arc.patch
index 056e4de5467a..910fca1fd915 100644
--- a/0001-Quick-Dirty-patch-to-allow-finding-quazip-qt5-on-Arc.patch
+++ b/0001-Quick-Dirty-patch-to-allow-finding-quazip-qt5-on-Arc.patch
@@ -1,6 +1,6 @@
-From 86aa54d1cdfbfd7e858be2acd6370837b19b52b1 Mon Sep 17 00:00:00 2001
+From 3a75861c4215633bdcc322f2b3d9aa26a05c0663 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20La=C3=9F?= <bevan@bi-co.net>
-Date: Wed, 8 Jun 2022 20:43:14 +0200
+Date: Thu, 26 Jan 2023 19:18:56 +0100
Subject: [PATCH] Quick & Dirty patch to allow finding quazip-qt5 on Arch Linux
---
@@ -8,7 +8,7 @@ Subject: [PATCH] Quick & Dirty patch to allow finding quazip-qt5 on Arch Linux
1 file changed, 3 insertions(+), 13 deletions(-)
diff --git a/pri/quazipdetect.pri b/pri/quazipdetect.pri
-index d08322cd..f1131b32 100644
+index d08322cd..532c1459 100644
--- a/pri/quazipdetect.pri
+++ b/pri/quazipdetect.pri
@@ -5,20 +5,10 @@ message("Using fritzing quazip detect script.")
@@ -29,7 +29,7 @@ index d08322cd..f1131b32 100644
- INCLUDEPATH += $$absolute_path($${QUAZIPPATH}/include/quazip)
- LIBS += -L$$absolute_path($${QUAZIPPATH}/lib) -lquazip1-qt5
- QMAKE_RPATHDIR += $$absolute_path($${QUAZIPPATH}/lib)
-+ INCLUDEPATH += /usr/include/QuaZip-Qt5-1.3/quazip/
++ INCLUDEPATH += /usr/include/QuaZip-Qt5-1.4/quazip/
+ LIBS += -lquazip1-qt5
}
@@ -42,5 +42,5 @@ index d08322cd..f1131b32 100644
\ No newline at end of file
+}
--
-2.36.1
+2.39.1
diff --git a/PKGBUILD b/PKGBUILD
index f9279582e759..a23858080ea1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgname=fritzing
# while there is also "d" for development versions. This would not be correctly
# parsed by `pkgver` anyway (d > b), so let's leave out the b suffix entirely.
pkgver=0.9.10
-pkgrel=1
+pkgrel=2
# Tag version can be obtained from github release page. Sometimes this is the
# version number itself, sometimes some CD-magicnumber thing. There can be
@@ -42,7 +42,7 @@ source=("git+https://github.com/fritzing/fritzing-app.git#commit=${_gitrev}"
0001-Quick-Dirty-patch-to-allow-finding-quazip-qt5-on-Arc.patch)
sha256sums=('SKIP'
'SKIP'
- '38de6f5092987b9d53ced366f1b0fb77981f3cf45159c2d204ac3c72b85c456b')
+ '65e0818e959f07209928907ddeb76c3e73229fdc0a049c433c842621d59e6e32')
prepare() {
cd "${srcdir}"/fritzing-app