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:
parent
36586e6107
commit
5030271e74
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Miles Alan <m@milesalan.com>
|
# Maintainer: Miles Alan <m@milesalan.com>
|
||||||
pkgname=sxmo-common
|
pkgname=sxmo-common
|
||||||
pkgver=1.8.2
|
pkgver=1.8.2
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Simple Mobile: Core package to build custom SXMO desktop environments"
|
pkgdesc="Simple Mobile: Core package to build custom SXMO desktop environments"
|
||||||
url="http://sr.ht/~mil/Sxmo"
|
url="http://sr.ht/~mil/Sxmo"
|
||||||
arch="noarch !armhf"
|
arch="noarch !armhf"
|
||||||
|
@ -48,6 +48,7 @@ depends="
|
||||||
vim
|
vim
|
||||||
vvmd
|
vvmd
|
||||||
yt-dlp
|
yt-dlp
|
||||||
|
xdg-user-dirs
|
||||||
"
|
"
|
||||||
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"
|
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"
|
||||||
subpackages="$pkgname-qt_tweaks $pkgname-bluetooth"
|
subpackages="$pkgname-qt_tweaks $pkgname-bluetooth"
|
||||||
|
|
Loading…
Reference in a new issue