kde/audiotube: explicit makedepend: qt5-qtsvg-dev (MR 2104)
Let pmbootstrap build the qt5-qtsvg fork before audiotube, so it passes CI. This won't be needed anymore shortly when Alpine's builders have caught up, and qt5-qtsvg is fixed in Alpine edge. [ci:skip-vercheck]
This commit is contained in:
parent
7a6dc2d081
commit
ce946d8b46
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ url="https://invent.kde.org/jbbgameich/audiotube"
|
|||
arch="all !armhf" # armhf blocked by extra-cmake-modules
|
||||
license="GPL-2.0-or-later"
|
||||
depends="kirigami2 qt5-qtmultimedia qt5-qtimageformats py3-ytmusicapi youtube-dl gst-plugins-good"
|
||||
makedepends="cmake extra-cmake-modules kirigami2-dev ki18n-dev python3-dev py3-pybind11-dev"
|
||||
# qt5-qtsvg-dev: temporary, until fixed in Alpine edge
|
||||
makedepends="cmake extra-cmake-modules kirigami2-dev qt5-qtsvg-dev ki18n-dev python3-dev py3-pybind11-dev"
|
||||
source="https://invent.kde.org/jbbgameich/audiotube/-/archive/$_commit/audiotube-$_commit.tar.gz"
|
||||
builddir="$srcdir/audiotube-$_commit"
|
||||
|
||||
|
|
Loading…
Reference in a new issue