summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-02-16 10:29:07 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-02-16 10:29:07 -0800
commitcfc08952048e492e791b1b1f812da44f314a7530 (patch)
treea4d4ada2b03fb36161561ad403530fc0ebd36e2e
parentUpdated to 5.10.15 (diff)
downloadlinux-libre-hardened-cfc08952048e492e791b1b1f812da44f314a7530.tar.xz
Updated to 5.10.16
-rw-r--r--PKGBUILD49
1 files changed, 25 insertions, 24 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2bd465f..75401ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ _pkgbase=linux-hardened
pkgbase=linux-libre-hardened
_supver=5
_majver=10
-_minver=15
+_minver=16
_gccpatchver='20201113'
_gccpatchger='10.1'
_gccpatchker='5.8'
@@ -63,14 +63,14 @@ validpgpkeys=(
)
b2sums=('86103699a6bc906e85429430df098b0ddb7cfc8c887f98b37f994498388d634554e119eadb1b15f591bdf4f463e7efb7420e3e370af0029b7ed9e988a5f26b01'
'SKIP'
- '03d9cbfef2024da953cc56a0bf2fd760eb26d43a65f947e822ade5b4ffe327d919355617ae6d718988193b6343da2f7434dd30f7b9d3efcdd9439a260691c711'
+ 'a1d0af339603b63804818e10d96401b9321a026ca619e8eeaff3c7dfd0cc778de11359710075ea5648780b57aff56af931d3d9ee1d32258468b34215159b8972'
'SKIP'
'7d755aa53f672b988914c84f1946ad2a15fd3af469f430d1972237c4ce82b3ac37ad034de748e5937ec262f630f9aa6749704eabe3c095320447a4de5d4b2d46'
'd8297e09f552a2d6bb24c2ba10481fd2b407057f3b24278e72a89233473460d339c83838791989773623178b5af80588fb4c484da2931f1040e313cce7ceca00'
'7f1eb5938472f57748216bd00e0c875feab99fc1c5cb89babfea467ee30ca5c8e9fc5a691efe2e602bef1ea79820c5383822d7cec354b48d23321ccda8ee8127'
'b6ef77035611139fa9a6d5b8d30570e2781bb4da483bb569884b0bd0129b62e0b82a5a6776fefe43fee801c70d39de1ea4d4c177f7cedd5ac135e3c64f7b895a'
'fde132f3705d908e6f2147c78a2193289916d72304ca5efa2229d79fc3e57a857314ce94e71425caef2f7f7b6cf87f05ef86335dc8bd4be78e7035afe608005a'
- 'b29294b028bd5302e4d50b3ec8ee330206389881e47b133ccec555e13cb0883e2522640e667596d211edfdd9bf19d3951e4a1c5f5fe221f14471c42fa847e604'
+ '0b54ec87bcc287cc9af09e296b233695f329edade78eac0faf9a42969e82a61c3d212f3c98836b7d1a5a48caa74cfa6192ce651b00d5bddbf1c8bc3d49d031bd'
'SKIP')
export KBUILD_BUILD_HOST=arc4linux
@@ -162,7 +162,7 @@ prepare() {
build() {
cd $_srcname
make all
- make htmldocs
+ #make htmldocs
}
_package() {
@@ -273,26 +273,27 @@ _package-headers() {
ln -sr "$builddir" "$pkgdir/usr/src/$pkgbase"
}
-_package-docs() {
- pkgdesc="Documentation for the $pkgdesc kernel"
-
- cd $_srcname
- local builddir="$pkgdir/usr/lib/modules/$(<version)/build"
-
- echo "Installing documentation..."
- local src dst
- while read -rd '' src; do
- dst="${src#Documentation/}"
- dst="$builddir/Documentation/${dst#output/}"
- install -Dm644 "$src" "$dst"
- done < <(find Documentation -name '.*' -prune -o ! -type d -print0)
-
- echo "Adding symlink..."
- mkdir -p "$pkgdir/usr/share/doc"
- ln -sr "$builddir/Documentation" "$pkgdir/usr/share/doc/$pkgbase"
-}
-
-pkgname=("$pkgbase" "$pkgbase-headers" "$pkgbase-docs")
+#_package-docs() {
+# pkgdesc="Documentation for the $pkgdesc kernel"
+#
+# cd $_srcname
+# local builddir="$pkgdir/usr/lib/modules/$(<version)/build"
+#
+# echo "Installing documentation..."
+# local src dst
+# while read -rd '' src; do
+# dst="${src#Documentation/}"
+# dst="$builddir/Documentation/${dst#output/}"
+# install -Dm644 "$src" "$dst"
+# done < <(find Documentation -name '.*' -prune -o ! -type d -print0)
+#
+# echo "Adding symlink..."
+# mkdir -p "$pkgdir/usr/share/doc"
+# ln -sr "$builddir/Documentation" "$pkgdir/usr/share/doc/$pkgbase"
+#}
+
+#pkgname=("$pkgbase" "$pkgbase-headers" "$pkgbase-docs")
+pkgname=("$pkgbase" "$pkgbase-headers")
for _p in "${pkgname[@]}"; do
eval "package_$_p() {
$(declare -f "_package${_p#$pkgbase}")