Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 31CFA782BB4 for <~alpine/aports@lists.alpinelinux.org>; Fri, 20 Sep 2019 21:34:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 12C702953C for <~alpine/aports@lists.alpinelinux.org>; Fri, 20 Sep 2019 23:25:55 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kXIsFfPbHKMn; Fri, 20 Sep 2019 23:25:53 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1569014753; bh=zN85ikQNz/BW2Jo3pAZbOkvBA4uORaT23VJDCppiKi0=; h=From:To:Cc:Subject:Date; b=jQOr9n4AiSN2oSf0njFZbKIrz4WjbbnSuuBD4EYvOvQubgUT02peMHasWFK7zNAMd 0E9yJkk4sTZ0Sf4WCrhlghHopcqYLfbJu0lLSlAncXXUVxozFhBaHfmueahhCj98Ho 2IazFP1rp56/jmFWfhOqKUlAx06JVUksOy18Q+UrtUIXMy7t9IVsByQ/kRCdl93nmP tTBGvHkoJ9lafIF0ht+VVLWJxqr+lJs39O98NbAXQ7WemrRrqSnVuOYIJYhRkJ8lbs ypyyxPZXSD+AauBCdr1JVE8xMDzYnEUqg3b/aroqFtPr0jtoD12AYCVRIU6dogO4g+ xFOki86K+iYxg== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] community/kio: upgrade to 5.62.1 Date: Fri, 20 Sep 2019 23:25:51 +0200 Message-Id: <20190920212551.12779-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- 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 # Maintainer: Bart Ribbers 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