From d382d4d46844e558878a0d9229ee6b88b6f55e60 Mon Sep 17 00:00:00 2001 From: Thomas Kuschel Date: Fri, 2 Feb 2024 02:04:24 +0100 Subject: [PATCH] CHG Version 6.7.3 --- PKGBUILD | 11 +++++++++-- config | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 827cdf5..60abd7f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # copied from Jan Alexander Steffens (heftig) pkgbase=linux-tom -pkgver=6.7.2.arch1 -pkgrel=4 +pkgver=6.7.3.arch1 +pkgrel=1 pkgdesc='Linux' url='https://github.com/archlinux/linux' arch=(x86_64) @@ -24,6 +24,12 @@ makedepends=( imagemagick python-sphinx texlive-latexextra + # my additional texlive preconditions for documentation: + texlive-plaingeneric + texlive-binextra + texlive-langgerman + hyphen + hyphen-de ) options=('!strip') _srcname=linux-${pkgver%.*} @@ -74,6 +80,7 @@ prepare() { echo "Setting config..." cp ../config .config make olddefconfig + # this and next line is added by me, Thomas Kuschel oe3tkt make menuconfig diff -u ../config .config || : diff --git a/config b/config index eb99252..91c921c 100644 --- a/config +++ b/config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 6.7.2-arch1 Kernel Configuration +# Linux/x86 6.7.3-arch1 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.1 20230801" CONFIG_CC_IS_GCC=y @@ -11458,7 +11458,7 @@ CONFIG_STACKTRACE=y # # Debug kernel data structures # -CONFIG_DEBUG_LIST=y +# CONFIG_DEBUG_LIST is not set # CONFIG_DEBUG_PLIST is not set # CONFIG_DEBUG_SG is not set # CONFIG_DEBUG_NOTIFIERS is not set