From 3155a0d504e78e07cabdf97e2dff798d6504c5ba Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 21 Sep 2023 11:22:53 +0100 Subject: x11-themes/redcore-artwork-calamares : update branding for the new iso --- .../redcore-artwork-calamares/files/branding.desc | 8 +++---- .../redcore-artwork-calamares-1.314.1337-r2.ebuild | 25 ---------------------- .../redcore-artwork-calamares-1.314.1337-r3.ebuild | 25 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1.314.1337-r2.ebuild create mode 100644 x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1.314.1337-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 f446e732..29d23c53 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: 2301 - shortVersion: 2301 - versionedName: Redcore Linux Hardened 2301 - shortVersionedName: Redcore 2301 + version: 2302 + shortVersion: 2302 + versionedName: Redcore Linux Hardened 2302 + shortVersionedName: Redcore 2302 bootloaderEntryName: Redcore productUrl: https://redcorelinux.org/ supportUrl: https://wiki.redcorelinux.org/ diff --git a/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1.314.1337-r2.ebuild b/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1.314.1337-r2.ebuild deleted file mode 100644 index 2c3e110f..00000000 --- a/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1.314.1337-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=6 - -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-1.314.1337-r3.ebuild b/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1.314.1337-r3.ebuild new file mode 100644 index 00000000..2c3e110f --- /dev/null +++ b/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1.314.1337-r3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=6 + +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