summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/a/eudev/0004-Pavilion-13-x360-keys.patch32
-rwxr-xr-xsource/a/eudev/eudev.SlackBuild7
-rwxr-xr-xsource/d/subversion/subversion.SlackBuild2
-rw-r--r--source/k/kernel-configs/config-generic-5.10.15 (renamed from source/k/kernel-configs/config-generic-5.10.14)2
-rw-r--r--source/k/kernel-configs/config-generic-5.10.15.x64 (renamed from source/k/kernel-configs/config-generic-5.10.14.x64)2
-rw-r--r--source/k/kernel-configs/config-generic-smp-5.10.15-smp (renamed from source/k/kernel-configs/config-generic-smp-5.10.14-smp)2
-rw-r--r--source/k/kernel-configs/config-huge-5.10.15 (renamed from source/k/kernel-configs/config-huge-5.10.14)2
-rw-r--r--source/k/kernel-configs/config-huge-5.10.15.x64 (renamed from source/k/kernel-configs/config-huge-5.10.14.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-smp-5.10.15-smp (renamed from source/k/kernel-configs/config-huge-smp-5.10.14-smp)2
-rwxr-xr-xsource/l/graphene/graphene.SlackBuild2
-rwxr-xr-xsource/l/json-glib/json-glib.SlackBuild2
11 files changed, 11 insertions, 46 deletions
diff --git a/source/a/eudev/0004-Pavilion-13-x360-keys.patch b/source/a/eudev/0004-Pavilion-13-x360-keys.patch
deleted file mode 100644
index d901dea3b..000000000
--- a/source/a/eudev/0004-Pavilion-13-x360-keys.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 9aadd2bfd66333318461c97cc7744ccdb84c24b5 Mon Sep 17 00:00:00 2001
-From: Max Verevkin <me@maxverevkin.tk>
-Date: Thu, 5 Nov 2020 14:16:32 +0200
-Subject: [PATCH 4/4] Pavilion 13 x360 keys
-
-Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
----
- hwdb/60-keyboard.hwdb | 8 ++++++++
- 1 file changed, 8 insertions(+)
-
-diff --git a/hwdb/60-keyboard.hwdb b/hwdb/60-keyboard.hwdb
-index 15f0a970b..b8ffac2b8 100644
---- a/hwdb/60-keyboard.hwdb
-+++ b/hwdb/60-keyboard.hwdb
-@@ -508,6 +508,14 @@ evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHewlett-Packard*:pnHP*Pavilion*dv7*Notebook*PC:
- KEYBOARD_KEY_c6=break
- KEYBOARD_KEY_94=reserved
-
-+
-+# Pavilion 13 x360 (Tablet mode and SYSRQ key)
-+evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHewlett-Packard*:pn*[pP][aA][vV][iI][lL][iI][oO][nN]*13*x360*:pvr*
-+ KEYBOARD_KEY_d9=unknown
-+ KEYBOARD_KEY_d7=!f22 # touchpad on
-+ KEYBOARD_KEY_d2=sysrq # Fn+Print = SYSRQ
-+
-+
- # Pavilion and Spectre x360 13 (Prevents random airplane mode activation)
- evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHewlett-Packard*:pn*[sS][pP][eE][cC][tT][rR][eE]*x360*13*:pvr*
- evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHP*:pn*[sS][pP][eE][cC][tT][rR][eE]*x360Convertible*:pvr*
---
-2.29.2
-
diff --git a/source/a/eudev/eudev.SlackBuild b/source/a/eudev/eudev.SlackBuild
index ca1de125c..da989fe99 100755
--- a/source/a/eudev/eudev.SlackBuild
+++ b/source/a/eudev/eudev.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2006, 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2017, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2006, 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2017, 2018, 2020, 2021 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=eudev
VERSION=${VERSION:-$(echo eudev-*.tar.* | cut -d - -f 2 | rev | cut -f 3- -d . | rev)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -68,9 +68,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-# One patch from post 3.2.9 git
-zcat $CWD/0004-Pavilion-13-x360-keys.patch.gz | patch -p1 --verbose || exit 1
-
# Patch 60-cdrom_id.rules to create a full set of symlinks:
zcat $CWD/60-cdrom_id.rules.diff.gz | patch -p1 --verbose || exit 1
diff --git a/source/d/subversion/subversion.SlackBuild b/source/d/subversion/subversion.SlackBuild
index 7c8dcd57e..2f2cada20 100755
--- a/source/d/subversion/subversion.SlackBuild
+++ b/source/d/subversion/subversion.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=subversion
VERSION=${VERSION:-$(echo subversion-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-5}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/k/kernel-configs/config-generic-5.10.14 b/source/k/kernel-configs/config-generic-5.10.15
index f4598fe3e..2fa26ca33 100644
--- a/source/k/kernel-configs/config-generic-5.10.14
+++ b/source/k/kernel-configs/config-generic-5.10.15
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.14 Kernel Configuration
+# Linux/x86 5.10.15 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-generic-5.10.14.x64 b/source/k/kernel-configs/config-generic-5.10.15.x64
index 53cd77887..12a084002 100644
--- a/source/k/kernel-configs/config-generic-5.10.14.x64
+++ b/source/k/kernel-configs/config-generic-5.10.15.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.14 Kernel Configuration
+# Linux/x86 5.10.15 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-generic-smp-5.10.14-smp b/source/k/kernel-configs/config-generic-smp-5.10.15-smp
index 20ffb5c15..92a396291 100644
--- a/source/k/kernel-configs/config-generic-smp-5.10.14-smp
+++ b/source/k/kernel-configs/config-generic-smp-5.10.15-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.14 Kernel Configuration
+# Linux/x86 5.10.15 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-5.10.14 b/source/k/kernel-configs/config-huge-5.10.15
index 979409a1f..f029dfe15 100644
--- a/source/k/kernel-configs/config-huge-5.10.14
+++ b/source/k/kernel-configs/config-huge-5.10.15
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.14 Kernel Configuration
+# Linux/x86 5.10.15 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-5.10.14.x64 b/source/k/kernel-configs/config-huge-5.10.15.x64
index 3106583bd..98d516cef 100644
--- a/source/k/kernel-configs/config-huge-5.10.14.x64
+++ b/source/k/kernel-configs/config-huge-5.10.15.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.14 Kernel Configuration
+# Linux/x86 5.10.15 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-smp-5.10.14-smp b/source/k/kernel-configs/config-huge-smp-5.10.15-smp
index d7eb9e163..6f4297192 100644
--- a/source/k/kernel-configs/config-huge-smp-5.10.14-smp
+++ b/source/k/kernel-configs/config-huge-smp-5.10.15-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.14 Kernel Configuration
+# Linux/x86 5.10.15 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/l/graphene/graphene.SlackBuild b/source/l/graphene/graphene.SlackBuild
index 76b408bbf..f229fc6e8 100755
--- a/source/l/graphene/graphene.SlackBuild
+++ b/source/l/graphene/graphene.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=graphene
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/l/json-glib/json-glib.SlackBuild b/source/l/json-glib/json-glib.SlackBuild
index 827e64c56..02aee20f7 100755
--- a/source/l/json-glib/json-glib.SlackBuild
+++ b/source/l/json-glib/json-glib.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=json-glib
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then