summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-03-05 11:56:41 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-03-05 11:56:41 +0000
commitd8af05c6e3081b68b8a8d577c380cdfe41ea6c39 (patch)
tree48c15b23de8480719dd3e45b20909ac513431002 /x11-themes
parenta6a96e8118935c6158dfc12e3d70de88180d00c0 (diff)
fixed deps in our artwork
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/faenza-cupertino/Manifest1
-rw-r--r--x11-themes/faenza-cupertino/faenza-cupertino-1.0.ebuild32
-rw-r--r--x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.2.ebuild24
-rw-r--r--x11-themes/kogaion-artwork-grub/kogaion-artwork-grub-2.2.ebuild2
-rw-r--r--x11-themes/kogaion-artwork-mate/kogaion-artwork-mate-1.0-r1.ebuild44
-rw-r--r--x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild7
6 files changed, 5 insertions, 105 deletions
diff --git a/x11-themes/faenza-cupertino/Manifest b/x11-themes/faenza-cupertino/Manifest
deleted file mode 100644
index 160d24c1..00000000
--- a/x11-themes/faenza-cupertino/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Faenza.tar.gz 65935873 SHA256 68d9dcbc61b1c05cd06f035702ce90175062ffdca89eb15e7f2678929baa8b60 SHA512 4a34a432a2c88cb530956a85510d108dc0271dfba97256c04f4bb63bc43288a6c0da1a63b7831c59dc4d837e2f4b5a4213826d03e1677cbccc38e6c517e5e282 WHIRLPOOL 2eeaa6dcc1101da880bae9e86a853bc7c9cdcc82d302e050f685eab91bd02c62cd7de42605059c4b8d734ae310fd30fc864d46ad5f56d4e58c321d983c4d1e58
diff --git a/x11-themes/faenza-cupertino/faenza-cupertino-1.0.ebuild b/x11-themes/faenza-cupertino/faenza-cupertino-1.0.ebuild
deleted file mode 100644
index af9f7316..00000000
--- a/x11-themes/faenza-cupertino/faenza-cupertino-1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: Exp $
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Faenza Cupertino"
-HOMEPAGE="http://tiheum.deviantart.com/"
-
-MY_PN="Faenza"
-
-SRC_URI="http://pkg.rogentos.ro/distfiles/x11-themes/${PN}/${MY_PN}.tar.gz"
-
-LICENSE="LGPL-3"
-KEYWORDS="~amd64 ~x86 ~arm"
-IUSE=""
-SLOT="0"
-
-DEPEND="${RDEPEND}"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/Faenza"
-
-src_prepare() {
- insinto /usr/share/icons
-}
-
-src_install() {
- doins -r "${S}" || die
-}
diff --git a/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.2.ebuild b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.2.ebuild
index 94c30324..031af0a8 100644
--- a/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.2.ebuild
+++ b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.2.ebuild
@@ -1,7 +1,5 @@
-# Copyright 1999-2012 Sabayon Promotion
# Copyright 2011-2015 Kogaion 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
@@ -15,35 +13,20 @@ 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/rogentos-artwork-core"
+RDEPEND="sys-apps/findutils"
S="${WORKDIR}"/"${PN}"
src_install() {
- # Fbsplash theme - dropped!!!
- # insinto "${S}"/fbsplash
- # dodir /etc/splash/kogaion
- # insinto /etc/splash/kogaion/
- # doins -r "${S}"/fbsplash/kogaion/*
-
# Cursors
insinto /usr/share/cursors/xorg-x11/
doins -r "${S}"/mouse/RezoBlue
# Wallpapers
insinto /usr/share/backgrounds/
- doins "${S}"/background/*.png
+ doins "${S}"/background/*.png
doins -r "${S}"/background/nature
- # Backdrop functionality for Xfce
-
- # drop, no longer needed with 4.12
- #insinto /usr/share/xfce4/backdrops/
- #doins "${S}"/background/*.png
- #doins "${S}"/background/*.jpg
-
# Plymouth theme
#insinto /usr/share/plymouth
@@ -65,9 +48,6 @@ pkg_postinst() {
# mount boot first
mount-boot_mount_boot_partition
- # Update Kogaion initramfs images
- # update_kogaion_kernel_initramfs_splash # Disabled. We DROP fbsplash!!!
-
einfo "Please report bugs or glitches to"
einfo "BlackNoxis"
}
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
index 879f9ee6..0538f003 100644
--- a/x11-themes/kogaion-artwork-grub/kogaion-artwork-grub-2.2.ebuild
+++ b/x11-themes/kogaion-artwork-grub/kogaion-artwork-grub-2.2.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-RDEPEND="!x11-themes/rogentos-artwork-grub" #avoid file colision
+RDEPEND=""
S="${WORKDIR}"
diff --git a/x11-themes/kogaion-artwork-mate/kogaion-artwork-mate-1.0-r1.ebuild b/x11-themes/kogaion-artwork-mate/kogaion-artwork-mate-1.0-r1.ebuild
deleted file mode 100644
index 750aa54c..00000000
--- a/x11-themes/kogaion-artwork-mate/kogaion-artwork-mate-1.0-r1.ebuild
+++ /dev/null
@@ -1,44 +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="Kogaion Linux Official MATE artwork"
-HOMEPAGE="http://www.rogentos.ro/"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-RDEPEND=">=x11-themes/kogaion-artwork-core-2
- x11-themes/kogaion-light-theme
- x11-themes/kogaion-dark-theme
- x11-themes/faenza-kupertino-icons"
-
-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.kogaion.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.kogaion.gschema.override"
- popd &>/dev/null
-}
-
-pkg_postinst() {
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- gnome2_schemas_update --uninstall
-}
diff --git a/x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild b/x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild
index c9a68e8d..1f6ce19b 100644
--- a/x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild
+++ b/x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild
@@ -7,16 +7,13 @@ inherit eutils mount-boot kogaion-artwork
DESCRIPTION="Offical Kogaion-Linux Core Artwork"
HOMEPAGE="http://www.rogentos.ro"
-SRC_URI="http://pkg.rogentos.ro/distfiles/${CATEGORY}/${PN}/"${PN}"-${PV}.tar.gz
- mirror://kogaion/${CATEGORY}/"${PN}"/${P}.tar.gz"
+SRC_URI="http://pkg.rogentos.ro/distfiles/${CATEGORY}/${PN}/"${PN}"-${PV}.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
- !x11-themes/rogentos-artwork-core"
+RDEPEND="sys-apps/findutils"
S="${WORKDIR}"/"${P}"