mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
io.elementary.music: fix -devel dependencies
This commit is contained in:
parent
24be7ae489
commit
b4b2d4adb8
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'io.elementary.music'
|
# Template file for 'io.elementary.music'
|
||||||
pkgname=io.elementary.music
|
pkgname=io.elementary.music
|
||||||
version=5.0
|
version=5.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="music-${version}"
|
wrksrc="music-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dbuild-plugins=true -Dplugins=audioplayer,cdrom,ipod"
|
configure_args="-Dbuild-plugins=true -Dplugins=audioplayer,cdrom,ipod"
|
||||||
|
@ -24,7 +24,9 @@ libio.elementary.music_package() {
|
||||||
}
|
}
|
||||||
libio.elementary.music-devel_package() {
|
libio.elementary.music-devel_package() {
|
||||||
short_desc+=" - library development files"
|
short_desc+=" - library development files"
|
||||||
depends="libio.elementary.music>=${version}"
|
depends="libio.elementary.music>=${version} granite-devel
|
||||||
|
gst-plugins-base1-devel gstreamer1-devel gtk+3-devel libglib-devel
|
||||||
|
libpeas-devel"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
|
Loading…
Add table
Reference in a new issue