Github messages for voidlinux
 help / color / mirror / Atom feed
From: TinfoilSubmarine <TinfoilSubmarine@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: modrana-0.56.17
Date: Wed, 07 Sep 2022 22:06:03 +0200	[thread overview]
Message-ID: <20220907200603.PKybGONxSAKHmIToUTgoQg0yGbGAkg0gEaWYqpHvPDY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38461@inbox.vuxu.org>

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

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

https://github.com/TinfoilSubmarine/void-packages maint/modrana
https://github.com/void-linux/void-packages/pull/38461

New package: modrana-0.56.17
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

Closes https://github.com/void-linux/void-packages/issues/36929

As noted in the modrana template, the latest version is only mentioned in the commit log and is not tagged. Not sure why...

~~I got pyotherside cross-compiling working, but need help with figuring out how to make modrana cross-build, specifically for `make launcher`~~

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

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

From bc0fd78f9defd46b162e20f07ae0f40603a908bb Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 3 Aug 2022 15:21:21 -0400
Subject: [PATCH 1/2] New package: pyotherside-1.6.0

---
 srcpkgs/pyotherside/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/pyotherside/template

diff --git a/srcpkgs/pyotherside/template b/srcpkgs/pyotherside/template
new file mode 100644
index 000000000000..97dc745b4d6c
--- /dev/null
+++ b/srcpkgs/pyotherside/template
@@ -0,0 +1,21 @@
+# Template file for 'pyotherside'
+pkgname=pyotherside
+version=1.6.0
+revision=1
+build_style=qmake
+configure_args="PYTHON_CONFIG=${XBPS_CROSS_BASE}/usr/bin/python3-config"
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="python3-devel qt5-svg-devel qt5-declarative-devel"
+short_desc="Asynchronous Python 3 Bindings for Qt 5"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="ISC"
+homepage="https://thp.io/2011/pyotherside/"
+distfiles="https://github.com/thp/pyotherside/archive/${version}.tar.gz"
+checksum=ead71d0a549acb6664d72745fae5b1d4e433274c64be6a680ceeeef0754451ab
+
+post_install() {
+	vlicense LICENSE
+
+	# remove tests polluting /usr
+	rm ${DESTDIR}/usr/tests/qtquicktests/qtquicktests
+}

From 81b69d288a2af2971a56238e8b7032fad929f0a8 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 31 May 2022 10:26:17 -0400
Subject: [PATCH 2/2] New package: modrana-0.56.17

---
 srcpkgs/modrana/template | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 srcpkgs/modrana/template

diff --git a/srcpkgs/modrana/template b/srcpkgs/modrana/template
new file mode 100644
index 000000000000..abb9de14debb
--- /dev/null
+++ b/srcpkgs/modrana/template
@@ -0,0 +1,31 @@
+# Template file for 'modrana'
+pkgname=modrana
+version=0.57.3
+revision=1
+# releases aren't tagged in git
+_version_commit=dbd558d407abe7a3a4a352c96b618147cade4bd9
+wrksrc="modrana-${_version_commit}"
+build_style=gnu-makefile
+build_helper=qmake
+make_build_target="VersionFile all rsync launcher"
+make_use_env=yes
+hostmakedepends="rsync qt5-qmake qt5-host-tools"
+makedepends="qt5-declarative-devel"
+depends="pyotherside"
+short_desc="Flexible GPS navigation system for mobile devices"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="GPL-3.0-or-later"
+homepage="https://modrana.org"
+distfiles="https://github.com/M4rtinK/modrana/archive/${_version_commit}.tar.gz"
+checksum=7f93e4660997a8cba4194709c4566dec667da1c99ae45dd66ea6df71b8c637a6
+python_version=3
+disable_parallel_build=yes
+
+post_install() {
+	# not sure why the gtk binary is still here, only qt is supported/working
+	rm ${DESTDIR}/usr/bin/modrana-gtk
+	# broken, tries to invoke QT launcher with wrong path (/usr/modrana), just
+	# use modrana-qt5
+	rm ${DESTDIR}/usr/bin/modrana
+	rm ${DESTDIR}/usr/share/applications/modrana.desktop
+}

  parent reply	other threads:[~2022-09-07 20:06 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-03 22:46 [PR PATCH] [WIP] " TinfoilSubmarine
2022-08-03 22:48 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-08-03 23:06 ` [PR REVIEW] " classabbyamp
2022-08-04 15:32 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-08-04 15:32 ` [PR REVIEW] " TinfoilSubmarine
2022-08-04 15:33 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-08-04 15:37 ` TinfoilSubmarine
2022-09-07 20:06 ` TinfoilSubmarine [this message]
2022-09-07 20:14 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-12-07  2:37 ` New package: modrana-0.57.3 github-actions
2022-12-08 22:17 ` Piraty
2022-12-08 22:20 ` Piraty
2022-12-08 22:54 ` Piraty
2022-12-09  0:13 ` M4rtinK
2023-03-09  2:05 ` github-actions
2023-03-10 14:25 ` M4rtinK
2023-06-09  2:05 ` github-actions
2023-06-09 10:46 ` M4rtinK
2023-06-23 19:37 ` [PR PATCH] [Updated] " TinfoilSubmarine
2023-06-28 20:04 ` [PR PATCH] [Merged]: " Duncaen
2023-07-10 21:55 ` Piraty

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=20220907200603.PKybGONxSAKHmIToUTgoQg0yGbGAkg0gEaWYqpHvPDY@z \
    --to=tinfoilsubmarine@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).