summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmail.com>2015-08-24 14:16:57 +0300
committerbionel <ionel.busuioc@gmail.com>2015-08-24 14:16:57 +0300
commit902bb3874ddfa58d4d67a44bd67ce0a5fba3d808 (patch)
tree6b6be9dec7174feb5fc3706b840aca31bdbd4371 /x11-themes
parent9556bc0b99b94ec61056f3b765234fd9576daf75 (diff)
kogaion-artwork-grub upgraded
new file: x11-themes/kogaion-artwork-grub/kogaion-artwork-grub-2.2.ebuild Not manifested !!!
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/kogaion-artwork-grub/kogaion-artwork-grub-2.2.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/x11-themes/kogaion-artwork-grub/kogaion-artwork-grub-2.2.ebuild b/x11-themes/kogaion-artwork-grub/kogaion-artwork-grub-2.2.ebuild
new file mode 100644
index 00000000..419a8678
--- /dev/null
+++ b/x11-themes/kogaion-artwork-grub/kogaion-artwork-grub-2.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2004-2012 Sabayon
+# Copyright 2012-2015 Kogaion
+# Distributed under the terms of the GNU General Public License v2
+# Maintainer BlackNoxis <stefan.cristian at rogentos.ro>
+
+EAPI=4
+
+inherit base mount-boot
+
+DESCRIPTION="Kogaion-Linux GRUB2 Images"
+HOMEPAGE="http://www.rogentos.ro"
+SRC_URI="http://pkg.rogentos.ro/~rogentos/distro/${CATEGORY}/${PN}/"${PN}"-${PV}.tar.gz
+ mirror://kogaion/${CATEGORY}/"${PN}"/${P}.tar.gz"
+
+LICENSE="CCPL-Attribution-ShareAlike-3.0"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="!x11-themes/rogentos-artwork-grub" #avoid file colision
+
+S="${WORKDIR}"
+
+src_install () {
+ dodir /usr/share/grub
+ insinto /usr/share/grub
+ doins default-splash.png
+}
+
+pkg_postinst() {
+ local dir="${ROOT}"boot/grub
+ cp "${ROOT}/usr/share/grub/default-splash.png" "${dir}/default-splash.png" || \
+ ewarn "cannot install default splash file!"
+}