From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- x11-themes/notify-osd-icons/Manifest | 5 ++++ x11-themes/notify-osd-icons/metadata.xml | 8 ++++++ .../notify-osd-icons/notify-osd-icons-0.7.ebuild | 29 ++++++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 x11-themes/notify-osd-icons/Manifest create mode 100644 x11-themes/notify-osd-icons/metadata.xml create mode 100644 x11-themes/notify-osd-icons/notify-osd-icons-0.7.ebuild (limited to 'x11-themes/notify-osd-icons') diff --git a/x11-themes/notify-osd-icons/Manifest b/x11-themes/notify-osd-icons/Manifest new file mode 100644 index 000000000000..0b744d892722 --- /dev/null +++ b/x11-themes/notify-osd-icons/Manifest @@ -0,0 +1,5 @@ +DIST notify-osd-icons_0.7.tar.gz 518154 SHA256 aba4ee6d1338ae064bff80ca986ea385010d50a4598bffd3457c9fba744a6a28 SHA512 3e50f54d3edbecf525491ce3d2d7ab41228d40d3c55b904babfa84c7760a5ef2b685361bbfbed1c1072a737f0492745c2e02edaa08a5d2aa9da099cc3d8266d4 WHIRLPOOL 847781d0b1c577fd66baa3ec8e850dce033983b7fae950e2891ea9bc86a9685da494811ad4ad26064b4d1bdc4e32d0b4d00681923182524ff543082ad3d5a731 +EBUILD notify-osd-icons-0.7.ebuild 750 SHA256 bbbdefac024b41cb54e07da128121dfad5a07029b5a113a273512b15d385553f SHA512 97f530115b6829484a0671898e26cdf70a7f0dbb726777241e016ec15b38ca89c5d18c4fa46889d5e0d726bebf3bfc51dc85f031361ba3570a5463ae4bb7f6b4 WHIRLPOOL 22fb50b42e1c3eb06959f412b49d0146bb7232a8a44624872eb4e85950727341f572da71172e3bb07600072f62fd799246c4ac91f7ceec256e85671a8ad8f3c6 +MISC ChangeLog 2796 SHA256 aea705b915eeccf5bcdb2a51f6c776ca218554653d95cbd75cfdcd6fc453da44 SHA512 db9a769f943f1424d3f5209b37200d436c4340fbb315169b256cd629fbae9f5f91b5d0557c11d1efbc1ad1949b93da25a98d733215dc02d6667ecdcc92c3f001 WHIRLPOOL 02e88f379eecb4c47b2302dbe34852b965080ec86a84d24e5febe6a86e7ec9cbf940a6a8be9007f39e77bf6ed484e71c022eddd928ca691b4706e5ac816bf131 +MISC ChangeLog-2015 587 SHA256 ef631bb4658591686b0581f36a07ea415d4cf2c7b311fabfbaa57517ad391fc0 SHA512 9629f8788db4552113afc7ef2b39b5e4d98e2e451820c5e42e654ca6e127a6fac0b4e2157f4c6fec72f041e32c3ccb061f9cc2ea6a4663e31e783932a2bb184c WHIRLPOOL bf78f870152d46268615eb8acb3c585c15c234e76a5dfee809a4bc699b1a6a281dbdbf70facfdbd9d2dfdf2ee1c5d900482767ee72515b38a6d6dd4d97f541bf +MISC metadata.xml 250 SHA256 48fb02b37590edf483fe7a6f1ed0ef115f2b733f60f8f47feb0611f186f5f72b SHA512 0bed48908552a27396c77549264bbb7516677909afdecd967cce446529ea944c8f9ddf167241a033ca790123be27f8e3a4c503954100f9ea076f40b8ef5b0209 WHIRLPOOL fcbe7587883b0b286ed9d76b4c3628050009ec6be625a9ac000189f55929bbfc433599b950269814299155ac481f4b21a88392a6b45d445e63408c30ff85ddef diff --git a/x11-themes/notify-osd-icons/metadata.xml b/x11-themes/notify-osd-icons/metadata.xml new file mode 100644 index 000000000000..64dfa5cdb7f0 --- /dev/null +++ b/x11-themes/notify-osd-icons/metadata.xml @@ -0,0 +1,8 @@ + + + + + + notify-osd + + diff --git a/x11-themes/notify-osd-icons/notify-osd-icons-0.7.ebuild b/x11-themes/notify-osd-icons/notify-osd-icons-0.7.ebuild new file mode 100644 index 000000000000..302e7e912042 --- /dev/null +++ b/x11-themes/notify-osd-icons/notify-osd-icons-0.7.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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 +} -- cgit v1.2.3