device-lenovo-21bx: remove pipewire subpackage (MR 5091)
This is not related to audio, and unnecessary since now pipewire is installed by default
This commit is contained in:
parent
b0d474ba3d
commit
53a861f670
1 changed files with 3 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
pkgname=device-lenovo-21bx
|
||||
pkgdesc="Lenovo ThinkPad X13s"
|
||||
pkgver=8
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -33,7 +33,6 @@ source="
|
|||
"
|
||||
subpackages="
|
||||
$pkgname-usbguard
|
||||
$pkgname-pipewire
|
||||
$pkgname-vulkan
|
||||
"
|
||||
install="$pkgname.post-install"
|
||||
|
@ -47,6 +46,8 @@ package() {
|
|||
|
||||
install -Dm644 "$srcdir/"/firmware.files \
|
||||
-t "$pkgdir"/usr/share/mkinitfs/files/
|
||||
install -Dm644 "$srcdir"/pipewire.conf \
|
||||
-t "pkgdir"/usr/share/pipewire/pipewire.conf.d/
|
||||
}
|
||||
|
||||
vulkan() {
|
||||
|
@ -62,12 +63,6 @@ usbguard() {
|
|||
devicepkg_package $startdir $pkgname
|
||||
}
|
||||
|
||||
pipewire() {
|
||||
install_if="$pkgname=$pkgver-r$pkgrel pipewire"
|
||||
install -Dm644 "$srcdir"/pipewire.conf \
|
||||
"$subpkgdir"/usr/share/pipewire/pipewire.conf.d/"$pkgname".conf
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
c3570f44cd0134fd7400a5467cfddb3c1877a771fda8006228d1b0fd81536171ece53bf7562fc0e11dcc1fd3c6830e324e0d5ad9fdc4e16b53107fa3a04004fb deviceinfo
|
||||
82f7719285434d8c7a5268ddc21d513bb3f3788eb3dd2df099e1c245add9d19719047b003a47edb077e095ebe09d9601b1312c001578e7dfa4ed61d72098ef74 firmware.files
|
||||
|
|
Loading…
Reference in a new issue