Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Feb 2023 16:16:56 GMT
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1cc8b4c62e76 - main - sysutils/desktop-installer: Update to 0.8.0
Message-ID:  <202302251616.31PGGu0M044940@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jwb:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1cc8b4c62e760bf8bdf1bbe0ebd8db9c742a45b5

commit 1cc8b4c62e760bf8bdf1bbe0ebd8db9c742a45b5
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2023-02-25 16:15:06 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2023-02-25 16:15:06 +0000

    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
---
 sysutils/desktop-installer/Makefile  | 2 +-
 sysutils/desktop-installer/distinfo  | 6 +++---
 sysutils/desktop-installer/pkg-plist | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/sysutils/desktop-installer/Makefile b/sysutils/desktop-installer/Makefile
index 026a3071cc59..2c66b21375b3 100644
--- a/sysutils/desktop-installer/Makefile
+++ b/sysutils/desktop-installer/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	desktop-installer
-DISTVERSION=	0.7.9
+DISTVERSION=	0.8.0
 CATEGORIES=	sysutils
 
 MAINTAINER=	jwb@FreeBSD.org
diff --git a/sysutils/desktop-installer/distinfo b/sysutils/desktop-installer/distinfo
index 3d350bbf7008..7fadfce754d4 100644
--- a/sysutils/desktop-installer/distinfo
+++ b/sysutils/desktop-installer/distinfo
@@ -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
diff --git a/sysutils/desktop-installer/pkg-plist b/sysutils/desktop-installer/pkg-plist
index e0d55ff20975..51f1020ad5dd 100644
--- a/sysutils/desktop-installer/pkg-plist
+++ b/sysutils/desktop-installer/pkg-plist
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302251616.31PGGu0M044940>