Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
dracut
Commits:
250b40ba by Frederik Schwan at 2024-07-21T14:01:37+02:00
enable dracut-cpio
fixes #9
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,14 @@
pkgbase = dracut
pkgdesc = An event driven initramfs infrastructure
pkgver = 103
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dracut-ng/dracut-ng
arch = x86_64
license = GPL-2.0-or-later
makedepends = asciidoc
makedepends = bash-completion
makedepends = git
+ makedepends = rust
depends = bash
depends = coreutils
depends = cpio
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Giancarlo Razzolini <[email protected]>
pkgname=dracut
pkgver=103
-pkgrel=1
+pkgrel=2
pkgdesc="An event driven initramfs infrastructure"
arch=('x86_64')
url="https://github.com/dracut-ng/dracut-ng"
@@ -25,6 +25,7 @@ makedepends=(
'asciidoc'
'bash-completion'
'git'
+ 'rust'
)
optdepends=(
'binutils: --uefi option support'
@@ -84,7 +85,8 @@ build() {
--prefix=${prefix} \
--libdir=${prefix}/lib \
--systemdsystemunitdir=${prefix}/lib/systemd/system \
- --bashcompletiondir=$(pkg-config --variable=completionsdir bash-completion)
+ --bashcompletiondir=$(pkg-config --variable=completionsdir
bash-completion) \
+ --enable-dracut-cpio
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dracut/-/commit/250b40ba475e253176b6f0d75312e62a7cfe6518
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dracut/-/commit/250b40ba475e253176b6f0d75312e62a7cfe6518
You're receiving this email because of your account on gitlab.archlinux.org.