From 128246bd03e6ac74233984784eeee3f3f8a76a60 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 30 Sep 2022 06:14:36 +0100 Subject: various rebuilds --- .../redcore-artwork-community-1.314.1337.ebuild | 47 +++++++++++++++++ .../redcore-artwork-community-314-r3.ebuild | 47 ----------------- .../redcore-artwork-core-1.314.1337.ebuild | 59 ++++++++++++++++++++++ .../redcore-artwork-core-314.ebuild | 59 ---------------------- .../redcore-artwork-grub-1.314.1337.ebuild | 26 ++++++++++ .../redcore-artwork-grub-1337-r4.ebuild | 26 ---------- .../redcore-theme-sddm-1.314.1337.ebuild | 22 ++++++++ .../redcore-theme-sddm-314-r6.ebuild | 22 -------- .../redcore-theme/redcore-theme-1.314.1337.ebuild | 26 ++++++++++ .../redcore-theme/redcore-theme-1337-r1.ebuild | 26 ---------- 10 files changed, 180 insertions(+), 180 deletions(-) create mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-1.314.1337.ebuild delete mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-314-r3.ebuild create mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1.314.1337.ebuild delete mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-314.ebuild create mode 100644 x11-themes/redcore-artwork-grub/redcore-artwork-grub-1.314.1337.ebuild delete mode 100644 x11-themes/redcore-artwork-grub/redcore-artwork-grub-1337-r4.ebuild create mode 100644 x11-themes/redcore-theme-sddm/redcore-theme-sddm-1.314.1337.ebuild delete mode 100644 x11-themes/redcore-theme-sddm/redcore-theme-sddm-314-r6.ebuild create mode 100644 x11-themes/redcore-theme/redcore-theme-1.314.1337.ebuild delete mode 100644 x11-themes/redcore-theme/redcore-theme-1337-r1.ebuild (limited to 'x11-themes') diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1.314.1337.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1.314.1337.ebuild new file mode 100644 index 00000000..5aaa929c --- /dev/null +++ b/x11-themes/redcore-artwork-community/redcore-artwork-community-1.314.1337.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils git-r3 + +DESCRIPTION="Redcore Linux Community Wallpapers" +HOMEPAGE="https://redcorelinux.org" + +EGIT_REPO_URI="https://gitlab.com/redcore/redcore-wallpapers.git" +EGIT_BRANCH="master" + +LICENSE="" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_install() { + # default wallpaper + dodir usr/share/backgrounds/redcore-community + insinto usr/share/backgrounds/redcore-community + doins -r defaults/* + + # Wallpapers by pentruprieteni.com, thanks + dodir usr/share/backgrounds/by_pp + insinto usr/share/backgrounds/by_pp + doins -r by_pp/* + + # Photos by Mellita Parjolea, thanks + dodir usr/share/backgrounds/by_mellita + insinto usr/share/backgrounds/by_mellita + doins -r by_mellita/* + + # Wallpapers by Toma S. Muntean, thanks + dodir usr/share/backgrounds/by_tomas + insinto usr/share/backgrounds/by_tomas + doins -r by_tomas/* + + # If you want your wallpapers in here, let me know + # I will add them only if you own the rights for them + # venerix [at] redcorelinux [dot] org +} diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-314-r3.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-314-r3.ebuild deleted file mode 100644 index 5aaa929c..00000000 --- a/x11-themes/redcore-artwork-community/redcore-artwork-community-314-r3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit eutils git-r3 - -DESCRIPTION="Redcore Linux Community Wallpapers" -HOMEPAGE="https://redcorelinux.org" - -EGIT_REPO_URI="https://gitlab.com/redcore/redcore-wallpapers.git" -EGIT_BRANCH="master" - -LICENSE="" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_install() { - # default wallpaper - dodir usr/share/backgrounds/redcore-community - insinto usr/share/backgrounds/redcore-community - doins -r defaults/* - - # Wallpapers by pentruprieteni.com, thanks - dodir usr/share/backgrounds/by_pp - insinto usr/share/backgrounds/by_pp - doins -r by_pp/* - - # Photos by Mellita Parjolea, thanks - dodir usr/share/backgrounds/by_mellita - insinto usr/share/backgrounds/by_mellita - doins -r by_mellita/* - - # Wallpapers by Toma S. Muntean, thanks - dodir usr/share/backgrounds/by_tomas - insinto usr/share/backgrounds/by_tomas - doins -r by_tomas/* - - # If you want your wallpapers in here, let me know - # I will add them only if you own the rights for them - # venerix [at] redcorelinux [dot] org -} diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1.314.1337.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1.314.1337.ebuild new file mode 100644 index 00000000..1df36d8e --- /dev/null +++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1.314.1337.ebuild @@ -0,0 +1,59 @@ +# Copyright 2016 Redcore Linux +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit eutils git-r3 + +DESCRIPTION="Offical Redcore Linux Core Artwork" +HOMEPAGE="https://redcorelinux.org" + +EGIT_REPO_URI="https://gitlab.com/redcore/redcore-artwork-core.git" +EGIT_BRANCH="master" +EGIT_COMMIT="fc7014337a473ff0b8956ca0b2a37b3a3242eb66" + +LICENSE="CCPL-Attribution-ShareAlike-3.0" +SLOT="0" +KEYWORDS="x86 amd64" +IUSE="+splash" +RDEPEND="sys-apps/findutils + sys-boot/plymouth + >=x11-themes/hicolor-icon-theme-0.10 + splash? ( + sys-kernel/dracut[splash] + )" + +src_install() { + # Cursors + insinto usr/share/cursors/xorg-x11/ + doins -r mouse/Hacked-Red + dosym ../../../../usr/share/cursors/xorg-x11/Hacked-Red usr/share/cursors/xorg-x11/default + + # Wallpapers + insinto usr/share/backgrounds/ + doins -r background/nature + + # Logos + insinto usr/share/pixmaps/ + doins logo/*.png + + # Plymouth theme + if use splash; then + insinto usr/share/plymouth + doins plymouth/bizcom.png + insinto usr/share/plymouth/themes + doins -r plymouth/themes/redcore + fi +} + +_dracut_initramfs_regen() { + if [ -x $(which dracut) ]; then + dracut -N -f --no-hostonly-cmdline + fi +} + +pkg_postinst() { + # regenerate initramfs to include plymouth theme changes + if [ $(stat -c %d:%i /) == $(stat -c %d:%i /proc/1/root/.) ]; then + _dracut_initramfs_regen + fi +} diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-314.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-314.ebuild deleted file mode 100644 index 1df36d8e..00000000 --- a/x11-themes/redcore-artwork-core/redcore-artwork-core-314.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 2016 Redcore Linux -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit eutils git-r3 - -DESCRIPTION="Offical Redcore Linux Core Artwork" -HOMEPAGE="https://redcorelinux.org" - -EGIT_REPO_URI="https://gitlab.com/redcore/redcore-artwork-core.git" -EGIT_BRANCH="master" -EGIT_COMMIT="fc7014337a473ff0b8956ca0b2a37b3a3242eb66" - -LICENSE="CCPL-Attribution-ShareAlike-3.0" -SLOT="0" -KEYWORDS="x86 amd64" -IUSE="+splash" -RDEPEND="sys-apps/findutils - sys-boot/plymouth - >=x11-themes/hicolor-icon-theme-0.10 - splash? ( - sys-kernel/dracut[splash] - )" - -src_install() { - # Cursors - insinto usr/share/cursors/xorg-x11/ - doins -r mouse/Hacked-Red - dosym ../../../../usr/share/cursors/xorg-x11/Hacked-Red usr/share/cursors/xorg-x11/default - - # Wallpapers - insinto usr/share/backgrounds/ - doins -r background/nature - - # Logos - insinto usr/share/pixmaps/ - doins logo/*.png - - # Plymouth theme - if use splash; then - insinto usr/share/plymouth - doins plymouth/bizcom.png - insinto usr/share/plymouth/themes - doins -r plymouth/themes/redcore - fi -} - -_dracut_initramfs_regen() { - if [ -x $(which dracut) ]; then - dracut -N -f --no-hostonly-cmdline - fi -} - -pkg_postinst() { - # regenerate initramfs to include plymouth theme changes - if [ $(stat -c %d:%i /) == $(stat -c %d:%i /proc/1/root/.) ]; then - _dracut_initramfs_regen - fi -} diff --git a/x11-themes/redcore-artwork-grub/redcore-artwork-grub-1.314.1337.ebuild b/x11-themes/redcore-artwork-grub/redcore-artwork-grub-1.314.1337.ebuild new file mode 100644 index 00000000..bb1f3930 --- /dev/null +++ b/x11-themes/redcore-artwork-grub/redcore-artwork-grub-1.314.1337.ebuild @@ -0,0 +1,26 @@ +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit mount-boot git-r3 eutils + +DESCRIPTION="Redcore Linux GRUB2 Images" +HOMEPAGE="http://redcorelinux.org" + +EGIT_BRANCH="master" +EGIT_REPO_URI="https://pagure.io/redcore/boot-core.git" + +LICENSE="CCPL-Attribution-ShareAlike-3.0" +SLOT="0" + +KEYWORDS="amd64 x86" +IUSE="" +RDEPEND="" + +S="${WORKDIR}/${P}" + +src_install () { + dodir usr/share/grub/themes + insinto usr/share/grub/themes + doins -r "${S}"/cdroot/boot/grub/themes/redcore +} diff --git a/x11-themes/redcore-artwork-grub/redcore-artwork-grub-1337-r4.ebuild b/x11-themes/redcore-artwork-grub/redcore-artwork-grub-1337-r4.ebuild deleted file mode 100644 index bb1f3930..00000000 --- a/x11-themes/redcore-artwork-grub/redcore-artwork-grub-1337-r4.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit mount-boot git-r3 eutils - -DESCRIPTION="Redcore Linux GRUB2 Images" -HOMEPAGE="http://redcorelinux.org" - -EGIT_BRANCH="master" -EGIT_REPO_URI="https://pagure.io/redcore/boot-core.git" - -LICENSE="CCPL-Attribution-ShareAlike-3.0" -SLOT="0" - -KEYWORDS="amd64 x86" -IUSE="" -RDEPEND="" - -S="${WORKDIR}/${P}" - -src_install () { - dodir usr/share/grub/themes - insinto usr/share/grub/themes - doins -r "${S}"/cdroot/boot/grub/themes/redcore -} diff --git a/x11-themes/redcore-theme-sddm/redcore-theme-sddm-1.314.1337.ebuild b/x11-themes/redcore-theme-sddm/redcore-theme-sddm-1.314.1337.ebuild new file mode 100644 index 00000000..9a657795 --- /dev/null +++ b/x11-themes/redcore-theme-sddm/redcore-theme-sddm-1.314.1337.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=7 + +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-r6.ebuild b/x11-themes/redcore-theme-sddm/redcore-theme-sddm-314-r6.ebuild deleted file mode 100644 index 9a657795..00000000 --- a/x11-themes/redcore-theme-sddm/redcore-theme-sddm-314-r6.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=7 - -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/redcore-theme-1.314.1337.ebuild b/x11-themes/redcore-theme/redcore-theme-1.314.1337.ebuild new file mode 100644 index 00000000..87cccf4e --- /dev/null +++ b/x11-themes/redcore-theme/redcore-theme-1.314.1337.ebuild @@ -0,0 +1,26 @@ +# Copyright 2015 Rogentos +# Distributed under the terms of the GNU General Public License v3 + +EAPI=6 + +inherit eutils git-r3 + +DESCRIPTION="Official Redcore Linux GTK theme" +HOMEPAGE="http://redcorelinux.org" + +EGIT_BRANCH="master" +EGIT_REPO_URI="https://pagure.io/redcore/redcore-theme.git" + +LICENSE="GPLv3" +SLOT="0" +KEYWORDS="x86 amd64" +IUSE="" +RDEPEND="x11-themes/gtk-engines-murrine + x11-themes/gtk-engines-unico" + +src_install() { + rm README.md + dodir usr/share/themes + insinto usr/share/themes + doins -r * +} diff --git a/x11-themes/redcore-theme/redcore-theme-1337-r1.ebuild b/x11-themes/redcore-theme/redcore-theme-1337-r1.ebuild deleted file mode 100644 index 87cccf4e..00000000 --- a/x11-themes/redcore-theme/redcore-theme-1337-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2015 Rogentos -# Distributed under the terms of the GNU General Public License v3 - -EAPI=6 - -inherit eutils git-r3 - -DESCRIPTION="Official Redcore Linux GTK theme" -HOMEPAGE="http://redcorelinux.org" - -EGIT_BRANCH="master" -EGIT_REPO_URI="https://pagure.io/redcore/redcore-theme.git" - -LICENSE="GPLv3" -SLOT="0" -KEYWORDS="x86 amd64" -IUSE="" -RDEPEND="x11-themes/gtk-engines-murrine - x11-themes/gtk-engines-unico" - -src_install() { - rm README.md - dodir usr/share/themes - insinto usr/share/themes - doins -r * -} -- cgit v1.2.3