mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
sound-juicer: fix cross compile
This commit is contained in:
parent
d6d524d2a1
commit
a9f50858eb
1 changed files with 2 additions and 3 deletions
|
@ -3,10 +3,10 @@ pkgname=sound-juicer
|
||||||
version=3.38.0
|
version=3.38.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="glib-devel intltool itstool pkg-config"
|
hostmakedepends="glib-devel intltool itstool pkg-config gst-plugins-good1"
|
||||||
makedepends="brasero-devel gsettings-desktop-schemas-devel
|
makedepends="brasero-devel gsettings-desktop-schemas-devel
|
||||||
gst-plugins-base1-devel gst-plugins-good1 iso-codes libcanberra-devel
|
gst-plugins-base1-devel gst-plugins-good1 iso-codes libcanberra-devel
|
||||||
libdiscid-devel libmusicbrainz5-devel gstreamer1"
|
libdiscid-devel libmusicbrainz5-devel"
|
||||||
depends="desktop-file-utils gst-plugins-good1 hicolor-icon-theme iso-codes"
|
depends="desktop-file-utils gst-plugins-good1 hicolor-icon-theme iso-codes"
|
||||||
short_desc="CD ripping tool using GTK+ and GStreamer"
|
short_desc="CD ripping tool using GTK+ and GStreamer"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -14,7 +14,6 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://wiki.gnome.org/Apps/SoundJuicer"
|
homepage="https://wiki.gnome.org/Apps/SoundJuicer"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=ae375f357a1b8b81e4aff737c9d6c98bc2dadfe20e71754b1d52a79f036aa521
|
checksum=ae375f357a1b8b81e4aff737c9d6c98bc2dadfe20e71754b1d52a79f036aa521
|
||||||
nocross=yes
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf $DESTDIR/usr/doc
|
rm -rf $DESTDIR/usr/doc
|
||||||
|
|
Loading…
Add table
Reference in a new issue