author | Antonio Rojas
<arojas@archlinux.org> 2023-10-07 09:31:33 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-07 09:31:33 UTC |
parent | f2485781801ffb2df1f86a1534b4543a51665862 |
.SRCINFO | +22 | -0 |
PKGBUILD | +16 | -8 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..077873b --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,22 @@ +pkgbase = kcalendarcore + pkgdesc = The KDE calendar access library + 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-doc + makedepends = qt6-tools + makedepends = git + depends = gcc-libs + depends = glibc + depends = libical + depends = qt6-base + source = git+https://invent.kde.org/frameworks/kcalendarcore#commit=aba6350bba8f68dec953d218ec71596b94959bfe + validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB + sha256sums = SKIP + +pkgname = kcalendarcore diff --git a/PKGBUILD b/PKGBUILD index 9b6e04e..79158fb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,22 +1,30 @@ # Maintainer: Antonio Rojas <arojas@archlinux.org> pkgname=kcalendarcore -pkgver=5.110.0 +pkgver=5.240.0.20231001 pkgrel=1 pkgdesc='The KDE calendar access library' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) -depends=(libical qt5-base) -makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc) -groups=(kf5) -source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('a250fb1ba0091352d8850a06ebb2032097a952970b1aafd8261ec745c90beba7' - 'SKIP') +depends=(gcc-libs + glibc + libical + qt6-base) +makedepends=(doxygen + extra-cmake-modules + qt6-doc + qt6-tools) +groups=(kf6) +#source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) +makedepends+=(git) +_commit=aba6350bba8f68dec953d218ec71596b94959bfe +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