From 7dde0966129c2b305e99c5067fd87443602ac351 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 7 Nov 2016 08:36:11 +0000 Subject: reset artwork versions to 1.0...rebranding in progress --- .../redcore-artwork-community-1.0.ebuild | 23 ++++++++++ .../redcore-artwork-community-2.0.ebuild | 23 ---------- .../redcore-artwork-core-1-r1.ebuild | 51 ---------------------- .../redcore-artwork-core-1.0-r1.ebuild | 51 ++++++++++++++++++++++ .../redcore-artwork-grub-1.0.ebuild | 26 +++++++++++ .../redcore-artwork-grub-3.0-r3.ebuild | 26 ----------- .../redcore-artwork-mate-1.0.ebuild | 42 ++++++++++++++++++ .../redcore-artwork-mate-3.1-r1.ebuild | 42 ------------------ x11-themes/redcore-theme/redcore-theme-1.0.ebuild | 25 +++++++++++ .../redcore-theme/redcore-theme-3.0-r1.ebuild | 25 ----------- 10 files changed, 167 insertions(+), 167 deletions(-) create mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-1.0.ebuild delete mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-2.0.ebuild delete mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1-r1.ebuild create mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r1.ebuild create mode 100644 x11-themes/redcore-artwork-grub/redcore-artwork-grub-1.0.ebuild delete mode 100644 x11-themes/redcore-artwork-grub/redcore-artwork-grub-3.0-r3.ebuild create mode 100644 x11-themes/redcore-artwork-mate/redcore-artwork-mate-1.0.ebuild delete mode 100644 x11-themes/redcore-artwork-mate/redcore-artwork-mate-3.1-r1.ebuild create mode 100644 x11-themes/redcore-theme/redcore-theme-1.0.ebuild delete mode 100644 x11-themes/redcore-theme/redcore-theme-3.0-r1.ebuild (limited to 'x11-themes') diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1.0.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1.0.ebuild new file mode 100644 index 00000000..199704d9 --- /dev/null +++ b/x11-themes/redcore-artwork-community/redcore-artwork-community-1.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Redcore Linux Community Wallpapers" +HOMEPAGE="http://redcorelinux.org" + +LICENSE="" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +S=${FILESDIR} + +src_install() { + dodir "/usr/share/backgrounds/redcore-community" || die + insinto "/usr/share/backgrounds/redcore-community" || die + doins -r "${S}"/* || die +} diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-2.0.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-2.0.ebuild deleted file mode 100644 index 199704d9..00000000 --- a/x11-themes/redcore-artwork-community/redcore-artwork-community-2.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Redcore Linux Community Wallpapers" -HOMEPAGE="http://redcorelinux.org" - -LICENSE="" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" -S=${FILESDIR} - -src_install() { - dodir "/usr/share/backgrounds/redcore-community" || die - insinto "/usr/share/backgrounds/redcore-community" || die - doins -r "${S}"/* || die -} diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1-r1.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1-r1.ebuild deleted file mode 100644 index fe2d4936..00000000 --- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 2016 Redcore Linux -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit eutils mount-boot - -DESCRIPTION="Offical Redcore Linux Core Artwork" -HOMEPAGE="http://redcorelinux.org" -SRC_URI="http://redcorelinux.org/distfiles/${CATEGORY}/${PN}/"${PN}"-${PV}.tar.xz" - -LICENSE="CCPL-Attribution-ShareAlike-3.0" -SLOT="0" -KEYWORDS="x86 amd64" -IUSE="" -RDEPEND="sys-apps/findutils" - -S="${WORKDIR}"/"${PN}" - -src_install() { - # Cursors - insinto /usr/share/cursors/xorg-x11/ - doins -r "${S}"/mouse/RezoBlue - - # Wallpapers - insinto /usr/share/backgrounds/ - doins -r "${S}"/background/nature - - # Logos - insinto /usr/share/pixmaps/ - doins "${S}"/logo/*.png - - # Plymouth theme - - insinto /usr/share/plymouth - doins "${S}"/plymouth/bizcom.png # back to our bizcom - insinto /usr/share/plymouth/themes - doins -r "${S}"/plymouth/themes/redcore - - # Apply our tricks - - insinto /usr/share/cursors/xorg-x11 - dosym RezoBlue /usr/share/cursors/xorg-x11/default || "RezoBlue not found" #set default xcursor -} - -pkg_postinst() { - # mount boot first - mount-boot_mount_boot_partition - - einfo "Please report bugs or glitches to" - einfo "V3n3RiX" -} diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r1.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r1.ebuild new file mode 100644 index 00000000..fe2d4936 --- /dev/null +++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 2016 Redcore Linux +# Distributed under the terms of the GNU General Public License v2 + +EAPI=4 +inherit eutils mount-boot + +DESCRIPTION="Offical Redcore Linux Core Artwork" +HOMEPAGE="http://redcorelinux.org" +SRC_URI="http://redcorelinux.org/distfiles/${CATEGORY}/${PN}/"${PN}"-${PV}.tar.xz" + +LICENSE="CCPL-Attribution-ShareAlike-3.0" +SLOT="0" +KEYWORDS="x86 amd64" +IUSE="" +RDEPEND="sys-apps/findutils" + +S="${WORKDIR}"/"${PN}" + +src_install() { + # Cursors + insinto /usr/share/cursors/xorg-x11/ + doins -r "${S}"/mouse/RezoBlue + + # Wallpapers + insinto /usr/share/backgrounds/ + doins -r "${S}"/background/nature + + # Logos + insinto /usr/share/pixmaps/ + doins "${S}"/logo/*.png + + # Plymouth theme + + insinto /usr/share/plymouth + doins "${S}"/plymouth/bizcom.png # back to our bizcom + insinto /usr/share/plymouth/themes + doins -r "${S}"/plymouth/themes/redcore + + # Apply our tricks + + insinto /usr/share/cursors/xorg-x11 + dosym RezoBlue /usr/share/cursors/xorg-x11/default || "RezoBlue not found" #set default xcursor +} + +pkg_postinst() { + # mount boot first + mount-boot_mount_boot_partition + + einfo "Please report bugs or glitches to" + einfo "V3n3RiX" +} diff --git a/x11-themes/redcore-artwork-grub/redcore-artwork-grub-1.0.ebuild b/x11-themes/redcore-artwork-grub/redcore-artwork-grub-1.0.ebuild new file mode 100644 index 00000000..330f14d4 --- /dev/null +++ b/x11-themes/redcore-artwork-grub/redcore-artwork-grub-1.0.ebuild @@ -0,0 +1,26 @@ +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit base mount-boot git-2 eutils + +DESCRIPTION="Redcore Linux GRUB2 Images" +HOMEPAGE="http://redcorelinux.org" + +EGIT_BRANCH="master" +EGIT_REPO_URI="https://gitlab.com/redcore/boot-core.git" + +LICENSE="CCPL-Attribution-ShareAlike-3.0" +SLOT="0" + +KEYWORDS="amd64 x86" +IUSE="" +RDEPEND="" + +S="${WORKDIR}" + +src_install () { + dodir /usr/share/grub/themes || die + insinto /usr/share/grub/themes || die + doins -r "${S}"/cdroot/boot/grub/themes/redcore || die +} diff --git a/x11-themes/redcore-artwork-grub/redcore-artwork-grub-3.0-r3.ebuild b/x11-themes/redcore-artwork-grub/redcore-artwork-grub-3.0-r3.ebuild deleted file mode 100644 index 330f14d4..00000000 --- a/x11-themes/redcore-artwork-grub/redcore-artwork-grub-3.0-r3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit base mount-boot git-2 eutils - -DESCRIPTION="Redcore Linux GRUB2 Images" -HOMEPAGE="http://redcorelinux.org" - -EGIT_BRANCH="master" -EGIT_REPO_URI="https://gitlab.com/redcore/boot-core.git" - -LICENSE="CCPL-Attribution-ShareAlike-3.0" -SLOT="0" - -KEYWORDS="amd64 x86" -IUSE="" -RDEPEND="" - -S="${WORKDIR}" - -src_install () { - dodir /usr/share/grub/themes || die - insinto /usr/share/grub/themes || die - doins -r "${S}"/cdroot/boot/grub/themes/redcore || die -} diff --git a/x11-themes/redcore-artwork-mate/redcore-artwork-mate-1.0.ebuild b/x11-themes/redcore-artwork-mate/redcore-artwork-mate-1.0.ebuild new file mode 100644 index 00000000..01d3d44f --- /dev/null +++ b/x11-themes/redcore-artwork-mate/redcore-artwork-mate-1.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2012 Sabayon +# Copyright 2012-2015 Kogaion +# Distributed under the terms of the GNU General Public License v2 +# Header: $ + +EAPI=4 + +inherit gnome2-utils + +DESCRIPTION="Redcore Linux Official MATE artwork" +HOMEPAGE="http://redcorelinux.org" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64" +IUSE="" +DEPEND="" +RDEPEND="" + +S="${WORKDIR}" + +src_install() { + # Doing overrides. Because we can! + dodir /usr/share/glib-2.0/schemas + insinto /usr/share/glib-2.0/schemas + doins "${FILESDIR}/org.mate.redcore.gschema.override" +} + +pkg_preinst() { + # taken from gnome2_schemas_savelist + has ${EAPI:-0} 0 1 2 && ! use prefix && ED="${D}" + pushd "${ED}" &>/dev/null + export GNOME2_ECLASS_GLIB_SCHEMAS="/usr/share/glib-2.0/schemas/org.mate.redcore.gschema.override" + popd &>/dev/null +} + +pkg_postinst() { + gnome2_schemas_update +} + +pkg_postrm() { + gnome2_schemas_update --uninstall +} diff --git a/x11-themes/redcore-artwork-mate/redcore-artwork-mate-3.1-r1.ebuild b/x11-themes/redcore-artwork-mate/redcore-artwork-mate-3.1-r1.ebuild deleted file mode 100644 index 01d3d44f..00000000 --- a/x11-themes/redcore-artwork-mate/redcore-artwork-mate-3.1-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 Sabayon -# Copyright 2012-2015 Kogaion -# Distributed under the terms of the GNU General Public License v2 -# Header: $ - -EAPI=4 - -inherit gnome2-utils - -DESCRIPTION="Redcore Linux Official MATE artwork" -HOMEPAGE="http://redcorelinux.org" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" -IUSE="" -DEPEND="" -RDEPEND="" - -S="${WORKDIR}" - -src_install() { - # Doing overrides. Because we can! - dodir /usr/share/glib-2.0/schemas - insinto /usr/share/glib-2.0/schemas - doins "${FILESDIR}/org.mate.redcore.gschema.override" -} - -pkg_preinst() { - # taken from gnome2_schemas_savelist - has ${EAPI:-0} 0 1 2 && ! use prefix && ED="${D}" - pushd "${ED}" &>/dev/null - export GNOME2_ECLASS_GLIB_SCHEMAS="/usr/share/glib-2.0/schemas/org.mate.redcore.gschema.override" - popd &>/dev/null -} - -pkg_postinst() { - gnome2_schemas_update -} - -pkg_postrm() { - gnome2_schemas_update --uninstall -} diff --git a/x11-themes/redcore-theme/redcore-theme-1.0.ebuild b/x11-themes/redcore-theme/redcore-theme-1.0.ebuild new file mode 100644 index 00000000..0eccd793 --- /dev/null +++ b/x11-themes/redcore-theme/redcore-theme-1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 2015 Rogentos +# Distributed under the terms of the GNU General Public License v3 + +EAPI=5 + +inherit eutils git-2 + +DESCRIPTION="Official Redcore Linux GTK theme" +HOMEPAGE="http://redcorelinux.org" + +EGIT_BRANCH="master" +EGIT_REPO_URI="https://gitlab.com/redcore/redcore-theme.git" + +LICENSE="GPLv3" +SLOT="0" +KEYWORDS="x86 amd64" +IUSE="" +RDEPEND="" + +src_install() { + rm README.md + rm to_review + insinto /usr/share/themes + doins -r * +} diff --git a/x11-themes/redcore-theme/redcore-theme-3.0-r1.ebuild b/x11-themes/redcore-theme/redcore-theme-3.0-r1.ebuild deleted file mode 100644 index 0eccd793..00000000 --- a/x11-themes/redcore-theme/redcore-theme-3.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2015 Rogentos -# Distributed under the terms of the GNU General Public License v3 - -EAPI=5 - -inherit eutils git-2 - -DESCRIPTION="Official Redcore Linux GTK theme" -HOMEPAGE="http://redcorelinux.org" - -EGIT_BRANCH="master" -EGIT_REPO_URI="https://gitlab.com/redcore/redcore-theme.git" - -LICENSE="GPLv3" -SLOT="0" -KEYWORDS="x86 amd64" -IUSE="" -RDEPEND="" - -src_install() { - rm README.md - rm to_review - insinto /usr/share/themes - doins -r * -} -- cgit v1.2.3