[arch-commits] Commit in linux-zen/trunk (PKGBUILD config sphinx-workaround.patch)

Jan Steffens heftig at archlinux.org
Sun Mar 7 18:31:34 UTC 2021


    Date: Sunday, March 7, 2021 @ 18:31:34
  Author: heftig
Revision: 409476

5.11.4.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config
Deleted:
  linux-zen/trunk/sphinx-workaround.patch

-------------------------+
 PKGBUILD                |    6 ++----
 config                  |    2 +-
 sphinx-workaround.patch |   19 -------------------
 3 files changed, 3 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-07 15:39:24 UTC (rev 409475)
+++ PKGBUILD	2021-03-07 18:31:34 UTC (rev 409476)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgbase=linux-zen
-pkgver=5.11.3.zen1
+pkgver=5.11.4.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}
@@ -18,7 +18,6 @@
 source=(
   "$_srcname::git+https://github.com/zen-kernel/zen-kernel?signed#tag=$_srctag"
   config         # the main kernel config file
-  sphinx-workaround.patch  # Sphinx 3.5 broke the build again
 )
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886'  # Linus Torvalds
@@ -26,8 +25,7 @@
   'A2FF3A36AAA56654109064AB19802F8B0D70FC30'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-            '6c446a2ee6bc666884530aef7f8be82ea70440cb2576c57cc933bd90a48a1db3'
-            '52fc0fcd806f34e774e36570b2a739dbdf337f7ff679b1c1139bee54d03301eb')
+            'd2560a0a58611273b95da4c51a9583b7965404d011bb8f0e46f9b668167c07fc')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===================================================================
--- config	2021-03-07 15:39:24 UTC (rev 409475)
+++ config	2021-03-07 18:31:34 UTC (rev 409476)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.11.3-zen1 Kernel Configuration
+# Linux/x86 5.11.4-zen1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
 CONFIG_CC_IS_GCC=y

Deleted: sphinx-workaround.patch
===================================================================
--- sphinx-workaround.patch	2021-03-07 15:39:24 UTC (rev 409475)
+++ sphinx-workaround.patch	2021-03-07 18:31:34 UTC (rev 409476)
@@ -1,19 +0,0 @@
-diff --git i/Documentation/conf.py w/Documentation/conf.py
-index 6a767294887e..d1d145759fed 100644
---- i/Documentation/conf.py
-+++ w/Documentation/conf.py
-@@ -267,11 +267,9 @@ except ImportError:
- 
- html_static_path = ['sphinx-static']
- 
--html_context = {
--    'css_files': [
--        '_static/theme_overrides.css',
--    ],
--}
-+html_css_files = [
-+    '_static/theme_overrides.css',
-+]
- 
- # Add any extra paths that contain custom files (such as robots.txt or
- # .htaccess) here, relative to this directory. These files are copied



More information about the arch-commits mailing list