blob: fc2e4a0b50a54018f22118d0b626cb299ef0e715 [file] [log] [blame]
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=2
DESCRIPTION="Icons for on-screen-display notification agent"
HOMEPAGE="https://launchpad.net/notify-osd"
SRC_URI="mirror://ubuntu/pool/main/n/${PN}/${PN}_${PV}.tar.gz"
LICENSE="CC-BY-SA-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="x11-misc/notify-osd"
DEPEND=""
S=${WORKDIR}/${PN}
src_install() {
emake DESTDIR="${D}" install || die
# Source: debian/notify-osd-icons.links
local path=/usr/share/notify-osd/icons/gnome/scalable/status
dosym notification-battery-000.svg ${path}/notification-battery-empty.svg
dosym notification-battery-020.svg ${path}/notification-battery-low.svg
dodoc AUTHORS debian/changelog
}