mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 20:55:20 +03:00
testing/f_scripts: remove f_phone dep on pinephone-call-audio
this doesn't exist in alpine
This commit is contained in:
parent
ae30303b46
commit
3cdb0cfd93
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Miles Alan <m@milesalan.com>
|
||||
pkgname=f_scripts
|
||||
pkgver=0.4
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Framebufferphone prompt-driven scripts which are compatible with fbp"
|
||||
url="http://git.sr.ht/~mil/f_scripts"
|
||||
arch="noarch"
|
||||
|
@ -60,7 +60,7 @@ f_networks() {
|
|||
|
||||
f_phone() {
|
||||
pkgdesc="$pkgname - f_phone script, Manages phone calls / text messages using modemmanager"
|
||||
depends="$depends polkit modemmanager linuxconsoletools pinephone-call-audio pn"
|
||||
depends="$depends polkit modemmanager linuxconsoletools pn"
|
||||
install -Dm755 "$builddir"/scripts/f_phone "$subpkgdir/usr/bin/f_phone"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue