d25d6e6088
[ci:skip-build] already built successfully in CI
58 lines
830 B
Text
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=0
|
|
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=0
|
|
options="!check" # has no tests
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|