aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-01-23 18:25:11 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-01-23 18:25:11 +0000
commit1912c8b654b9dca049f7528b1f505ac4cd310663 (patch)
tree02d5bdbc1fe24078986b01bc5a1b61c6ea75a57a
parent50784460da3121c30157ee8f691a186e8325e14f (diff)
downloadalpine_aports-1912c8b654b9dca049f7528b1f505ac4cd310663.tar.bz2
alpine_aports-1912c8b654b9dca049f7528b1f505ac4cd310663.tar.xz
alpine_aports-1912c8b654b9dca049f7528b1f505ac4cd310663.zip
main/mkinitfs: upgrade to 3.4.0
-rw-r--r--main/mkinitfs/0001-features-add-support-for-hid-apple-keyboards.patch24
-rw-r--r--main/mkinitfs/APKBUILD8
2 files changed, 3 insertions, 29 deletions
diff --git a/main/mkinitfs/0001-features-add-support-for-hid-apple-keyboards.patch b/main/mkinitfs/0001-features-add-support-for-hid-apple-keyboards.patch
deleted file mode 100644
index bab77ed49e..0000000000
--- a/main/mkinitfs/0001-features-add-support-for-hid-apple-keyboards.patch
+++ /dev/null
@@ -1,24 +0,0 @@
1From cb044ba7dae8dac17040303063e1ea7b0137f1a4 Mon Sep 17 00:00:00 2001
2From: Natanael Copa <ncopa@alpinelinux.org>
3Date: Mon, 21 Jan 2019 21:40:54 +0000
4Subject: [PATCH] features: add support for hid-apple keyboards
5
6https://bugs.alpinelinux.org/issues/9889
7---
8 features.d/usb.modules | 1 +
9 1 file changed, 1 insertion(+)
10
11diff --git a/features.d/usb.modules b/features.d/usb.modules
12index 30b68e2..d29a9da 100644
13--- a/features.d/usb.modules
14+++ b/features.d/usb.modules
15@@ -3,5 +3,6 @@ kernel/drivers/usb/storage
16 kernel/drivers/hid/usbhid
17 kernel/drivers/hid/hid-generic.ko
18 kernel/drivers/hid/hid-cherry.ko
19+kernel/drivers/hid/hid-apple.ko
20 kernel/fs/fat
21 kernel/fs/nls
22--
232.20.1
24
diff --git a/main/mkinitfs/APKBUILD b/main/mkinitfs/APKBUILD
index 6cf9cd970a..f006c51cfd 100644
--- a/main/mkinitfs/APKBUILD
+++ b/main/mkinitfs/APKBUILD
@@ -1,8 +1,8 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=mkinitfs 2pkgname=mkinitfs
3pkgver=3.4.0_rc1 3pkgver=3.4.0
4_ver=${pkgver%_git*} 4_ver=${pkgver%_git*}
5pkgrel=1 5pkgrel=0
6pkgdesc="Tool to generate initramfs images for Alpine" 6pkgdesc="Tool to generate initramfs images for Alpine"
7url="https://git.alpinelinux.org/cgit/mkinitfs" 7url="https://git.alpinelinux.org/cgit/mkinitfs"
8arch="all" 8arch="all"
@@ -17,7 +17,6 @@ subpackages="$pkgname-doc"
17install="$pkgname.pre-upgrade $pkgname.post-install $pkgname.post-upgrade" 17install="$pkgname.pre-upgrade $pkgname.post-install $pkgname.post-upgrade"
18triggers="$pkgname.trigger=/usr/share/kernel/*" 18triggers="$pkgname.trigger=/usr/share/kernel/*"
19source="https://dev.alpinelinux.org/archive/$pkgname/$pkgname-$_ver.tar.xz 19source="https://dev.alpinelinux.org/archive/$pkgname/$pkgname-$_ver.tar.xz
20 0001-features-add-support-for-hid-apple-keyboards.patch
21 " 20 "
22 21
23builddir="$srcdir/$pkgname-$_ver" 22builddir="$srcdir/$pkgname-$_ver"
@@ -32,5 +31,4 @@ package() {
32 make install DESTDIR="$pkgdir" 31 make install DESTDIR="$pkgdir"
33} 32}
34 33
35sha512sums="c3ccf36411ecd30213bd3d9dd58ba70bff3ddf7e7a4f818d9f9bb5cc6d632c04b67982a458ae13d08033a69574c106277b557c9b9aeccf285d53425657978cc9 mkinitfs-3.4.0_rc1.tar.xz 34sha512sums="6c7c1e49e49203f50784e08c8dec9b6bc3bbe5e238d91e85a0a61c09623f6c7b7dfcb490f20e1d6317cbb87287d23e7ef848f1ebf563392cee4b80499676cffc mkinitfs-3.4.0.tar.xz"
3614b7655c92d6cd17de3011a532c5194b52cc926c5da40756b54ef6fae6e62216f24996236518d9f2407d39425f22066f550bf4efd4ef5741c236d15230cc567e 0001-features-add-support-for-hid-apple-keyboards.patch"