sxmo/sxmo-utils: add networkmanager as dependency (MR 2197)

This commit is contained in:
Stacy Harper 2021-05-25 16:46:20 +02:00 committed by Oliver Smith
parent 4ce262f433
commit abc4eef1e9
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
3 changed files with 2 additions and 8 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: Miles Alan <m@milesalan.com>
pkgname=sxmo-utils
pkgver=1.4.1
pkgrel=1
pkgrel=2
pkgdesc="Utility scripts, programs, and configs that hold the Sxmo UI environment together"
url="https://git.sr.ht/~mil/sxmo-utils"
arch="all"
@ -30,6 +30,7 @@ depends="
inotify-tools
mediainfo
modemmanager
networkmanager
mpv
ncurses
sfeed
@ -59,7 +60,6 @@ depends="
options="!check" # has no tests
subpackages="$pkgname-openrc"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~mil/sxmo-utils/archive/$pkgver.tar.gz"
install="$pkgname.post-install $pkgname.pre-deinstall"
package() {
mkdir -p "$pkgdir/etc/modules-load.d/"

View file

@ -1,3 +0,0 @@
#!/bin/sh
rc-update add modemmanager default || echo "please add modemmanager to the default runlevel"

View file

@ -1,3 +0,0 @@
#!/bin/sh
rc-update del modemmanager || echo "please remove modemmanager from default runlevel"