mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
games-util/qjoypad: treeclean
Closes: https://bugs.gentoo.org/958255 (pkgremoved) Closes: https://bugs.gentoo.org/955502 (pkgremoved) Closes: https://bugs.gentoo.org/955764 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST qjoypad-4.3.1.tar.gz 89122 BLAKE2B 6be6c855ee50f88e4afaa78e7f0d6ce7e529a0866142a59c8a1bf39315329c841b19670aad9ce0556e41b5d599ebb5e3adbc609a623f4908a6c7de2f1bfc64fc SHA512 f6c941c65c06266fb4bcc9e7d8a51c5c3a55f57ba8addfadf9d575f850cad428560c8b51e70faf9a40624088534f7e96d2b7f5747b48d05b25ffd31bad2e645a
|
||||
@@ -1,14 +0,0 @@
|
||||
--- a/CMakeLists.txt 2016-04-03 01:17:15.000000000 +0200
|
||||
+++ b/CMakeLists.txt 2019-11-08 21:38:16.713130838 +0100
|
||||
@@ -39,11 +39,6 @@
|
||||
add_definitions(-DPLAIN_KEYS)
|
||||
endif()
|
||||
|
||||
-if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX)
|
||||
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Werror -pedantic -Wno-variadic-macros")
|
||||
- set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3")
|
||||
-endif()
|
||||
-
|
||||
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -D_DEBUG")
|
||||
|
||||
# for config.h
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>games@gentoo.org</email>
|
||||
<name>Gentoo Games Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">qjoypad</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,44 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake desktop
|
||||
|
||||
DESCRIPTION="Translate gamepad/joystick input into key strokes/mouse actions in X"
|
||||
HOMEPAGE="https://github.com/panzi/qjoypad"
|
||||
SRC_URI="https://github.com/panzi/qjoypad/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
BDEPEND="
|
||||
dev-qt/linguist-tools:5
|
||||
"
|
||||
RDEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtx11extras:5
|
||||
virtual/libudev
|
||||
x11-libs/libxcb
|
||||
x11-libs/libXtst
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
x11-base/xorg-proto
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-4.3.0-cmake.patch" )
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
|
||||
local i
|
||||
cd icons || die
|
||||
for i in *.png; do
|
||||
newicon ${i} ${i/gamepad/qjoypad}
|
||||
done
|
||||
make_desktop_entry ${PN} QJoypad ${PN}
|
||||
}
|
||||
@@ -190,7 +190,7 @@ dev-build/cmake-fedora
|
||||
# Remaining old EAPI-7 based cmake.eclass consumers after 4 years of
|
||||
# tracking EAPI-7 removal. Port to EAPI-8 if you can.
|
||||
# Bugs #957246, #957403, #957788, #957819, #957869, #957918, #958068,
|
||||
# #958255, #958317, #958353, #958596, #958651, #960286
|
||||
# #958317, #958353, #958596, #958651, #960286
|
||||
# Removal on 2025-11-01.
|
||||
dev-games/newton
|
||||
games-action/lugaru
|
||||
@@ -205,7 +205,6 @@ games-server/pvpgn
|
||||
games-strategy/freesynd
|
||||
games-strategy/maxr
|
||||
games-util/antimicro
|
||||
games-util/qjoypad
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-09-21)
|
||||
# Breaks (common) mt7921e WiFi driver with a hang in many cases, affecting
|
||||
|
||||
Reference in New Issue
Block a user