blob: cedf9d269c78fd9edf00358d4d2371ff4f7631ac (
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
38
39
40
41
42
43
44
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/icewm-themes/icewm-themes-0.0.1.ebuild,v 1.3 2004/06/24 23:33:36 agriffis Exp $
DESCRIPTION="Collection of IceWM themes"
HOMEPAGE="http://www.icewm.org/
http://themes.freshmeat.net/projects/icecrack/
http://themes.freshmeat.net/projects/icebox/
http://themes.freshmeat.net/projects/cyrusicewm/
http://themes.freshmeat.net/projects/greyscaled/
http://themes.freshmeat.net/projects/ufosightings/
http://themes.freshmeat.net/projects/1in1-xp/"
THEME_URI="http://download.freshmeat.net/themes"
SRC_URI="${THEME_URI}/icecrack/icecrack-default-2.0.0.tar.gz
${THEME_URI}/icebox-red/icebox-red-default-1.2.13.tar.gz
${THEME_URI}/cyrusicewm/cyrusicewm-1.0.0.tar
${THEME_URI}/greyscaled/greyscaled-stable.tar.gz
${THEME_URI}/ufosightings/ufosightings-1.0.0.tar.gz
${THEME_URI}/1in1-xp/1in1-xp-default.tar.gz"
SLOT="0"
# icecrack, icebox, cyrus-icewm, ufosightings -> GPL-2
# greyscaled -> Public Domain
# 1in1-xp -> freedist
LICENSE="GPL-2 public-domain freedist"
KEYWORDS="~x86 ~ppc"
IUSE=""
RDEPEND="x11-wm/icewm"
S="${WORKDIR}"
src_install () {
dodir /usr/share/icewm/themes
cp -dpR * ${D}/usr/share/icewm/themes/
chown -R root:root ${D}/usr/share/icewm/themes/
chmod -R o-w ${D}/usr/share/icewm/themes/
}
pkg_postinst() {
einfo "Themes created by: Sawsedge, david_bv, tal256, adisk, fagga and Josh Rush."
}
|