From d398eaa4e9f928205cdb055b0ce536eaee108e64 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 22 Aug 2019 10:59:38 +0200 Subject: lib/common-functions: add dependencies for linux-*-{docs,headers} -> linux-* with version --- lib/common-functions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/common-functions') diff --git a/lib/common-functions b/lib/common-functions index 169b209..053cbfa 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -359,12 +359,15 @@ make_source_info() { sed -i ' /^pkgname = /! b /= gtk-doc$/ b + /= linux-api-headers$/ b s/= \(openjdk[0-9]\+\)-doc$/\0\n\tdepends = \1-src/ t append_version s/= \(qt5\)-doc$/\0\n\tdepends = \1-base/ t append_version s/= \(\S\+\)-i18n-\S\+$/\0\n\tdepends = \1/ t append_version + s/= \(linux\(-\S\+\)\?\)-\(docs\|headers\)$/\0\n\tdepends = \1/ + t append_version b :append_version s/$/='"${epoch}${epoch+:}${pkgver}"'/ -- cgit v1.2.3-54-g00ecf