blob: 1b115d58107ac95062cb2b6005bbe65991d5c1ac (
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
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/pekwm-themes-hewphoria/pekwm-themes-hewphoria-20080404.ebuild,v 1.4 2013/03/17 22:58:02 ulm Exp $
DESCRIPTION="A collection of PekWM themes from hewphoria"
HOMEPAGE="https://www.pekwm.org/projects/pekwm/wikis/Community"
SRC_URI="http://distfiles.lifeisabug.com/${P}.tar.bz2"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""
RESTRICT="mirror bindist"
RDEPEND="x11-wm/pekwm"
DEPEND="${RDEPEND}"
src_install() {
insinto /usr/share/pekwm/themes
doins -r * || die "install failed"
}
pkg_postinst() {
echo
einfo "The themes are installed into /usr/share/pekwm/themes/"
einfo "Note: If a theme looks broken just re-run pekwm."
echo
}
|