main/sxmo-common: add xdg-user-dirs dep (MR 3071)

This patch is meant to support https://git.sr.ht/~mil/sxmo-utils/commit/46cc06b

Which in turn should fix https://todo.sr.ht/~mil/sxmo-tickets/350 and
https://gitlab.com/postmarketOS/megapixels/-/issues/46

This patch is not in the current release of sxmo but I am adding it so
that when 1.9.0 is released, we dont have to deal with this bug again.
This commit is contained in:
Anjandev Momi 2022-04-12 22:13:47 -04:00 committed by Oliver Smith
parent 36586e6107
commit 5030271e74
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -2,7 +2,7 @@
# Maintainer: Miles Alan <m@milesalan.com>
pkgname=sxmo-common
pkgver=1.8.2
pkgrel=2
pkgrel=3
pkgdesc="Simple Mobile: Core package to build custom SXMO desktop environments"
url="http://sr.ht/~mil/Sxmo"
arch="noarch !armhf"
@ -48,6 +48,7 @@ depends="
vim
vvmd
yt-dlp
xdg-user-dirs
"
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"
subpackages="$pkgname-qt_tweaks $pkgname-bluetooth"