mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
snapshot: update to 48.0.1
This commit is contained in:
parent
721e918718
commit
dcbf947cdf
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'snapshot'
|
# Template file for 'snapshot'
|
||||||
pkgname=snapshot
|
pkgname=snapshot
|
||||||
version=47.1
|
version=48.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper=rust
|
build_helper=rust
|
||||||
hostmakedepends="cargo desktop-file-utils gettext glib-devel
|
hostmakedepends="cargo desktop-file-utils gettext glib-devel
|
||||||
gtk-update-icon-cache pkg-config"
|
gtk4-update-icon-cache pkg-config"
|
||||||
makedepends="libadwaita-devel libseccomp-devel rust-std"
|
makedepends="libadwaita-devel libseccomp-devel rust-std"
|
||||||
depends="gst-plugins-rs1"
|
depends="gst-plugins-rs1"
|
||||||
short_desc="Take pictures and videos"
|
short_desc="Take pictures and videos"
|
||||||
|
@ -13,12 +13,12 @@ maintainer="chrysos349 <chrysostom349@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://gitlab.gnome.org/GNOME/snapshot"
|
homepage="https://gitlab.gnome.org/GNOME/snapshot"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/snapshot/-/raw/main/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/snapshot/-/raw/main/NEWS"
|
||||||
distfiles="${GNOME_SITE}/snapshot/${version%.*}/snapshot-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/snapshot/${version%%.*}/snapshot-${version}.tar.xz"
|
||||||
checksum=e4b162679af24c7e96ee6e22b47d5ff0da96e0a0f616d13aeb1207c609f89483
|
checksum=393176859a20b7d235dfc303031ba20c686441106988dc911dd91b7b6d66e1fd
|
||||||
|
|
||||||
post_patch() {
|
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}' / &%"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue