From abef02c8b9885708e9275c6d61baa1878602f41e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 9 Feb 2021 12:44:51 +0000 Subject: x11-themes/redcore-theme-sddm : revision bump --- .../redcore-theme-sddm/files/redcore/Main.qml | 16 ++++++++-------- .../redcore-theme-sddm-314-r2.ebuild | 22 ---------------------- .../redcore-theme-sddm-314-r3.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 x11-themes/redcore-theme-sddm/redcore-theme-sddm-314-r2.ebuild create mode 100644 x11-themes/redcore-theme-sddm/redcore-theme-sddm-314-r3.ebuild (limited to 'x11-themes') diff --git a/x11-themes/redcore-theme-sddm/files/redcore/Main.qml b/x11-themes/redcore-theme-sddm/files/redcore/Main.qml index 986bc3d7..ab5c5dd7 100644 --- a/x11-themes/redcore-theme-sddm/files/redcore/Main.qml +++ b/x11-themes/redcore-theme-sddm/files/redcore/Main.qml @@ -202,28 +202,28 @@ PlasmaCore.ColorScope { actionItems: [ ActionButton { - iconSource: "/usr/share/sddm/themes/Orchis/assets/suspend_primary.svgz" + iconSource: "/usr/share/sddm/themes/redcore/assets/suspend_primary.svgz" text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel","Suspend to RAM","Sleep") onClicked: sddm.suspend() enabled: sddm.canSuspend visible: !inputPanel.keyboardActive }, ActionButton { - iconSource: "/usr/share/sddm/themes/Orchis/assets/restart_primary.svgz" + iconSource: "/usr/share/sddm/themes/redcore/assets/restart_primary.svgz" text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","Restart") onClicked: sddm.reboot() enabled: sddm.canReboot visible: !inputPanel.keyboardActive }, ActionButton { - iconSource: "/usr/share/sddm/themes/Orchis/assets/shutdown_primary.svgz" + iconSource: "/usr/share/sddm/themes/redcore/assets/shutdown_primary.svgz" text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","Shut Down") onClicked: sddm.powerOff() enabled: sddm.canPowerOff visible: !inputPanel.keyboardActive }, ActionButton { - iconSource: "/usr/share/sddm/themes/Orchis/assets/switch_primary.svgz" + iconSource: "/usr/share/sddm/themes/redcore/assets/switch_primary.svgz" text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "For switching to a username and password prompt", "Other...") onClicked: mainStack.push(userPromptComponent) enabled: true @@ -381,28 +381,28 @@ PlasmaCore.ColorScope { actionItems: [ ActionButton { - iconSource: "/usr/share/sddm/themes/Orchis/assets/suspend_primary.svgz" + iconSource: "/usr/share/sddm/themes/redcore/assets/suspend_primary.svgz" text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel","Suspend to RAM","Sleep") onClicked: sddm.suspend() enabled: sddm.canSuspend visible: !inputPanel.keyboardActive }, ActionButton { - iconSource: "/usr/share/sddm/themes/Orchis/assets/restart_primary.svgz" + iconSource: "/usr/share/sddm/themes/redcore/assets/restart_primary.svgz" text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","Restart") onClicked: sddm.reboot() enabled: sddm.canReboot visible: !inputPanel.keyboardActive }, ActionButton { - iconSource: "/usr/share/sddm/themes/Orchis/assets/shutdown_primary.svgz" + iconSource: "/usr/share/sddm/themes/redcore/assets/shutdown_primary.svgz" text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","Shut Down") onClicked: sddm.powerOff() enabled: sddm.canPowerOff visible: !inputPanel.keyboardActive }, ActionButton { - iconSource: "/usr/share/sddm/themes/Orchis/assets/switch_primary.svgz" + iconSource: "/usr/share/sddm/themes/redcore/assets/switch_primary.svgz" text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","List Users") onClicked: mainStack.pop() visible: !inputPanel.keyboardActive diff --git a/x11-themes/redcore-theme-sddm/redcore-theme-sddm-314-r2.ebuild b/x11-themes/redcore-theme-sddm/redcore-theme-sddm-314-r2.ebuild deleted file mode 100644 index e79d5853..00000000 --- a/x11-themes/redcore-theme-sddm/redcore-theme-sddm-314-r2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -DESCRIPTION="Redcore Linux SDDM Theme" -HOMEPAGE="" -SRC_URI="" - -LICENSE="CC-BY-SA" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -S="${FILESDIR}" - -src_install() { - dodir usr/share/sddm/themes - insinto usr/share/sddm/themes - doins -r ${S}/* -} diff --git a/x11-themes/redcore-theme-sddm/redcore-theme-sddm-314-r3.ebuild b/x11-themes/redcore-theme-sddm/redcore-theme-sddm-314-r3.ebuild new file mode 100644 index 00000000..e79d5853 --- /dev/null +++ b/x11-themes/redcore-theme-sddm/redcore-theme-sddm-314-r3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="Redcore Linux SDDM Theme" +HOMEPAGE="" +SRC_URI="" + +LICENSE="CC-BY-SA" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +S="${FILESDIR}" + +src_install() { + dodir usr/share/sddm/themes + insinto usr/share/sddm/themes + doins -r ${S}/* +} -- cgit v1.2.3