summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2021-11-03 11:13:06 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2021-11-05 16:21:08 -0400
commitbe3c650affdd1bc2c96e71acf48043263f175255 (patch)
tree6c0db6b11695ad1690d271011037655545f0cd5a
parent952855bbc5aae73162a6dc2908883615cb39e41e (diff)
[mkinitcpio]: housekeeping
-rw-r--r--nonsystemd/mkinitcpio/9000-nonsystemd.patch (renamed from nonsystemd/mkinitcpio/nosystemd.patch)0
-rw-r--r--nonsystemd/mkinitcpio/PKGBUILD25
2 files changed, 16 insertions, 9 deletions
diff --git a/nonsystemd/mkinitcpio/nosystemd.patch b/nonsystemd/mkinitcpio/9000-nonsystemd.patch
index 7be07c0fd..7be07c0fd 100644
--- a/nonsystemd/mkinitcpio/nosystemd.patch
+++ b/nonsystemd/mkinitcpio/9000-nonsystemd.patch
diff --git a/nonsystemd/mkinitcpio/PKGBUILD b/nonsystemd/mkinitcpio/PKGBUILD
index 96b40ce52..d4734c8c3 100644
--- a/nonsystemd/mkinitcpio/PKGBUILD
+++ b/nonsystemd/mkinitcpio/PKGBUILD
@@ -3,17 +3,23 @@
# Maintainer (Arch): Thomas Bächler <thomas@archlinux.org>
# Maintainer: David P. <megver83@parabola.nu>
+
+# parabola changes and rationale:
+# - replace 'systemd' dep with 'udev'
+
+
pkgname=mkinitcpio
pkgver=30
pkgrel=1
pkgrel+=.nonsystemd1
pkgdesc="Modular initramfs image creation utility"
arch=('any')
-url="https://projects.archlinux.org/mkinitcpio.git/"
+url='https://github.com/archlinux/mkinitcpio'
license=('GPL')
makedepends=('asciidoc')
depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.23' 'libarchive' 'coreutils'
- 'bash' 'diffutils' 'findutils' 'grep' 'filesystem>=2011.10-1' 'zstd' 'udev')
+ 'bash' 'diffutils' 'findutils' 'grep' 'filesystem>=2011.10-1' 'zstd' 'systemd')
+depends=( ${depends[*]/systemd/udev} )
optdepends=('gzip: Use gzip compression for the initramfs image'
'xz: Use lzma or xz compression for the initramfs image'
'bzip2: Use bzip2 compression for the initramfs image'
@@ -22,21 +28,22 @@ optdepends=('gzip: Use gzip compression for the initramfs image'
'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
provides=('initramfs')
backup=('etc/mkinitcpio.conf')
-source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
- nosystemd.patch)
+source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+source+=(9000-nonsystemd.patch)
install=mkinitcpio.install
sha512sums=('ef43a8ddc01697fa43bede4eebad3271bbc89efa57ba7e4e9f321e8174ff2af74d857b308c5c0f37b42a91906c91c1b022f9a651c70d5d3e9dfc8dc441a60ee4'
- 'SKIP'
- 'f1ad7792b3b42397c2645e834d4b6c6a89122060455954d1ab56a71c673c3b8a8fdbbd6d722d30195211672b9075d09ac07ce6fb5d9723f56ce540709ebe4665')
+ 'SKIP')
+sha512sums+=('f1ad7792b3b42397c2645e834d4b6c6a89122060455954d1ab56a71c673c3b8a8fdbbd6d722d30195211672b9075d09ac07ce6fb5d9723f56ce540709ebe4665')
b2sums=('2001f9ac12bfa7369ad32842956cd21b2a786cd28133b6d3256e4aa77210c78ec6cac8a710ff8c2feb5a4797c1a33ce8c8c7dfabd84d7927c08bf8377e330300'
- 'SKIP'
- '92e1969572e0022bd257f44314045f57db47821d99a40ea1290749967b50ead1cb11adaa9b79f4286fbf20a94173e0ba7f2d4f88208e31d7a03a8de4ea014396')
+ 'SKIP')
+b2sums+=('92e1969572e0022bd257f44314045f57db47821d99a40ea1290749967b50ead1cb11adaa9b79f4286fbf20a94173e0ba7f2d4f88208e31d7a03a8de4ea014396')
validpgpkeys=('ECCAC84C1BA08A6CC8E63FBBF22FB1D78A77AEAB' # Giancarlo Razzolini
'86CFFCA918CF3AF47147588051E8B148A9999C34') # Evangelos Foutras
prepare() {
cd $pkgname-$pkgver
- patch -Np1 -i ../nosystemd.patch
+
+ patch -Np1 -i ../9000-nonsystemd.patch
}
check() {