author | Antonio Rojas
<arojas@archlinux.org> 2023-10-07 23:08:14 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-07 23:08:14 UTC |
parent | 6582028042b65c597bf61cdf91302be12fa1dce2 |
.SRCINFO | +27 | -0 |
PKGBUILD | +21 | -9 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..51fcb20 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,27 @@ +pkgbase = kpeople + pkgdesc = A library that provides access to all contacts and the people who hold them + pkgver = 5.240.0.20231001 + pkgrel = 1 + url = https://community.kde.org/Frameworks + arch = x86_64 + groups = kf6 + license = LGPL + makedepends = doxygen + makedepends = extra-cmake-modules + makedepends = qt6-declarative + makedepends = qt6-doc + makedepends = qt6-tools + makedepends = git + depends = gcc-libs + depends = glibc + depends = kcoreaddons + depends = ki18n + depends = kitemviews + depends = kwidgetsaddons + depends = qt6-base + optdepends = qt6-declarative: QML bindings + source = git+https://invent.kde.org/frameworks/kpeople#commit=2fd171c62d9a89ab7f4cea9b45c8ad8d5a691566 + validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB + sha256sums = SKIP + +pkgname = kpeople diff --git a/PKGBUILD b/PKGBUILD index db88d7c..2aceb69 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,23 +2,35 @@ # Maintainer: Antonio Rojas <arojas@archlinux.org> pkgname=kpeople -pkgver=5.110.0 +pkgver=5.240.0.20231001 pkgrel=1 pkgdesc='A library that provides access to all contacts and the people who hold them' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) -depends=(kcoreaddons ki18n kwidgetsaddons kitemviews) -makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc qt5-declarative) -optdepends=('qt5-declarative: QML bindings') -groups=(kf5) -source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('f700e48269fc5dfb5f56e84556f5484d5b0b0f589d45a769831800cea463b981' - 'SKIP') +depends=(gcc-libs + glibc + kcoreaddons + ki18n + kitemviews + kwidgetsaddons + qt6-base) +makedepends=(doxygen + extra-cmake-modules + qt6-declarative + qt6-doc + qt6-tools) +optdepends=('qt6-declarative: QML bindings') +groups=(kf6) +#source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) +makedepends+=(git) +_commit=2fd171c62d9a89ab7f4cea9b45c8ad8d5a691566 +source=(git+https://invent.kde.org/frameworks/$pkgname#commit=$_commit) +sha256sums=('SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> build() { - cmake -B build -S $pkgname-$pkgver \ + cmake -B build -S $pkgname \ -DBUILD_TESTING=OFF \ -DBUILD_QCH=ON cmake --build build