Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Thermi
aports
Commits
fc8b81c4
Commit
fc8b81c4
authored
Jun 26, 2021
by
Bart Ribbers
Browse files
community/kamera: disable on riscv64
parent
d037c8d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
community/kamera/APKBUILD
View file @
fc8b81c4
...
...
@@ -5,7 +5,8 @@ pkgver=21.04.2
pkgrel
=
0
# armhf blocked by extra-cmake-modules
# s390x blocked by exif
arch
=
"all !armhf !s390x !mips64"
# mips64 and riscv64 blocked by polkit -> kio
arch
=
"all !armhf !s390x !mips64 !riscv64"
url
=
"https://kde.org/applications/graphics"
pkgdesc
=
"KDE integration for gphoto2 cameras"
license
=
"GPL-2.0-or-later AND GFDL-1.2-only"
...
...
@@ -38,7 +39,7 @@ check() {
}
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--
build
build
--target
install
DESTDIR
=
"
$pkgdir
"
cmake
--install
build
}
sha512sums
=
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment