public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/sc-controller/
Date: Fri,  9 Jun 2023 21:21:21 +0000 (UTC)	[thread overview]
Message-ID: <1686345410.295a5260d22c11056948671e56029a4127a8071a.chewi@gentoo> (raw)

commit:     295a5260d22c11056948671e56029a4127a8071a
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  9 21:03:05 2023 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 21:16:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=295a5260

games-util/sc-controller: Version bump to 0.4.8.11

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-util/sc-controller/Manifest                  |  1 +
 .../sc-controller/sc-controller-0.4.8.11.ebuild    | 53 ++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/games-util/sc-controller/Manifest b/games-util/sc-controller/Manifest
index 84b03c55a28c..fae9be50628e 100644
--- a/games-util/sc-controller/Manifest
+++ b/games-util/sc-controller/Manifest
@@ -1 +1,2 @@
+DIST sc-controller-0.4.8.11.tar.gz 2566642 BLAKE2B 64e910e27ceb93938d6250ae058a5df102922f36f4e1e7aa5d2f761b93bbcf34296eefabb10145b4e1b7030c05af341ccb6cbe01df7ce891c69f8d8fceefdb30 SHA512 e591e1c44763c38a18f09f8d5d9fcdb7f46c60d8f4dc040d82e48617d0f960abb6ec608188724838060dbe532589453b0be2c1d94686decef657205f8e8efcec
 DIST sc-controller-0.4.8.9.tar.gz 2541647 BLAKE2B f4e4ebcd15f8c32f292293ea21a0c30655fedefba310991082ece3b9159b52700178a31da4b3e7a172e40fde4e718403c0945387f3781628e09fa1fc086eee93 SHA512 e0848d366f6f80c36670adcda717b792b6993e7383c01e969c0478cf187bcdb891ea9c434271f24e7f5dfc96d8f321f953f610bb8efeb6ed843b7cd069b9b18f

diff --git a/games-util/sc-controller/sc-controller-0.4.8.11.ebuild b/games-util/sc-controller/sc-controller-0.4.8.11.ebuild
new file mode 100644
index 000000000000..aaf247ca670f
--- /dev/null
+++ b/games-util/sc-controller/sc-controller-0.4.8.11.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+inherit distutils-r1 linux-info 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/sc-controller/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2 BSD CC-BY-3.0 CC0-1.0 LGPL-2.1 MIT PSF-2 ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+udev wayland"
+
+RDEPEND="
+	$(python_gen_cond_dep '
+		dev-python/pygobject[${PYTHON_USEDEP},cairo]
+		dev-python/pylibacl[${PYTHON_USEDEP}]
+		dev-python/python-evdev[${PYTHON_USEDEP}]
+		dev-python/vdf[${PYTHON_USEDEP}]')
+	gnome-base/librsvg[introspection]
+	virtual/libusb
+	x11-libs/gtk+:3[introspection]
+	udev? ( games-util/game-device-udev-rules )
+	wayland? ( gui-libs/gtk-layer-shell[introspection(+)] )
+"
+
+distutils_enable_tests pytest
+
+pkg_setup() {
+	local CONFIG_CHECK="~INPUT_UINPUT"
+
+	linux-info_pkg_setup
+	python-single-r1_pkg_setup
+}
+
+src_prepare() {
+	default
+
+	# This test fails. Don't know why but seems unimportant.
+	rm -v tests/test_glade.py || die
+}
+
+src_install() {
+	distutils-r1_src_install
+	rm -r "${ED}"/usr/lib/udev/ || die
+}


             reply	other threads:[~2023-06-09 21:21 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-09 21:21 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-10 23:35 [gentoo-commits] repo/gentoo:master commit in: games-util/sc-controller/ James Le Cuirot
2024-11-08 23:46 James Le Cuirot
2024-10-30 22:57 James Le Cuirot
2024-08-15 20:32 James Le Cuirot
2024-08-15 20:31 James Le Cuirot
2023-06-09 21:21 James Le Cuirot
2022-10-13 20:59 James Le Cuirot
2022-03-20 13:40 James Le Cuirot
2022-03-20 13:40 James Le Cuirot
2022-01-29 13:39 Ionen Wolkens
2022-01-22  0:34 Ionen Wolkens
2022-01-20  8:14 Ionen Wolkens
2022-01-20  8:14 Ionen Wolkens
2022-01-19 23:53 Ionen Wolkens
2020-12-07 22:58 James Le Cuirot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1686345410.295a5260d22c11056948671e56029a4127a8071a.chewi@gentoo \
    --to=chewi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox