Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/deepin.py
AgeCommit message (Collapse)Author
2021-08-05Add back lightdm, be more explicitFelix Yan
2021-07-24Remove lightdm packages from Deepin profileFelix Yan
As of deepin-session-shell 5.4.42-2 (which is in the deepin group), lightdm is added as a dependency because of lightdm-deepin-greeter. A configuration (usr/share/lightdm/lightdm.conf.d/60-deepin.conf) in startdde (also in the deepin group) should override default lightdm configuration to use lightdm-deepin-greeter instead of the gtk greeter. Thus these two packages could be removed from the profile now. This effectively reverts #441
2021-05-15One package per line formatting in profiles - easier to read/maintainDylan Taylor
2021-05-15Try to remove some unused importsDylan Taylor
2021-05-15Very selectively fix some PEP 8 issues with profilesDylan Taylor
2021-05-15Fix deepin; missing lightdm packagesDylan M. Taylor
2021-05-12Replaced the magic __builtin__ global variable. This should fix mypy ↵Anton Hvornum
complaints while still retaining the same functionality, kinda. It's less automatic but it's also less of dark magic, which makes sense for anyone but me.
2021-04-28Add packages to top of each desktop profileDylan Taylor
2021-04-28Remove refs to application profiles that were removedDylan Taylor
2021-04-15Add Deepin desktoprobsonsilv4