From e96c0c607bdc7a7535fc2be6b19fb6b1c082a5ba Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 19 Dec 2020 03:02:42 +0000 Subject: winter overlay cleanup --- net-wireless/bluemoon/bluemoon-99999.ebuild | 37 ------------------------ net-wireless/bluemoon/files/icon.patch | 44 ----------------------------- 2 files changed, 81 deletions(-) delete mode 100644 net-wireless/bluemoon/bluemoon-99999.ebuild delete mode 100644 net-wireless/bluemoon/files/icon.patch (limited to 'net-wireless') diff --git a/net-wireless/bluemoon/bluemoon-99999.ebuild b/net-wireless/bluemoon/bluemoon-99999.ebuild deleted file mode 100644 index 071db042..00000000 --- a/net-wireless/bluemoon/bluemoon-99999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -inherit qmake-utils git-r3 - -DESCRIPTION="Bluetooth Manager for qt5" -HOMEPAGE="https://github.com/sklins/BlueMoon.git" -EGIT_REPO_URI="https://github.com/sklins/BlueMoon.git" -KEYWORDS="~amd64" -LICENSE="GPL-2 LGPL-2.1+" -SLOT="0" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtbluetooth:5 -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}"/icon.patch ) - -S=${S}/BlueMoon -src_configure() { - mv ../icons/scalable_bluemoon.svg blue_moon.svg - eqmake5 -} - -src_install() { - exeinto /usr/bin - doexe blue_moon - - insinto /usr/share/pixmaps - doins blue_moon.svg - -} diff --git a/net-wireless/bluemoon/files/icon.patch b/net-wireless/bluemoon/files/icon.patch deleted file mode 100644 index b0b2a87e..00000000 --- a/net-wireless/bluemoon/files/icon.patch +++ /dev/null @@ -1,44 +0,0 @@ ---- a/pindialog.ui 2016-09-28 14:42:34.630880165 -0700 -+++ b/pindialog.ui 2016-09-28 16:11:21.815784765 -0700 -@@ -54,7 +54,7 @@ - - - -- ../icons/scalable_bluemoon.svg../icons/scalable_bluemoon.svg -+ /usr/share/pixmaps/blue_moon.svg/usr/share/pixmaps/blue_moon.svg - - - ---- a/progress.ui 2016-09-28 14:42:34.630880165 -0700 -+++ b/progress.ui 2016-09-28 16:15:08.245780710 -0700 -@@ -53,7 +53,7 @@ - - - -- ../icons/scalable_bluemoon.svg../icons/scalable_bluemoon.svg -+ /usr/share/pixmaps/blue_moon.svg/usr/share/pixmaps/blue_moon.svg - - - ---- a/remoteselector.ui 2016-09-28 14:42:34.630880165 -0700 -+++ b/remoteselector.ui 2016-09-28 16:46:23.665747125 -0700 -@@ -30,7 +30,7 @@ - - - -- ../icons/scalable_bluemoon.svg../icons/scalable_bluemoon.svg -+ /usr/share/pixmaps/blue_moon.svg/usr/share/pixmaps/blue_moon.svg - - - ---- a/remoteselector.cpp 2016-09-28 14:42:34.630880165 -0700 -+++ b/remoteselector.cpp 2016-09-28 16:47:07.085746348 -0700 -@@ -459,7 +459,7 @@ - - trayIcon = new QSystemTrayIcon(this); - trayIcon->setContextMenu(trayIconMenu); -- trayIcon->setIcon(QIcon("../icons/scalable_bluemoon.svg")); -+ trayIcon->setIcon(QIcon("/usr/share/pixmaps/blue_moon.svg")); - } - void RemoteSelector::changeHostMode() - { -- cgit v1.2.3