author | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 22:28:27 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 22:28:27 UTC |
parent | b364a0126c02a2af1221b38e3030793050019bcf |
.SRCINFO | +22 | -0 |
PKGBUILD | +16 | -11 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..b6ddcff --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,22 @@ +pkgbase = syndication + pkgdesc = RSS/Atom parser 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 = kcodecs + depends = qt6-base + source = git+https://invent.kde.org/frameworks/syndication#commit=42914a8a3b45975a09873a1793a5e1f1ff499847 + validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB + sha256sums = SKIP + +pkgname = syndication diff --git a/PKGBUILD b/PKGBUILD index 1de2585..a376144 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,25 +1,30 @@ # Maintainer: Antonio Rojas <arojas@archlinux.org> pkgname=syndication -pkgver=5.110.0 +pkgver=5.240.0.20231001 pkgrel=1 pkgdesc='RSS/Atom parser library' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) -depends=(kcodecs) -makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc) -groups=(kf5) -conflicts=(kde-syndication) -provides=(kde-syndication) -replaces=(kde-syndication) -source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('4da373fab1f75892d94d066d9cbed06e2d7ad48a39dfb7b26d2e6d3759014d37' - 'SKIP') +depends=(gcc-libs + glibc + kcodecs + 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=42914a8a3b45975a09873a1793a5e1f1ff499847 +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