x11-misc/projecteur: treeclean

Closes: https://bugs.gentoo.org/953260 (pkgremoved)
Closes: https://bugs.gentoo.org/964740 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-03-23 21:33:34 +01:00
parent e07dfc7fdb
commit 197fbd3f63
4 changed files with 0 additions and 84 deletions

View File

@@ -307,11 +307,6 @@ media-plugins/vdr-skinelchi
# Masked for testing and possible libvlc revdeps breakage.
~media-video/vlc-4.0.0_pre20260320
# Conrad Kostecki <conikost@gentoo.org> (2026-02-15)
# Supports only Qt5 and upstream not making any progress towards Qt6.
# Removal on 2026-03-01. Bug #953260.
x11-misc/projecteur
# Thomas Beierlein <tomjbe@gentoo.org> (2026-02-14)
# Move ebuild versioning to classical x.y.z number scheme
# Should be kept until net-wireless/sdrplay-3.15.2 (dep for coming

View File

@@ -1 +0,0 @@
DIST projecteur-0.10.tar.gz 464761 BLAKE2B 51488cd9f4380f3164ea8c186aeb2389917a1cfb7a5046fc90cc8e75ff5c33ecaa8224cf56c0dcfc0ba1c54741f5ae0d98ec1061318f439801a2b959832b0da4 SHA512 fae7bb6af1fe24ff5e2c98610a768ed93ed968fa8a78dee59fe2c0e7217880ad54e98b6bd0da4defd0297c959bc10e53c476d004c1847c50bc843816359b58a7

View File

@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>conikost@gentoo.org</email>
<name>Conrad Kostecki</name>
</maintainer>
<longdescription>
A Linux application for the Logitech Spotlight.
Features: A configurable desktop spotlight,
configure color, opacity, cursor and the center dot,
multiple screen support.
</longdescription>
<upstream>
<bugs-to>https://github.com/jahnf/Projecteur/issues</bugs-to>
<remote-id type="github">jahnf/Projecteur</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,60 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="${PN/p/P}"
inherit cmake udev xdg-utils
DESCRIPTION="Linux Desktop Application for the Logitech Spotlight device"
HOMEPAGE="https://github.com/jahnf/Projecteur"
SRC_URI="https://github.com/jahnf/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND="
dev-qt/qtcore:5
dev-qt/qtdeclarative:5
|| (
dev-qt/qtgui:5[X(-)]
dev-qt/qtgui:5[xcb(-)]
)
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
virtual/udev
x11-libs/libX11
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
src_prepare() {
cmake_src_prepare
# Don't treat all warnings as errors
sed -e '/add_compile_options/d' -i CMakeLists.txt || die
}
src_configure() {
local mycmakeargs=(
-DCOMPRESS_MAN_PAGE="OFF"
-DPROJECTEUR_QT_VERSION=5
)
cmake_src_configure
}
pkg_postinst() {
udev_reload
xdg_icon_cache_update
}
pkg_postrm() {
udev_reload
xdg_icon_cache_update
}