From c6e2c77a694e71d40dde4511ee64114cb40294dd Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 15 Jul 2017 18:15:37 +0100 Subject: app-misc/calamares-config-redcore : configure sddm during installation, add users to games group --- .../calamares-config-redcore-1706-r2.ebuild | 24 ---------------------- .../calamares-config-redcore-1706-r3.ebuild | 24 ++++++++++++++++++++++ .../files/modules/displaymanager.conf | 2 +- .../files/modules/users.conf | 1 + 4 files changed, 26 insertions(+), 25 deletions(-) delete mode 100644 app-misc/calamares-config-redcore/calamares-config-redcore-1706-r2.ebuild create mode 100644 app-misc/calamares-config-redcore/calamares-config-redcore-1706-r3.ebuild (limited to 'app-misc/calamares-config-redcore') diff --git a/app-misc/calamares-config-redcore/calamares-config-redcore-1706-r2.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-1706-r2.ebuild deleted file mode 100644 index 9f6639d2..00000000 --- a/app-misc/calamares-config-redcore/calamares-config-redcore-1706-r2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -DESCRIPTION="Redcore Linux Calamares modules config" -HOMEPAGE="" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="app-admin/calamares" - -S="${FILESDIR}" - -src_install() { - dodir "/etc/calamares" || die - insinto "/etc/calamares" || die - doins -r "${S}/"* || die -} diff --git a/app-misc/calamares-config-redcore/calamares-config-redcore-1706-r3.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-1706-r3.ebuild new file mode 100644 index 00000000..9f6639d2 --- /dev/null +++ b/app-misc/calamares-config-redcore/calamares-config-redcore-1706-r3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="Redcore Linux Calamares modules config" +HOMEPAGE="" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="app-admin/calamares" + +S="${FILESDIR}" + +src_install() { + dodir "/etc/calamares" || die + insinto "/etc/calamares" || die + doins -r "${S}/"* || die +} diff --git a/app-misc/calamares-config-redcore/files/modules/displaymanager.conf b/app-misc/calamares-config-redcore/files/modules/displaymanager.conf index 2e764a9b..04c3c220 100644 --- a/app-misc/calamares-config-redcore/files/modules/displaymanager.conf +++ b/app-misc/calamares-config-redcore/files/modules/displaymanager.conf @@ -3,7 +3,7 @@ #It also sets up autologin, if the feature is enabled in globalstorage. #The displaymanagers list can also be set in globalstorage, and in that case it overrides anything set up here. displaymanagers: - - lightdm + - sddm #Enable the following settings to force a desktop environment in your displaymanager configuration file: #defaultDesktopEnvironment: diff --git a/app-misc/calamares-config-redcore/files/modules/users.conf b/app-misc/calamares-config-redcore/files/modules/users.conf index 04ad55f8..33d39999 100644 --- a/app-misc/calamares-config-redcore/files/modules/users.conf +++ b/app-misc/calamares-config-redcore/files/modules/users.conf @@ -10,6 +10,7 @@ defaultGroups: - cdrom - cdrw - cdemu + - games - kvm - usb - plugdev -- cgit v1.2.3