Skip to content
Snippets Groups Projects
Commit ce946d8b authored by Oliver Smith's avatar Oliver Smith
Browse files

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]
parent 7a6dc2d0
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment