| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/x11-themes/zukitwo-shell/zukitwo-shell-2012.06.02.ebuild,v 1.1 2012/06/07 06:08:47 tetromino Exp $
|
| 4 |
|
| 5 |
EAPI="4"
|
| 6 |
|
| 7 |
DESCRIPTION="Zukitwo theme for GNOME Shell"
|
| 8 |
HOMEPAGE="http://gnome-look.org/content/show.php/Zukitwo?content=140562"
|
| 9 |
# Upstream download URI updates file contents without changing the filename
|
| 10 |
MY_PN="zukitwo"
|
| 11 |
MY_P="${MY_PN}-${PV}"
|
| 12 |
SRC_URI="http://dev.gentoo.org/~tetromino/distfiles/${MY_PN}/${MY_P}.tar.xz"
|
| 13 |
|
| 14 |
LICENSE="GPL-3"
|
| 15 |
SLOT="0"
|
| 16 |
KEYWORDS="~amd64 ~x86"
|
| 17 |
IUSE=""
|
| 18 |
|
| 19 |
RDEPEND=">=gnome-base/gnome-shell-3.4
|
| 20 |
media-fonts/ubuntu-font-family
|
| 21 |
!<=x11-themes/zukitwo-2011.12.29"
|
| 22 |
# ${PN} was part of zukitwo before 2011.12.29-r1
|
| 23 |
DEPEND="app-arch/xz-utils"
|
| 24 |
|
| 25 |
# INSTALL file contains useful information for the end user
|
| 26 |
DOCS=( INSTALL README )
|
| 27 |
|
| 28 |
S="${WORKDIR}/${MY_P}"
|
| 29 |
|
| 30 |
src_install() {
|
| 31 |
insinto /usr/share/themes
|
| 32 |
doins -r Zukitwo-Shell
|
| 33 |
default
|
| 34 |
}
|