main/postmarketos-base-ui-gnome: move xdg-user-dir and xdg-user-dir-gtk to depends (MR 5143)
Previously xdg-user-dir was repeated in both _pmb_recommends and depends; move it to the depends variable, alongside with xdg-user-dir-gtk.
This commit is contained in:
parent
a1c73a055c
commit
3d91c3dd97
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
||||
pkgname=postmarketos-base-ui-gnome
|
||||
pkgver=3
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Meta package for shared configuration for GNOME-based UIs"
|
||||
url="https://postmarketos.org"
|
||||
arch="noarch"
|
||||
|
@ -26,6 +26,7 @@ depends="
|
|||
xdg-desktop-portal-gnome
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-user-dirs
|
||||
xdg-user-dirs-gtk
|
||||
xwayland
|
||||
"
|
||||
install="$pkgname.post-install $pkgname.post-upgrade"
|
||||
|
@ -51,8 +52,6 @@ _pmb_recommends="
|
|||
gnome-text-editor
|
||||
lollypop
|
||||
loupe
|
||||
xdg-user-dirs
|
||||
xdg-user-dirs-gtk
|
||||
"
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue