From 6ed3756555025d85bed97e725e1ab468f473c150 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Sat, 18 Apr 2020 10:55:03 +0200 Subject: testing/apk-polkit: adjust to changes in D bindings naming Previously these were called ${pkgname}d (e.g. apk-toolsd), now they are called ${pkgname}-d (e.g. apk-tools-d). Also add -static subpkg --- testing/apk-polkit/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/apk-polkit/APKBUILD b/testing/apk-polkit/APKBUILD index 813d3c042d..ac0696cb65 100644 --- a/testing/apk-polkit/APKBUILD +++ b/testing/apk-polkit/APKBUILD @@ -2,16 +2,16 @@ # Maintainer: Rasmus Thomsen pkgname=apk-polkit pkgver=0.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="A Polkit helper for apk, the Alpine Package Keeper" url="https://gitlab.alpinelinux.org/Cogitri/apk-polkit" # SIGSEGV on x86 arch="x86_64 aarch64" # ldc license="GPL-3.0-or-later" -makedepends="meson polkitd-dev openssld-dev apk-toolsd-dev +makedepends="meson polkit-d-dev openssl-d-dev apk-tools-d-dev ldc ldc-runtime glibd-dev lld" checkdepends="bash py3-dbusmock dbus dbus-x11" -subpackages="$pkgname-dev $pkgname-dbg" +subpackages="$pkgname-static $pkgname-dev $pkgname-dbg" source="https://gitlab.alpinelinux.org/Cogitri/apk-polkit/-/archive/v$pkgver/apk-polkit-v$pkgver.tar.gz fix-library-name.patch" builddir="$srcdir/$pkgname-v$pkgver" -- cgit v1.2.3