Skip to content

Commit

Permalink
amarok: fix little bug
Browse files Browse the repository at this point in the history
  • Loading branch information
microcai committed Sep 9, 2024
1 parent 0cf5532 commit b8f7752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media-sound/amarok/amarok-3.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ QTMIN=6.7.2
inherit ecm gear.kde.org

DESCRIPTION="KDE calculator"
HOMEPAGE="https://apps.kde.org/kcalc/"
HOMEPAGE="https://apps.kde.org/amarok/"

LICENSE="GPL-2" # TODO: CHECK
SLOT="6"
Expand Down Expand Up @@ -131,7 +131,7 @@ src_configure() {
$(cmake_use_find_package wikipedia Qt6WebEngineWidgets)
)
use ipod && mycmakeargs+=( DWITH_GDKPixBuf=ON )
use qt5 && mycmakeargs+=( $(cmake_use_find_package podcast Mygpo-qt5) )
use qt5 && use podcast && mycmakeargs+=( $(cmake_use_find_package podcast Mygpo-qt5) )

ecm_src_configure
}
Expand Down

0 comments on commit b8f7752

Please sign in to comment.