kcontacts6, add missing recipe for 6.25.0 (#13964)

kpeople, trigger build for missing kcontacts6
This commit is contained in:
Schrijvers Luc
2026-04-14 14:42:42 +02:00
committed by GitHub
parent 21406f03a5
commit 8993fbfa7d
2 changed files with 5 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ COPYRIGHT="2010-2025 KDE Organisation"
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/kcontacts-$portVersion.tar.xz"
CHECKSUM_SHA256="c9d032f3d988050e3449b009d961f137ff9d81cc128f63baecaccb2a718f5949"
CHECKSUM_SHA256="386826b3886d6b32a4583e638493ccd3cfb37722faaf318742d70d6bf0e3f0a7"
SOURCE_DIR="kcontacts-$portVersion"
ARCHITECTURES="all !x86_gcc2"
@@ -35,6 +35,8 @@ PROVIDES_devel="
"
REQUIRES_devel="
kcontacts6$secondaryArchSuffix == $portVersion base
devel:libKF6Codecs$secondaryArchSuffix
devel:libKF6CoreAddons$secondaryArchSuffix
"
ARCHITECTURES_doc="any"

View File

@@ -2,8 +2,8 @@ SUMMARY="KDE contact person abstraction library"
DESCRIPTION="Provides access to all contacts and aggregates them by person.
KPeople offers unified access to our contacts from different sources, grouping them \
by person while still exposing all the data.
Furthermore, KPeople will also provide facilities to integrate the data provided \
in user interfaces by providing QML and Qt Widgets components."
Furthermore, KPeople will also provide facilities to integrate the data provided in \
user interfaces by providing QML and Qt Widgets components."
HOMEPAGE="https://invent.kde.org/frameworks/kpeople"
COPYRIGHT="2010-2026 KDE Organisation"
LICENSE="GNU LGPL v2"