Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] New package: osmin-1.8.7
@ 2022-05-26  6:40 Eloitor
  2022-05-26  6:45 ` [PR PATCH] [Updated] " Eloitor
                   ` (30 more replies)
  0 siblings, 31 replies; 32+ messages in thread
From: Eloitor @ 2022-05-26  6:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages osmin
https://github.com/void-linux/void-packages/pull/37298

[WIP] New package: osmin-1.8.7
<!-- 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**
-->

#### Local build testing
- I built this PR locally for my native architecture, x86-64

I don't know what is the proper way to provide the distfiles for this package... 


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

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

From 005528f081db6eaa533526d54b4b93d921f727e0 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Wed, 25 May 2022 22:20:18 +0200
Subject: [PATCH] New package: osmin-1.8.7

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

diff --git a/srcpkgs/osmin/template b/srcpkgs/osmin/template
new file mode 100644
index 000000000000..d9ebb0d8f715
--- /dev/null
+++ b/srcpkgs/osmin/template
@@ -0,0 +1,27 @@
+# Template file for 'osmin'
+pkgname=osmin
+version=1.8.7
+revision=1
+wrksrc=${pkgname}-${version}
+build_style=cmake
+configure_args="-DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ ."
+hostmakedepends="qt5-qmake pkg-config qt5-host-tools git"
+makedepends="qt5-declarative-devel qt5-3d clang libgomp-devel
+            libomp-devel qt5-declarative-devel qt5-tools-devel 
+            qt5-svg-devel   qt5-quickcontrols2-devel qt5-sensors-devel 
+            qt5-multimedia-devel qt5-remoteobjects-devel qt5-location-devel"
+short_desc="GPS Navigator On-Road/Off-Road"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://github.com/janbar/osmin"
+# distfiles="https://github.com/janbar/osmin/archive/refs/tags/${version}.tar.gz>${pkgname}-${version}.tar.gz"
+# checksum=39ffdeb300de23ddebbd8042ccc9fcbc5411258f3b8f104d089842afc1b5a05e
+nopie_files="/usr/bin/osmin"
+
+
+do_fetch() {
+  git clone ${homepage} ${wrksrc}
+  cd ${wrksrc}
+  git submodule init
+  git submodule update
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
@ 2022-05-26  6:45 ` Eloitor
  2022-05-26  6:48 ` Eloitor
                   ` (29 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Eloitor @ 2022-05-26  6:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages osmin
https://github.com/void-linux/void-packages/pull/37298

[WIP] New package: osmin-1.8.7
<!-- 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**
-->

#### Local build testing
- I built this PR locally for my native architecture, x86-64

I don't know what is the proper way to provide the distfiles for this package... 


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

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

From 2f812bd94981210161be9ae5b89740ec64ac27eb Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Wed, 25 May 2022 22:20:18 +0200
Subject: [PATCH] New package: osmin-1.8.7

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

diff --git a/srcpkgs/osmin/template b/srcpkgs/osmin/template
new file mode 100644
index 000000000000..29f913bc575d
--- /dev/null
+++ b/srcpkgs/osmin/template
@@ -0,0 +1,25 @@
+# Template file for 'osmin'
+pkgname=osmin
+version=1.8.7
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ ."
+hostmakedepends="qt5-qmake pkg-config qt5-host-tools git"
+makedepends="qt5-declarative-devel qt5-3d clang libgomp-devel
+	libomp-devel qt5-declarative-devel qt5-tools-devel 
+	qt5-svg-devel   qt5-quickcontrols2-devel qt5-sensors-devel 
+	qt5-multimedia-devel qt5-remoteobjects-devel qt5-location-devel"
+short_desc="GPS Navigator On-Road/Off-Road"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://github.com/janbar/osmin"
+# distfiles="https://github.com/janbar/osmin/archive/refs/tags/${version}.tar.gz>${pkgname}-${version}.tar.gz"
+# checksum=39ffdeb300de23ddebbd8042ccc9fcbc5411258f3b8f104d089842afc1b5a05e
+nopie_files="/usr/bin/osmin"
+
+do_fetch() {
+	git clone ${homepage} ${wrksrc}
+	cd ${wrksrc}
+	git submodule init
+	git submodule update
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
  2022-05-26  6:45 ` [PR PATCH] [Updated] " Eloitor
@ 2022-05-26  6:48 ` Eloitor
  2022-05-26  7:12 ` Eloitor
                   ` (28 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Eloitor @ 2022-05-26  6:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages osmin
https://github.com/void-linux/void-packages/pull/37298

[WIP] New package: osmin-1.8.7
<!-- 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**
-->

#### Local build testing
- I built this PR locally for my native architecture, x86-64

I don't know what is the proper way to provide the distfiles for this package... 


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

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

From a42a16d0d0dbce243ebbda476e8a781078a941b2 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Wed, 25 May 2022 22:20:18 +0200
Subject: [PATCH] New package: osmin-1.8.7

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

diff --git a/srcpkgs/osmin/template b/srcpkgs/osmin/template
new file mode 100644
index 000000000000..507f21ff1bc1
--- /dev/null
+++ b/srcpkgs/osmin/template
@@ -0,0 +1,25 @@
+# Template file for 'osmin'
+pkgname=osmin
+version=1.8.7
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ ."
+hostmakedepends="qt5-qmake pkg-config qt5-host-tools git"
+makedepends="qt5-declarative-devel qt5-3d clang libgomp-devel
+	libomp-devel qt5-declarative-devel qt5-tools-devel
+	qt5-svg-devel   qt5-quickcontrols2-devel qt5-sensors-devel
+	qt5-multimedia-devel qt5-remoteobjects-devel qt5-location-devel"
+short_desc="GPS Navigator On-Road/Off-Road"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://github.com/janbar/osmin"
+# distfiles="https://github.com/janbar/osmin/archive/refs/tags/${version}.tar.gz>${pkgname}-${version}.tar.gz"
+# checksum=39ffdeb300de23ddebbd8042ccc9fcbc5411258f3b8f104d089842afc1b5a05e
+nopie_files="/usr/bin/osmin"
+
+do_fetch() {
+	git clone ${homepage} ${wrksrc}
+	cd ${wrksrc}
+	git submodule init
+	git submodule update
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
  2022-05-26  6:45 ` [PR PATCH] [Updated] " Eloitor
  2022-05-26  6:48 ` Eloitor
@ 2022-05-26  7:12 ` Eloitor
  2022-05-26  7:13 ` Eloitor
                   ` (27 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Eloitor @ 2022-05-26  7:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages osmin
https://github.com/void-linux/void-packages/pull/37298

[WIP] New package: osmin-1.8.7
<!-- 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**
-->

#### Local build testing
- I built this PR locally for my native architecture, x86-64

I don't know what is the proper way to provide the distfiles for this package... 


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

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

From 88cd244965ce220231c7a13fe0e2b99497dcb28f Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Wed, 25 May 2022 22:20:18 +0200
Subject: [PATCH] New package: osmin-1.8.7

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

diff --git a/srcpkgs/osmin/template b/srcpkgs/osmin/template
new file mode 100644
index 000000000000..4625eb542bc1
--- /dev/null
+++ b/srcpkgs/osmin/template
@@ -0,0 +1,26 @@
+# Template file for 'osmin'
+pkgname=osmin
+version=1.8.7
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ ."
+hostmakedepends="qt5-qmake pkg-config qt5-host-tools git"
+makedepends="qt5-declarative-devel qt5-3d clang libgomp-devel
+	libomp-devel qt5-declarative-devel qt5-tools-devel
+	qt5-svg-devel   qt5-quickcontrols2-devel qt5-sensors-devel
+	qt5-multimedia-devel qt5-remoteobjects-devel qt5-location-devel"
+short_desc="GPS Navigator On-Road/Off-Road"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://github.com/janbar/osmin"
+# distfiles="https://github.com/janbar/osmin/archive/refs/tags/${version}.tar.gz>${pkgname}-${version}.tar.gz"
+# checksum=39ffdeb300de23ddebbd8042ccc9fcbc5411258f3b8f104d089842afc1b5a05e
+nopie_files="/usr/bin/osmin"
+archs="~armv6l-musl ~armv7l ~i686" # libomp-devel
+
+do_fetch() {
+	git clone ${homepage} ${wrksrc}
+	cd ${wrksrc}
+	git submodule init
+	git submodule update
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (2 preceding siblings ...)
  2022-05-26  7:12 ` Eloitor
@ 2022-05-26  7:13 ` Eloitor
  2022-05-26  7:15 ` Eloitor
                   ` (26 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Eloitor @ 2022-05-26  7:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages osmin
https://github.com/void-linux/void-packages/pull/37298

[WIP] New package: osmin-1.8.7
<!-- 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**
-->

#### Local build testing
- I built this PR locally for my native architecture, x86-64

I don't know what is the proper way to provide the distfiles for this package... 


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

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

From 245c0c26595d296fd9e5a24c004062fdb6b83f4f Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Wed, 25 May 2022 22:20:18 +0200
Subject: [PATCH] New package: osmin-1.8.7

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

diff --git a/srcpkgs/osmin/template b/srcpkgs/osmin/template
new file mode 100644
index 000000000000..1f6eaf7cd3f0
--- /dev/null
+++ b/srcpkgs/osmin/template
@@ -0,0 +1,26 @@
+# Template file for 'osmin'
+pkgname=osmin
+version=1.8.7
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ ."
+hostmakedepends="qt5-qmake pkg-config qt5-host-tools git"
+makedepends="qt5-declarative-devel qt5-3d clang libgomp-devel
+	libomp-devel qt5-declarative-devel qt5-tools-devel
+	qt5-svg-devel   qt5-quickcontrols2-devel qt5-sensors-devel
+	qt5-multimedia-devel qt5-remoteobjects-devel qt5-location-devel"
+short_desc="GPS Navigator On-Road/Off-Road"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://github.com/janbar/osmin"
+# distfiles="https://github.com/janbar/osmin/archive/refs/tags/${version}.tar.gz>${pkgname}-${version}.tar.gz"
+# checksum=39ffdeb300de23ddebbd8042ccc9fcbc5411258f3b8f104d089842afc1b5a05e
+archs="~armv6l-musl ~armv7l ~i686" # libomp-devel
+nopie_files="/usr/bin/osmin"
+
+do_fetch() {
+	git clone ${homepage} ${wrksrc}
+	cd ${wrksrc}
+	git submodule init
+	git submodule update
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (3 preceding siblings ...)
  2022-05-26  7:13 ` Eloitor
@ 2022-05-26  7:15 ` Eloitor
  2022-05-26  7:34 ` Eloitor
                   ` (25 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Eloitor @ 2022-05-26  7:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages osmin
https://github.com/void-linux/void-packages/pull/37298

[WIP] New package: osmin-1.8.7
<!-- 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**
-->

#### Local build testing
- I built this PR locally for my native architecture, x86-64

I don't know what is the proper way to provide the distfiles for this package... 


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

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

From d176bb0e592cb5678dcbb3bca7e4feb547de866c Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Wed, 25 May 2022 22:20:18 +0200
Subject: [PATCH] New package: osmin-1.8.7

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

diff --git a/srcpkgs/osmin/template b/srcpkgs/osmin/template
new file mode 100644
index 000000000000..47f52d0c0e91
--- /dev/null
+++ b/srcpkgs/osmin/template
@@ -0,0 +1,27 @@
+# Template file for 'osmin'
+pkgname=osmin
+version=1.8.7
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ ."
+hostmakedepends="qt5-qmake pkg-config qt5-host-tools git"
+makedepends="qt5-declarative-devel qt5-3d clang libgomp-devel
+	libomp-devel qt5-declarative-devel qt5-tools-devel
+	qt5-svg-devel   qt5-quickcontrols2-devel qt5-sensors-devel
+	qt5-multimedia-devel qt5-remoteobjects-devel qt5-location-devel"
+short_desc="GPS Navigator On-Road/Off-Road"
+
+archs="~armv6l-musl ~armv7l ~i686" # libomp-devel
+license="GPL-3.0-only"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+homepage="https://github.com/janbar/osmin"
+# distfiles="https://github.com/janbar/osmin/archive/refs/tags/${version}.tar.gz>${pkgname}-${version}.tar.gz"
+# checksum=39ffdeb300de23ddebbd8042ccc9fcbc5411258f3b8f104d089842afc1b5a05e
+nopie_files="/usr/bin/osmin"
+
+do_fetch() {
+	git clone ${homepage} ${wrksrc}
+	cd ${wrksrc}
+	git submodule init
+	git submodule update
+}

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

* Re: [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (4 preceding siblings ...)
  2022-05-26  7:15 ` Eloitor
@ 2022-05-26  7:34 ` Eloitor
  2022-05-26  9:18 ` [PR REVIEW] " wael444
                   ` (24 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Eloitor @ 2022-05-26  7:34 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/37298#issuecomment-1138253320

Comment:
I don't know how to fix the template for aarch64

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

* Re: [PR REVIEW] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (5 preceding siblings ...)
  2022-05-26  7:34 ` Eloitor
@ 2022-05-26  9:18 ` wael444
  2022-05-26  9:18 ` wael444
                   ` (23 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: wael444 @ 2022-05-26  9:18 UTC (permalink / raw)
  To: ml

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

New review comment by wael444 on void-packages repository

https://github.com/void-linux/void-packages/pull/37298#discussion_r882480195

Comment:
```

pre_configure() {
	rmdir -v backend/libosmscout
	mv -v ../libosmscout-${pkgname}-${_libosmscout_version} backend/libosmscout
}

```

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

* Re: [PR REVIEW] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (6 preceding siblings ...)
  2022-05-26  9:18 ` [PR REVIEW] " wael444
@ 2022-05-26  9:18 ` wael444
  2022-05-26  9:18 ` wael444
                   ` (22 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: wael444 @ 2022-05-26  9:18 UTC (permalink / raw)
  To: ml

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

New review comment by wael444 on void-packages repository

https://github.com/void-linux/void-packages/pull/37298#discussion_r882479997

Comment:
```
distfiles="
 https://github.com/janbar/osmin/archive/refs/tags/${version}.tar.gz
 https://github.com/janbar/libosmscout/archive/refs/tags/${pkgname}-${_libosmscout_version}.tar.gz"
checksum="
 39ffdeb300de23ddebbd8042ccc9fcbc5411258f3b8f104d089842afc1b5a05e
 c74e61d07c2447e8959ca5a19c1ffd0c5ae61dd880bf614f12df02e9106fa585"
```

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

* Re: [PR REVIEW] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (7 preceding siblings ...)
  2022-05-26  9:18 ` wael444
@ 2022-05-26  9:18 ` wael444
  2022-05-26  9:19 ` wael444
                   ` (21 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: wael444 @ 2022-05-26  9:18 UTC (permalink / raw)
  To: ml

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

New review comment by wael444 on void-packages repository

https://github.com/void-linux/void-packages/pull/37298#discussion_r882480989

Comment:
forgot to mention. $_libosmscout_version should be 1.9.2 from what i have seen.

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

* Re: [PR REVIEW] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (8 preceding siblings ...)
  2022-05-26  9:18 ` wael444
@ 2022-05-26  9:19 ` wael444
  2022-05-26  9:32 ` [PR PATCH] [Updated] " Eloitor
                   ` (20 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: wael444 @ 2022-05-26  9:19 UTC (permalink / raw)
  To: ml

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

New review comment by wael444 on void-packages repository

https://github.com/void-linux/void-packages/pull/37298#discussion_r882481695

Comment:
do_fetch shall also be removed

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

* Re: [PR PATCH] [Updated] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (9 preceding siblings ...)
  2022-05-26  9:19 ` wael444
@ 2022-05-26  9:32 ` Eloitor
  2022-05-26 14:50 ` [PR REVIEW] " classabbyamp
                   ` (19 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Eloitor @ 2022-05-26  9:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages osmin
https://github.com/void-linux/void-packages/pull/37298

[WIP] New package: osmin-1.8.7
<!-- 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**
-->

#### Local build testing
- I built this PR locally for my native architecture, x86-64

I don't know what is the proper way to provide the distfiles for this package... 


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

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

From a89689e51fb4e3e937788fd1ece468d96683a34a Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Wed, 25 May 2022 22:20:18 +0200
Subject: [PATCH] New package: osmin-1.8.7

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

diff --git a/srcpkgs/osmin/template b/srcpkgs/osmin/template
new file mode 100644
index 000000000000..54a950f7f7c7
--- /dev/null
+++ b/srcpkgs/osmin/template
@@ -0,0 +1,30 @@
+# Template file for 'osmin'
+pkgname=osmin
+version=1.8.7
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ ."
+hostmakedepends="qt5-qmake pkg-config qt5-host-tools git"
+makedepends="qt5-declarative-devel qt5-3d clang libgomp-devel
+	libomp-devel qt5-declarative-devel qt5-tools-devel
+	qt5-svg-devel   qt5-quickcontrols2-devel qt5-sensors-devel
+	qt5-multimedia-devel qt5-remoteobjects-devel qt5-location-devel"
+short_desc="GPS Navigator On-Road/Off-Road"
+
+archs="~armv6l-musl ~armv7l ~i686" # libomp-devel
+license="GPL-3.0-only"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+homepage="https://github.com/janbar/osmin"
+_libosmscout_version=1.9.2
+distfiles="
+	https://github.com/janbar/osmin/archive/refs/tags/${version}.tar.gz
+	https://github.com/janbar/libosmscout/archive/refs/tags/${pkgname}-${_libosmscout_version}.tar.gz"
+checksum="
+	39ffdeb300de23ddebbd8042ccc9fcbc5411258f3b8f104d089842afc1b5a05e
+	c74e61d07c2447e8959ca5a19c1ffd0c5ae61dd880bf614f12df02e9106fa585"
+nopie_files="/usr/bin/osmin"
+
+pre_configure() {
+	rmdir -v backend/libosmscout
+	mv -v ../libosmscout-${pkgname}-${_libosmscout_version} backend/libosmscout
+}

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

* Re: [PR REVIEW] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (10 preceding siblings ...)
  2022-05-26  9:32 ` [PR PATCH] [Updated] " Eloitor
@ 2022-05-26 14:50 ` classabbyamp
  2022-05-26 14:50 ` classabbyamp
                   ` (18 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: classabbyamp @ 2022-05-26 14:50 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37298#discussion_r882736764

Comment:
line continuations should be indented with a single space (makedepends, distfiles, checksum)

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

* Re: [PR REVIEW] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (12 preceding siblings ...)
  2022-05-26 14:50 ` classabbyamp
@ 2022-05-26 14:50 ` classabbyamp
  2022-05-26 14:50 ` classabbyamp
                   ` (16 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: classabbyamp @ 2022-05-26 14:50 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37298#discussion_r882743929

Comment:
for this and checksum, put the first distfile/checksum on the same line as the opening `"`

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

* Re: [PR REVIEW] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (11 preceding siblings ...)
  2022-05-26 14:50 ` [PR REVIEW] " classabbyamp
@ 2022-05-26 14:50 ` classabbyamp
  2022-05-26 14:50 ` classabbyamp
                   ` (17 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: classabbyamp @ 2022-05-26 14:50 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37298#discussion_r882737200

Comment:
```suggestion
short_desc="GPS Navigator On-Road/Off-Road"
archs="~armv6l-musl ~armv7l ~i686" # libomp-devel
```
(once this is done there will be more xlints)

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

* Re: [PR REVIEW] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (13 preceding siblings ...)
  2022-05-26 14:50 ` classabbyamp
@ 2022-05-26 14:50 ` classabbyamp
  2022-05-26 14:50 ` classabbyamp
                   ` (15 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: classabbyamp @ 2022-05-26 14:50 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37298#discussion_r882757724

Comment:
this would be better done as marking them broken:
```sh
case "$XBPS_TARGET_MACHINE" in
	x86_64*|aarch64*|ppc64*) ;;
	*) broken="no libomp"
esac
```

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

* Re: [PR REVIEW] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (14 preceding siblings ...)
  2022-05-26 14:50 ` classabbyamp
@ 2022-05-26 14:50 ` classabbyamp
  2022-05-26 18:25 ` Eloitor
                   ` (14 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: classabbyamp @ 2022-05-26 14:50 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37298#discussion_r882758699

Comment:
put this up below revision (to group version variables)

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

* Re: [PR REVIEW] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (15 preceding siblings ...)
  2022-05-26 14:50 ` classabbyamp
@ 2022-05-26 18:25 ` Eloitor
  2022-05-26 18:30 ` [PR PATCH] [Updated] " Eloitor
                   ` (13 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Eloitor @ 2022-05-26 18:25 UTC (permalink / raw)
  To: ml

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

New review comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/37298#discussion_r882953797

Comment:
Ok. I did it this way because the linter told me to use tabs instead of spaces... Maybe this check could be added to the linter

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

* Re: [PR PATCH] [Updated] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (16 preceding siblings ...)
  2022-05-26 18:25 ` Eloitor
@ 2022-05-26 18:30 ` Eloitor
  2022-05-27  2:57 ` [PR REVIEW] " classabbyamp
                   ` (12 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Eloitor @ 2022-05-26 18:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages osmin
https://github.com/void-linux/void-packages/pull/37298

[WIP] New package: osmin-1.8.7
<!-- 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**
-->

#### Local build testing
- I built this PR locally for my native architecture, x86-64

I don't know what is the proper way to provide the distfiles for this package... 


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

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

From 89e5f5fd1f837440adfa1395cde5d737016274e5 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Wed, 25 May 2022 22:20:18 +0200
Subject: [PATCH] New package: osmin-1.8.7

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

diff --git a/srcpkgs/osmin/template b/srcpkgs/osmin/template
new file mode 100644
index 000000000000..54a950f7f7c7
--- /dev/null
+++ b/srcpkgs/osmin/template
@@ -0,0 +1,30 @@
+# Template file for 'osmin'
+pkgname=osmin
+version=1.8.7
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ ."
+hostmakedepends="qt5-qmake pkg-config qt5-host-tools git"
+makedepends="qt5-declarative-devel qt5-3d clang libgomp-devel
+	libomp-devel qt5-declarative-devel qt5-tools-devel
+	qt5-svg-devel   qt5-quickcontrols2-devel qt5-sensors-devel
+	qt5-multimedia-devel qt5-remoteobjects-devel qt5-location-devel"
+short_desc="GPS Navigator On-Road/Off-Road"
+
+archs="~armv6l-musl ~armv7l ~i686" # libomp-devel
+license="GPL-3.0-only"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+homepage="https://github.com/janbar/osmin"
+_libosmscout_version=1.9.2
+distfiles="
+	https://github.com/janbar/osmin/archive/refs/tags/${version}.tar.gz
+	https://github.com/janbar/libosmscout/archive/refs/tags/${pkgname}-${_libosmscout_version}.tar.gz"
+checksum="
+	39ffdeb300de23ddebbd8042ccc9fcbc5411258f3b8f104d089842afc1b5a05e
+	c74e61d07c2447e8959ca5a19c1ffd0c5ae61dd880bf614f12df02e9106fa585"
+nopie_files="/usr/bin/osmin"
+
+pre_configure() {
+	rmdir -v backend/libosmscout
+	mv -v ../libosmscout-${pkgname}-${_libosmscout_version} backend/libosmscout
+}

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

* Re: [PR REVIEW] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (17 preceding siblings ...)
  2022-05-26 18:30 ` [PR PATCH] [Updated] " Eloitor
@ 2022-05-27  2:57 ` classabbyamp
  2022-06-02 16:34 ` [PR PATCH] [Updated] " Eloitor
                   ` (11 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: classabbyamp @ 2022-05-27  2:57 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37298#discussion_r883232822

Comment:
it's a bit non-trivial to lint, but it should be in xlint in the future (leahneukirchen/xtools#247)

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

* Re: [PR PATCH] [Updated] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (18 preceding siblings ...)
  2022-05-27  2:57 ` [PR REVIEW] " classabbyamp
@ 2022-06-02 16:34 ` Eloitor
  2022-07-27  9:22 ` Eloitor
                   ` (10 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Eloitor @ 2022-06-02 16:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages osmin
https://github.com/void-linux/void-packages/pull/37298

[WIP] New package: osmin-1.8.7
<!-- 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**
-->

#### Local build testing
- I built this PR locally for my native architecture, x86-64

I don't know what is the proper way to provide the distfiles for this package... 


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

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

From 6bd824c1838fe8bed811ac9781cd56b2ee372246 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Wed, 25 May 2022 22:20:18 +0200
Subject: [PATCH] New package: osmin-1.8.7

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

diff --git a/srcpkgs/osmin/template b/srcpkgs/osmin/template
new file mode 100644
index 000000000000..b2ca45d9b920
--- /dev/null
+++ b/srcpkgs/osmin/template
@@ -0,0 +1,30 @@
+# Template file for 'osmin'
+pkgname=osmin
+version=1.8.7
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ ."
+hostmakedepends="qt5-qmake pkg-config qt5-host-tools git"
+makedepends="marisa-devel libxml2-devel qt5-declarative-devel qt5-3d clang libgomp-devel
+	libomp-devel qt5-declarative-devel qt5-tools-devel
+	qt5-svg-devel   qt5-quickcontrols2-devel qt5-sensors-devel
+	qt5-multimedia-devel qt5-remoteobjects-devel qt5-location-devel"
+short_desc="GPS Navigator On-Road/Off-Road"
+
+archs="~armv6l-musl ~armv7l ~i686" # libomp-devel
+license="GPL-3.0-only"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+homepage="https://github.com/janbar/osmin"
+_libosmscout_version=1.9.2
+distfiles="
+	https://github.com/janbar/osmin/archive/refs/tags/${version}.tar.gz
+	https://github.com/janbar/libosmscout/archive/refs/tags/${pkgname}-${_libosmscout_version}.tar.gz"
+checksum="
+	39ffdeb300de23ddebbd8042ccc9fcbc5411258f3b8f104d089842afc1b5a05e
+	c74e61d07c2447e8959ca5a19c1ffd0c5ae61dd880bf614f12df02e9106fa585"
+nopie_files="/usr/bin/osmin"
+
+pre_configure() {
+	rmdir -v backend/libosmscout
+	mv -v ../libosmscout-${pkgname}-${_libosmscout_version} backend/libosmscout
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (19 preceding siblings ...)
  2022-06-02 16:34 ` [PR PATCH] [Updated] " Eloitor
@ 2022-07-27  9:22 ` Eloitor
  2022-07-27  9:26 ` Eloitor
                   ` (9 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Eloitor @ 2022-07-27  9:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages osmin
https://github.com/void-linux/void-packages/pull/37298

[WIP] New package: osmin-1.8.7
<!-- 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**
-->

#### Local build testing
- I built this PR locally for my native architecture, x86-64

I don't know what is the proper way to provide the distfiles for this package... 


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

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

From 6e2bef4939d9f7a336996c0641ac12de89afb1aa Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Wed, 25 May 2022 22:20:18 +0200
Subject: [PATCH] New package: osmin-1.8.7

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

diff --git a/srcpkgs/osmin/template b/srcpkgs/osmin/template
new file mode 100644
index 000000000000..c52efd557006
--- /dev/null
+++ b/srcpkgs/osmin/template
@@ -0,0 +1,30 @@
+# Template file for 'osmin'
+pkgname=osmin
+version=1.8.7
+revision=1
+_libosmscout_version=1.9.2
+build_style=cmake
+configure_args="-DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ ."
+hostmakedepends="qt5-qmake pkg-config qt5-host-tools git"
+makedepends="marisa-devel libxml2-devel qt5-declarative-devel qt5-3d clang libgomp-devel
+ libomp-devel qt5-declarative-devel qt5-tools-devel
+ qt5-svg-devel   qt5-quickcontrols2-devel qt5-sensors-devel
+ qt5-multimedia-devel qt5-remoteobjects-devel qt5-location-devel"
+short_desc="GPS Navigator On-Road/Off-Road"
+
+archs="~armv6l-musl ~armv7l ~i686" # libomp-devel
+license="GPL-3.0-only"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+homepage="https://github.com/janbar/osmin"
+distfiles="
+ https://github.com/janbar/osmin/archive/refs/tags/${version}.tar.gz
+ https://github.com/janbar/libosmscout/archive/refs/tags/${pkgname}-${_libosmscout_version}.tar.gz"
+checksum="
+ 39ffdeb300de23ddebbd8042ccc9fcbc5411258f3b8f104d089842afc1b5a05e
+ c74e61d07c2447e8959ca5a19c1ffd0c5ae61dd880bf614f12df02e9106fa585"
+nopie_files="/usr/bin/osmin"
+
+pre_configure() {
+	rmdir -v backend/libosmscout
+	mv -v ../libosmscout-${pkgname}-${_libosmscout_version} backend/libosmscout
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (20 preceding siblings ...)
  2022-07-27  9:22 ` Eloitor
@ 2022-07-27  9:26 ` Eloitor
  2022-07-27  9:43 ` Eloitor
                   ` (8 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Eloitor @ 2022-07-27  9:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages osmin
https://github.com/void-linux/void-packages/pull/37298

[WIP] New package: osmin-1.8.7
<!-- 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**
-->

#### Local build testing
- I built this PR locally for my native architecture, x86-64

I don't know what is the proper way to provide the distfiles for this package... 


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

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

From 04530aa79fe66afd0dd511bc0768574976ac514b Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Wed, 25 May 2022 22:20:18 +0200
Subject: [PATCH] New package: osmin-1.8.7

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

diff --git a/srcpkgs/osmin/template b/srcpkgs/osmin/template
new file mode 100644
index 000000000000..c52efd557006
--- /dev/null
+++ b/srcpkgs/osmin/template
@@ -0,0 +1,30 @@
+# Template file for 'osmin'
+pkgname=osmin
+version=1.8.7
+revision=1
+_libosmscout_version=1.9.2
+build_style=cmake
+configure_args="-DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ ."
+hostmakedepends="qt5-qmake pkg-config qt5-host-tools git"
+makedepends="marisa-devel libxml2-devel qt5-declarative-devel qt5-3d clang libgomp-devel
+ libomp-devel qt5-declarative-devel qt5-tools-devel
+ qt5-svg-devel   qt5-quickcontrols2-devel qt5-sensors-devel
+ qt5-multimedia-devel qt5-remoteobjects-devel qt5-location-devel"
+short_desc="GPS Navigator On-Road/Off-Road"
+
+archs="~armv6l-musl ~armv7l ~i686" # libomp-devel
+license="GPL-3.0-only"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+homepage="https://github.com/janbar/osmin"
+distfiles="
+ https://github.com/janbar/osmin/archive/refs/tags/${version}.tar.gz
+ https://github.com/janbar/libosmscout/archive/refs/tags/${pkgname}-${_libosmscout_version}.tar.gz"
+checksum="
+ 39ffdeb300de23ddebbd8042ccc9fcbc5411258f3b8f104d089842afc1b5a05e
+ c74e61d07c2447e8959ca5a19c1ffd0c5ae61dd880bf614f12df02e9106fa585"
+nopie_files="/usr/bin/osmin"
+
+pre_configure() {
+	rmdir -v backend/libosmscout
+	mv -v ../libosmscout-${pkgname}-${_libosmscout_version} backend/libosmscout
+}

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

* Re: [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (21 preceding siblings ...)
  2022-07-27  9:26 ` Eloitor
@ 2022-07-27  9:43 ` Eloitor
  2022-07-28 13:29 ` [PR PATCH] [Updated] " Eloitor
                   ` (7 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Eloitor @ 2022-07-27  9:43 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/37298#issuecomment-1196504879

Comment:
The aarch64 build gets this error
```
CMake Error at /usr/aarch64-linux-musl/usr/lib64/cmake/Qt5RemoteObjects/Qt5RemoteObjectsConfig.cmake:14 (message):
  The imported target "Qt5::RemoteObjects" references the file

     "/usr/lib/qt5/bin/repc"
```
I just checked the template for qt5, and theoretically `qt5-remoteobjects-devel` should have `/usr/lib/qt5/bin/repc`, right? https://github.com/void-linux/void-packages/blob/0b008401390b153db7e6caf87e9aeef28fafbe61/srcpkgs/qt5/template#L769-L775

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

* Re: [PR PATCH] [Updated] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (22 preceding siblings ...)
  2022-07-27  9:43 ` Eloitor
@ 2022-07-28 13:29 ` Eloitor
  2022-09-09  9:41 ` Eloitor
                   ` (6 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Eloitor @ 2022-07-28 13:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages osmin
https://github.com/void-linux/void-packages/pull/37298

[WIP] New package: osmin-1.8.7
<!-- 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**
-->

#### Local build testing
- I built this PR locally for my native architecture, x86-64

I don't know what is the proper way to provide the distfiles for this package... 


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

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

From 06f1003a958abf153e3a4677621bdc5744f82de2 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Wed, 25 May 2022 22:20:18 +0200
Subject: [PATCH] New package: osmin-1.8.7

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

diff --git a/srcpkgs/osmin/template b/srcpkgs/osmin/template
new file mode 100644
index 000000000000..c52efd557006
--- /dev/null
+++ b/srcpkgs/osmin/template
@@ -0,0 +1,30 @@
+# Template file for 'osmin'
+pkgname=osmin
+version=1.8.7
+revision=1
+_libosmscout_version=1.9.2
+build_style=cmake
+configure_args="-DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ ."
+hostmakedepends="qt5-qmake pkg-config qt5-host-tools git"
+makedepends="marisa-devel libxml2-devel qt5-declarative-devel qt5-3d clang libgomp-devel
+ libomp-devel qt5-declarative-devel qt5-tools-devel
+ qt5-svg-devel   qt5-quickcontrols2-devel qt5-sensors-devel
+ qt5-multimedia-devel qt5-remoteobjects-devel qt5-location-devel"
+short_desc="GPS Navigator On-Road/Off-Road"
+
+archs="~armv6l-musl ~armv7l ~i686" # libomp-devel
+license="GPL-3.0-only"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+homepage="https://github.com/janbar/osmin"
+distfiles="
+ https://github.com/janbar/osmin/archive/refs/tags/${version}.tar.gz
+ https://github.com/janbar/libosmscout/archive/refs/tags/${pkgname}-${_libosmscout_version}.tar.gz"
+checksum="
+ 39ffdeb300de23ddebbd8042ccc9fcbc5411258f3b8f104d089842afc1b5a05e
+ c74e61d07c2447e8959ca5a19c1ffd0c5ae61dd880bf614f12df02e9106fa585"
+nopie_files="/usr/bin/osmin"
+
+pre_configure() {
+	rmdir -v backend/libosmscout
+	mv -v ../libosmscout-${pkgname}-${_libosmscout_version} backend/libosmscout
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (23 preceding siblings ...)
  2022-07-28 13:29 ` [PR PATCH] [Updated] " Eloitor
@ 2022-09-09  9:41 ` Eloitor
  2022-12-09  2:32 ` github-actions
                   ` (5 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Eloitor @ 2022-09-09  9:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages osmin
https://github.com/void-linux/void-packages/pull/37298

[WIP] New package: osmin-1.8.7
<!-- 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**
-->

#### Local build testing
- I built this PR locally for my native architecture, x86-64

I don't know what is the proper way to provide the distfiles for this package... 


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

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

From 6aefa664b2c661be5d618a1049055e4c2595a36c Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Wed, 25 May 2022 22:20:18 +0200
Subject: [PATCH] New package: osmin-1.8.7

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

diff --git a/srcpkgs/osmin/template b/srcpkgs/osmin/template
new file mode 100644
index 000000000000..c52efd557006
--- /dev/null
+++ b/srcpkgs/osmin/template
@@ -0,0 +1,30 @@
+# Template file for 'osmin'
+pkgname=osmin
+version=1.8.7
+revision=1
+_libosmscout_version=1.9.2
+build_style=cmake
+configure_args="-DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ ."
+hostmakedepends="qt5-qmake pkg-config qt5-host-tools git"
+makedepends="marisa-devel libxml2-devel qt5-declarative-devel qt5-3d clang libgomp-devel
+ libomp-devel qt5-declarative-devel qt5-tools-devel
+ qt5-svg-devel   qt5-quickcontrols2-devel qt5-sensors-devel
+ qt5-multimedia-devel qt5-remoteobjects-devel qt5-location-devel"
+short_desc="GPS Navigator On-Road/Off-Road"
+
+archs="~armv6l-musl ~armv7l ~i686" # libomp-devel
+license="GPL-3.0-only"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+homepage="https://github.com/janbar/osmin"
+distfiles="
+ https://github.com/janbar/osmin/archive/refs/tags/${version}.tar.gz
+ https://github.com/janbar/libosmscout/archive/refs/tags/${pkgname}-${_libosmscout_version}.tar.gz"
+checksum="
+ 39ffdeb300de23ddebbd8042ccc9fcbc5411258f3b8f104d089842afc1b5a05e
+ c74e61d07c2447e8959ca5a19c1ffd0c5ae61dd880bf614f12df02e9106fa585"
+nopie_files="/usr/bin/osmin"
+
+pre_configure() {
+	rmdir -v backend/libosmscout
+	mv -v ../libosmscout-${pkgname}-${_libosmscout_version} backend/libosmscout
+}

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

* Re: [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (24 preceding siblings ...)
  2022-09-09  9:41 ` Eloitor
@ 2022-12-09  2:32 ` github-actions
  2022-12-24  1:52 ` [PR PATCH] [Closed]: " github-actions
                   ` (4 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: github-actions @ 2022-12-09  2:32 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/37298#issuecomment-1343762851

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (25 preceding siblings ...)
  2022-12-09  2:32 ` github-actions
@ 2022-12-24  1:52 ` github-actions
  2023-01-07 23:04 ` notramo
                   ` (3 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: github-actions @ 2022-12-24  1:52 UTC (permalink / raw)
  To: ml

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

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

[WIP] New package: osmin-1.8.7
https://github.com/void-linux/void-packages/pull/37298

Description:
<!-- 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**
-->

#### Local build testing
- I built this PR locally for my native architecture, x86-64

I don't know what is the proper way to provide the distfiles for this package... 


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

* Re: [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (26 preceding siblings ...)
  2022-12-24  1:52 ` [PR PATCH] [Closed]: " github-actions
@ 2023-01-07 23:04 ` notramo
  2023-01-07 23:12 ` Eloitor
                   ` (2 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: notramo @ 2023-01-07 23:04 UTC (permalink / raw)
  To: ml

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

New comment by notramo on void-packages repository

https://github.com/void-linux/void-packages/pull/37298#issuecomment-1374646263

Comment:
@Eloitor, the file exists on x64. But the error message is not clear, what is wrong with the reference? Is it not permitted to reference this file, or is the file missing?

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

* Re: [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (27 preceding siblings ...)
  2023-01-07 23:04 ` notramo
@ 2023-01-07 23:12 ` Eloitor
  2023-01-07 23:29 ` notramo
  2023-01-10  5:17 ` sgn
  30 siblings, 0 replies; 32+ messages in thread
From: Eloitor @ 2023-01-07 23:12 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/37298#issuecomment-1374648178

Comment:
I don't know...

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

* Re: [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (28 preceding siblings ...)
  2023-01-07 23:12 ` Eloitor
@ 2023-01-07 23:29 ` notramo
  2023-01-10  5:17 ` sgn
  30 siblings, 0 replies; 32+ messages in thread
From: notramo @ 2023-01-07 23:29 UTC (permalink / raw)
  To: ml

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

New comment by notramo on void-packages repository

https://github.com/void-linux/void-packages/pull/37298#issuecomment-1374652431

Comment:
I found [this](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953431), which mentions the whole error message. It's missing on aarch64 probably.

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

* Re: [WIP] New package: osmin-1.8.7
  2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
                   ` (29 preceding siblings ...)
  2023-01-07 23:29 ` notramo
@ 2023-01-10  5:17 ` sgn
  30 siblings, 0 replies; 32+ messages in thread
From: sgn @ 2023-01-10  5:17 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/37298#issuecomment-1376749438

Comment:
Add `qt5-remoteobjects` to `hostmakedepends`.

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

end of thread, other threads:[~2023-01-10  5:17 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-26  6:40 [PR PATCH] [WIP] New package: osmin-1.8.7 Eloitor
2022-05-26  6:45 ` [PR PATCH] [Updated] " Eloitor
2022-05-26  6:48 ` Eloitor
2022-05-26  7:12 ` Eloitor
2022-05-26  7:13 ` Eloitor
2022-05-26  7:15 ` Eloitor
2022-05-26  7:34 ` Eloitor
2022-05-26  9:18 ` [PR REVIEW] " wael444
2022-05-26  9:18 ` wael444
2022-05-26  9:18 ` wael444
2022-05-26  9:19 ` wael444
2022-05-26  9:32 ` [PR PATCH] [Updated] " Eloitor
2022-05-26 14:50 ` [PR REVIEW] " classabbyamp
2022-05-26 14:50 ` classabbyamp
2022-05-26 14:50 ` classabbyamp
2022-05-26 14:50 ` classabbyamp
2022-05-26 14:50 ` classabbyamp
2022-05-26 18:25 ` Eloitor
2022-05-26 18:30 ` [PR PATCH] [Updated] " Eloitor
2022-05-27  2:57 ` [PR REVIEW] " classabbyamp
2022-06-02 16:34 ` [PR PATCH] [Updated] " Eloitor
2022-07-27  9:22 ` Eloitor
2022-07-27  9:26 ` Eloitor
2022-07-27  9:43 ` Eloitor
2022-07-28 13:29 ` [PR PATCH] [Updated] " Eloitor
2022-09-09  9:41 ` Eloitor
2022-12-09  2:32 ` github-actions
2022-12-24  1:52 ` [PR PATCH] [Closed]: " github-actions
2023-01-07 23:04 ` notramo
2023-01-07 23:12 ` Eloitor
2023-01-07 23:29 ` notramo
2023-01-10  5:17 ` sgn

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