You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/gnome-extra/gnome-shell-calculate/gnome-shell-calculate-9999....

35 lines
866 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.2 2012/01/12 19:18:10 tetromino Exp $
EAPI="4"
inherit git-2
DESCRIPTION="Extension pack Calculate-like features for GNOME 3"
HOMEPAGE="http://www.calculate-linux.org"
EGIT_REPO_URI="git://git.calculate.ru/${PN}.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="app-admin/eselect-gnome-shell-extensions
gnome-extra/gnome-shell-extensions
gnome-extra/gnome-shell-frippery"
DEPEND=""
src_install() {
insinto /usr/share/gnome-shell/extensions
doins -r extensions/*
insinto /usr/share/themes
doins -r themes/Calculate
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
}