summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rosenzweig2021-03-30 19:56:19 +0800
committerJason Rosenzweig2021-03-30 19:56:19 +0800
commit6a4bf9ed368a3d7269f60f302b22094c4aa76e61 (patch)
tree7d7d4faa25fe214cac048a4985ff17096008763e
downloadaur-6a4bf9ed368a3d7269f60f302b22094c4aa76e61.tar.gz
Initial commit
-rw-r--r--.SRCINFO48
-rw-r--r--.gitignore3
l---------0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch1
l---------PKGBUILD1
l---------config1
l---------config.patch1
l---------linux-lts-pkgbuild.patch1
7 files changed, 56 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..d1e1167c3414
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,48 @@
+pkgbase = linux-lts-logo
+ pkgdesc = LTS Linux with tux
+ pkgver = 5.10.26
+ pkgrel = 1
+ url = https://www.kernel.org/
+ arch = x86_64
+ license = GPL2
+ makedepends = bc
+ makedepends = kmod
+ makedepends = libelf
+ makedepends = pahole
+ makedepends = cpio
+ makedepends = perl
+ makedepends = tar
+ makedepends = xz
+ makedepends = xmlto
+ makedepends = python-sphinx
+ makedepends = python-sphinx_rtd_theme
+ makedepends = graphviz
+ makedepends = imagemagick
+ options = !strip
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.26.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.26.tar.sign
+ source = config
+ source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
+ source = config.patch
+ validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
+ validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
+ sha256sums = fc532833f1ac167f363f1b9de85db39d2d635ab516f66dc381bdd70804601482
+ sha256sums = SKIP
+ sha256sums = 7a35b1afafb35371478ddcb3db6509905163a9da49000abd4213900669a0791b
+ sha256sums = 6992aed5d5398f9442f0ce94d5d5b6503bf492df0ebe719ed6e0fc1dc2ee1929
+ sha256sums = e2f773bc3de49f21f9af5cb4d68b8df1c95c99071c3147714cf4c1312d4110c9
+
+pkgname = linux-lts-logo
+ pkgdesc = The LTS Linux with tux kernel and modules
+ depends = coreutils
+ depends = kmod
+ depends = initramfs
+ optdepends = crda: to set the correct wireless channels of your country
+ optdepends = linux-firmware: firmware images needed for some devices
+ provides = VIRTUALBOX-GUEST-MODULES
+ provides = WIREGUARD-MODULE
+ conflicts = wireguard-lts
+
+pkgname = linux-lts-logo-headers
+ pkgdesc = Headers and scripts for building modules for the LTS Linux with tux kernel
+
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d79517ffb1b7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.tar.xz
+*.tar.sign
+src
diff --git a/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch b/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
new file mode 120000
index 000000000000..300e4c3c8d22
--- /dev/null
+++ b/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
@@ -0,0 +1 @@
+../linux-lts/linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
new file mode 120000
index 000000000000..2092e9b47a52
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1 @@
+../linux-lts/linux-lts/trunk/PKGBUILD \ No newline at end of file
diff --git a/config b/config
new file mode 120000
index 000000000000..c477e225cb34
--- /dev/null
+++ b/config
@@ -0,0 +1 @@
+../linux-lts/linux-lts/trunk/config \ No newline at end of file
diff --git a/config.patch b/config.patch
new file mode 120000
index 000000000000..b0eba0e187f9
--- /dev/null
+++ b/config.patch
@@ -0,0 +1 @@
+../linux-lts/linux-lts/trunk/config.patch \ No newline at end of file
diff --git a/linux-lts-pkgbuild.patch b/linux-lts-pkgbuild.patch
new file mode 120000
index 000000000000..f0274bb23bae
--- /dev/null
+++ b/linux-lts-pkgbuild.patch
@@ -0,0 +1 @@
+../linux-lts/linux-lts/trunk/linux-lts-pkgbuild.patch \ No newline at end of file