Revert wayfire (#3432)
This commit is contained in:
parent
781760a157
commit
9a98a1500b
1
PKGBUILD
1
PKGBUILD
|
|
@ -44,7 +44,6 @@ makedepends=(
|
|||
)
|
||||
optdepends=(
|
||||
'python-systemd: Adds journald logging'
|
||||
'materia-gtk-theme: theming for GTK-based desktop environments'
|
||||
)
|
||||
provides=(python-archinstall archinstall)
|
||||
conflicts=(python-archinstall archinstall-git)
|
||||
|
|
|
|||
|
|
@ -1,22 +0,0 @@
|
|||
from typing import override
|
||||
|
||||
from archinstall.default_profiles.profile import GreeterType, ProfileType
|
||||
from archinstall.default_profiles.xorg import XorgProfile
|
||||
|
||||
|
||||
class WayfireProfile(XorgProfile):
|
||||
def __init__(self) -> None:
|
||||
super().__init__(
|
||||
"Wayfire",
|
||||
ProfileType.WindowMgr,
|
||||
)
|
||||
|
||||
@property
|
||||
@override
|
||||
def packages(self) -> list[str]:
|
||||
return ["wayfire", "wayfire-plugins-extra", "wf-shell", "wcm"]
|
||||
|
||||
@property
|
||||
@override
|
||||
def default_greeter_type(self) -> GreeterType:
|
||||
return GreeterType.Lightdm
|
||||
Loading…
Reference in New Issue