x11-themes/notify-osd-icons: revbump (EAPI=7)
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 15 Sep 2018 20:18:43 +0000 (23:18 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 15 Sep 2018 20:19:23 +0000 (23:19 +0300)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

x11-themes/notify-osd-icons/notify-osd-icons-0.7-r1.ebuild [new file with mode: 0644]

diff --git a/x11-themes/notify-osd-icons/notify-osd-icons-0.7-r1.ebuild b/x11-themes/notify-osd-icons/notify-osd-icons-0.7-r1.ebuild
new file mode 100644 (file)
index 0000000..0280f86
--- /dev/null
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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() {
+       default
+
+       # 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
+}