summaryrefslogtreecommitdiff
path: root/x11-themes/rogentos-artwork-kde/rogentos-artwork-kde-1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-03-05 11:32:26 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-03-05 11:32:26 +0000
commit09fb30dff9e9bcb47e82d9bc62c35b11fae334c8 (patch)
tree8e84641c3ccbbd34c2ac6b63275d23b7a06fca31 /x11-themes/rogentos-artwork-kde/rogentos-artwork-kde-1.ebuild
parente8963683db76581942b4d37d4e54b396ee44c5cf (diff)
fix our artwork, drop deprecated things
Diffstat (limited to 'x11-themes/rogentos-artwork-kde/rogentos-artwork-kde-1.ebuild')
-rw-r--r--x11-themes/rogentos-artwork-kde/rogentos-artwork-kde-1.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/x11-themes/rogentos-artwork-kde/rogentos-artwork-kde-1.ebuild b/x11-themes/rogentos-artwork-kde/rogentos-artwork-kde-1.ebuild
deleted file mode 100644
index 03389d41..00000000
--- a/x11-themes/rogentos-artwork-kde/rogentos-artwork-kde-1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Sabayon Linux
-# Copyright 2012 Rogentos
-# Distributed under the terms of the GNU General Public License v2
-#
-
-EAPI=4
-CMAKE_REQUIRED="never"
-inherit eutils kde4-base
-
-DESCRIPTION="Rogentos Linux Official KDE Artwork"
-HOMEPAGE="http://rogentos.ro/"
-SRC_URI="http://pkg.rogentos.ro/~rogentos/distro/${CATEGORY}/${PN}/${PN}.tar.gz"
- #http://pkg2.rogentos.ro/~noxis/distro/${CATEGORY}/${PN}.tar.gz"
-LICENSE="CCPL-Attribution-ShareAlike-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+ksplash"
-RDEPEND=""
-
-S="${WORKDIR}/${PN}"
-
-src_install() {
- # KDM
- # debugging mode
- echo "Asta e ${KDEDIR}, cica"
- dodir ${KDEDIR}/share/apps/kdm/themes
- cd ${S}/kdm/ || die
- insinto ${KDEDIR}/share/apps/kdm/themes
- doins -r ./
-
- # Kwin
- dodir ${KDEDIR}/share/apps/aurorae/themes/
- cd ${S}/kwin || die
- insinto ${KDEDIR}/share/apps/aurorae/themes/
- doins -r ./
-
- # KSplash
- if use ksplash; then
- dodir ${KDEDIR}/share/apps/ksplash/Themes
- cd ${S}/ksplash || die
- insinto ${KDEDIR}/share/apps/ksplash/Themes
- doins -r ./
- fi
-}