mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libktorrent: lowercase provides
otherwise pkgman is unable to find it: pkgman install lib:libKF5Torrent *** Failed to find a match for "lib:libKF5Torrent": Name not found
This commit is contained in:
@@ -8,7 +8,7 @@ blocking lists."
|
||||
HOMEPAGE="https://github.com/KDE/libktorrent/"
|
||||
COPYRIGHT="2010-2017 KDE Organisation"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/KDE/libktorrent/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="1d0f2978dccc5b8ccd274324b515fbcde8ca9481666b1c2f761e157110de035e"
|
||||
|
||||
@@ -17,7 +17,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
libktorrent$secondaryArchSuffix = $portVersion compat >= 2.1
|
||||
lib:libKF5Torrent$secondaryArchSuffix = $portVersion
|
||||
lib:libkf5torrent$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -45,7 +45,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libktorrent${secondaryArchSuffix}_devel = $portVersion base
|
||||
devel:libKF5Torrent$secondaryArchSuffix
|
||||
devel:libkf5torrent$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libktorrent$secondaryArchSuffix == $portVersion base
|
||||
|
||||
Reference in New Issue
Block a user