Github messages for voidlinux
 help / color / mirror / Atom feed
From: Logarithmus <Logarithmus@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: simulide-0.4.13
Date: Fri, 30 Oct 2020 15:06:41 +0100	[thread overview]
Message-ID: <20201030140641.Yh0L-UMKbY6VqjsXVC9lMf7Z5hb6EetslCq6opIv6ak@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25945@inbox.vuxu.org>

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

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

https://github.com/Logarithmus/void-packages simulide
https://github.com/void-linux/void-packages/pull/25945

New package: simulide-0.4.13
Real time electronic circuit simulator with PIC, AVR and Arduino simulation.
It bundles some older versions of `simavr` and `gpsim`. I tried to make it use up-to-date versions, which are installed system-wide, but turns out there's plenty of fixing needed to do it. So I postponed it for the future.
P. S. I'm not the author of this tool, I just use it for my university MCU programming course.

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

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

From b17335d53b21ef06a90a23c0bdcf5835f3b1d365 Mon Sep 17 00:00:00 2001
From: Artur Sinila <opensource@logarithmus.dev>
Date: Wed, 28 Oct 2020 20:30:48 +0300
Subject: [PATCH] New package: simulide-0.4.13

---
 srcpkgs/simulide/patches/00-glib.patch | 24 ++++++++++++++++++++++++
 srcpkgs/simulide/template              | 25 +++++++++++++++++++++++++
 2 files changed, 49 insertions(+)
 create mode 100644 srcpkgs/simulide/patches/00-glib.patch
 create mode 100644 srcpkgs/simulide/template

diff --git a/srcpkgs/simulide/patches/00-glib.patch b/srcpkgs/simulide/patches/00-glib.patch
new file mode 100644
index 00000000000..f70ef7c02d9
--- /dev/null
+++ b/srcpkgs/simulide/patches/00-glib.patch
@@ -0,0 +1,24 @@
+--- SimulIDE.pro 2020-08-13 22:39:49.000000000 +0300
++++ SimulIDE.pro 2020-10-22 03:08:27.819023767 +0300
+@@ -103,7 +103,9 @@
+     ../src/gpsim/*.h \
+     ../src/gpsim/devices/*.h \
+     ../src/gpsim/modules/*.h \
+-    ../src/gpsim/registers/*.h
++    ../src/gpsim/registers/*.h \
++     /usr/include/glib-2.0/glib.h \
++     /usr/lib/glib-2.0/include/glibconfig.h
+
+ INCLUDEPATH += ../src \
+     ../src/gui \
+@@ -140,7 +140,9 @@
+     ../src/gpsim \
+     ../src/gpsim/devices \
+     ../src/gpsim/modules \
+-    ../src/gpsim/registers
++    ../src/gpsim/registers \
++     /usr/include/glib-2.0 \
++     /usr/lib/glib-2.0/include
+
+ TRANSLATIONS +=  \
+     ../resources/translations/simulide.ts \
diff --git a/srcpkgs/simulide/template b/srcpkgs/simulide/template
new file mode 100644
index 00000000000..858e24e3699
--- /dev/null
+++ b/srcpkgs/simulide/template
@@ -0,0 +1,25 @@
+# Template file for 'simulide'
+pkgname=simulide
+version=0.4.13
+revision=1
+_pkgname=SimulIDE
+_rev=SR5
+wrksrc=${pkgname}_${version}-${_rev}_Sources
+build_wrksrc=build_XX
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools pkg-config"
+makedepends="qt5-devel qt5-svg-devel qt5-multimedia-devel qt5-serialport-devel qt5-script-devel elfutils-devel"
+short_desc="Electronic circuit simulator for PIC, AVR, Arduino"
+maintainer="Artur Sinila <opensource@logarithmus.dev>"
+license="GPL-3.0-or-later"
+homepage="https://simulide.com"
+distfiles="https://mailfence.com/pub/docs/santigoro/web/${_pkgname}_${version}/${_pkgname}_${version}-${_rev}_Sources.tar.gz"
+checksum=b55b03e507882b8b68a25e5155dcac6020ba273be93bdf689612a0be67056d43
+nopie_files="/usr/bin/simulide"
+
+do_install() {
+	mkdir -p usr
+	mv release/${_pkgname}_${version}-${_rev}/* usr/
+	vbin usr/bin/simulide
+	mv usr/share ${DESTDIR}/usr/
+}

  parent reply	other threads:[~2020-10-30 14:06 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-28 18:02 [PR PATCH] " Logarithmus
2020-10-28 18:19 ` [PR REVIEW] " ericonr
2020-10-28 18:19 ` ericonr
2020-10-28 18:27 ` [PR PATCH] [Updated] " Logarithmus
2020-10-28 18:31 ` [PR REVIEW] " Logarithmus
2020-10-28 18:31 ` Logarithmus
2020-10-28 18:32 ` Logarithmus
2020-10-30 14:03 ` [PR PATCH] [Updated] " Logarithmus
2020-10-30 14:05 ` Logarithmus
2020-10-30 14:06 ` Logarithmus [this message]
2020-10-30 14:07 ` [PR REVIEW] " sgn
2020-10-31  2:12 ` [PR PATCH] [Updated] " Logarithmus
2020-10-31  4:12 ` [PR REVIEW] " sgn
2020-10-31 13:39 ` [PR PATCH] [Updated] " Logarithmus
2020-11-10 21:52 ` Logarithmus
2020-11-10 22:05 ` Logarithmus
2020-11-10 22:20 ` Logarithmus
2020-11-10 22:26 ` Logarithmus
2020-11-10 22:26 ` Logarithmus
2020-11-10 22:44 ` Logarithmus
2020-11-10 22:45 ` Logarithmus
2020-11-11  0:23 ` Logarithmus
2020-11-21 21:47 ` [PR REVIEW] " the-maldridge
2020-11-21 21:51 ` Logarithmus
2021-02-19  2:18 ` [PR PATCH] [Updated] " Logarithmus
2021-02-19  2:19 ` [PR REVIEW] " Logarithmus
2021-02-19  3:55 ` [PR PATCH] [Updated] " Logarithmus
2021-02-19  4:24 ` Logarithmus
2021-03-17 17:40 ` New package: simulide-0.4.14 Logarithmus
2021-03-26 21:44 ` [PR PATCH] [Updated] " Logarithmus
2021-07-27  2:10 ` Logarithmus
2022-04-22  2:14 ` github-actions
2022-05-07  2:05 ` [PR PATCH] [Closed]: " github-actions

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=20201030140641.Yh0L-UMKbY6VqjsXVC9lMf7Z5hb6EetslCq6opIv6ak@z \
    --to=logarithmus@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).