Date: Friday, March 31, 2023 @ 16:58:16
Author: arojas
Revision: 472290
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 472289, akonadi/kde-unstable/PKGBUILD)
akonadi/repos/kde-unstable-x86_64/keys/
Deleted:
akonadi/repos/kde-unstable-x86_64/PKGBUILD
akonadi/repos/kde-unstable-x86_64/keys/
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-31 16:57:58 UTC (rev 472289)
+++ PKGBUILD 2023-03-31 16:58:16 UTC (rev 472290)
@@ -1,43 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-# Contributor: Pierre Schmitz <[email protected]>
-
-pkgbase=akonadi
-pkgname=(akonadi libakonadi)
-pkgver=23.03.80
-pkgrel=1
-pkgdesc='PIM layer, which provides an asynchronous API to access all kind of
PIM data'
-arch=(x86_64)
-url='https://kontact.kde.org'
-license=(LGPL)
-makedepends=(extra-cmake-modules postgresql qt5-tools kitemmodels
kaccounts-integration doxygen)
-source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('64237e733a6f6ebfa39ca8a8ec54593df703db133629398cf03591e5f3db5034'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
- D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF \
- -DBUILD_QCH=ON
- cmake --build build
-}
-
-package_libakonadi() {
- pkgdesc='Libraries used by applications based on Akonadi'
- depends=(kitemmodels kaccounts-integration)
-
- DESTDIR="$pkgdir" cmake --install build
- rm -r "$pkgdir"/usr/bin # Provided by akonadi
-}
-
-package_akonadi() {
- depends=(libakonadi mariadb)
- optdepends=('postgresql: PostgreSQL backend')
-
- DESTDIR="$pkgdir" cmake --install build
- rm -r "$pkgdir"/{etc,usr/{include,lib,share}} # Provided by libakonadi
-}
Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 472289,
akonadi/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-31 16:58:16 UTC (rev 472290)
@@ -0,0 +1,43 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+
+pkgbase=akonadi
+pkgname=(akonadi libakonadi)
+pkgver=23.03.90
+pkgrel=1
+pkgdesc='PIM layer, which provides an asynchronous API to access all kind of
PIM data'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(LGPL)
+makedepends=(extra-cmake-modules postgresql qt5-tools kitemmodels
kaccounts-integration doxygen)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('0555569deab3522529340451a14416f203d0da80d43b517671e62c4dc7cf8a55'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
+ D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF \
+ -DBUILD_QCH=ON
+ cmake --build build
+}
+
+package_libakonadi() {
+ pkgdesc='Libraries used by applications based on Akonadi'
+ depends=(kitemmodels kaccounts-integration)
+
+ DESTDIR="$pkgdir" cmake --install build
+ rm -r "$pkgdir"/usr/bin # Provided by akonadi
+}
+
+package_akonadi() {
+ depends=(libakonadi mariadb)
+ optdepends=('postgresql: PostgreSQL backend')
+
+ DESTDIR="$pkgdir" cmake --install build
+ rm -r "$pkgdir"/{etc,usr/{include,lib,share}} # Provided by libakonadi
+}