Parent Directory
|
Revision Log
Initial commit, move from gnustep overlay (Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
1 | # Copyright 1999-2012 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: $ |
4 | |
5 | EAPI=4 |
6 | inherit gnustep-2 |
7 | |
8 | DESCRIPTION="a GNUstep silver theme" |
9 | HOMEPAGE="http://wiki.gnustep.org/index.php/Themes" |
10 | SRC_URI="http://download.gna.org/gnustep-nonfsf/silver.theme-${PV}.tar.gz" |
11 | |
12 | LICENSE="GPL-3" |
13 | SLOT="0" |
14 | KEYWORDS="~amd64 ~ppc ~x86" |
15 | IUSE="" |
16 | |
17 | DEPEND="" |
18 | RDEPEND="${DEPEND}" |
19 | |
20 | S=${WORKDIR}/Silver.theme |
21 | |
22 | src_install() { |
23 | egnustep_env |
24 | |
25 | #install themes |
26 | insinto ${GNUSTEP_SYSTEM_LIBRARY}/Themes/Silver.theme |
27 | doins -r Resources Theme.bundle |
28 | } |
29 | |
30 | pkg_postinst() { |
31 | elog "Use gnustep-apps/systempreferences to switch theme" |
32 | } |
ViewVC Help | |
Powered by ViewVC 1.1.20 |