From c75955ca900c6419cccf7c25772650af1971db0a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 21 Aug 2016 19:09:48 +0100 Subject: fix urls shown in calamares --- .../files/adjust-calamares-urls.patch | 28 ++++++++++++++++++++ .../kogaion-artwork-calamares-3.0-r1.ebuild | 30 ++++++++++++++++++++++ .../kogaion-artwork-calamares-3.0.ebuild | 30 ---------------------- 3 files changed, 58 insertions(+), 30 deletions(-) create mode 100644 x11-themes/kogaion-artwork-calamares/files/adjust-calamares-urls.patch create mode 100644 x11-themes/kogaion-artwork-calamares/kogaion-artwork-calamares-3.0-r1.ebuild delete mode 100644 x11-themes/kogaion-artwork-calamares/kogaion-artwork-calamares-3.0.ebuild (limited to 'x11-themes') diff --git a/x11-themes/kogaion-artwork-calamares/files/adjust-calamares-urls.patch b/x11-themes/kogaion-artwork-calamares/files/adjust-calamares-urls.patch new file mode 100644 index 00000000..98ae9fd4 --- /dev/null +++ b/x11-themes/kogaion-artwork-calamares/files/adjust-calamares-urls.patch @@ -0,0 +1,28 @@ +diff -Nur a/branding.desc b/branding.desc +--- a/branding.desc 2016-03-06 10:28:28.000000000 +0000 ++++ b/branding.desc 2016-08-21 19:06:34.280155216 +0100 +@@ -10,9 +10,9 @@ + shortVersionedName: Kogaion 3.0 + bootloaderEntryName: Kogaion + productUrl: http://rogentos.ro/ +- supportUrl: http://rogentos.ro/bugs/ +- knownIssuesUrl: http://rogentos.ro/#about/ +- releaseNotesUrl: http://rogentos.ro/#about/ ++ supportUrl: http://forum.rogentos.ro/ ++ knownIssuesUrl: http://rogentos.ro/bugs/ ++ releaseNotesUrl: http://rogentos.ro/ + + images: + productLogo: "kogaion.png" +diff -Nur a/show.qml b/show.qml +--- a/show.qml 2016-03-06 10:29:56.000000000 +0000 ++++ b/show.qml 2016-08-21 19:06:55.288153721 +0100 +@@ -24,7 +24,7 @@ + id: presentation + + Timer { +- interval: 5000 ++ interval: 50000 + running: true + repeat: true + onTriggered: presentation.goToNextSlide() diff --git a/x11-themes/kogaion-artwork-calamares/kogaion-artwork-calamares-3.0-r1.ebuild b/x11-themes/kogaion-artwork-calamares/kogaion-artwork-calamares-3.0-r1.ebuild new file mode 100644 index 00000000..2b594ef7 --- /dev/null +++ b/x11-themes/kogaion-artwork-calamares/kogaion-artwork-calamares-3.0-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils + +DESCRIPTION="Kogaion Linux 3.0 branding component for Calamares" +HOMEPAGE="http://rogentos.ro" +SRC_URI="http://pkg.rogentos.ro/distfiles/${CATEGORY}/${PN}/${PN}-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="app-admin/calamares" + +S="${WORKDIR}/${PN}-${PV}" + +src_prepare() { + epatch "${FILESDIR}"/"adjust-calamares-urls.patch" +} + +src_install() { + dodir /etc/calamares/branding/kogaion_branding || die + insinto /etc/calamares/branding/kogaion_branding || die + doins -r "${S}"/* || die +} diff --git a/x11-themes/kogaion-artwork-calamares/kogaion-artwork-calamares-3.0.ebuild b/x11-themes/kogaion-artwork-calamares/kogaion-artwork-calamares-3.0.ebuild deleted file mode 100644 index e538e56d..00000000 --- a/x11-themes/kogaion-artwork-calamares/kogaion-artwork-calamares-3.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils - -DESCRIPTION="Kogaion Linux 3.0 branding component for Calamares" -HOMEPAGE="http://rogentos.ro" -SRC_URI="http://pkg.rogentos.ro/distfiles/${CATEGORY}/${PN}/${PN}-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="app-admin/calamares" - -S="${WORKDIR}/${PN}-${PV}" - -src_prepare() { - sed -i "s/5000/50000/g" "${S}"/show.qml -} - -src_install() { - dodir /etc/calamares/branding/kogaion_branding || die - insinto /etc/calamares/branding/kogaion_branding || die - doins -r "${S}"/* || die -} -- cgit v1.2.3