cc5a379809
gnome-icon-theme has been dropped in alpine edge in favor of
adwaita-icon-theme. Adjust the _pmb_recommends of the Sxmo UI packages.
Fix for:
package 'gnome-icon-theme' from _pmb_recommends not found for arch 'x86_64'
Related: b24abe8a2c
Related: https://gitlab.com/postmarketOS/pmaports/-/jobs/2593231817
[ci:skip-vercheck]: changing _pmb_recommends doesn't need version bump
58 lines
829 B
Text
58 lines
829 B
Text
# Reference: https://postmarketos.org/uipkg
|
|
# Maintainer: Miles Alan <m@milesalan.com>
|
|
pkgname=postmarketos-ui-sxmo-de-dwm
|
|
pkgver=1.9.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"
|
|
}
|