Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / linux-zen
Commits:
d51ddadb by Jan Alexander Steffens (heftig) at 2024-03-16T18:49:14+01:00
Fix license, disable debug
debug creates empty an empty /usr/src/debug/linux-zen since makepkg 6.1.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,7 +4,7 @@ pkgbase = linux-zen
pkgrel = 1
url = https://github.com/zen-kernel/zen-kernel
arch = x86_64
- license = GPL2
+ license = GPL-2.0-only
makedepends = bc
makedepends = cpio
makedepends = gettext
@@ -19,6 +19,7 @@ pkgbase = linux-zen
makedepends = python-sphinx
makedepends = python-yaml
makedepends = texlive-latexextra
+ options = !debug
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.1.tar.xz
source =
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.1.tar.sign
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='Linux ZEN'
url='https://github.com/zen-kernel/zen-kernel'
arch=(x86_64)
-license=(GPL2)
+license=(GPL-2.0-only)
makedepends=(
bc
cpio
@@ -25,7 +25,10 @@ makedepends=(
python-yaml
texlive-latexextra
)
-options=('!strip')
+options=(
+ !debug
+ !strip
+)
_srcname=linux-${pkgver%.*}
_srctag=v${pkgver%.*}-${pkgver##*.}
source=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-zen/-/commit/d51ddadb4c484aaba621bfe57812085c4fddbdc8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-zen/-/commit/d51ddadb4c484aaba621bfe57812085c4fddbdc8
You're receiving this email because of your account on gitlab.archlinux.org.