mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
x11-misc/gammy: treeclean
Closes: https://bugs.gentoo.org/show_bug.cgi?id=933258 Closes: https://bugs.gentoo.org/show_bug.cgi?id=922089 Closes: https://bugs.gentoo.org/show_bug.cgi?id=786813 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
@@ -60,11 +60,6 @@ kde-misc/plasma-applet-thermal-monitor
|
||||
# causing pkgcheck to fail. Masking for now
|
||||
www-client/yandex-browser
|
||||
|
||||
# Eli Burch <eli.burch@burchbytes.com> (2024-06-16)
|
||||
# Removal on 2024-07-16
|
||||
# Upstream is dead, and there is no replacement
|
||||
x11-misc/gammy
|
||||
|
||||
# Julien Roy <julien@jroy.ca> (2024-03-21)
|
||||
# sys-libs/libucontext is masked in ::gentoo
|
||||
sys-libs/gcompat
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
DIST gammy-0.9.60.tar.gz 211249 BLAKE2B 00082c1dd7f9dce26b43fa4a3172e7399a4c8c18743c455fec222b33ca55ecb0b2a3d0483f3e83c58843ef6d47a0ceb52ff38185d0e34649fa634b475a845b88 SHA512 2167a14e579575d5d185a62fae93762f30dbb3396a66f99e4affb7ce710f076c119dfe4cd9a2432fd031dcfbe6548b4fbfe91dd854a6152768017c40596209f9
|
||||
DIST gammy-0.9.64.tar.gz 242282 BLAKE2B 3f1e1400eb00d15163843231e8d9907d68946d6347473db905413fe151611fa69239d7d5fe9763e54e5c7806e144604f596dca745973900ecddbe74bde2731d3 SHA512 80f43ca8ca0644b8b01cf299db21332f5f508196d0ba63e7e835e7e36b7e0d4f4dc3c78617523c36c52f8220a78ae42103605ffb93526f54a2bc5dccc7dab3b5
|
||||
@@ -1,49 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit desktop qmake-utils xdg
|
||||
|
||||
DESCRIPTION="Adaptive screen brightness/temperature"
|
||||
HOMEPAGE="https://github.com/Fushko/gammy"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/Fushko/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/Fushko/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtwidgets:5
|
||||
x11-libs/libXxf86vm
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
media-gfx/imagemagick
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
eqmake5 PREFIX="${EPREFIX}/usr"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake INSTALL_ROOT="${D}" install
|
||||
|
||||
local sizes="128 16 32 64"
|
||||
cd ./icons || die
|
||||
for size in ${sizes}; do
|
||||
convert "${size}x${size}ball.ico" "${size}x${size}ball.png" || die
|
||||
newicon -s "${size}" "${size}x${size}ball.png" "${PN}.png"
|
||||
done
|
||||
|
||||
make_desktop_entry "${PN}" "${PN^}" "${PN}" "Graphics;Settings"
|
||||
}
|
||||
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit qmake-utils xdg
|
||||
|
||||
DESCRIPTION="Adaptive screen brightness/temperature"
|
||||
HOMEPAGE="https://github.com/Fushko/gammy"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/Fushko/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/Fushko/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtwidgets:5
|
||||
x11-libs/libXxf86vm
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
media-gfx/imagemagick
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
eqmake5 PREFIX="${EPREFIX}/usr"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake INSTALL_ROOT="${D}" install
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<upstream>
|
||||
<remote-id type="github">Fushko/gammy</remote-id>
|
||||
</upstream>
|
||||
<longdescription lang="en">
|
||||
Gammy is a GUI tool for adjusting pixel brightness/temperature automatically or manually.
|
||||
It can dim the screen if its content is too bright, or brighten it otherwise. This can help your eyes adjust when switching between dark and light windows, especially at night or in suboptimal lighting conditions.
|
||||
Screenshots available on its website.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user