x11-apps/fusion-icon: remove last rited package

This commit is contained in:
Mikle Kolyada
2018-01-27 01:39:22 +03:00
parent 6b6315e20f
commit 7c1dc55c81
5 changed files with 0 additions and 115 deletions

View File

@@ -1,2 +0,0 @@
DIST fusion-icon-0.1.tar.gz 30508 BLAKE2B 8ab8c0eb1ff63c7d6dce128a8e20983028e8ef5bae6a5a7affcbcf2da87a552046fc57afaf9c469a566b7cd7f93322b8e277b67cab2a4072b2acf6371b50c7a6 SHA512 0c22d0c7a22a9c20f1285114f8b785aff6cf863d4fe3ea1198618b13d7144f459f131dccf885442908fcd82ab4ff69e5fc42e95314836725b0e51fa3190c2bcc
DIST fusion-icon-0.2.4.tar.xz 29264 BLAKE2B 0c236c04ec870ee1d583bb4bcc3efcfa26c218af55214b214fc79c528decb0fe1a2c8a00646c52d64afe4c8dd67fab4bd6495fa5b2846894161aa54d6b5bdcb1 SHA512 dbdc68abef3ed243db30a72f367dc0ed8f875fa614c85e24235cbf06a8e1433bc30b175d43abbd8b5adf3150275f619a992602f1475cbdf235ae9cd9e1545848

View File

@@ -1,22 +0,0 @@
--- FusionIcon/interface_qt4/main.py.orig 2012-06-05 17:54:13.000000000 +0400
+++ FusionIcon/interface_qt4/main.py 2012-06-05 18:01:13.000000000 +0400
@@ -19,6 +19,7 @@
import sys, os, time
from PyQt4 import QtGui, QtCore
from FusionIcon.start import wms, apps, options, decorators, init
+import subprocess
class Build(QtGui.QApplication):
def reload_wm(self):
@@ -63,9 +64,9 @@
actionWD.setChecked(True)
self.Tray.menu = QtGui.QMenu()
if 'ccsm' in apps:
- self.Tray.menu.addAction(apps['ccsm'].label, lambda: run(['ccsm']))
+ self.Tray.menu.addAction(apps['ccsm'].label, lambda: subprocess.call(['ccsm']))
if 'emerald theme manager' in apps:
- self.Tray.menu.addAction(apps['emerald theme manager'].label, lambda: run(apps['emerald theme manager'].command))
+ self.Tray.menu.addAction(apps['emerald theme manager'].label, lambda: subprocess.call(apps['emerald theme manager'].command))
if 'ccsm' in apps or 'emerald theme manager' in apps:
self.Tray.menu.addSeparator()
self.Tray.menu.addAction("Reload Window Manager", self.reload_wm)

View File

@@ -1,46 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils gnome2-utils
MINIMUM_COMPIZ_RELEASE=0.6.0
DESCRIPTION="Compiz Fusion Tray Icon and Manager"
HOMEPAGE="http://compiz.org"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+gtk qt4"
REQUIRED_USE="|| ( gtk qt4 )"
RDEPEND="
>=dev-python/compizconfig-python-${MINIMUM_COMPIZ_RELEASE}
>=x11-wm/compiz-${MINIMUM_COMPIZ_RELEASE}
x11-apps/xvinfo
gtk? ( >=dev-python/pygtk-2.10:2[${PYTHON_USEDEP}] )
qt4? ( dev-python/PyQt4[X,${PYTHON_USEDEP}] )"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}"
PATCHES=( "${FILESDIR}"/${P}-qt4-interface-subprocess-call.patch )
python_install() {
distutils-r1_python_install
use gtk || rm -r "${D}$(python_get_sitedir)/FusionIcon/interface_gtk" || die
use qt4 || rm -r "${D}$(python_get_sitedir)/FusionIcon/interface_qt4" || die
}
pkg_postinst() {
use gtk && gnome2_icon_cache_update
}
pkg_postrm() {
use gtk && gnome2_icon_cache_update
}

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 gnome2-utils
DESCRIPTION="Compiz Fusion Tray Icon and Manager"
HOMEPAGE="http://compiz.org"
SRC_URI="https://github.com/compiz-reloaded/${PN}/releases/download/v${PV}/${P}.tar.xz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+gtk qt5"
REQUIRED_USE="|| ( gtk qt5 )"
RDEPEND="
dev-python/compizconfig-python[${PYTHON_USEDEP}]
x11-apps/xvinfo
x11-wm/compiz
gtk? ( dev-python/pygobject:3[${PYTHON_USEDEP}] )
qt5? ( dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] )"
DEPEND="${RDEPEND}"
python_configure_all() {
esetup.py build \
$(use gtk && echo --with-gtk=3) \
$(use qt5 && echo --with-qt=5)
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
</pkgmetadata>