Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New packages: lemmy-0.18.2, lemmy-ui-0.18.2
@ 2023-07-21 12:28 TinfoilSubmarine
  2023-07-21 13:12 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: TinfoilSubmarine @ 2023-07-21 12:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/lemmy
https://github.com/void-linux/void-packages/pull/45170

New packages: lemmy-0.18.2, lemmy-ui-0.18.2
- New package: lemmy-0.18.2
- New package: lemmy-ui-0.18.2

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- 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
-->


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

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

From 0d1a071c413557ca4ed8f2c02ca865ceef341e77 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 14 Jun 2023 17:18:12 -0400
Subject: [PATCH 1/2] New package: lemmy-0.18.2

---
 srcpkgs/lemmy/files/lemmy/run                 |  6 +++
 .../disable-rustfmt-rosetta-build.patch       | 19 +++++++++
 srcpkgs/lemmy/template                        | 40 +++++++++++++++++++
 3 files changed, 65 insertions(+)
 create mode 100644 srcpkgs/lemmy/files/lemmy/run
 create mode 100644 srcpkgs/lemmy/patches/disable-rustfmt-rosetta-build.patch
 create mode 100644 srcpkgs/lemmy/template

diff --git a/srcpkgs/lemmy/files/lemmy/run b/srcpkgs/lemmy/files/lemmy/run
new file mode 100644
index 000000000000..8e7871ac50ff
--- /dev/null
+++ b/srcpkgs/lemmy/files/lemmy/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+export LEMMY_CONFIG_LOCATION=${LEMMY_CONFIG_LOCATION:-/etc/lemmy/lemmy.hjson}
+cd /var/lib/lemmy || exit 1
+exec chpst -u _lemmy:_lemmy lemmy_server
diff --git a/srcpkgs/lemmy/patches/disable-rustfmt-rosetta-build.patch b/srcpkgs/lemmy/patches/disable-rustfmt-rosetta-build.patch
new file mode 100644
index 000000000000..8b05cdd016b2
--- /dev/null
+++ b/srcpkgs/lemmy/patches/disable-rustfmt-rosetta-build.patch
@@ -0,0 +1,19 @@
+From ea7f83c4dcae490752a45b0ab3c4d07613c40eda Mon Sep 17 00:00:00 2001
+From: Joel Beckmeyer <joel@beckmeyer.us>
+Date: Fri, 21 Jul 2023 05:50:47 -0400
+Subject: [PATCH] disable rustfmt feature on rosetta-build (#3679)
+
+---
+ crates/utils/Cargo.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml
+index b97ce8bdc..9cafd0c11 100644
+--- a/crates/utils/Cargo.toml
++++ b/crates/utils/Cargo.toml
+@@ -55,4 +55,4 @@ enum-map = "2.6"
+ reqwest = { workspace = true }
+ 
+ [build-dependencies]
+-rosetta-build = "0.1.3"
++rosetta-build = { version = "0.1.3", default-features = false }
diff --git a/srcpkgs/lemmy/template b/srcpkgs/lemmy/template
new file mode 100644
index 000000000000..88ae628ebf7a
--- /dev/null
+++ b/srcpkgs/lemmy/template
@@ -0,0 +1,40 @@
+# Template file for 'lemmy'
+pkgname=lemmy
+version=0.18.2
+revision=1
+_translation_commit=3638cde3b3d59a969872d5f8e65f80faa9d3ab1c
+build_style=cargo
+configure_args="--features=embed-pictrs"
+hostmakedepends="pkg-config protobuf"
+makedepends="openssl-devel libpqxx-devel libzstd-devel"
+depends="ImageMagick ffmpeg exiftool"
+short_desc="Link aggregator and forum for the fediverse"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-only"
+homepage="https://join-lemmy.org/"
+changelog="https://raw.githubusercontent.com/LemmyNet/lemmy/main/RELEASES.md"
+distfiles="https://github.com/LemmyNet/lemmy/archive/refs/tags/${version}.tar.gz
+ https://github.com/LemmyNet/lemmy-translations/archive/${_translation_commit}.tar.gz"
+checksum="2a00f68d6250ea0da2c33facd96d4c08377f3285f394c787d05a27194e2b8452
+ 170e9526be77fb6370aa76ce86f9f96a7c08460da91304518c047e819a1d26ab"
+system_accounts="_lemmy"
+make_dirs="/var/lib/lemmy 0700 _lemmy _lemmy"
+_lemmy_homedir="/var/lib/lemmy"
+conf_files="/etc/lemmy/lemmy.hjson"
+
+post_extract() {
+	cp -r lemmy-${version}/. .
+	cp -r lemmy-translations-${_translation_commit}/. crates/utils/translations
+	rm -rf lemmy-${version} lemmy-translations-${_translation_commit}
+}
+
+post_patch() {
+	vsed -i "s/unknown version/$version/" crates/utils/src/version.rs
+}
+
+post_install() {
+	vsconf config/defaults.hjson
+	vinstall config/config.hjson 644 etc/lemmy lemmy.hjson
+	vsv lemmy
+	vlicense LICENSE
+}

From cc5aad5dff88ece35f1d5420f9a9e6c8717f66b9 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 16 Jun 2023 10:09:22 -0400
Subject: [PATCH 2/2] New package: lemmy-ui-0.18.2

---
 srcpkgs/lemmy-ui/files/lemmy-ui/run |  5 ++++
 srcpkgs/lemmy-ui/template           | 41 +++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 100644 srcpkgs/lemmy-ui/files/lemmy-ui/run
 create mode 100644 srcpkgs/lemmy-ui/template

diff --git a/srcpkgs/lemmy-ui/files/lemmy-ui/run b/srcpkgs/lemmy-ui/files/lemmy-ui/run
new file mode 100644
index 000000000000..26535bea510c
--- /dev/null
+++ b/srcpkgs/lemmy-ui/files/lemmy-ui/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+cd /usr/lib/lemmy-ui || exit 1
+exec chpst -u _lemmyui:_lemmyui node dist/js/server.js
diff --git a/srcpkgs/lemmy-ui/template b/srcpkgs/lemmy-ui/template
new file mode 100644
index 000000000000..fa3530e8b9f7
--- /dev/null
+++ b/srcpkgs/lemmy-ui/template
@@ -0,0 +1,41 @@
+# Template file for 'lemmy-ui'
+pkgname=lemmy-ui
+version=0.18.2
+revision=1
+_translation_commit=3638cde3b3d59a969872d5f8e65f80faa9d3ab1c
+hostmakedepends="yarn"
+depends="nodejs"
+short_desc="Official web app for lemmy"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-only"
+homepage="https://join-lemmy.org/"
+distfiles="https://github.com/LemmyNet/lemmy-ui/archive/refs/tags/${version}.tar.gz
+ https://github.com/LemmyNet/lemmy-translations/archive/${_translation_commit}.tar.gz"
+checksum="ffadc85c71248379670943eecd6102d99b732425009c54ebad74c6559b9787bb
+ 170e9526be77fb6370aa76ce86f9f96a7c08460da91304518c047e819a1d26ab"
+python_version=3
+system_accounts="_lemmyui"
+
+post_extract() {
+	cp -r lemmy-ui-${version}/. .
+	cp -r lemmy-translations-${_translation_commit}/. lemmy-translations
+	rm -rf lemmy-${version} lemmy-translations-${_translation_commit}
+
+	yarn install --pure-lockfile
+}
+
+post_patch() {
+	vsed -i "s/unknown version/$version/" src/shared/version.ts
+}
+
+do_build() {
+	yarn build:prod
+}
+
+do_install() {
+	vmkdir usr/lib/lemmy-ui
+	vcopy dist usr/lib/lemmy-ui
+	vcopy node_modules usr/lib/lemmy-ui
+	vlicense LICENSE
+	vsv lemmy-ui
+}

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

* Re: [PR PATCH] [Updated] New packages: lemmy-0.18.2, lemmy-ui-0.18.2
  2023-07-21 12:28 [PR PATCH] New packages: lemmy-0.18.2, lemmy-ui-0.18.2 TinfoilSubmarine
@ 2023-07-21 13:12 ` TinfoilSubmarine
  2023-07-21 14:10 ` TinfoilSubmarine
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: TinfoilSubmarine @ 2023-07-21 13:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/lemmy
https://github.com/void-linux/void-packages/pull/45170

New packages: lemmy-0.18.2, lemmy-ui-0.18.2
- New package: lemmy-0.18.2
- New package: lemmy-ui-0.18.2

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- 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
-->


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

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

From 0d1a071c413557ca4ed8f2c02ca865ceef341e77 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 14 Jun 2023 17:18:12 -0400
Subject: [PATCH 1/2] New package: lemmy-0.18.2

---
 srcpkgs/lemmy/files/lemmy/run                 |  6 +++
 .../disable-rustfmt-rosetta-build.patch       | 19 +++++++++
 srcpkgs/lemmy/template                        | 40 +++++++++++++++++++
 3 files changed, 65 insertions(+)
 create mode 100644 srcpkgs/lemmy/files/lemmy/run
 create mode 100644 srcpkgs/lemmy/patches/disable-rustfmt-rosetta-build.patch
 create mode 100644 srcpkgs/lemmy/template

diff --git a/srcpkgs/lemmy/files/lemmy/run b/srcpkgs/lemmy/files/lemmy/run
new file mode 100644
index 0000000000000..8e7871ac50ffb
--- /dev/null
+++ b/srcpkgs/lemmy/files/lemmy/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+export LEMMY_CONFIG_LOCATION=${LEMMY_CONFIG_LOCATION:-/etc/lemmy/lemmy.hjson}
+cd /var/lib/lemmy || exit 1
+exec chpst -u _lemmy:_lemmy lemmy_server
diff --git a/srcpkgs/lemmy/patches/disable-rustfmt-rosetta-build.patch b/srcpkgs/lemmy/patches/disable-rustfmt-rosetta-build.patch
new file mode 100644
index 0000000000000..8b05cdd016b2a
--- /dev/null
+++ b/srcpkgs/lemmy/patches/disable-rustfmt-rosetta-build.patch
@@ -0,0 +1,19 @@
+From ea7f83c4dcae490752a45b0ab3c4d07613c40eda Mon Sep 17 00:00:00 2001
+From: Joel Beckmeyer <joel@beckmeyer.us>
+Date: Fri, 21 Jul 2023 05:50:47 -0400
+Subject: [PATCH] disable rustfmt feature on rosetta-build (#3679)
+
+---
+ crates/utils/Cargo.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml
+index b97ce8bdc..9cafd0c11 100644
+--- a/crates/utils/Cargo.toml
++++ b/crates/utils/Cargo.toml
+@@ -55,4 +55,4 @@ enum-map = "2.6"
+ reqwest = { workspace = true }
+ 
+ [build-dependencies]
+-rosetta-build = "0.1.3"
++rosetta-build = { version = "0.1.3", default-features = false }
diff --git a/srcpkgs/lemmy/template b/srcpkgs/lemmy/template
new file mode 100644
index 0000000000000..88ae628ebf7a9
--- /dev/null
+++ b/srcpkgs/lemmy/template
@@ -0,0 +1,40 @@
+# Template file for 'lemmy'
+pkgname=lemmy
+version=0.18.2
+revision=1
+_translation_commit=3638cde3b3d59a969872d5f8e65f80faa9d3ab1c
+build_style=cargo
+configure_args="--features=embed-pictrs"
+hostmakedepends="pkg-config protobuf"
+makedepends="openssl-devel libpqxx-devel libzstd-devel"
+depends="ImageMagick ffmpeg exiftool"
+short_desc="Link aggregator and forum for the fediverse"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-only"
+homepage="https://join-lemmy.org/"
+changelog="https://raw.githubusercontent.com/LemmyNet/lemmy/main/RELEASES.md"
+distfiles="https://github.com/LemmyNet/lemmy/archive/refs/tags/${version}.tar.gz
+ https://github.com/LemmyNet/lemmy-translations/archive/${_translation_commit}.tar.gz"
+checksum="2a00f68d6250ea0da2c33facd96d4c08377f3285f394c787d05a27194e2b8452
+ 170e9526be77fb6370aa76ce86f9f96a7c08460da91304518c047e819a1d26ab"
+system_accounts="_lemmy"
+make_dirs="/var/lib/lemmy 0700 _lemmy _lemmy"
+_lemmy_homedir="/var/lib/lemmy"
+conf_files="/etc/lemmy/lemmy.hjson"
+
+post_extract() {
+	cp -r lemmy-${version}/. .
+	cp -r lemmy-translations-${_translation_commit}/. crates/utils/translations
+	rm -rf lemmy-${version} lemmy-translations-${_translation_commit}
+}
+
+post_patch() {
+	vsed -i "s/unknown version/$version/" crates/utils/src/version.rs
+}
+
+post_install() {
+	vsconf config/defaults.hjson
+	vinstall config/config.hjson 644 etc/lemmy lemmy.hjson
+	vsv lemmy
+	vlicense LICENSE
+}

From a3072d40543c68271a0a0b663bb689a9f8fa4f60 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 16 Jun 2023 10:09:22 -0400
Subject: [PATCH 2/2] New package: lemmy-ui-0.18.2

---
 srcpkgs/lemmy-ui/files/lemmy-ui/run |  5 ++++
 srcpkgs/lemmy-ui/template           | 42 +++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)
 create mode 100644 srcpkgs/lemmy-ui/files/lemmy-ui/run
 create mode 100644 srcpkgs/lemmy-ui/template

diff --git a/srcpkgs/lemmy-ui/files/lemmy-ui/run b/srcpkgs/lemmy-ui/files/lemmy-ui/run
new file mode 100644
index 0000000000000..26535bea510c0
--- /dev/null
+++ b/srcpkgs/lemmy-ui/files/lemmy-ui/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+cd /usr/lib/lemmy-ui || exit 1
+exec chpst -u _lemmyui:_lemmyui node dist/js/server.js
diff --git a/srcpkgs/lemmy-ui/template b/srcpkgs/lemmy-ui/template
new file mode 100644
index 0000000000000..44ec25b80f4f1
--- /dev/null
+++ b/srcpkgs/lemmy-ui/template
@@ -0,0 +1,42 @@
+# Template file for 'lemmy-ui'
+pkgname=lemmy-ui
+version=0.18.2
+revision=1
+_translation_commit=3638cde3b3d59a969872d5f8e65f80faa9d3ab1c
+hostmakedepends="yarn pkg-config"
+makedepends="libvips-devel"
+depends="nodejs"
+short_desc="Official web app for lemmy"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-only"
+homepage="https://join-lemmy.org/"
+distfiles="https://github.com/LemmyNet/lemmy-ui/archive/refs/tags/${version}.tar.gz
+ https://github.com/LemmyNet/lemmy-translations/archive/${_translation_commit}.tar.gz"
+checksum="ffadc85c71248379670943eecd6102d99b732425009c54ebad74c6559b9787bb
+ 170e9526be77fb6370aa76ce86f9f96a7c08460da91304518c047e819a1d26ab"
+python_version=3
+system_accounts="_lemmyui"
+
+post_extract() {
+	cp -r lemmy-ui-${version}/. .
+	cp -r lemmy-translations-${_translation_commit}/. lemmy-translations
+	rm -rf lemmy-${version} lemmy-translations-${_translation_commit}
+
+	yarn install --pure-lockfile
+}
+
+post_patch() {
+	vsed -i "s/unknown version/$version/" src/shared/version.ts
+}
+
+do_build() {
+	yarn build:prod
+}
+
+do_install() {
+	vmkdir usr/lib/lemmy-ui
+	vcopy dist usr/lib/lemmy-ui
+	vcopy node_modules usr/lib/lemmy-ui
+	vlicense LICENSE
+	vsv lemmy-ui
+}

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

* Re: [PR PATCH] [Updated] New packages: lemmy-0.18.2, lemmy-ui-0.18.2
  2023-07-21 12:28 [PR PATCH] New packages: lemmy-0.18.2, lemmy-ui-0.18.2 TinfoilSubmarine
  2023-07-21 13:12 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2023-07-21 14:10 ` TinfoilSubmarine
  2023-07-28 17:04 ` TinfoilSubmarine
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: TinfoilSubmarine @ 2023-07-21 14:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/lemmy
https://github.com/void-linux/void-packages/pull/45170

New packages: lemmy-0.18.2, lemmy-ui-0.18.2
- New package: lemmy-0.18.2
- New package: lemmy-ui-0.18.2

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- 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
-->


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

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

From 0d1a071c413557ca4ed8f2c02ca865ceef341e77 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 14 Jun 2023 17:18:12 -0400
Subject: [PATCH 1/2] New package: lemmy-0.18.2

---
 srcpkgs/lemmy/files/lemmy/run                 |  6 +++
 .../disable-rustfmt-rosetta-build.patch       | 19 +++++++++
 srcpkgs/lemmy/template                        | 40 +++++++++++++++++++
 3 files changed, 65 insertions(+)
 create mode 100644 srcpkgs/lemmy/files/lemmy/run
 create mode 100644 srcpkgs/lemmy/patches/disable-rustfmt-rosetta-build.patch
 create mode 100644 srcpkgs/lemmy/template

diff --git a/srcpkgs/lemmy/files/lemmy/run b/srcpkgs/lemmy/files/lemmy/run
new file mode 100644
index 0000000000000..8e7871ac50ffb
--- /dev/null
+++ b/srcpkgs/lemmy/files/lemmy/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+export LEMMY_CONFIG_LOCATION=${LEMMY_CONFIG_LOCATION:-/etc/lemmy/lemmy.hjson}
+cd /var/lib/lemmy || exit 1
+exec chpst -u _lemmy:_lemmy lemmy_server
diff --git a/srcpkgs/lemmy/patches/disable-rustfmt-rosetta-build.patch b/srcpkgs/lemmy/patches/disable-rustfmt-rosetta-build.patch
new file mode 100644
index 0000000000000..8b05cdd016b2a
--- /dev/null
+++ b/srcpkgs/lemmy/patches/disable-rustfmt-rosetta-build.patch
@@ -0,0 +1,19 @@
+From ea7f83c4dcae490752a45b0ab3c4d07613c40eda Mon Sep 17 00:00:00 2001
+From: Joel Beckmeyer <joel@beckmeyer.us>
+Date: Fri, 21 Jul 2023 05:50:47 -0400
+Subject: [PATCH] disable rustfmt feature on rosetta-build (#3679)
+
+---
+ crates/utils/Cargo.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml
+index b97ce8bdc..9cafd0c11 100644
+--- a/crates/utils/Cargo.toml
++++ b/crates/utils/Cargo.toml
+@@ -55,4 +55,4 @@ enum-map = "2.6"
+ reqwest = { workspace = true }
+ 
+ [build-dependencies]
+-rosetta-build = "0.1.3"
++rosetta-build = { version = "0.1.3", default-features = false }
diff --git a/srcpkgs/lemmy/template b/srcpkgs/lemmy/template
new file mode 100644
index 0000000000000..88ae628ebf7a9
--- /dev/null
+++ b/srcpkgs/lemmy/template
@@ -0,0 +1,40 @@
+# Template file for 'lemmy'
+pkgname=lemmy
+version=0.18.2
+revision=1
+_translation_commit=3638cde3b3d59a969872d5f8e65f80faa9d3ab1c
+build_style=cargo
+configure_args="--features=embed-pictrs"
+hostmakedepends="pkg-config protobuf"
+makedepends="openssl-devel libpqxx-devel libzstd-devel"
+depends="ImageMagick ffmpeg exiftool"
+short_desc="Link aggregator and forum for the fediverse"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-only"
+homepage="https://join-lemmy.org/"
+changelog="https://raw.githubusercontent.com/LemmyNet/lemmy/main/RELEASES.md"
+distfiles="https://github.com/LemmyNet/lemmy/archive/refs/tags/${version}.tar.gz
+ https://github.com/LemmyNet/lemmy-translations/archive/${_translation_commit}.tar.gz"
+checksum="2a00f68d6250ea0da2c33facd96d4c08377f3285f394c787d05a27194e2b8452
+ 170e9526be77fb6370aa76ce86f9f96a7c08460da91304518c047e819a1d26ab"
+system_accounts="_lemmy"
+make_dirs="/var/lib/lemmy 0700 _lemmy _lemmy"
+_lemmy_homedir="/var/lib/lemmy"
+conf_files="/etc/lemmy/lemmy.hjson"
+
+post_extract() {
+	cp -r lemmy-${version}/. .
+	cp -r lemmy-translations-${_translation_commit}/. crates/utils/translations
+	rm -rf lemmy-${version} lemmy-translations-${_translation_commit}
+}
+
+post_patch() {
+	vsed -i "s/unknown version/$version/" crates/utils/src/version.rs
+}
+
+post_install() {
+	vsconf config/defaults.hjson
+	vinstall config/config.hjson 644 etc/lemmy lemmy.hjson
+	vsv lemmy
+	vlicense LICENSE
+}

From ee879b69ff36985efb4ce4d5c8ae311d529a7daa Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 16 Jun 2023 10:09:22 -0400
Subject: [PATCH 2/2] New package: lemmy-ui-0.18.2

---
 srcpkgs/lemmy-ui/files/lemmy-ui/run |  5 +++
 srcpkgs/lemmy-ui/template           | 56 +++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)
 create mode 100644 srcpkgs/lemmy-ui/files/lemmy-ui/run
 create mode 100644 srcpkgs/lemmy-ui/template

diff --git a/srcpkgs/lemmy-ui/files/lemmy-ui/run b/srcpkgs/lemmy-ui/files/lemmy-ui/run
new file mode 100644
index 0000000000000..26535bea510c0
--- /dev/null
+++ b/srcpkgs/lemmy-ui/files/lemmy-ui/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+cd /usr/lib/lemmy-ui || exit 1
+exec chpst -u _lemmyui:_lemmyui node dist/js/server.js
diff --git a/srcpkgs/lemmy-ui/template b/srcpkgs/lemmy-ui/template
new file mode 100644
index 0000000000000..a852b847d3d71
--- /dev/null
+++ b/srcpkgs/lemmy-ui/template
@@ -0,0 +1,56 @@
+# Template file for 'lemmy-ui'
+pkgname=lemmy-ui
+version=0.18.2
+revision=1
+archs="x86_64* i686* aarch64* arm*" # sharp
+_translation_commit=3638cde3b3d59a969872d5f8e65f80faa9d3ab1c
+hostmakedepends="yarn pkg-config"
+makedepends="libvips-devel"
+depends="nodejs"
+short_desc="Official web app for lemmy"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-only"
+homepage="https://join-lemmy.org/"
+distfiles="https://github.com/LemmyNet/lemmy-ui/archive/refs/tags/${version}.tar.gz
+ https://github.com/LemmyNet/lemmy-translations/archive/${_translation_commit}.tar.gz"
+checksum="ffadc85c71248379670943eecd6102d99b732425009c54ebad74c6559b9787bb
+ 170e9526be77fb6370aa76ce86f9f96a7c08460da91304518c047e819a1d26ab"
+python_version=3
+system_accounts="_lemmyui"
+
+export npm_config_platform=linux
+case "$XBPS_TARGET_MACHINE" in
+	aarch64*) export npm_config_arch=arm64;;
+	armv5*) export npm_config_arch=arm; export npm_config_arm_version=5;;
+	armv6*) export npm_config_arch=arm; export npm_config_arm_version=6;;
+	armv7*) export npm_config_arch=arm; export npm_config_arm_version=7;;
+	i686*) export npm_config_arch=ia32;;
+	x86_64*) export npm_config_arch=x64;;
+esac
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	export npm_config_libc=musl
+fi
+
+post_extract() {
+	cp -r lemmy-ui-${version}/. .
+	cp -r lemmy-translations-${_translation_commit}/. lemmy-translations
+	rm -rf lemmy-${version} lemmy-translations-${_translation_commit}
+
+	yarn install --pure-lockfile
+}
+
+post_patch() {
+	vsed -i "s/unknown version/$version/" src/shared/version.ts
+}
+
+do_build() {
+	yarn build:prod
+}
+
+do_install() {
+	vmkdir usr/lib/lemmy-ui
+	vcopy dist usr/lib/lemmy-ui
+	vcopy node_modules usr/lib/lemmy-ui
+	vlicense LICENSE
+	vsv lemmy-ui
+}

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

* Re: [PR PATCH] [Updated] New packages: lemmy-0.18.2, lemmy-ui-0.18.2
  2023-07-21 12:28 [PR PATCH] New packages: lemmy-0.18.2, lemmy-ui-0.18.2 TinfoilSubmarine
  2023-07-21 13:12 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2023-07-21 14:10 ` TinfoilSubmarine
@ 2023-07-28 17:04 ` TinfoilSubmarine
  2023-08-08 15:35 ` TinfoilSubmarine
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: TinfoilSubmarine @ 2023-07-28 17:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/lemmy
https://github.com/void-linux/void-packages/pull/45170

New packages: lemmy-0.18.2, lemmy-ui-0.18.2
- New package: lemmy-0.18.2
- New package: lemmy-ui-0.18.2

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- 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
-->


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

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

From 78baca2a86835ef180c22509119dc907b5f57041 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 14 Jun 2023 17:18:12 -0400
Subject: [PATCH 1/2] New package: lemmy-0.18.3

---
 srcpkgs/lemmy/files/lemmy/run |  6 ++++++
 srcpkgs/lemmy/template        | 40 +++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 100644 srcpkgs/lemmy/files/lemmy/run
 create mode 100644 srcpkgs/lemmy/template

diff --git a/srcpkgs/lemmy/files/lemmy/run b/srcpkgs/lemmy/files/lemmy/run
new file mode 100644
index 0000000000000..8e7871ac50ffb
--- /dev/null
+++ b/srcpkgs/lemmy/files/lemmy/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+export LEMMY_CONFIG_LOCATION=${LEMMY_CONFIG_LOCATION:-/etc/lemmy/lemmy.hjson}
+cd /var/lib/lemmy || exit 1
+exec chpst -u _lemmy:_lemmy lemmy_server
diff --git a/srcpkgs/lemmy/template b/srcpkgs/lemmy/template
new file mode 100644
index 0000000000000..0f7e6fb8dd6fa
--- /dev/null
+++ b/srcpkgs/lemmy/template
@@ -0,0 +1,40 @@
+# Template file for 'lemmy'
+pkgname=lemmy
+version=0.18.3
+revision=1
+_translation_commit=153351ad2f2fbd03ca4c0b353a84f9d622a5ab91
+build_style=cargo
+configure_args="--features=embed-pictrs"
+hostmakedepends="pkg-config protobuf"
+makedepends="openssl-devel libpqxx-devel libzstd-devel"
+depends="ImageMagick ffmpeg exiftool"
+short_desc="Link aggregator and forum for the fediverse"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-only"
+homepage="https://join-lemmy.org/"
+changelog="https://raw.githubusercontent.com/LemmyNet/lemmy/main/RELEASES.md"
+distfiles="https://github.com/LemmyNet/lemmy/archive/refs/tags/${version}.tar.gz
+ https://github.com/LemmyNet/lemmy-translations/archive/${_translation_commit}.tar.gz"
+checksum="cc649b92390c86a95de625912f8515b09e3c0579df8c5bf5d0d8e02109783ecf
+ a91bc15aeb47d6612f7a73249c51f2bb8658f0ab460184e36a179ac1f02bcc6b"
+system_accounts="_lemmy"
+make_dirs="/var/lib/lemmy 0700 _lemmy _lemmy"
+_lemmy_homedir="/var/lib/lemmy"
+conf_files="/etc/lemmy/lemmy.hjson"
+
+post_extract() {
+	cp -r lemmy-${version}/. .
+	cp -r lemmy-translations-${_translation_commit}/. crates/utils/translations
+	rm -rf lemmy-${version} lemmy-translations-${_translation_commit}
+}
+
+post_patch() {
+	vsed -i "s/unknown version/$version/" crates/utils/src/version.rs
+}
+
+post_install() {
+	vsconf config/defaults.hjson
+	vinstall config/config.hjson 644 etc/lemmy lemmy.hjson
+	vsv lemmy
+	vlicense LICENSE
+}

From 940fa29c34da42cd045596c44b2d4702620e97f2 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 16 Jun 2023 10:09:22 -0400
Subject: [PATCH 2/2] New package: lemmy-ui-0.18.3

---
 srcpkgs/lemmy-ui/files/lemmy-ui/run |  5 +++
 srcpkgs/lemmy-ui/template           | 58 +++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)
 create mode 100644 srcpkgs/lemmy-ui/files/lemmy-ui/run
 create mode 100644 srcpkgs/lemmy-ui/template

diff --git a/srcpkgs/lemmy-ui/files/lemmy-ui/run b/srcpkgs/lemmy-ui/files/lemmy-ui/run
new file mode 100644
index 0000000000000..26535bea510c0
--- /dev/null
+++ b/srcpkgs/lemmy-ui/files/lemmy-ui/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+cd /usr/lib/lemmy-ui || exit 1
+exec chpst -u _lemmyui:_lemmyui node dist/js/server.js
diff --git a/srcpkgs/lemmy-ui/template b/srcpkgs/lemmy-ui/template
new file mode 100644
index 0000000000000..b79fb46c97e5f
--- /dev/null
+++ b/srcpkgs/lemmy-ui/template
@@ -0,0 +1,58 @@
+# Template file for 'lemmy-ui'
+pkgname=lemmy-ui
+version=0.18.3
+revision=1
+_translation_commit=153351ad2f2fbd03ca4c0b353a84f9d622a5ab91
+hostmakedepends="yarn pkg-config python3"
+makedepends="libvips-devel"
+depends="nodejs"
+short_desc="Official web app for lemmy"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-only"
+homepage="https://join-lemmy.org/"
+distfiles="https://github.com/LemmyNet/lemmy-ui/archive/refs/tags/${version}.tar.gz
+ https://github.com/LemmyNet/lemmy-translations/archive/${_translation_commit}.tar.gz"
+checksum="746bdb85627aa1381a8e77176985b522a323b49a861347a68227e70948e54a49
+ a91bc15aeb47d6612f7a73249c51f2bb8658f0ab460184e36a179ac1f02bcc6b"
+python_version=3
+system_accounts="_lemmyui"
+
+export NODE_ENV=production
+case "$XBPS_TARGET_MACHINE" in
+	aarch64*) export npm_config_arch=arm64;;
+	armv5*) export npm_config_arch=arm; export npm_config_arm_version=5;;
+	armv6*) export npm_config_arch=arm; export npm_config_arm_version=6;;
+	armv7*) export npm_config_arch=arm; export npm_config_arm_version=7;;
+	i686*) export npm_config_arch=ia32;;
+	x86_64*) export npm_config_arch=x64;;
+esac
+export npm_config_build_from_source=true
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	export npm_config_libc=musl
+fi
+export npm_config_platform=linux
+
+post_extract() {
+	cp -r lemmy-ui-${version}/. .
+	cp -r lemmy-translations-${_translation_commit}/. lemmy-translations
+	rm -rf lemmy-${version} lemmy-translations-${_translation_commit}
+
+	yarn install --pure-lockfile
+}
+
+post_patch() {
+	vsed -i "s/unknown version/$version/" src/shared/version.ts
+}
+
+do_build() {
+	yarn build:prod
+}
+
+do_install() {
+	npm prune
+	vmkdir usr/lib/lemmy-ui
+	vcopy dist usr/lib/lemmy-ui
+	vcopy node_modules usr/lib/lemmy-ui
+	vlicense LICENSE
+	vsv lemmy-ui
+}

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

* Re: [PR PATCH] [Updated] New packages: lemmy-0.18.2, lemmy-ui-0.18.2
  2023-07-21 12:28 [PR PATCH] New packages: lemmy-0.18.2, lemmy-ui-0.18.2 TinfoilSubmarine
                   ` (2 preceding siblings ...)
  2023-07-28 17:04 ` TinfoilSubmarine
@ 2023-08-08 15:35 ` TinfoilSubmarine
  2023-08-17 14:27 ` [PR PATCH] [Updated] New packages: lemmy-0.18.4, lemmy-ui-0.18.4 TinfoilSubmarine
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: TinfoilSubmarine @ 2023-08-08 15:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/lemmy
https://github.com/void-linux/void-packages/pull/45170

New packages: lemmy-0.18.2, lemmy-ui-0.18.2
- New package: lemmy-0.18.2
- New package: lemmy-ui-0.18.2

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- 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
-->


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

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

From 993413167ca540201581c8e4f1798c7b63f27bdd Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 14 Jun 2023 17:18:12 -0400
Subject: [PATCH 1/2] New package: lemmy-0.18.4

---
 srcpkgs/lemmy/files/lemmy/run |  6 ++++++
 srcpkgs/lemmy/template        | 40 +++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 100644 srcpkgs/lemmy/files/lemmy/run
 create mode 100644 srcpkgs/lemmy/template

diff --git a/srcpkgs/lemmy/files/lemmy/run b/srcpkgs/lemmy/files/lemmy/run
new file mode 100644
index 0000000000000..8e7871ac50ffb
--- /dev/null
+++ b/srcpkgs/lemmy/files/lemmy/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+export LEMMY_CONFIG_LOCATION=${LEMMY_CONFIG_LOCATION:-/etc/lemmy/lemmy.hjson}
+cd /var/lib/lemmy || exit 1
+exec chpst -u _lemmy:_lemmy lemmy_server
diff --git a/srcpkgs/lemmy/template b/srcpkgs/lemmy/template
new file mode 100644
index 0000000000000..9e16171196c06
--- /dev/null
+++ b/srcpkgs/lemmy/template
@@ -0,0 +1,40 @@
+# Template file for 'lemmy'
+pkgname=lemmy
+version=0.18.4
+revision=1
+_translation_commit=1c42c579460871de7b4ea18e58dc25543b80d289
+build_style=cargo
+configure_args="--features=embed-pictrs"
+hostmakedepends="pkg-config protobuf"
+makedepends="openssl-devel libpqxx-devel libzstd-devel"
+depends="ImageMagick ffmpeg exiftool"
+short_desc="Link aggregator and forum for the fediverse"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-only"
+homepage="https://join-lemmy.org/"
+changelog="https://raw.githubusercontent.com/LemmyNet/lemmy/main/RELEASES.md"
+distfiles="https://github.com/LemmyNet/lemmy/archive/refs/tags/${version}.tar.gz
+ https://github.com/LemmyNet/lemmy-translations/archive/${_translation_commit}.tar.gz"
+checksum="47b0e7880f355879ab1d557aa679924e3fa9419736c680c00dca63d69ff57f83
+ 7775b2a3070205f9b4b099215b30ee6bef3d5fb0c4e95aab52697e2bcb7cf9f7"
+system_accounts="_lemmy"
+make_dirs="/var/lib/lemmy 0700 _lemmy _lemmy"
+_lemmy_homedir="/var/lib/lemmy"
+conf_files="/etc/lemmy/lemmy.hjson"
+
+post_extract() {
+	cp -r lemmy-${version}/. .
+	cp -r lemmy-translations-${_translation_commit}/. crates/utils/translations
+	rm -rf lemmy-${version} lemmy-translations-${_translation_commit}
+}
+
+post_patch() {
+	vsed -i "s/unknown version/$version/" crates/utils/src/version.rs
+}
+
+post_install() {
+	vsconf config/defaults.hjson
+	vinstall config/config.hjson 644 etc/lemmy lemmy.hjson
+	vsv lemmy
+	vlicense LICENSE
+}

From ec3b0a864ba136f24dc8283d87bda3b369050b0b Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 16 Jun 2023 10:09:22 -0400
Subject: [PATCH 2/2] New package: lemmy-ui-0.18.4

---
 srcpkgs/lemmy-ui/files/lemmy-ui/run |  5 +++
 srcpkgs/lemmy-ui/template           | 58 +++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)
 create mode 100644 srcpkgs/lemmy-ui/files/lemmy-ui/run
 create mode 100644 srcpkgs/lemmy-ui/template

diff --git a/srcpkgs/lemmy-ui/files/lemmy-ui/run b/srcpkgs/lemmy-ui/files/lemmy-ui/run
new file mode 100644
index 0000000000000..26535bea510c0
--- /dev/null
+++ b/srcpkgs/lemmy-ui/files/lemmy-ui/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+cd /usr/lib/lemmy-ui || exit 1
+exec chpst -u _lemmyui:_lemmyui node dist/js/server.js
diff --git a/srcpkgs/lemmy-ui/template b/srcpkgs/lemmy-ui/template
new file mode 100644
index 0000000000000..e526ee6ef5078
--- /dev/null
+++ b/srcpkgs/lemmy-ui/template
@@ -0,0 +1,58 @@
+# Template file for 'lemmy-ui'
+pkgname=lemmy-ui
+version=0.18.4
+revision=1
+_translation_commit=1c42c579460871de7b4ea18e58dc25543b80d289
+hostmakedepends="yarn pkg-config python3"
+makedepends="libvips-devel"
+depends="nodejs"
+short_desc="Official web app for lemmy"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-only"
+homepage="https://join-lemmy.org/"
+distfiles="https://github.com/LemmyNet/lemmy-ui/archive/refs/tags/${version}.tar.gz
+ https://github.com/LemmyNet/lemmy-translations/archive/${_translation_commit}.tar.gz"
+checksum="e8f436b40eca86a104d86d9521de52f93d2f60210e66d756087ba0ba9e7cf373
+ 7775b2a3070205f9b4b099215b30ee6bef3d5fb0c4e95aab52697e2bcb7cf9f7"
+python_version=3
+system_accounts="_lemmyui"
+
+export NODE_ENV=production
+case "$XBPS_TARGET_MACHINE" in
+	aarch64*) export npm_config_arch=arm64;;
+	armv5*) export npm_config_arch=arm; export npm_config_arm_version=5;;
+	armv6*) export npm_config_arch=arm; export npm_config_arm_version=6;;
+	armv7*) export npm_config_arch=arm; export npm_config_arm_version=7;;
+	i686*) export npm_config_arch=ia32;;
+	x86_64*) export npm_config_arch=x64;;
+esac
+export npm_config_build_from_source=true
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	export npm_config_libc=musl
+fi
+export npm_config_platform=linux
+
+post_extract() {
+	cp -r lemmy-ui-${version}/. .
+	cp -r lemmy-translations-${_translation_commit}/. lemmy-translations
+	rm -rf lemmy-${version} lemmy-translations-${_translation_commit}
+
+	yarn install --pure-lockfile
+}
+
+post_patch() {
+	vsed -i "s/unknown version/$version/" src/shared/version.ts
+}
+
+do_build() {
+	yarn build:prod
+}
+
+do_install() {
+	npm prune
+	vmkdir usr/lib/lemmy-ui
+	vcopy dist usr/lib/lemmy-ui
+	vcopy node_modules usr/lib/lemmy-ui
+	vlicense LICENSE
+	vsv lemmy-ui
+}

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

* Re: [PR PATCH] [Updated] New packages: lemmy-0.18.4, lemmy-ui-0.18.4
  2023-07-21 12:28 [PR PATCH] New packages: lemmy-0.18.2, lemmy-ui-0.18.2 TinfoilSubmarine
                   ` (3 preceding siblings ...)
  2023-08-08 15:35 ` TinfoilSubmarine
@ 2023-08-17 14:27 ` TinfoilSubmarine
  2023-09-29 14:39 ` TinfoilSubmarine
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: TinfoilSubmarine @ 2023-08-17 14:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/lemmy
https://github.com/void-linux/void-packages/pull/45170

New packages: lemmy-0.18.4, lemmy-ui-0.18.4
- New package: lemmy-0.18.2
- New package: lemmy-ui-0.18.2

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- 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
-->


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

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

From a18cf800c928c959561b9c87a75628f80e04325c Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 17 Aug 2023 09:56:49 -0400
Subject: [PATCH 1/3] vips: update to 8.14.4.

---
 srcpkgs/vips/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vips/template b/srcpkgs/vips/template
index d058b65661ea9..6b08ed1088e38 100644
--- a/srcpkgs/vips/template
+++ b/srcpkgs/vips/template
@@ -1,7 +1,7 @@
 # Template file for 'vips'
 pkgname=vips
-version=8.14.2
-revision=2
+version=8.14.4
+revision=1
 build_style=meson
 build_helper=gir
 # TODO: As of version 8.11 vips supports loading its support for OpenSlide,
@@ -30,7 +30,7 @@ license="LGPL-2.1-or-later"
 homepage="https://www.libvips.org/"
 changelog="https://raw.githubusercontent.com/libvips/libvips/master/ChangeLog"
 distfiles="https://github.com/libvips/libvips/archive/refs/tags/v${version}.tar.gz"
-checksum=feb30b82161cfc30d5ba396c95b08bf9af3110bc960ccc0efecebb45db22deda
+checksum=0638150ee5066814aa22ca89e0285f2310a539be3c39a631edeb38135a3f1f15
 python_version=3
 
 build_options="gir gtk_doc hdf5"

From 34eb79729c1ce395efc0483cdd1de710ae153c3a Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 14 Jun 2023 17:18:12 -0400
Subject: [PATCH 2/3] New package: lemmy-0.18.4

---
 srcpkgs/lemmy/files/lemmy/run |  6 ++++++
 srcpkgs/lemmy/template        | 40 +++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 100644 srcpkgs/lemmy/files/lemmy/run
 create mode 100644 srcpkgs/lemmy/template

diff --git a/srcpkgs/lemmy/files/lemmy/run b/srcpkgs/lemmy/files/lemmy/run
new file mode 100644
index 0000000000000..8e7871ac50ffb
--- /dev/null
+++ b/srcpkgs/lemmy/files/lemmy/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+export LEMMY_CONFIG_LOCATION=${LEMMY_CONFIG_LOCATION:-/etc/lemmy/lemmy.hjson}
+cd /var/lib/lemmy || exit 1
+exec chpst -u _lemmy:_lemmy lemmy_server
diff --git a/srcpkgs/lemmy/template b/srcpkgs/lemmy/template
new file mode 100644
index 0000000000000..9e16171196c06
--- /dev/null
+++ b/srcpkgs/lemmy/template
@@ -0,0 +1,40 @@
+# Template file for 'lemmy'
+pkgname=lemmy
+version=0.18.4
+revision=1
+_translation_commit=1c42c579460871de7b4ea18e58dc25543b80d289
+build_style=cargo
+configure_args="--features=embed-pictrs"
+hostmakedepends="pkg-config protobuf"
+makedepends="openssl-devel libpqxx-devel libzstd-devel"
+depends="ImageMagick ffmpeg exiftool"
+short_desc="Link aggregator and forum for the fediverse"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-only"
+homepage="https://join-lemmy.org/"
+changelog="https://raw.githubusercontent.com/LemmyNet/lemmy/main/RELEASES.md"
+distfiles="https://github.com/LemmyNet/lemmy/archive/refs/tags/${version}.tar.gz
+ https://github.com/LemmyNet/lemmy-translations/archive/${_translation_commit}.tar.gz"
+checksum="47b0e7880f355879ab1d557aa679924e3fa9419736c680c00dca63d69ff57f83
+ 7775b2a3070205f9b4b099215b30ee6bef3d5fb0c4e95aab52697e2bcb7cf9f7"
+system_accounts="_lemmy"
+make_dirs="/var/lib/lemmy 0700 _lemmy _lemmy"
+_lemmy_homedir="/var/lib/lemmy"
+conf_files="/etc/lemmy/lemmy.hjson"
+
+post_extract() {
+	cp -r lemmy-${version}/. .
+	cp -r lemmy-translations-${_translation_commit}/. crates/utils/translations
+	rm -rf lemmy-${version} lemmy-translations-${_translation_commit}
+}
+
+post_patch() {
+	vsed -i "s/unknown version/$version/" crates/utils/src/version.rs
+}
+
+post_install() {
+	vsconf config/defaults.hjson
+	vinstall config/config.hjson 644 etc/lemmy lemmy.hjson
+	vsv lemmy
+	vlicense LICENSE
+}

From 2da88c002844f64f6a43d0e5b6f79e4ba27d58a9 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 16 Jun 2023 10:09:22 -0400
Subject: [PATCH 3/3] New package: lemmy-ui-0.18.4

---
 srcpkgs/lemmy-ui/files/lemmy-ui/run |  5 +++
 srcpkgs/lemmy-ui/template           | 58 +++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)
 create mode 100644 srcpkgs/lemmy-ui/files/lemmy-ui/run
 create mode 100644 srcpkgs/lemmy-ui/template

diff --git a/srcpkgs/lemmy-ui/files/lemmy-ui/run b/srcpkgs/lemmy-ui/files/lemmy-ui/run
new file mode 100644
index 0000000000000..26535bea510c0
--- /dev/null
+++ b/srcpkgs/lemmy-ui/files/lemmy-ui/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+cd /usr/lib/lemmy-ui || exit 1
+exec chpst -u _lemmyui:_lemmyui node dist/js/server.js
diff --git a/srcpkgs/lemmy-ui/template b/srcpkgs/lemmy-ui/template
new file mode 100644
index 0000000000000..e526ee6ef5078
--- /dev/null
+++ b/srcpkgs/lemmy-ui/template
@@ -0,0 +1,58 @@
+# Template file for 'lemmy-ui'
+pkgname=lemmy-ui
+version=0.18.4
+revision=1
+_translation_commit=1c42c579460871de7b4ea18e58dc25543b80d289
+hostmakedepends="yarn pkg-config python3"
+makedepends="libvips-devel"
+depends="nodejs"
+short_desc="Official web app for lemmy"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-only"
+homepage="https://join-lemmy.org/"
+distfiles="https://github.com/LemmyNet/lemmy-ui/archive/refs/tags/${version}.tar.gz
+ https://github.com/LemmyNet/lemmy-translations/archive/${_translation_commit}.tar.gz"
+checksum="e8f436b40eca86a104d86d9521de52f93d2f60210e66d756087ba0ba9e7cf373
+ 7775b2a3070205f9b4b099215b30ee6bef3d5fb0c4e95aab52697e2bcb7cf9f7"
+python_version=3
+system_accounts="_lemmyui"
+
+export NODE_ENV=production
+case "$XBPS_TARGET_MACHINE" in
+	aarch64*) export npm_config_arch=arm64;;
+	armv5*) export npm_config_arch=arm; export npm_config_arm_version=5;;
+	armv6*) export npm_config_arch=arm; export npm_config_arm_version=6;;
+	armv7*) export npm_config_arch=arm; export npm_config_arm_version=7;;
+	i686*) export npm_config_arch=ia32;;
+	x86_64*) export npm_config_arch=x64;;
+esac
+export npm_config_build_from_source=true
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	export npm_config_libc=musl
+fi
+export npm_config_platform=linux
+
+post_extract() {
+	cp -r lemmy-ui-${version}/. .
+	cp -r lemmy-translations-${_translation_commit}/. lemmy-translations
+	rm -rf lemmy-${version} lemmy-translations-${_translation_commit}
+
+	yarn install --pure-lockfile
+}
+
+post_patch() {
+	vsed -i "s/unknown version/$version/" src/shared/version.ts
+}
+
+do_build() {
+	yarn build:prod
+}
+
+do_install() {
+	npm prune
+	vmkdir usr/lib/lemmy-ui
+	vcopy dist usr/lib/lemmy-ui
+	vcopy node_modules usr/lib/lemmy-ui
+	vlicense LICENSE
+	vsv lemmy-ui
+}

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

* Re: [PR PATCH] [Updated] New packages: lemmy-0.18.4, lemmy-ui-0.18.4
  2023-07-21 12:28 [PR PATCH] New packages: lemmy-0.18.2, lemmy-ui-0.18.2 TinfoilSubmarine
                   ` (4 preceding siblings ...)
  2023-08-17 14:27 ` [PR PATCH] [Updated] New packages: lemmy-0.18.4, lemmy-ui-0.18.4 TinfoilSubmarine
@ 2023-09-29 14:39 ` TinfoilSubmarine
  2023-12-29  1:43 ` github-actions
  2024-01-12  1:47 ` [PR PATCH] [Closed]: " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: TinfoilSubmarine @ 2023-09-29 14:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/lemmy
https://github.com/void-linux/void-packages/pull/45170

New packages: lemmy-0.18.4, lemmy-ui-0.18.4
- New package: lemmy-0.18.2
- New package: lemmy-ui-0.18.2

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- 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
-->


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

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

From a9668b7035bc46e1ffa312d8be5ebfd4092673ee Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 14 Jun 2023 17:18:12 -0400
Subject: [PATCH 1/2] New package: lemmy-0.18.5

---
 srcpkgs/lemmy/files/lemmy/run |  6 ++++++
 srcpkgs/lemmy/template        | 40 +++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 100644 srcpkgs/lemmy/files/lemmy/run
 create mode 100644 srcpkgs/lemmy/template

diff --git a/srcpkgs/lemmy/files/lemmy/run b/srcpkgs/lemmy/files/lemmy/run
new file mode 100644
index 0000000000000..8e7871ac50ffb
--- /dev/null
+++ b/srcpkgs/lemmy/files/lemmy/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+export LEMMY_CONFIG_LOCATION=${LEMMY_CONFIG_LOCATION:-/etc/lemmy/lemmy.hjson}
+cd /var/lib/lemmy || exit 1
+exec chpst -u _lemmy:_lemmy lemmy_server
diff --git a/srcpkgs/lemmy/template b/srcpkgs/lemmy/template
new file mode 100644
index 0000000000000..661e6f2e7ced4
--- /dev/null
+++ b/srcpkgs/lemmy/template
@@ -0,0 +1,40 @@
+# Template file for 'lemmy'
+pkgname=lemmy
+version=0.18.5
+revision=1
+_translation_commit=1c42c579460871de7b4ea18e58dc25543b80d289
+build_style=cargo
+configure_args="--features=embed-pictrs"
+hostmakedepends="pkg-config protobuf"
+makedepends="openssl-devel libpqxx-devel libzstd-devel"
+depends="ImageMagick ffmpeg exiftool"
+short_desc="Link aggregator and forum for the fediverse"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-only"
+homepage="https://join-lemmy.org/"
+changelog="https://raw.githubusercontent.com/LemmyNet/lemmy/main/RELEASES.md"
+distfiles="https://github.com/LemmyNet/lemmy/archive/refs/tags/${version}.tar.gz
+ https://github.com/LemmyNet/lemmy-translations/archive/${_translation_commit}.tar.gz"
+checksum="d366d805c0e57001cfc8a3d927a3313828bb75a415a1c13485a897af07f98b29
+ 7775b2a3070205f9b4b099215b30ee6bef3d5fb0c4e95aab52697e2bcb7cf9f7"
+system_accounts="_lemmy"
+make_dirs="/var/lib/lemmy 0700 _lemmy _lemmy"
+_lemmy_homedir="/var/lib/lemmy"
+conf_files="/etc/lemmy/lemmy.hjson"
+
+post_extract() {
+	cp -r lemmy-${version}/. .
+	cp -r lemmy-translations-${_translation_commit}/. crates/utils/translations
+	rm -rf lemmy-${version} lemmy-translations-${_translation_commit}
+}
+
+post_patch() {
+	vsed -i "s/unknown version/$version/" crates/utils/src/version.rs
+}
+
+post_install() {
+	vsconf config/defaults.hjson
+	vinstall config/config.hjson 644 etc/lemmy lemmy.hjson
+	vsv lemmy
+	vlicense LICENSE
+}

From 35df78ac514fb799651d528bc96a92a7ef0cd60e Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 16 Jun 2023 10:09:22 -0400
Subject: [PATCH 2/2] New package: lemmy-ui-0.18.5

---
 srcpkgs/lemmy-ui/files/lemmy-ui/run |  5 +++
 srcpkgs/lemmy-ui/template           | 58 +++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)
 create mode 100644 srcpkgs/lemmy-ui/files/lemmy-ui/run
 create mode 100644 srcpkgs/lemmy-ui/template

diff --git a/srcpkgs/lemmy-ui/files/lemmy-ui/run b/srcpkgs/lemmy-ui/files/lemmy-ui/run
new file mode 100644
index 0000000000000..26535bea510c0
--- /dev/null
+++ b/srcpkgs/lemmy-ui/files/lemmy-ui/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+cd /usr/lib/lemmy-ui || exit 1
+exec chpst -u _lemmyui:_lemmyui node dist/js/server.js
diff --git a/srcpkgs/lemmy-ui/template b/srcpkgs/lemmy-ui/template
new file mode 100644
index 0000000000000..ecaab9b9c174f
--- /dev/null
+++ b/srcpkgs/lemmy-ui/template
@@ -0,0 +1,58 @@
+# Template file for 'lemmy-ui'
+pkgname=lemmy-ui
+version=0.18.5
+revision=1
+_translation_commit=1c42c579460871de7b4ea18e58dc25543b80d289
+hostmakedepends="yarn pkg-config python3"
+makedepends="libvips-devel"
+depends="nodejs"
+short_desc="Official web app for lemmy"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-only"
+homepage="https://join-lemmy.org/"
+distfiles="https://github.com/LemmyNet/lemmy-ui/archive/refs/tags/${version}.tar.gz
+ https://github.com/LemmyNet/lemmy-translations/archive/${_translation_commit}.tar.gz"
+checksum="8733497b6269d3d2e02ef3ad3ec87d76ed981cbebd924aef5313b8fe85211737
+ 7775b2a3070205f9b4b099215b30ee6bef3d5fb0c4e95aab52697e2bcb7cf9f7"
+python_version=3
+system_accounts="_lemmyui"
+
+export NODE_ENV=production
+case "$XBPS_TARGET_MACHINE" in
+	aarch64*) export npm_config_arch=arm64;;
+	armv5*) export npm_config_arch=arm; export npm_config_arm_version=5;;
+	armv6*) export npm_config_arch=arm; export npm_config_arm_version=6;;
+	armv7*) export npm_config_arch=arm; export npm_config_arm_version=7;;
+	i686*) export npm_config_arch=ia32;;
+	x86_64*) export npm_config_arch=x64;;
+esac
+export npm_config_build_from_source=true
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	export npm_config_libc=musl
+fi
+export npm_config_platform=linux
+
+post_extract() {
+	cp -r lemmy-ui-${version}/. .
+	cp -r lemmy-translations-${_translation_commit}/. lemmy-translations
+	rm -rf lemmy-${version} lemmy-translations-${_translation_commit}
+
+	yarn install --pure-lockfile
+}
+
+post_patch() {
+	vsed -i "s/unknown version/$version/" src/shared/version.ts
+}
+
+do_build() {
+	yarn build:prod
+}
+
+do_install() {
+	npm prune
+	vmkdir usr/lib/lemmy-ui
+	vcopy dist usr/lib/lemmy-ui
+	vcopy node_modules usr/lib/lemmy-ui
+	vlicense LICENSE
+	vsv lemmy-ui
+}

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

* Re: New packages: lemmy-0.18.4, lemmy-ui-0.18.4
  2023-07-21 12:28 [PR PATCH] New packages: lemmy-0.18.2, lemmy-ui-0.18.2 TinfoilSubmarine
                   ` (5 preceding siblings ...)
  2023-09-29 14:39 ` TinfoilSubmarine
@ 2023-12-29  1:43 ` github-actions
  2024-01-12  1:47 ` [PR PATCH] [Closed]: " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2023-12-29  1:43 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/45170#issuecomment-1871667092

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] 9+ messages in thread

* Re: [PR PATCH] [Closed]: New packages: lemmy-0.18.4, lemmy-ui-0.18.4
  2023-07-21 12:28 [PR PATCH] New packages: lemmy-0.18.2, lemmy-ui-0.18.2 TinfoilSubmarine
                   ` (6 preceding siblings ...)
  2023-12-29  1:43 ` github-actions
@ 2024-01-12  1:47 ` github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2024-01-12  1:47 UTC (permalink / raw)
  To: ml

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

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

New packages: lemmy-0.18.4, lemmy-ui-0.18.4
https://github.com/void-linux/void-packages/pull/45170

Description:
- New package: lemmy-0.18.2
- New package: lemmy-ui-0.18.2

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- 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
-->


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

end of thread, other threads:[~2024-01-12  1:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-21 12:28 [PR PATCH] New packages: lemmy-0.18.2, lemmy-ui-0.18.2 TinfoilSubmarine
2023-07-21 13:12 ` [PR PATCH] [Updated] " TinfoilSubmarine
2023-07-21 14:10 ` TinfoilSubmarine
2023-07-28 17:04 ` TinfoilSubmarine
2023-08-08 15:35 ` TinfoilSubmarine
2023-08-17 14:27 ` [PR PATCH] [Updated] New packages: lemmy-0.18.4, lemmy-ui-0.18.4 TinfoilSubmarine
2023-09-29 14:39 ` TinfoilSubmarine
2023-12-29  1:43 ` github-actions
2024-01-12  1:47 ` [PR PATCH] [Closed]: " github-actions

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