~alpine/aports

community/kio: upgrade to 5.62.1 v1 APPLIED

Bart Ribbers: 1
 community/kio: upgrade to 5.62.1

 1 files changed, 12 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3066/mbox | git am -3
Learn more about email & git

[PATCH] community/kio: upgrade to 5.62.1 Export this patch

---
 community/kio/APKBUILD | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/community/kio/APKBUILD b/community/kio/APKBUILD
index e82a03c64c..7d36926385 100644
--- a/community/kio/APKBUILD
+++ b/community/kio/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kio
pkgver=5.62.0
pkgver=5.62.1
pkgrel=0
pkgdesc="Resource and network access abstraction"
arch="all"
@@ -18,8 +18,15 @@ source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kio-$pkgver.tar.
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
options="!check" # Fails due to requiring physical devices not normally available and test 14 hangs

prepare() {
	default_prepare

	mkdir "$builddir"/build
}

build() {
	cmake \
	cd "$builddir"/build
	cmake "$builddir" \
		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
		-DCMAKE_INSTALL_PREFIX=/usr \
		-DCMAKE_INSTALL_LIBDIR=lib \
@@ -28,10 +35,12 @@ build() {
}

check() {
	cd "$builddir"/build
	CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest
}

package() {
	cd "$builddir"/build
	DESTDIR="$pkgdir" make install
}
sha512sums="1f8ee878f18496b78a6efbfdb5719acda68c182d6ab945b3075df9fdc8439fc1cabddd491e0c51bde3d127fc16e7890ac616074345b0602b354c6aee41413231  kio-5.62.0.tar.xz"
sha512sums="fd6e1700c3ade7f59fc2cfa98ea90ec20cc606a435cff00c2c01b6802a9348e4ab3b02cd97b2c1964e51935ca04b1c5bedd359eb8a041ade786417d286a09dfa  kio-5.62.1.tar.xz"
-- 
2.21.0