* [PR PATCH] New package: lemoa-0.1.0
@ 2023-06-28 17:54 Bnyro
2023-06-30 15:26 ` [PR PATCH] [Updated] " Bnyro
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: Bnyro @ 2023-06-28 17:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 724 bytes --]
There is a new pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages lemoa
https://github.com/void-linux/void-packages/pull/44687
New package: lemoa-0.1.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### 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:
- aarch64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/44687.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lemoa-44687.patch --]
[-- Type: text/x-diff, Size: 1216 bytes --]
From f7dc88b5b57a4b55b7311c8b23f6d3b19ae2c2b5 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Wed, 28 Jun 2023 19:50:19 +0200
Subject: [PATCH] New package: lemoa-0.1.0
---
srcpkgs/lemoa/template | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 srcpkgs/lemoa/template
diff --git a/srcpkgs/lemoa/template b/srcpkgs/lemoa/template
new file mode 100644
index 000000000000..4d2f39609c55
--- /dev/null
+++ b/srcpkgs/lemoa/template
@@ -0,0 +1,21 @@
+# Template file for 'lemoa'
+pkgname=lemoa
+version=0.1.0
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="pkg-config rust cargo desktop-file-utils glib-devel gtk-update-icon-cache"
+makedepends="rust-std gtk4-devel libadwaita-devel"
+short_desc="Gtk client for Lemmy"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/lemmygtk/lemoa"
+distfiles="https://github.com/lemmygtk/lemoa/releases/download/v${version}/lemoa-${version}.tar.xz"
+checksum=72e06989cf33a860fe8120b45595fd5bd20fd5ee299b5373377e45033992c7d0
+
+pre_build() {
+ if [ "$CROSS_BUILD" ]; then
+ vsed -i src/meson.build \
+ -e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
+ fi
+}
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] New package: lemoa-0.1.0
2023-06-28 17:54 [PR PATCH] New package: lemoa-0.1.0 Bnyro
@ 2023-06-30 15:26 ` Bnyro
2023-06-30 15:27 ` Bnyro
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Bnyro @ 2023-06-30 15:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 729 bytes --]
There is an updated pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages lemoa
https://github.com/void-linux/void-packages/pull/44687
New package: lemoa-0.1.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### 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:
- aarch64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/44687.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lemoa-44687.patch --]
[-- Type: text/x-diff, Size: 1216 bytes --]
From ee48981ff507868376f5842be524d120d85f4e55 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 30 Jun 2023 17:26:40 +0200
Subject: [PATCH] New package: lemoa-0.1.0
---
srcpkgs/lemoa/template | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 srcpkgs/lemoa/template
diff --git a/srcpkgs/lemoa/template b/srcpkgs/lemoa/template
new file mode 100644
index 000000000000..c4e1b2597548
--- /dev/null
+++ b/srcpkgs/lemoa/template
@@ -0,0 +1,21 @@
+# Template file for 'lemoa'
+pkgname=lemoa
+version=0.2.0
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="pkg-config rust cargo desktop-file-utils glib-devel gtk-update-icon-cache"
+makedepends="rust-std gtk4-devel libadwaita-devel"
+short_desc="Gtk client for Lemmy"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/lemmygtk/lemoa"
+distfiles="https://github.com/lemmygtk/lemoa/releases/download/v${version}/lemoa-${version}.tar.xz"
+checksum=602974f62557f2476e0b7d081d9c727fec748e833d8c6e4cc112e9208c09a7c2
+
+pre_build() {
+ if [ "$CROSS_BUILD" ]; then
+ vsed -i src/meson.build \
+ -e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
+ fi
+}
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] New package: lemoa-0.1.0
2023-06-28 17:54 [PR PATCH] New package: lemoa-0.1.0 Bnyro
2023-06-30 15:26 ` [PR PATCH] [Updated] " Bnyro
@ 2023-06-30 15:27 ` Bnyro
2023-07-12 13:50 ` [PR PATCH] [Merged]: New package: lemoa-0.2.0 Duncaen
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Bnyro @ 2023-06-30 15:27 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 729 bytes --]
There is an updated pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages lemoa
https://github.com/void-linux/void-packages/pull/44687
New package: lemoa-0.1.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### 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:
- aarch64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/44687.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lemoa-44687.patch --]
[-- Type: text/x-diff, Size: 1216 bytes --]
From 9f73b2a5cafd47d0630f63bd3111adaf5ed16bb5 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 30 Jun 2023 17:26:40 +0200
Subject: [PATCH] New package: lemoa-0.2.0
---
srcpkgs/lemoa/template | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 srcpkgs/lemoa/template
diff --git a/srcpkgs/lemoa/template b/srcpkgs/lemoa/template
new file mode 100644
index 000000000000..c4e1b2597548
--- /dev/null
+++ b/srcpkgs/lemoa/template
@@ -0,0 +1,21 @@
+# Template file for 'lemoa'
+pkgname=lemoa
+version=0.2.0
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="pkg-config rust cargo desktop-file-utils glib-devel gtk-update-icon-cache"
+makedepends="rust-std gtk4-devel libadwaita-devel"
+short_desc="Gtk client for Lemmy"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/lemmygtk/lemoa"
+distfiles="https://github.com/lemmygtk/lemoa/releases/download/v${version}/lemoa-${version}.tar.xz"
+checksum=602974f62557f2476e0b7d081d9c727fec748e833d8c6e4cc112e9208c09a7c2
+
+pre_build() {
+ if [ "$CROSS_BUILD" ]; then
+ vsed -i src/meson.build \
+ -e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
+ fi
+}
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Merged]: New package: lemoa-0.2.0
2023-06-28 17:54 [PR PATCH] New package: lemoa-0.1.0 Bnyro
2023-06-30 15:26 ` [PR PATCH] [Updated] " Bnyro
2023-06-30 15:27 ` Bnyro
@ 2023-07-12 13:50 ` Duncaen
2023-07-12 14:18 ` Bnyro
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Duncaen @ 2023-07-12 13:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 579 bytes --]
There's a merged pull request on the void-packages repository
New package: lemoa-0.2.0
https://github.com/void-linux/void-packages/pull/44687
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### 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:
- aarch64-glibc
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New package: lemoa-0.2.0
2023-06-28 17:54 [PR PATCH] New package: lemoa-0.1.0 Bnyro
` (2 preceding siblings ...)
2023-07-12 13:50 ` [PR PATCH] [Merged]: New package: lemoa-0.2.0 Duncaen
@ 2023-07-12 14:18 ` Bnyro
2023-07-12 14:21 ` [PR REVIEW] " Duncaen
2023-07-12 14:26 ` Bnyro
5 siblings, 0 replies; 7+ messages in thread
From: Bnyro @ 2023-07-12 14:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 175 bytes --]
New comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/44687#issuecomment-1632615905
Comment:
Cool, thanks for merging @Duncaen !
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR REVIEW] New package: lemoa-0.2.0
2023-06-28 17:54 [PR PATCH] New package: lemoa-0.1.0 Bnyro
` (3 preceding siblings ...)
2023-07-12 14:18 ` Bnyro
@ 2023-07-12 14:21 ` Duncaen
2023-07-12 14:26 ` Bnyro
5 siblings, 0 replies; 7+ messages in thread
From: Duncaen @ 2023-07-12 14:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 386 bytes --]
New review comment by Duncaen on void-packages repository
https://github.com/void-linux/void-packages/pull/44687#discussion_r1261256839
Comment:
This should probably be `post_patch` or `post_extract`, meson will reconfigure the build if you change the meson.build file. I guess meson is smart enough to reuse the previous configuration, but its cleaner to patch prior to configuring.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR REVIEW] New package: lemoa-0.2.0
2023-06-28 17:54 [PR PATCH] New package: lemoa-0.1.0 Bnyro
` (4 preceding siblings ...)
2023-07-12 14:21 ` [PR REVIEW] " Duncaen
@ 2023-07-12 14:26 ` Bnyro
5 siblings, 0 replies; 7+ messages in thread
From: Bnyro @ 2023-07-12 14:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 215 bytes --]
New review comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/44687#discussion_r1261264620
Comment:
Makes sense! I will just change that with the next update, thank you!
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-07-12 14:26 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-28 17:54 [PR PATCH] New package: lemoa-0.1.0 Bnyro
2023-06-30 15:26 ` [PR PATCH] [Updated] " Bnyro
2023-06-30 15:27 ` Bnyro
2023-07-12 13:50 ` [PR PATCH] [Merged]: New package: lemoa-0.2.0 Duncaen
2023-07-12 14:18 ` Bnyro
2023-07-12 14:21 ` [PR REVIEW] " Duncaen
2023-07-12 14:26 ` Bnyro
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).