New comment by icp1994 on void-packages repository https://github.com/void-linux/void-packages/pull/45015#issuecomment-1634518687 Comment: Since GH won't let me review unedited code, this is what I would change. ```patch diff --git a/srcpkgs/lemoa/template b/srcpkgs/lemoa/template index 8948ba019..0a425097c 100644 --- a/srcpkgs/lemoa/template +++ b/srcpkgs/lemoa/template @@ -4,12 +4,13 @@ version=0.3.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" +hostmakedepends="pkg-config cargo desktop-file-utils gtk4-update-icon-cache" +makedepends="rust-std gtk4-devel libglib-devel libadwaita-devel" short_desc="Gtk client for Lemmy" maintainer="Bnyro " license="GPL-3.0-or-later" homepage="https://github.com/lemmygtk/lemoa" +changelog="https://github.com/lemmygtk/lemoa/releases" distfiles="https://github.com/lemmygtk/lemoa/releases/download/v${version}/lemoa-${version}.tar.xz" checksum=cc3665dd42faf90d1b394fc4c7b67ae0baff5b6379d6082c61bdf3c868fd84cd ```