diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-10-26 12:33:35 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-10-26 12:33:35 +0200 |
commit | 687f45092b4f4ccf33765cee7427f054bae22344 (patch) | |
tree | 5cbf9b184110599c0af56484e7203a5c5e78ef76 | |
parent | 79b2e36475ea3bcccb675a0b3c1bc356c4bb0dae (diff) |
There`s no reason this shouldn`t be here
4 files changed, 181 insertions, 0 deletions
diff --git a/x11-themes/kogaion-artwork-core/Manifest b/x11-themes/kogaion-artwork-core/Manifest new file mode 100644 index 00000000..6bd9f0ea --- /dev/null +++ b/x11-themes/kogaion-artwork-core/Manifest @@ -0,0 +1,2 @@ +DIST kogaion-artwork-core-1.tar.gz 12380972 SHA256 1c45251155dbf645decc8018be77e40bfae68c43a149a16cee707a33cd99f27d SHA512 64f1c8329afd2b93875ebf190fa4d6ffb2651a8a1f3b78a4af06bc6270cadc725569c29eb8484d5224aec10ca7964009a207f2f29eddea61cc2dc0d3fd087d8c WHIRLPOOL 16c23daab95e676ec4480650b112d1d7cc28397dea9386a1c8d266013093fd7008c1d759eb25149aa9fadce116592d6cad021a0bd5888a48665a872236e0b815 +DIST kogaion-artwork-core-2.tar.gz 20713176 SHA256 e492808a0962ed615cc0651a96a753bff740702bebb17c45d0d1875a3313b502 SHA512 a4ffc8839147229114c18dbf0ccbd26dcdd558792613afd87b5544782308a9711a9d17158219eebe81dc4bfed0a57883f2907f3a7817862a98c080ab253461ef WHIRLPOOL c6dfb364b9e369add800e0b9ede3cec18db871fa1dc4d2306160d03977924ca4a505d767a95f8a6628f4a79edeafff1ec801be7ed69b52c9b945760fac2d9a34 diff --git a/x11-themes/kogaion-artwork-core/kogaion-artwork-core-1.ebuild b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-1.ebuild new file mode 100644 index 00000000..5cc7cdac --- /dev/null +++ b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-1.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2012 Sabayon Promotion +# Copyright 2012 Rogentos Linux +# Distributed under the terms of the GNU General Public License v2 +# Original Authors Sabayon Team +# Maintainer BlackNoxis <stefan.cristian at rogentos.ro> + +EAPI=4 +inherit eutils mount-boot kogaion-artwork + +DESCRIPTION="Offical Kogaion Linux Core Artwork" +HOMEPAGE="http://www.rogentos.ro" +SRC_URI="http://pkg.rogentos.ro/~rogentos/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.gz + http://pkg2.rogentos.ro/~noxis/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.gz" + +LICENSE="CCPL-Attribution-ShareAlike-3.0" +SLOT="0" +KEYWORDS="~arm ~x86 ~amd64" +IUSE="" +RDEPEND="sys-apps/findutils + !<sys-boot/grub-0.97-r22 +" + +S="${WORKDIR}/${PN}" + +src_install() { + # Fbsplash theme + insinto "${S}"/fbsplash + dodir /etc/splash/kogaion + insinto /etc/splash/kogaion/ + doins -r "${S}"/fbsplash/kogaion/* + + # Cursors + cd "${S}"/mouse/entis/cursors/ + dodir /usr/share/cursors/xorg-x11/entis/cursors + insinto /usr/share/cursors/xorg-x11/entis/cursors/ + doins -r ./ + + # Wallpaper + cd "${S}"/background + insinto /usr/share/backgrounds + doins *.png *.jpg + #newins rogentoslinux.png rogentos-nvidia.png + + # Backdrop functionality for Xfce + dodir /usr/share/xfce4/backdrops + insinto /usr/share/xfce4/backdrops + doins *.png *.jpg +} + +pkg_postinst() { + # mount boot first + mount-boot_mount_boot_partition + + # Update Sabayon initramfs images + update_sabayon_kernel_initramfs_splash + + einfo "Please report bugs or glitches to" + einfo "BlackNoxis" +} diff --git a/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2-r1.ebuild b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2-r1.ebuild new file mode 100644 index 00000000..5eec54a6 --- /dev/null +++ b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2-r1.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2012 Sabayon Promotion +# Copyright 2012 Rogentos Linux +# Distributed under the terms of the GNU General Public License v2 +# Original Authors Sabayon Team +# Maintainer BlackNoxis <stefan.cristian at rogentos.ro> + +EAPI=4 +inherit eutils mount-boot kogaion-artwork + +DESCRIPTION="Offical Kogaion Linux Core Artwork" +HOMEPAGE="http://www.rogentos.ro" +SRC_URI="http://pkg.rogentos.ro/~rogentos/distro/${CATEGORY}/"${PN}"/"${PN}"-${PV}.tar.gz" + # http://pkg2.rogentos.ro/~noxis/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.gz # Temporary Suspended repo + +LICENSE="CCPL-Attribution-ShareAlike-3.0" +SLOT="0" +KEYWORDS="~arm ~x86 ~amd64" +IUSE="" +RDEPEND="sys-apps/findutils + !<sys-boot/grub-0.97-r22 + !x11-themes/sabayon-artwork-core +" + +S="${WORKDIR}/${PN}" + +src_install() { + # Fbsplash theme + insinto "${S}"/fbsplash + dodir /etc/splash/kogaion + insinto /etc/splash/kogaion/ + doins -r "${S}"/fbsplash/kogaion/* + + # Cursors + cd "${S}"/mouse/entis/cursors/ + dodir /usr/share/cursors/xorg-x11/entis/cursors + insinto /usr/share/cursors/xorg-x11/entis/cursors/ + doins -r ./ + + # Wallpaper + cd "${S}"/background + insinto /usr/share/backgrounds + doins *.png *.jpg + #newins rogentoslinux.png rogentos-nvidia.png + + # Backdrop functionality for Xfce + dodir /usr/share/xfce4/backdrops + insinto /usr/share/xfce4/backdrops + doins *.png *.jpg +} + +pkg_postinst() { + # mount boot first + mount-boot_mount_boot_partition + + # Update Sabayon initramfs images + update_sabayon_kernel_initramfs_splash + + einfo "Please report bugs or glitches to" + einfo "BlackNoxis" +} diff --git a/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.ebuild b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.ebuild new file mode 100644 index 00000000..84e6c12e --- /dev/null +++ b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2012 Sabayon Promotion +# Copyright 2012 Rogentos Linux +# Distributed under the terms of the GNU General Public License v2 +# Original Authors Sabayon Team +# Maintainer BlackNoxis <stefan.cristian at rogentos.ro> + +EAPI=4 +inherit eutils mount-boot kogaion-artwork + +DESCRIPTION="Offical Kogaion Linux Core Artwork" +HOMEPAGE="http://www.rogentos.ro" +SRC_URI="http://pkg.rogentos.ro/~rogentos/distro/${CATEGORY}/${PN}/"${PN}"-${PV}.tar.gz" + # http://pkg2.rogentos.ro/~noxis/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.gz Temporray suspended repo + +LICENSE="CCPL-Attribution-ShareAlike-3.0" +SLOT="0" +KEYWORDS="~arm ~x86 ~amd64" +IUSE="" +RDEPEND="sys-apps/findutils + !<sys-boot/grub-0.97-r22 + !x11-themes/sabayon-artwork-core +" + +S="${WORKDIR}/" + +src_install() { + # Fbsplash theme + insinto "${S}"/fbsplash + dodir /etc/splash/kogaion + insinto /etc/splash/kogaion/ + doins -r "${S}"/fbsplash/kogaion/* + + # Cursors + cd "${S}"/mouse/entis/cursors/ + dodir /usr/share/cursors/xorg-x11/entis/cursors + insinto /usr/share/cursors/xorg-x11/entis/cursors/ + doins -r ./ + + # Wallpaper + cd "${S}"/background + insinto /usr/share/backgrounds + doins *.png *.jpg + #newins rogentoslinux.png rogentos-nvidia.png + + # Backdrop functionality for Xfce + dodir /usr/share/xfce4/backdrops + insinto /usr/share/xfce4/backdrops + doins *.png *.jpg +} + +pkg_postinst() { + # mount boot first + mount-boot_mount_boot_partition + + # Update Sabayon initramfs images + update_sabayon_kernel_initramfs_splash + + einfo "Please report bugs or glitches to" + einfo "BlackNoxis" +} |