mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-12 01:01:36 +02:00
community/kio: upgrade to 6.4.1
This commit is contained in:
parent
962fcb7dc2
commit
a5b2d7457e
@ -4,8 +4,8 @@
|
||||
# The group tag is just to easily find this APKBUILD by some scripts for automation
|
||||
# group=kde-frameworks
|
||||
pkgname=kio
|
||||
pkgver=6.4.0
|
||||
pkgrel=1
|
||||
pkgver=6.4.1
|
||||
pkgrel=0
|
||||
pkgdesc="Resource and network access abstraction"
|
||||
# armhf blocked by extra-cmake-modules
|
||||
arch="all !armhf"
|
||||
@ -44,18 +44,8 @@ makedepends="$depends_dev
|
||||
checkdepends="xvfb-run"
|
||||
subpackages="$pkgname-dev $pkgname-dbg $pkgname-lang $pkgname-kwallet"
|
||||
|
||||
# kdoctools is currently broken on 32-bit architectures
|
||||
case "$CARCH" in
|
||||
x86|armv7) ;;
|
||||
*)
|
||||
makedepends="$makedepends kdoctools-dev"
|
||||
subpackages="$subpackages $pkgname-doc"
|
||||
;;
|
||||
esac
|
||||
_repo_url="https://invent.kde.org/frameworks/kio.git"
|
||||
source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kio-$pkgver.tar.xz
|
||||
0001-Remove-parent-for-DropMenu.patch
|
||||
"
|
||||
source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kio-$pkgver.tar.xz"
|
||||
# Checks fails due to requiring physical devices not normally available and test 14 hangs
|
||||
options="!check"
|
||||
|
||||
@ -83,6 +73,5 @@ kwallet() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
9068ea2f400848ad26bfe4b56d9489f897c02a5410d47444b5f44118f7491cd7914eee83dee095f301e910c546a60d5d2a121aea617e87fbc9c971c3ac5e3e24 kio-6.4.0.tar.xz
|
||||
24b6e82727817a5ab7fae9f5dc4dd73534f28996f38538efaab4b13a43379c51c2285bb0013f4108caa09b6c1444e19dad3e6415bc476856608c4c829569eb66 0001-Remove-parent-for-DropMenu.patch
|
||||
8753f8550e30fbc7a09203ebd7abe3f05846ab5ab0270199d3f4f815497f5e48f3106e5f75673168e4b873d4cec13dc1708d8c5b79b43b526b90bfb8a1c4b655 kio-6.4.1.tar.xz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user