mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
sysutils/desktop-installer: Update to 0.8.0
Replace SLiM login manager (unmaintained for 10 years) with SDDM SDDM also automatically detects multiple desktop environments (DEs) Add SDDM option for Gnome, LXDE, LXQT Other minor enhancements to streamline package install sequence Changes: https://github.com/outpaddling/desktop-installer/releases
This commit is contained in:
parent
b0575dedd1
commit
1cc8b4c62e
3 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= desktop-installer
|
||||
DISTVERSION= 0.7.9
|
||||
DISTVERSION= 0.8.0
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1670772054
|
||||
SHA256 (outpaddling-desktop-installer-0.7.9_GH0.tar.gz) = 6f456dbb9cbfc08313fdd2aaf321c2aec1ad1e31b7f20544dab4d3d3884dd427
|
||||
SIZE (outpaddling-desktop-installer-0.7.9_GH0.tar.gz) = 194496
|
||||
TIMESTAMP = 1677340601
|
||||
SHA256 (outpaddling-desktop-installer-0.8.0_GH0.tar.gz) = 1779dc51080b4da5a857f8d6a51cda5efcff27344f94af8a0bb719ac029f68fa
|
||||
SIZE (outpaddling-desktop-installer-0.8.0_GH0.tar.gz) = 195019
|
||||
|
|
|
@ -15,6 +15,7 @@ sbin/desktop-installer
|
|||
%%DATADIR%%/LXQT/xinitrc
|
||||
%%DATADIR%%/MATE/xinitrc
|
||||
%%DATADIR%%/OTHER/xinitrc
|
||||
%%DATADIR%%/SDDM/sddm.conf
|
||||
%%DATADIR%%/Scripts/battery-shutdown.sh
|
||||
%%DATADIR%%/Scripts/desktop-admin
|
||||
%%DATADIR%%/WMAKER/xinitrc
|
||||
|
|
Loading…
Add table
Reference in a new issue