summaryrefslogtreecommitdiff
blob: 8fad9382d51559cf1c3e2312fba2faa13ccc7182 (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
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit gnome2-utils

MY_P=${PN}_${PV}

DESCRIPTION="Icons for Notify-OSD in Ubuntu style"
HOMEPAGE="http://packages.ubuntu.com/"
SRC_URI="mirror://ubuntu/pool/main/n/${PN}/${MY_P}.tar.gz"

LICENSE="Attribution-ShareAlike-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

S="${WORKDIR}"/${PN}

pkg_preinst() {
	gnome2_icon_savelist
}

src_install() {
	emake DESTDIR="${D}" install || die "make install failed"
}

pkg_postinst() {
	gnome2_icon_cache_update
}