diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-01-04 01:27:12 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-01-04 01:27:12 +0000 |
commit | 3517852e3b8a68d1e997770fc0650c5053bafc6c (patch) | |
tree | 44068672445b1418489aed82de58df3c470289e7 /games-util/sc-controller | |
parent | 0f15659d48c193027158492acb726297501202c5 (diff) |
gentoo resync : 04.01.2022
Diffstat (limited to 'games-util/sc-controller')
-rw-r--r-- | games-util/sc-controller/Manifest | 3 | ||||
-rw-r--r-- | games-util/sc-controller/files/status-icon-click.patch | 28 | ||||
-rw-r--r-- | games-util/sc-controller/sc-controller-0.4.8.1.ebuild | 33 |
3 files changed, 0 insertions, 64 deletions
diff --git a/games-util/sc-controller/Manifest b/games-util/sc-controller/Manifest index 88303305068a..a06d8a9b0bf6 100644 --- a/games-util/sc-controller/Manifest +++ b/games-util/sc-controller/Manifest @@ -1,6 +1,3 @@ -AUX status-icon-click.patch 765 BLAKE2B 2b9cc0b4e079c3b9fb38bcf903fed82eadd73c1b55ad1254c0224461b02a670e8f205f5bce9c6dbda774e7d0fe0759fc9277d50601d29fc3faa8e325f3a5443f SHA512 f9c79a4cb65f4d01a86ec27288b708386c9c8f896286f95fbe163cad5891b57d3bb1c5e58920ef25390084ff47af5249827bc4c5d68ea0e98ec20ae0f4af595f -DIST sc-controller-0.4.8.1.tar.gz 2520167 BLAKE2B 40c8e366519ec2a6d80b31c2b342fba2664fa35f3a889e222665f8f5cd4d59dd912804f6cdf4ecd844ab94075f5f45f88a61138ac1c0cb528652c9fd9b710afa SHA512 bc57bd381c71e94c0771ecdb08f95326d0c1478e25cdf3955b71c203abe6cb78091ca977deb8a1e954b5b1b65a6df487f8b8921920b1eb672aa6f1f5554a4847 DIST sc-controller-0.4.8.2.tar.gz 2520528 BLAKE2B 0c98e1fd49e846909ec0a78c5bbf48731de464ab79ebe3e1b0370e2a6f176e925e6f2b288c17358221b2e50be0cd783f31f05324ac585aec310967d148ce5011 SHA512 8d157e871fa519ebd3eee27dd1c0ff1afe6f79201df12578aa31f3cbc62974bd7ba47c8a097870b693a7abaacaadd1e502012c9664c0aecddbd982fa10c7f84d -EBUILD sc-controller-0.4.8.1.ebuild 819 BLAKE2B 93a5ad0132346c313cd98bba3e1764912a519e52741665178e13b968b4d5d71f73973bb7e4e3101fac25eb4a846ad660183d7e81a81c9508315928625523316d SHA512 36cf68c0c2a4ce72458727456790db8aea2705b6eefe33c4f3fe60cae6ab73556f821f9ba6b53fe7a64316585440e27b0f7eab87294e74d537ed00f8537c15d5 EBUILD sc-controller-0.4.8.2.ebuild 767 BLAKE2B fe5e2a7886234bdecd105fe0131a5ab1bcda755ee04092c9af5dfadf8dc0915b6a76931b2dc074549c330e682fea283bc1807f02ef96d8ade64637e211f2d244 SHA512 d5933b34fb3955a11a8532a986199d0a5b738c218836480ec647e797026d67771c660b462f0a31c22bc20eea2b173e37fb7e121fbe0f77b2af2169c1f889a9bc MISC metadata.xml 341 BLAKE2B 8bfad400d398e07b5c8ba2c0a54c3fb3768d6748df641c4d2ad75a8032fd7f351f023acf791b9b61da0e70500cfdb1b669eaaa140f6351a851b6b2e23d3c5147 SHA512 4f17d6bd17da51eec7d7b90a3c72b9ef29bb6780dc4b67245ca4ce17a62128eb800ae1e519d2b136763c3c26cf89473fb23a7e878c1e4b19b116ed9546547f58 diff --git a/games-util/sc-controller/files/status-icon-click.patch b/games-util/sc-controller/files/status-icon-click.patch deleted file mode 100644 index 46b39553b483..000000000000 --- a/games-util/sc-controller/files/status-icon-click.patch +++ /dev/null @@ -1,28 +0,0 @@ -From b1388d0e768f0bedd5704ffae9b13500ad325308 Mon Sep 17 00:00:00 2001 -From: James Le Cuirot <chewi@gentoo.org> -Date: Sat, 17 Oct 2020 21:36:49 +0100 -Subject: [PATCH] Fix TypeError when clicking on the status icon - -The error was: - - TypeError: GObject.emit() argument 1 must be str, not bytes ---- - scc/gui/statusicon.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/scc/gui/statusicon.py b/scc/gui/statusicon.py -index 61ef9e96..83600492 100644 ---- a/scc/gui/statusicon.py -+++ b/scc/gui/statusicon.py -@@ -322,7 +322,7 @@ class StatusIconProxy(StatusIcon): - self._load_fallback() - - def _on_click(self, *args): -- self.emit(b"clicked") -+ self.emit("clicked") - - def _on_notify_active_gtk(self, *args): - if self._status_fb: --- -2.26.2 - diff --git a/games-util/sc-controller/sc-controller-0.4.8.1.ebuild b/games-util/sc-controller/sc-controller-0.4.8.1.ebuild deleted file mode 100644 index f5cb8a83901e..000000000000 --- a/games-util/sc-controller/sc-controller-0.4.8.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 xdg - -DESCRIPTION="User-mode driver and GTK-based GUI for Steam Controllers and others" -HOMEPAGE="https://github.com/Ryochan7/sc-controller/" -SRC_URI="https://github.com/Ryochan7/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2 CC0-1.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+udev" - -RDEPEND=" - $(python_gen_cond_dep ' - dev-python/pygobject[${PYTHON_USEDEP},cairo] - dev-python/pylibacl[${PYTHON_USEDEP}] - dev-python/python-evdev[${PYTHON_USEDEP}] - ') - gnome-base/librsvg - x11-libs/gtk+:3 - udev? ( games-util/game-device-udev-rules ) -" - -PATCHES=( - "${FILESDIR}"/status-icon-click.patch -) |