Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
f06bbe5a
Commit
f06bbe5a
authored
3 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
community/akonadi-calendar: disable on riscv64
parent
ce3f3b26
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/akonadi-calendar/APKBUILD
+24
-8
24 additions, 8 deletions
community/akonadi-calendar/APKBUILD
with
24 additions
and
8 deletions
community/akonadi-calendar/APKBUILD
+
24
−
8
View file @
f06bbe5a
...
...
@@ -2,15 +2,31 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
akonadi-calendar
pkgver
=
21.04.2
pkgrel
=
0
pkgdesc
=
"Libraries and daemons to implement basic email handling"
arch
=
"all !ppc64le !s390x !armhf !mips !mips64"
# Limited by kmailtransport -> libkgapi -> qt5-qtwebengine
pkgrel
=
1
pkgdesc
=
"Akonadi calendar integration"
# armhf blocked by extra-cmake-modules
# ppc64le, s390x, mips64 and riscv64 blocked by kmailtransport -> libkgapi -> qt5-qtwebengine
arch
=
"all !armhf !ppc64le !s390x !mips64 !riscv64"
url
=
"https://community.kde.org/KDE_PIM"
license
=
"LGPL-2.0-or-later"
depends_dev
=
"ki18n-dev kwidgetsaddons-dev kxmlgui-dev kio-dev kcodecs-dev
kiconthemes-dev kdbusaddons-dev kmailtransport-dev kidentitymanagement-dev
kcalendarcore-dev kcalutils-dev akonadi-dev>=
$pkgver
akonadi-contacts-dev>=
$pkgver
"
makedepends
=
"
$depends_dev
extra-cmake-modules"
depends_dev
=
"
akonadi-contacts-dev>=
$pkgver
akonadi-dev>=
$pkgver
kcalendarcore-dev
kcalutils-dev
kcodecs-dev
kdbusaddons-dev
ki18n-dev
kiconthemes-dev
kidentitymanagement-dev
kio-dev
kmailtransport-dev
kwidgetsaddons-dev
kxmlgui-dev
"
makedepends
=
"
$depends_dev
extra-cmake-modules
"
checkdepends
=
"xvfb-run"
source
=
"https://download.kde.org/stable/release-service/
$pkgver
/src/akonadi-calendar-
$pkgver
.tar.xz"
subpackages
=
"
$pkgname
-dev
$pkgname
-lang"
...
...
@@ -30,7 +46,7 @@ check() {
}
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--
build
build
--target
install
DESTDIR
=
"
$pkgdir
"
cmake
--install
build
}
sha512sums
=
"
96206ab71056a143ba827b0d6d855616c1d44276cd7cb918cbadc44c6b29d58143f928321f832a7b04b70321ddf7b8c50b57b7321cc6a4df4e71fefdce630622 akonadi-calendar-21.04.2.tar.xz
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment