summaryrefslogtreecommitdiff
path: root/x11-themes/kogaion-artwork-lxde/kogaion-artwork-lxde-1.1-r2.ebuild
blob: ceee45d9d385ccdf30f75ccc25e6f040411fb838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright 2004-2011 Sabayon Promotion
# Copyright 2012-2015 Kogaion
# Distributed under the terms of the GNU General Public License v2
# Original Authors Sabayon Team
#

EAPI=4

inherit base

DESCRIPTION="Kogaion LXDE Artwork"
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 ~arm ~x86"
IUSE=""
RDEPEND="x11-themes/kogaion-artwork-core
	!x11-themes/rogentos-artwork-lxde"

S="${WORKDIR}/lxdm"

src_install () {
	dodir /usr/share/lxdm/themes/Kogaion || die "Cannot dodir"
	insinto /usr/share/lxdm/themes/Kogaion || die "Cannot insinto"
	doins Kogaion/* || die "Cannot doins"

	#No longer needed, fixed in sources
	#dosym /usr/share/lxdm/themes/kogaion.png \
	#/usr/share/lxdm/themes/Kogaion/kgdm.png

	dodir /etc/lxdm
	insinto /etc/lxdm/ || die "Cannot insinto folder"
	doins "${S}"/lxdm.conf || die "Could not copy lxdm.conf"
}