ui-i3wm: Depend on wallpaper and polkit (MR 4179)
Wallpaper and polkit dependency are device-agnostic, so remove from N900 package to i3wm [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
2034a8f771
commit
d0a12d9c48
2 changed files with 5 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
# Co-Maintainer: Danct12 <danct12@disroot.org>
|
||||
pkgname=device-nokia-n900
|
||||
pkgver=9.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Nokia N900"
|
||||
url="https://postmarketos.org"
|
||||
arch="armv7"
|
||||
|
@ -137,7 +137,7 @@ xkeyboard_config() {
|
|||
|
||||
i3wm() {
|
||||
install_if="$pkgname postmarketos-ui-i3wm"
|
||||
depends="unclutter-xfixes conky feh postmarketos-artwork-wallpapers pm-utils i3blocks polkit-elogind"
|
||||
depends="unclutter-xfixes conky feh pm-utils i3blocks"
|
||||
install -D -m644 "$srcdir"/i3wm.conf \
|
||||
"$subpkgdir"/etc/skel/.config/i3/config
|
||||
install -D -m644 "$srcdir"/i3blocks.conf \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
||||
pkgname=postmarketos-ui-i3wm
|
||||
pkgver=0.4
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="(X11) Tiling WM (keyboard required)"
|
||||
url="https://i3wm.org"
|
||||
arch="noarch"
|
||||
|
@ -17,8 +17,10 @@ depends="
|
|||
tinydm
|
||||
tinydm-openrc
|
||||
mesa-egl
|
||||
polkit-elogind
|
||||
postmarketos-base-ui
|
||||
postmarketos-base-ui-networkmanager
|
||||
postmarketos-artwork-wallpapers
|
||||
st-virtual
|
||||
xorg-server
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue