main/postmarketos-base-ui: remove tinydm-x11 subpackage (MR 4837)
This reverts commit518e62df34
"main/postmarketos-base-ui: add tinydm subpackage to pull in xinit (MR 4814)" aports/tinydm now provides its own -x11 subpackage to do this since7df6d02609
This commit is contained in:
parent
2cee97a462
commit
7fdf08a0ad
1 changed files with 1 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||
pkgname=postmarketos-base-ui
|
||||
pkgver=19
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Meta package for minimal postmarketOS UI base"
|
||||
url="https://postmarketos.org"
|
||||
arch="noarch"
|
||||
|
@ -31,7 +31,6 @@ subpackages="
|
|||
$pkgname-qt-tweaks:qt_tweaks
|
||||
$pkgname-qt-wayland:qt_wayland
|
||||
$pkgname-tinydm
|
||||
$pkgname-tinydm-x11:tinydm_x11
|
||||
$pkgname-wifi-iwd:iwd
|
||||
$pkgname-wifi-wpa_supplicant:wpa_supplicant
|
||||
$pkgname-x11
|
||||
|
@ -148,13 +147,6 @@ tinydm() {
|
|||
amove etc/tinydm.d/env-wayland.d/50-sdl-wayland.sh
|
||||
}
|
||||
|
||||
tinydm_x11() {
|
||||
install_if="$pkgname-tinydm=$pkgver-r$pkgrel xorg-server"
|
||||
depends="xinit"
|
||||
|
||||
mkdir "$subpkgdir"
|
||||
}
|
||||
|
||||
pulseaudio() {
|
||||
install_if="$pkgname=$pkgver-r$pkgrel pulseaudio"
|
||||
depends="pulseaudio-utils"
|
||||
|
|
Loading…
Reference in a new issue