mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
lemoa: update to 0.3.0.
This commit is contained in:
parent
cf96a6d743
commit
71ae3be24b
1 changed files with 6 additions and 5 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'lemoa'
|
# Template file for 'lemoa'
|
||||||
pkgname=lemoa
|
pkgname=lemoa
|
||||||
version=0.2.0
|
version=0.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper=rust
|
build_helper=rust
|
||||||
hostmakedepends="pkg-config rust cargo desktop-file-utils glib-devel gtk-update-icon-cache"
|
hostmakedepends="pkg-config cargo desktop-file-utils glib-devel gtk-update-icon-cache"
|
||||||
makedepends="rust-std gtk4-devel libadwaita-devel"
|
makedepends="rust-std gtk4-devel libglib-devel libadwaita-devel"
|
||||||
short_desc="Gtk client for Lemmy"
|
short_desc="Gtk client for Lemmy"
|
||||||
maintainer="Bnyro <bnyro@tutanota.com>"
|
maintainer="Bnyro <bnyro@tutanota.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/lemmygtk/lemoa"
|
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"
|
distfiles="https://github.com/lemmygtk/lemoa/releases/download/v${version}/lemoa-${version}.tar.xz"
|
||||||
checksum=602974f62557f2476e0b7d081d9c727fec748e833d8c6e4cc112e9208c09a7c2
|
checksum=cc3665dd42faf90d1b394fc4c7b67ae0baff5b6379d6082c61bdf3c868fd84cd
|
||||||
|
|
||||||
pre_build() {
|
post_patch() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
vsed -i src/meson.build \
|
vsed -i src/meson.build \
|
||||||
-e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
|
-e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
|
||||||
|
|
Loading…
Add table
Reference in a new issue