pmaports/main/postmarketos-ui-sxmo-de-dwm/APKBUILD
Oliver Smith 96f8084bcd
main/postmarketos-ui-sxmo-de-dwm: set provider_priority=5 (MR 3597)
apk treats provider_priority=0 as if it is not there, not as lowest
value. The previous patch set it to =10 for …-sxmo-de-sway, so set it to
=5 for the dwm version.

Related: c21f61ddd8/src/solver.c (L713-721)
2022-11-02 15:02:54 +01:00

58 lines
830 B
Text

# Reference: https://postmarketos.org/uipkg
# Maintainer: Miles Alan <m@milesalan.com>
pkgname=postmarketos-ui-sxmo-de-dwm
pkgver=1.11.0
pkgrel=1
pkgdesc="Simple Mobile: Mobile environment based on SXMO and running on dwm"
url="http://sr.ht/~mil/Sxmo"
arch="noarch !armhf"
license="MIT"
depends="
sxmo-common
autocutsel
conky
dunst
svkbd
sxiv
sxmo-dmenu
sxmo-dwm
sxmo-st
unclutter-xfixes
xcalib
xclip
xdotool
xdpyinfo
xinput
xprintidle
xprop
xrandr
xrdb
xsel
xset
xsetroot
xwininfo
"
install="$pkgname.post-install"
_pmb_recommends="
w3m
sfeed
adwaita-icon-theme
clickclack
feh
firefox-esr
font-noto
font-noto-emoji
megapixels-gtk3
mobile-config-firefox
ttyescape
xcalc
"
provides="postmarketos-ui-sxmo"
provider_priority=5
options="!check" # has no tests
package() {
mkdir -p "$pkgdir"
}