From 94fc0b938470d708977d7bbf080f1fcbed0877b2 Mon Sep 17 00:00:00 2001 From: Paper Date: Wed, 14 Oct 2020 10:42:50 +0200 Subject: [PATCH] sound-juicer: update to 3.38.0 --- srcpkgs/sound-juicer/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sound-juicer/template b/srcpkgs/sound-juicer/template index 7227140196f..8ce525d177b 100644 --- a/srcpkgs/sound-juicer/template +++ b/srcpkgs/sound-juicer/template @@ -1,8 +1,8 @@ # Template file for 'sound-juicer' pkgname=sound-juicer -version=3.24.0 +version=3.38.0 revision=1 -build_style=gnu-configure +build_style=meson hostmakedepends="glib-devel intltool itstool pkg-config" makedepends="brasero-devel gsettings-desktop-schemas-devel gst-plugins-base1-devel gst-plugins-good1 iso-codes libcanberra-devel @@ -12,5 +12,10 @@ short_desc="CD ripping tool using GTK+ and GStreamer" maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://wiki.gnome.org/Apps/SoundJuicer" +changelog="https://gitlab.gnome.org/GNOME/sound-juicer/-/raw/master/NEWS" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" -checksum=de6ae3889e60a572221274517a90d29dd21023acf3a94cc9c033270776270fa7 +checksum=ae375f357a1b8b81e4aff737c9d6c98bc2dadfe20e71754b1d52a79f036aa521 + +post_extract() { + sed -i "s|sound_juicer_docdir = join_paths(sound_juicer_prefix, 'doc', meson.project_name())|sound_juicer_docdir = join_paths(sound_juicer_prefix, 'share', 'doc', meson.project_name())|" meson.build +}