Github messages for voidlinux
 help / color / mirror / Atom feed
* [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

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