mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
krunner: bump version
This commit is contained in:
@@ -2,23 +2,20 @@ SUMMARY="Framework for Plasma runners"
|
||||
DESCRIPTION="The Plasma workspace provides an application called KRunner which, among other \
|
||||
things, allows one to type into a text area which causes various actions and information that \
|
||||
match the text appear as the text is being typed."
|
||||
HOMEPAGE="https://develop.kde.org/products/frameworks/"
|
||||
COPYRIGHT="2010-2022 KDE Organisation"
|
||||
HOMEPAGE="https://invent.kde.org/frameworks/krunner/"
|
||||
COPYRIGHT="2010-2024 KDE Organisation"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/KDE/krunner/archive/refs/tags/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3b90fb99967fda2debdc1dd93085044eb65ca20c3aa4350bdbec5d6b17767889"
|
||||
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/krunner-${portVersion}.tar.xz"
|
||||
CHECKSUM_SHA256="15e239bfeedaec305a2d8707db7d4f8982c2c181eb0c116ce51205d187c6fa29"
|
||||
SOURCE_FILENAME="krunner-v$portVersion.tar.gz"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="5.20.3"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
krunner$secondaryArchSuffix = $portVersion
|
||||
lib:libKF5Runner$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libKF5Runner$secondaryArchSuffix = $portVersion compat >= 5
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -41,7 +38,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
krunner${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libKF5Runner$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libKF5Runner$secondaryArchSuffix = $portVersion compat >= 5
|
||||
"
|
||||
REQUIRES_devel="
|
||||
krunner$secondaryArchSuffix == $portVersion base
|
||||
@@ -49,7 +46,7 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
extra_cmake_modules$secondaryArchSuffix >= 5.93.0
|
||||
extra_cmake_modules$secondaryArchSuffix >= $portVersion
|
||||
devel:libKF5Auth$secondaryArchSuffix
|
||||
devel:libKF5Bookmarks$secondaryArchSuffix
|
||||
devel:libKF5Codecs$secondaryArchSuffix
|
||||
Reference in New Issue
Block a user