From 3e0efbb8df51136612ca70051221b95f4eede1fc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 12 Oct 2021 01:25:14 +0100 Subject: x11-themes/redcore-artwork-calamares : revision bump for 2102 (codename polaris) release --- .../redcore-artwork-calamares/files/branding.desc | 8 +++---- .../redcore-artwork-calamares/files/show.qml | 14 ++++++------ .../redcore-artwork-calamares-314-r2.ebuild | 25 ---------------------- .../redcore-artwork-calamares-314-r3.ebuild | 25 ++++++++++++++++++++++ 4 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-314-r2.ebuild create mode 100644 x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-314-r3.ebuild (limited to 'x11-themes') diff --git a/x11-themes/redcore-artwork-calamares/files/branding.desc b/x11-themes/redcore-artwork-calamares/files/branding.desc index 9590f4a2..43fcb82e 100644 --- a/x11-themes/redcore-artwork-calamares/files/branding.desc +++ b/x11-themes/redcore-artwork-calamares/files/branding.desc @@ -4,10 +4,10 @@ componentName: redcore_branding strings: productName: Redcore Linux Hardened shortProductName: Redcore - version: 2101 - shortVersion: 2101 - versionedName: Redcore Linux Hardened 2101 - shortVersionedName: Redcore 2101 + version: 2102 + shortVersion: 2102 + versionedName: Redcore Linux Hardened 2102 + shortVersionedName: Redcore 2102 bootloaderEntryName: Redcore productUrl: https://redcorelinux.org/ supportUrl: https://wiki.redcorelinux.org/ diff --git a/x11-themes/redcore-artwork-calamares/files/show.qml b/x11-themes/redcore-artwork-calamares/files/show.qml index c31bf3c2..5bd1b9a2 100644 --- a/x11-themes/redcore-artwork-calamares/files/show.qml +++ b/x11-themes/redcore-artwork-calamares/files/show.qml @@ -34,7 +34,7 @@ Presentation Image { id: background1 source: "1.png" - width: 720; height: 405 + width: 800; height: 450 fillMode: Image.PreserveAspectFit anchors.centerIn: parent } @@ -44,7 +44,7 @@ Presentation Image { id: background2 source: "2.png" - width: 720; height: 405 + width: 800; height: 450 fillMode: Image.PreserveAspectFit anchors.centerIn: parent } @@ -54,7 +54,7 @@ Presentation Image { id: background3 source: "3.png" - width: 720; height: 405 + width: 800; height: 450 fillMode: Image.PreserveAspectFit anchors.centerIn: parent } @@ -64,7 +64,7 @@ Presentation Image { id: background4 source: "4.png" - width: 720; height: 405 + width: 800; height: 450 fillMode: Image.PreserveAspectFit anchors.centerIn: parent } @@ -74,7 +74,7 @@ Presentation Image { id: background5 source: "5.png" - width: 720; height: 405 + width: 800; height: 450 fillMode: Image.PreserveAspectFit anchors.centerIn: parent } @@ -84,7 +84,7 @@ Presentation Image { id: background6 source: "6.png" - width: 720; height: 405 + width: 800; height: 450 fillMode: Image.PreserveAspectFit anchors.centerIn: parent } @@ -94,7 +94,7 @@ Presentation Image { id: background7 source: "7.png" - width: 720; height: 405 + width: 800; height: 450 fillMode: Image.PreserveAspectFit anchors.centerIn: parent } diff --git a/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-314-r2.ebuild b/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-314-r2.ebuild deleted file mode 100644 index 6188af5f..00000000 --- a/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-314-r2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils - -DESCRIPTION="Redcore Linux branding component for Calamares" -HOMEPAGE="http://redcorelinux.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="app-admin/calamares" - -S="${FILESDIR}" - -src_install() { - dodir etc/calamares/branding/redcore_branding || die - insinto etc/calamares/branding/redcore_branding || die - doins -r "${S}"/* || die -} diff --git a/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-314-r3.ebuild b/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-314-r3.ebuild new file mode 100644 index 00000000..6188af5f --- /dev/null +++ b/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-314-r3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils + +DESCRIPTION="Redcore Linux branding component for Calamares" +HOMEPAGE="http://redcorelinux.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="app-admin/calamares" + +S="${FILESDIR}" + +src_install() { + dodir etc/calamares/branding/redcore_branding || die + insinto etc/calamares/branding/redcore_branding || die + doins -r "${S}"/* || die +} -- cgit v1.2.3