23 lines
794 B
Bash
23 lines
794 B
Bash
# Template file for 'gnome-tour'
|
|
pkgname=gnome-tour
|
|
version=46.0
|
|
revision=1
|
|
build_style=meson
|
|
build_helper=rust
|
|
hostmakedepends="pkg-config cargo glib-devel gettext
|
|
desktop-file-utils gtk-update-icon-cache"
|
|
makedepends="gtk4-devel libadwaita-devel libglib-devel rust-std"
|
|
short_desc="GNOME Tour & Greeter"
|
|
maintainer="oreo639 <oreo6391@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://gitlab.gnome.org/GNOME/gnome-tour/"
|
|
changelog="https://gitlab.gnome.org/GNOME/gnome-tour/-/raw/master/NEWS"
|
|
distfiles="${GNOME_SITE}/gnome-tour/${version%.*}/gnome-tour-${version}.tar.xz"
|
|
checksum=f32652aa9d7ef0643760ce63932082cfd3641e7733b76c429b78d09783b7c46a
|
|
|
|
post_patch() {
|
|
[ -z "$CROSS_BUILD" ] && return 0
|
|
vsed -i src/meson.build \
|
|
-e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
|
|
}
|