Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] New package: railway-2.2.0
@ 2023-12-30  9:54 Eloitor
  2023-12-31 13:21 ` icp1994
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Eloitor @ 2023-12-30  9:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages railway
https://github.com/void-linux/void-packages/pull/47993

[WIP] New package: railway-2.2.0
#### Testing the changes
- I tested the changes in this PR: **NO**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


I get this error, which I do not know how to solve:

```
error[E0583]: file not found for module `config`
```

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

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

From 9072c3f8dc99351cf4e1b6fc83065d3073b613db Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Sat, 30 Dec 2023 10:47:08 +0100
Subject: [PATCH] New package: railway-2.2.0

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

diff --git a/srcpkgs/railway/template b/srcpkgs/railway/template
new file mode 100644
index 0000000000000..1a3009dd1e5c8
--- /dev/null
+++ b/srcpkgs/railway/template
@@ -0,0 +1,14 @@
+# Template file for 'railway'
+pkgname=railway
+version=2.2.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="glib-devel cairo-devel pango-devel gdk-pixbuf-devel graphene-devel gtk4-devel libadwaita-devel"
+short_desc="GTK4 frontend for the travel information of the german railway"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/schmiddi-on-mobile/railway"
+changelog="https://gitlab.com/schmiddi-on-mobile/railway/-/raw/master/CHANGELOG.md"
+distfiles="https://gitlab.com/schmiddi-on-mobile/railway/-/archive/${version}/railway-${version}.tar.gz"
+checksum=ed28cbfc8c2fa73187f85b2ba941e63226bb2adce8255448e50ff6fcf25333f4

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

* Re: [WIP] New package: railway-2.2.0
  2023-12-30  9:54 [PR PATCH] [WIP] New package: railway-2.2.0 Eloitor
@ 2023-12-31 13:21 ` icp1994
  2024-01-01 21:31 ` [PR PATCH] [Updated] " Eloitor
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2023-12-31 13:21 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/47993#issuecomment-1872947786

Comment:
`meson` is supposed to create that file from [config.rs.in](https://gitlab.com/schmiddi-on-mobile/railway/-/blob/master/src/config.rs.in) using the [meson.build](https://gitlab.com/schmiddi-on-mobile/railway/-/blob/master/src/meson.build) file.

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

* Re: [PR PATCH] [Updated] [WIP] New package: railway-2.2.0
  2023-12-30  9:54 [PR PATCH] [WIP] New package: railway-2.2.0 Eloitor
  2023-12-31 13:21 ` icp1994
@ 2024-01-01 21:31 ` Eloitor
  2024-01-01 21:36 ` Eloitor
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Eloitor @ 2024-01-01 21:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages railway
https://github.com/void-linux/void-packages/pull/47993

[WIP] New package: railway-2.2.0
#### Testing the changes
- I tested the changes in this PR: **NO**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


I get this error, which I do not know how to solve:

```
error[E0583]: file not found for module `config`
```

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

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

From 8fb9eac87986c571745d748204a2a2d75dba0000 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Sat, 30 Dec 2023 10:47:08 +0100
Subject: [PATCH] New package: railway-2.2.0

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

diff --git a/srcpkgs/railway/template b/srcpkgs/railway/template
new file mode 100644
index 0000000000000..c598c83214099
--- /dev/null
+++ b/srcpkgs/railway/template
@@ -0,0 +1,14 @@
+# Template file for 'railway'
+pkgname=railway
+version=2.2.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config rust cargo gettext desktop-file-utils"
+makedepends="glib-devel cairo-devel pango-devel gdk-pixbuf-devel graphene-devel gtk4-devel libadwaita-devel"
+short_desc="GTK4 frontend for the travel information of the german railway"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/schmiddi-on-mobile/railway"
+changelog="https://gitlab.com/schmiddi-on-mobile/railway/-/raw/master/CHANGELOG.md"
+distfiles="https://gitlab.com/schmiddi-on-mobile/railway/-/archive/${version}/railway-${version}.tar.gz"
+checksum=ed28cbfc8c2fa73187f85b2ba941e63226bb2adce8255448e50ff6fcf25333f4

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

* Re: [WIP] New package: railway-2.2.0
  2023-12-30  9:54 [PR PATCH] [WIP] New package: railway-2.2.0 Eloitor
  2023-12-31 13:21 ` icp1994
  2024-01-01 21:31 ` [PR PATCH] [Updated] " Eloitor
@ 2024-01-01 21:36 ` Eloitor
  2024-01-03 13:03 ` chrysos349
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Eloitor @ 2024-01-01 21:36 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/47993#issuecomment-1873489858

Comment:
Thanks I was able to build it. 

- Should I change the binary name to railway? It is currently diebahn, but the program is called railway.
- When I run it I get 

```
$ diebahn
zsh: IOT instruction  diebahn
```


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

* Re: [WIP] New package: railway-2.2.0
  2023-12-30  9:54 [PR PATCH] [WIP] New package: railway-2.2.0 Eloitor
                   ` (2 preceding siblings ...)
  2024-01-01 21:36 ` Eloitor
@ 2024-01-03 13:03 ` chrysos349
  2024-01-03 18:48 ` [PR PATCH] [Updated] " Eloitor
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: chrysos349 @ 2024-01-03 13:03 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/47993#issuecomment-1875340958

Comment:
```
# Template file for 'railway'
pkgname=railway
version=2.2.0
revision=1
build_style=meson
build_helper=rust
hostmakedepends="cargo desktop-file-utils gettext glib-devel
 gtk-update-icon-cache pkg-config"
makedepends="libadwaita-devel rust-std"
short_desc="Travel with all your train information in one place"
maintainer="chrysos349 <chrysostom349@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://gitlab.com/schmiddi-on-mobile/railway"
distfiles="https://gitlab.com/schmiddi-on-mobile/railway/-/archive/${version}/railway-${version}.tar.gz"
checksum=ed28cbfc8c2fa73187f85b2ba941e63226bb2adce8255448e50ff6fcf25333f4

post_patch() {
	if [ "$CROSS_BUILD" ]; then
		vsed -i src/meson.build \
			-e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
	fi
}
```

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

* Re: [PR PATCH] [Updated] [WIP] New package: railway-2.2.0
  2023-12-30  9:54 [PR PATCH] [WIP] New package: railway-2.2.0 Eloitor
                   ` (3 preceding siblings ...)
  2024-01-03 13:03 ` chrysos349
@ 2024-01-03 18:48 ` Eloitor
  2024-01-03 18:48 ` Eloitor
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Eloitor @ 2024-01-03 18:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages railway
https://github.com/void-linux/void-packages/pull/47993

[WIP] New package: railway-2.2.0
#### Testing the changes
- I tested the changes in this PR: **NO**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


I get this error, which I do not know how to solve:

```
error[E0583]: file not found for module `config`
```

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

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

From 57cf115bcf5c75196457589172d251de954a14bc Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Sat, 30 Dec 2023 10:47:08 +0100
Subject: [PATCH] New package: railway-2.2.0

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

diff --git a/srcpkgs/railway/template b/srcpkgs/railway/template
new file mode 100644
index 0000000000000..c3d24454d933a
--- /dev/null
+++ b/srcpkgs/railway/template
@@ -0,0 +1,22 @@
+# Template file for 'railway'
+pkgname=railway
+version=2.2.0
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo desktop-file-utils gettext glib-devel
+ gtk-update-icon-cache pkg-config"
+makedepends="libadwaita-devel rust-std"
+short_desc="Travel with all your train information in one place"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/schmiddi-on-mobile/railway"
+distfiles="https://gitlab.com/schmiddi-on-mobile/railway/-/archive/${version}/railway-${version}.tar.gz"
+checksum=ed28cbfc8c2fa73187f85b2ba941e63226bb2adce8255448e50ff6fcf25333f4
+
+post_patch() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i src/meson.build \
+			-e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
+	fi
+}

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

* Re: New package: railway-2.2.0
  2023-12-30  9:54 [PR PATCH] [WIP] New package: railway-2.2.0 Eloitor
                   ` (4 preceding siblings ...)
  2024-01-03 18:48 ` [PR PATCH] [Updated] " Eloitor
@ 2024-01-03 18:48 ` Eloitor
  2024-01-10 12:03 ` [PR PATCH] [Updated] " Eloitor
  2024-03-27 19:56 ` Eloitor
  7 siblings, 0 replies; 9+ messages in thread
From: Eloitor @ 2024-01-03 18:48 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/47993#issuecomment-1875813410

Comment:
Thank you!

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

* Re: [PR PATCH] [Updated] New package: railway-2.2.0
  2023-12-30  9:54 [PR PATCH] [WIP] New package: railway-2.2.0 Eloitor
                   ` (5 preceding siblings ...)
  2024-01-03 18:48 ` Eloitor
@ 2024-01-10 12:03 ` Eloitor
  2024-03-27 19:56 ` Eloitor
  7 siblings, 0 replies; 9+ messages in thread
From: Eloitor @ 2024-01-10 12:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages railway
https://github.com/void-linux/void-packages/pull/47993

New package: railway-2.2.0
#### Testing the changes
- I tested the changes in this PR: **NO**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


I get this error, which I do not know how to solve:

```
error[E0583]: file not found for module `config`
```

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

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

From bc35d5f07ac8496f11440a487c741e3e1f36069a Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Sat, 30 Dec 2023 10:47:08 +0100
Subject: [PATCH] New package: railway-2.2.0

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

diff --git a/srcpkgs/railway/template b/srcpkgs/railway/template
new file mode 100644
index 0000000000000..b0ff8ad8d43f9
--- /dev/null
+++ b/srcpkgs/railway/template
@@ -0,0 +1,22 @@
+# Template file for 'railway'
+pkgname=railway
+version=2.2.0
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo desktop-file-utils gettext glib-devel
+ gtk-update-icon-cache pkg-config"
+makedepends="libadwaita-devel rust-std"
+short_desc="Travel with all your train information in one place"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/schmiddi-on-mobile/railway"
+distfiles="https://gitlab.com/schmiddi-on-mobile/railway/-/archive/${version}/railway-${version}.tar.gz"
+checksum=ed28cbfc8c2fa73187f85b2ba941e63226bb2adce8255448e50ff6fcf25333f4
+
+post_patch() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i src/meson.build \
+			-e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
+	fi
+}

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

* Re: [PR PATCH] [Updated] New package: railway-2.2.0
  2023-12-30  9:54 [PR PATCH] [WIP] New package: railway-2.2.0 Eloitor
                   ` (6 preceding siblings ...)
  2024-01-10 12:03 ` [PR PATCH] [Updated] " Eloitor
@ 2024-03-27 19:56 ` Eloitor
  7 siblings, 0 replies; 9+ messages in thread
From: Eloitor @ 2024-03-27 19:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages railway
https://github.com/void-linux/void-packages/pull/47993

New package: railway-2.2.0
#### Testing the changes
- I tested the changes in this PR: **NO**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


I get this error, which I do not know how to solve:

```
error[E0583]: file not found for module `config`
```

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

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

From 28e214a0f848bff4e7ecc6caa23e7f0957aaada9 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Sat, 30 Dec 2023 10:47:08 +0100
Subject: [PATCH] New package: railway-2.2.0

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

diff --git a/srcpkgs/railway/template b/srcpkgs/railway/template
new file mode 100644
index 00000000000000..a4fb8312c39420
--- /dev/null
+++ b/srcpkgs/railway/template
@@ -0,0 +1,23 @@
+# Template file for 'railway'
+pkgname=railway
+version=2.4.0
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo desktop-file-utils gettext glib-devel
+ gtk-update-icon-cache pkg-config"
+makedepends="libadwaita-devel rust-std"
+short_desc="Travel with all your train information in one place"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/schmiddi-on-mobile/railway"
+changelog="https://gitlab.com/schmiddi-on-mobile/railway/-/raw/master/CHANGELOG.md"
+distfiles="https://gitlab.com/schmiddi-on-mobile/railway/-/archive/${version}/railway-${version}.tar.gz"
+checksum=8ccd58d5fd66c8e05183981a84db93913d8a69da7dc91040eb59113679a4d30c
+
+post_patch() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i src/meson.build \
+			-e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
+	fi
+}

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

end of thread, other threads:[~2024-03-27 19:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-30  9:54 [PR PATCH] [WIP] New package: railway-2.2.0 Eloitor
2023-12-31 13:21 ` icp1994
2024-01-01 21:31 ` [PR PATCH] [Updated] " Eloitor
2024-01-01 21:36 ` Eloitor
2024-01-03 13:03 ` chrysos349
2024-01-03 18:48 ` [PR PATCH] [Updated] " Eloitor
2024-01-03 18:48 ` Eloitor
2024-01-10 12:03 ` [PR PATCH] [Updated] " Eloitor
2024-03-27 19:56 ` Eloitor

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