mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
mellowplayer: fix depends&license
This commit is contained in:
parent
afcfdf3470
commit
f2fda2f84a
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'mellowplayer'
|
# Template file for 'mellowplayer'
|
||||||
pkgname=mellowplayer
|
pkgname=mellowplayer
|
||||||
version=3.3.5
|
version=3.3.5
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=MellowPlayer-${version}
|
wrksrc="MellowPlayer-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config qt5-tools qt5-qmake"
|
hostmakedepends="pkg-config qt5-tools qt5-qmake"
|
||||||
makedepends="qt5-declarative-devel qt5-quickcontrols2-devel
|
makedepends="qt5-declarative-devel qt5-quickcontrols2-devel
|
||||||
|
@ -10,13 +10,14 @@ makedepends="qt5-declarative-devel qt5-quickcontrols2-devel
|
||||||
qt5-plugin-tds qt5-plugin-odbc
|
qt5-plugin-tds qt5-plugin-odbc
|
||||||
qt5-svg-devel qt5-webengine-devel qt5-webchannel-devel
|
qt5-svg-devel qt5-webengine-devel qt5-webchannel-devel
|
||||||
qt5-location-devel qt5-tools-devel libnotify-devel"
|
qt5-location-devel qt5-tools-devel libnotify-devel"
|
||||||
|
depends="qt5-graphicaleffects qt5-quickcontrols qt5-svg qt5-wayland"
|
||||||
short_desc="QT based cloud music integration for your desktop"
|
short_desc="QT based cloud music integration for your desktop"
|
||||||
maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
|
maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://colinduquesnoy.github.io/MellowPlayer/"
|
homepage="https://colinduquesnoy.github.io/MellowPlayer/"
|
||||||
distfiles="https://github.com/ColinDuquesnoy/MellowPlayer/archive/${version}.tar.gz"
|
distfiles="https://github.com/ColinDuquesnoy/MellowPlayer/archive/${version}.tar.gz"
|
||||||
checksum=f3dfb9c97cb2ab8a45c3c241acf7f5eef153e308627b07370337830b0e7a8f87
|
checksum=f3dfb9c97cb2ab8a45c3c241acf7f5eef153e308627b07370337830b0e7a8f87
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-host-tools"
|
hostmakedepends+=" qt5-host-tools"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue