public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/
@ 2020-10-05 23:11 Maciej Barć
  0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2020-10-05 23:11 UTC (permalink / raw
  To: gentoo-commits

commit:     a9cc9c2452d72e088ce01a56b71957f304a7c6eb
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Mon Oct  5 23:09:49 2020 +0000
Commit:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Mon Oct  5 23:09:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9cc9c24

x11-misc/gammy: new package; add version 0.9.58a and 9999 (live)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>

 x11-misc/gammy/Manifest             |  1 +
 x11-misc/gammy/gammy-0.9.58a.ebuild | 63 +++++++++++++++++++++++++++++++++++++
 x11-misc/gammy/gammy-9999.ebuild    | 63 +++++++++++++++++++++++++++++++++++++
 x11-misc/gammy/metadata.xml         | 16 ++++++++++
 4 files changed, 143 insertions(+)

diff --git a/x11-misc/gammy/Manifest b/x11-misc/gammy/Manifest
new file mode 100644
index 00000000..f0d51f1b
--- /dev/null
+++ b/x11-misc/gammy/Manifest
@@ -0,0 +1 @@
+DIST gammy-0.9.58a.tar.gz 208411 BLAKE2B 1681f5bbe49d8645a5f55be338c82fe6728bd2b643d5cff1343a3c3bc00ba06c7a903a1c4c6d8ca21f1e2e2991ecec79c392f17aeacb75f1b17f0994cc05b1f6 SHA512 fced7b742e15a70933146901dc07c8375bd7fffc6e000e8fa323029366e09d090c9c9c3e5d783fc5ad923259abf798649652af40e1a9bc83f6c60cbb81ee53a8

diff --git a/x11-misc/gammy/gammy-0.9.58a.ebuild b/x11-misc/gammy/gammy-0.9.58a.ebuild
new file mode 100644
index 00000000..9e6fa88b
--- /dev/null
+++ b/x11-misc/gammy/gammy-0.9.58a.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop eutils qmake-utils xdg
+
+DESCRIPTION="Adaptive screen brightness/temperature"
+HOMEPAGE="https://getgammy.com/"
+
+if [[ "${PV}" == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/Fushko/${PN}.git"
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/Fushko/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-qt/qtcore:5
+	x11-libs/libXxf86vm
+"
+DEPEND="
+	${RDEPEND}
+	media-gfx/imagemagick
+"
+
+src_configure() {
+	eqmake5 PREFIX="${D}/usr"
+}
+
+src_install() {
+	default
+
+	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"
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}

diff --git a/x11-misc/gammy/gammy-9999.ebuild b/x11-misc/gammy/gammy-9999.ebuild
new file mode 100644
index 00000000..9e6fa88b
--- /dev/null
+++ b/x11-misc/gammy/gammy-9999.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop eutils qmake-utils xdg
+
+DESCRIPTION="Adaptive screen brightness/temperature"
+HOMEPAGE="https://getgammy.com/"
+
+if [[ "${PV}" == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/Fushko/${PN}.git"
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/Fushko/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-qt/qtcore:5
+	x11-libs/libXxf86vm
+"
+DEPEND="
+	${RDEPEND}
+	media-gfx/imagemagick
+"
+
+src_configure() {
+	eqmake5 PREFIX="${D}/usr"
+}
+
+src_install() {
+	default
+
+	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"
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}

diff --git a/x11-misc/gammy/metadata.xml b/x11-misc/gammy/metadata.xml
new file mode 100644
index 00000000..a68db4e7
--- /dev/null
+++ b/x11-misc/gammy/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="person">
+        <email>xgqt@protonmail.com</email>
+        <name>Maciej Barć</name>
+    </maintainer>
+    <upstream>
+        <remote-id type="github">Fushko/gammy</remote-id>
+    </upstream>
+    <longdescription>
+        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>


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/
@ 2020-10-14 17:22 Maciej Barć
  0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2020-10-14 17:22 UTC (permalink / raw
  To: gentoo-commits

commit:     4b145c556dbbe6a896ca6c6476d0ac8a8d58c8d9
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Wed Oct 14 17:21:07 2020 +0000
Commit:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Wed Oct 14 17:21:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b145c55

x11-misc/gammy: remove empty keywords

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>

 x11-misc/gammy/gammy-0.9.58a.ebuild | 1 -
 x11-misc/gammy/gammy-9999.ebuild    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/x11-misc/gammy/gammy-0.9.58a.ebuild b/x11-misc/gammy/gammy-0.9.58a.ebuild
index 9e6fa88b..3a75f14f 100644
--- a/x11-misc/gammy/gammy-0.9.58a.ebuild
+++ b/x11-misc/gammy/gammy-0.9.58a.ebuild
@@ -11,7 +11,6 @@ HOMEPAGE="https://getgammy.com/"
 if [[ "${PV}" == *9999* ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/Fushko/${PN}.git"
-	KEYWORDS=""
 else
 	SRC_URI="https://github.com/Fushko/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64"

diff --git a/x11-misc/gammy/gammy-9999.ebuild b/x11-misc/gammy/gammy-9999.ebuild
index 9e6fa88b..3a75f14f 100644
--- a/x11-misc/gammy/gammy-9999.ebuild
+++ b/x11-misc/gammy/gammy-9999.ebuild
@@ -11,7 +11,6 @@ HOMEPAGE="https://getgammy.com/"
 if [[ "${PV}" == *9999* ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/Fushko/${PN}.git"
-	KEYWORDS=""
 else
 	SRC_URI="https://github.com/Fushko/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/
@ 2020-11-08 17:21 Maciej Barć
  0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2020-11-08 17:21 UTC (permalink / raw
  To: gentoo-commits

commit:     c986e5a0674446f395670ff584252c0ef6ebe3a0
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Sun Nov  8 17:20:07 2020 +0000
Commit:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Sun Nov  8 17:20:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c986e5a0

x11-misc/gammy: bump to 0.9.59

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>

 x11-misc/gammy/Manifest            |  1 +
 x11-misc/gammy/gammy-0.9.59.ebuild | 62 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/x11-misc/gammy/Manifest b/x11-misc/gammy/Manifest
index f0d51f1b..7534ccf4 100644
--- a/x11-misc/gammy/Manifest
+++ b/x11-misc/gammy/Manifest
@@ -1 +1,2 @@
 DIST gammy-0.9.58a.tar.gz 208411 BLAKE2B 1681f5bbe49d8645a5f55be338c82fe6728bd2b643d5cff1343a3c3bc00ba06c7a903a1c4c6d8ca21f1e2e2991ecec79c392f17aeacb75f1b17f0994cc05b1f6 SHA512 fced7b742e15a70933146901dc07c8375bd7fffc6e000e8fa323029366e09d090c9c9c3e5d783fc5ad923259abf798649652af40e1a9bc83f6c60cbb81ee53a8
+DIST gammy-0.9.59.tar.gz 209514 BLAKE2B 948bc841361217cde846288e93e67ed944d99fdf682f56a42e85036fe2455ba900f3c80bda712012116280bd2f2a6038f2cb4d783fcc7e2037f2df096c486b6e SHA512 1fd1255f9681b1b59457ad817e604cf73cc81397e927db62d3f53a1c39f7b634544c50931ece71f116f2f01c7fb7d7dc33696e0400fe23785b2a23b112bd8aa5

diff --git a/x11-misc/gammy/gammy-0.9.59.ebuild b/x11-misc/gammy/gammy-0.9.59.ebuild
new file mode 100644
index 00000000..3a75f14f
--- /dev/null
+++ b/x11-misc/gammy/gammy-0.9.59.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop eutils qmake-utils xdg
+
+DESCRIPTION="Adaptive screen brightness/temperature"
+HOMEPAGE="https://getgammy.com/"
+
+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"
+IUSE=""
+
+RDEPEND="
+	dev-qt/qtcore:5
+	x11-libs/libXxf86vm
+"
+DEPEND="
+	${RDEPEND}
+	media-gfx/imagemagick
+"
+
+src_configure() {
+	eqmake5 PREFIX="${D}/usr"
+}
+
+src_install() {
+	default
+
+	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"
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/
@ 2021-01-01 21:35 Maciej Barć
  0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2021-01-01 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     db6ce26a2d22b80605beed45ec0e83bcae2df6a5
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Fri Jan  1 21:34:23 2021 +0000
Commit:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Fri Jan  1 21:34:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db6ce26a

x11-misc/gammy: bump to 0.9.60

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>

 x11-misc/gammy/Manifest            |  1 +
 x11-misc/gammy/gammy-0.9.60.ebuild | 52 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/x11-misc/gammy/Manifest b/x11-misc/gammy/Manifest
index 7534ccf4..e7f38424 100644
--- a/x11-misc/gammy/Manifest
+++ b/x11-misc/gammy/Manifest
@@ -1,2 +1,3 @@
 DIST gammy-0.9.58a.tar.gz 208411 BLAKE2B 1681f5bbe49d8645a5f55be338c82fe6728bd2b643d5cff1343a3c3bc00ba06c7a903a1c4c6d8ca21f1e2e2991ecec79c392f17aeacb75f1b17f0994cc05b1f6 SHA512 fced7b742e15a70933146901dc07c8375bd7fffc6e000e8fa323029366e09d090c9c9c3e5d783fc5ad923259abf798649652af40e1a9bc83f6c60cbb81ee53a8
 DIST gammy-0.9.59.tar.gz 209514 BLAKE2B 948bc841361217cde846288e93e67ed944d99fdf682f56a42e85036fe2455ba900f3c80bda712012116280bd2f2a6038f2cb4d783fcc7e2037f2df096c486b6e SHA512 1fd1255f9681b1b59457ad817e604cf73cc81397e927db62d3f53a1c39f7b634544c50931ece71f116f2f01c7fb7d7dc33696e0400fe23785b2a23b112bd8aa5
+DIST gammy-0.9.60.tar.gz 211249 BLAKE2B 00082c1dd7f9dce26b43fa4a3172e7399a4c8c18743c455fec222b33ca55ecb0b2a3d0483f3e83c58843ef6d47a0ceb52ff38185d0e34649fa634b475a845b88 SHA512 2167a14e579575d5d185a62fae93762f30dbb3396a66f99e4affb7ce710f076c119dfe4cd9a2432fd031dcfbe6548b4fbfe91dd854a6152768017c40596209f9

diff --git a/x11-misc/gammy/gammy-0.9.60.ebuild b/x11-misc/gammy/gammy-0.9.60.ebuild
new file mode 100644
index 00000000..4f8a6504
--- /dev/null
+++ b/x11-misc/gammy/gammy-0.9.60.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop eutils qmake-utils xdg
+
+DESCRIPTION="Adaptive screen brightness/temperature"
+HOMEPAGE="https://getgammy.com/"
+
+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"
+IUSE=""
+
+RDEPEND="
+	dev-qt/qtcore:5
+	x11-libs/libXxf86vm
+"
+DEPEND="
+	${RDEPEND}
+	media-gfx/imagemagick
+"
+
+src_configure() {
+	eqmake5 PREFIX="${D}/usr"
+}
+
+src_install() {
+	default
+
+	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"
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/
@ 2021-04-05  2:11 Rui Huang
  0 siblings, 0 replies; 17+ messages in thread
From: Rui Huang @ 2021-04-05  2:11 UTC (permalink / raw
  To: gentoo-commits

commit:     2d82db1a3612aece1c89f0acecf06b716c3f7b92
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Apr  5 02:09:31 2021 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Mon Apr  5 02:09:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d82db1a

x11-misc/gammy: fix EAPI 7 forbidden reference warning

Fix warning of repoman:
EAPI 7: variable D: Forbidden reference to variable specified by PMS

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 x11-misc/gammy/gammy-0.9.58a.ebuild | 4 ++--
 x11-misc/gammy/gammy-0.9.59.ebuild  | 4 ++--
 x11-misc/gammy/gammy-0.9.60.ebuild  | 2 +-
 x11-misc/gammy/gammy-9999.ebuild    | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/x11-misc/gammy/gammy-0.9.58a.ebuild b/x11-misc/gammy/gammy-0.9.58a.ebuild
index 5f1989cde..ef6ae59c9 100644
--- a/x11-misc/gammy/gammy-0.9.58a.ebuild
+++ b/x11-misc/gammy/gammy-0.9.58a.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -30,7 +30,7 @@ DEPEND="
 "
 
 src_configure() {
-	eqmake5 PREFIX="${D}/usr"
+	eqmake5 PREFIX="${EPREFIX}/usr"
 }
 
 src_install() {

diff --git a/x11-misc/gammy/gammy-0.9.59.ebuild b/x11-misc/gammy/gammy-0.9.59.ebuild
index 5f1989cde..ef6ae59c9 100644
--- a/x11-misc/gammy/gammy-0.9.59.ebuild
+++ b/x11-misc/gammy/gammy-0.9.59.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -30,7 +30,7 @@ DEPEND="
 "
 
 src_configure() {
-	eqmake5 PREFIX="${D}/usr"
+	eqmake5 PREFIX="${EPREFIX}/usr"
 }
 
 src_install() {

diff --git a/x11-misc/gammy/gammy-0.9.60.ebuild b/x11-misc/gammy/gammy-0.9.60.ebuild
index 4f8a65043..ef6ae59c9 100644
--- a/x11-misc/gammy/gammy-0.9.60.ebuild
+++ b/x11-misc/gammy/gammy-0.9.60.ebuild
@@ -30,7 +30,7 @@ DEPEND="
 "
 
 src_configure() {
-	eqmake5 PREFIX="${D}/usr"
+	eqmake5 PREFIX="${EPREFIX}/usr"
 }
 
 src_install() {

diff --git a/x11-misc/gammy/gammy-9999.ebuild b/x11-misc/gammy/gammy-9999.ebuild
index 5f1989cde..ef6ae59c9 100644
--- a/x11-misc/gammy/gammy-9999.ebuild
+++ b/x11-misc/gammy/gammy-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -30,7 +30,7 @@ DEPEND="
 "
 
 src_configure() {
-	eqmake5 PREFIX="${D}/usr"
+	eqmake5 PREFIX="${EPREFIX}/usr"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/
@ 2021-04-09  9:16 Maciej Barć
  0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2021-04-09  9:16 UTC (permalink / raw
  To: gentoo-commits

commit:     65bfb5486235a1c07f177e7e1341e5653b793c96
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Fri Apr  9 09:16:21 2021 +0000
Commit:     Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Fri Apr  9 09:16:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65bfb548

x11-misc/gammy: add missing qt deps

Closes: https://bugs.gentoo.org/781815
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 x11-misc/gammy/gammy-0.9.58a.ebuild | 9 +++------
 x11-misc/gammy/gammy-0.9.59.ebuild  | 9 +++------
 x11-misc/gammy/gammy-0.9.60.ebuild  | 9 +++------
 x11-misc/gammy/gammy-9999.ebuild    | 9 +++------
 4 files changed, 12 insertions(+), 24 deletions(-)

diff --git a/x11-misc/gammy/gammy-0.9.58a.ebuild b/x11-misc/gammy/gammy-0.9.58a.ebuild
index ef6ae59c9..a636e31a0 100644
--- a/x11-misc/gammy/gammy-0.9.58a.ebuild
+++ b/x11-misc/gammy/gammy-0.9.58a.ebuild
@@ -22,6 +22,8 @@ IUSE=""
 
 RDEPEND="
 	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtdbus:5
 	x11-libs/libXxf86vm
 "
 DEPEND="
@@ -36,12 +38,7 @@ src_configure() {
 src_install() {
 	default
 
-	local sizes="
-	128
-	16
-	32
-	64
-	"
+	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

diff --git a/x11-misc/gammy/gammy-0.9.59.ebuild b/x11-misc/gammy/gammy-0.9.59.ebuild
index ef6ae59c9..a636e31a0 100644
--- a/x11-misc/gammy/gammy-0.9.59.ebuild
+++ b/x11-misc/gammy/gammy-0.9.59.ebuild
@@ -22,6 +22,8 @@ IUSE=""
 
 RDEPEND="
 	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtdbus:5
 	x11-libs/libXxf86vm
 "
 DEPEND="
@@ -36,12 +38,7 @@ src_configure() {
 src_install() {
 	default
 
-	local sizes="
-	128
-	16
-	32
-	64
-	"
+	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

diff --git a/x11-misc/gammy/gammy-0.9.60.ebuild b/x11-misc/gammy/gammy-0.9.60.ebuild
index ef6ae59c9..a636e31a0 100644
--- a/x11-misc/gammy/gammy-0.9.60.ebuild
+++ b/x11-misc/gammy/gammy-0.9.60.ebuild
@@ -22,6 +22,8 @@ IUSE=""
 
 RDEPEND="
 	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtdbus:5
 	x11-libs/libXxf86vm
 "
 DEPEND="
@@ -36,12 +38,7 @@ src_configure() {
 src_install() {
 	default
 
-	local sizes="
-	128
-	16
-	32
-	64
-	"
+	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

diff --git a/x11-misc/gammy/gammy-9999.ebuild b/x11-misc/gammy/gammy-9999.ebuild
index ef6ae59c9..a636e31a0 100644
--- a/x11-misc/gammy/gammy-9999.ebuild
+++ b/x11-misc/gammy/gammy-9999.ebuild
@@ -22,6 +22,8 @@ IUSE=""
 
 RDEPEND="
 	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtdbus:5
 	x11-libs/libXxf86vm
 "
 DEPEND="
@@ -36,12 +38,7 @@ src_configure() {
 src_install() {
 	default
 
-	local sizes="
-	128
-	16
-	32
-	64
-	"
+	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


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/
@ 2021-04-18  2:55 Theo Anderson
  0 siblings, 0 replies; 17+ messages in thread
From: Theo Anderson @ 2021-04-18  2:55 UTC (permalink / raw
  To: gentoo-commits

commit:     fb662e43eb49eb281cbb43517cd7d67caf5decb4
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sun Apr 18 02:52:45 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sun Apr 18 02:52:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb662e43

x11-misc/gammy: eutils--

Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 x11-misc/gammy/gammy-0.9.58a.ebuild | 2 +-
 x11-misc/gammy/gammy-0.9.59.ebuild  | 2 +-
 x11-misc/gammy/gammy-0.9.60.ebuild  | 2 +-
 x11-misc/gammy/gammy-9999.ebuild    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/gammy/gammy-0.9.58a.ebuild b/x11-misc/gammy/gammy-0.9.58a.ebuild
index a636e31a0..d3d2d51ab 100644
--- a/x11-misc/gammy/gammy-0.9.58a.ebuild
+++ b/x11-misc/gammy/gammy-0.9.58a.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop eutils qmake-utils xdg
+inherit desktop qmake-utils xdg
 
 DESCRIPTION="Adaptive screen brightness/temperature"
 HOMEPAGE="https://getgammy.com/"

diff --git a/x11-misc/gammy/gammy-0.9.59.ebuild b/x11-misc/gammy/gammy-0.9.59.ebuild
index a636e31a0..d3d2d51ab 100644
--- a/x11-misc/gammy/gammy-0.9.59.ebuild
+++ b/x11-misc/gammy/gammy-0.9.59.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop eutils qmake-utils xdg
+inherit desktop qmake-utils xdg
 
 DESCRIPTION="Adaptive screen brightness/temperature"
 HOMEPAGE="https://getgammy.com/"

diff --git a/x11-misc/gammy/gammy-0.9.60.ebuild b/x11-misc/gammy/gammy-0.9.60.ebuild
index a636e31a0..d3d2d51ab 100644
--- a/x11-misc/gammy/gammy-0.9.60.ebuild
+++ b/x11-misc/gammy/gammy-0.9.60.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop eutils qmake-utils xdg
+inherit desktop qmake-utils xdg
 
 DESCRIPTION="Adaptive screen brightness/temperature"
 HOMEPAGE="https://getgammy.com/"

diff --git a/x11-misc/gammy/gammy-9999.ebuild b/x11-misc/gammy/gammy-9999.ebuild
index a636e31a0..d3d2d51ab 100644
--- a/x11-misc/gammy/gammy-9999.ebuild
+++ b/x11-misc/gammy/gammy-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop eutils qmake-utils xdg
+inherit desktop qmake-utils xdg
 
 DESCRIPTION="Adaptive screen brightness/temperature"
 HOMEPAGE="https://getgammy.com/"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/
  2021-04-18 16:01 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-04-18 15:53 ` Andrew Ammerlaan
  0 siblings, 0 replies; 17+ messages in thread
From: Andrew Ammerlaan @ 2021-04-18 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     3497836cc0b4528d7cab6296905a4ee39550699b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Apr 18 15:53:12 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Apr 18 15:53:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3497836c

x11-misc/gammy: add missing dep

Closes: https://bugs.gentoo.org/783792
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 x11-misc/gammy/gammy-0.9.58a.ebuild | 1 +
 x11-misc/gammy/gammy-0.9.59.ebuild  | 1 +
 x11-misc/gammy/gammy-0.9.60.ebuild  | 1 +
 x11-misc/gammy/gammy-9999.ebuild    | 1 +
 4 files changed, 4 insertions(+)

diff --git a/x11-misc/gammy/gammy-0.9.58a.ebuild b/x11-misc/gammy/gammy-0.9.58a.ebuild
index d3d2d51ab..1b54fd2fa 100644
--- a/x11-misc/gammy/gammy-0.9.58a.ebuild
+++ b/x11-misc/gammy/gammy-0.9.58a.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtdbus:5
+	dev-qt/qtwidgets:5
 	x11-libs/libXxf86vm
 "
 DEPEND="

diff --git a/x11-misc/gammy/gammy-0.9.59.ebuild b/x11-misc/gammy/gammy-0.9.59.ebuild
index d3d2d51ab..1b54fd2fa 100644
--- a/x11-misc/gammy/gammy-0.9.59.ebuild
+++ b/x11-misc/gammy/gammy-0.9.59.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtdbus:5
+	dev-qt/qtwidgets:5
 	x11-libs/libXxf86vm
 "
 DEPEND="

diff --git a/x11-misc/gammy/gammy-0.9.60.ebuild b/x11-misc/gammy/gammy-0.9.60.ebuild
index d3d2d51ab..1b54fd2fa 100644
--- a/x11-misc/gammy/gammy-0.9.60.ebuild
+++ b/x11-misc/gammy/gammy-0.9.60.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtdbus:5
+	dev-qt/qtwidgets:5
 	x11-libs/libXxf86vm
 "
 DEPEND="

diff --git a/x11-misc/gammy/gammy-9999.ebuild b/x11-misc/gammy/gammy-9999.ebuild
index d3d2d51ab..1b54fd2fa 100644
--- a/x11-misc/gammy/gammy-9999.ebuild
+++ b/x11-misc/gammy/gammy-9999.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtdbus:5
+	dev-qt/qtwidgets:5
 	x11-libs/libXxf86vm
 "
 DEPEND="


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/
@ 2021-04-18 17:45 Maciej Barć
  0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2021-04-18 17:45 UTC (permalink / raw
  To: gentoo-commits

commit:     1369d2966f1942888f04fdf1a190fca6fddc930d
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Sun Apr 18 17:44:33 2021 +0000
Commit:     Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Sun Apr 18 17:44:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1369d296

x11-misc/gammy: bump to 0.9.64

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 x11-misc/gammy/Manifest            |  1 +
 x11-misc/gammy/gammy-0.9.64.ebuild | 50 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/x11-misc/gammy/Manifest b/x11-misc/gammy/Manifest
index e7f384249..ee207180d 100644
--- a/x11-misc/gammy/Manifest
+++ b/x11-misc/gammy/Manifest
@@ -1,3 +1,4 @@
 DIST gammy-0.9.58a.tar.gz 208411 BLAKE2B 1681f5bbe49d8645a5f55be338c82fe6728bd2b643d5cff1343a3c3bc00ba06c7a903a1c4c6d8ca21f1e2e2991ecec79c392f17aeacb75f1b17f0994cc05b1f6 SHA512 fced7b742e15a70933146901dc07c8375bd7fffc6e000e8fa323029366e09d090c9c9c3e5d783fc5ad923259abf798649652af40e1a9bc83f6c60cbb81ee53a8
 DIST gammy-0.9.59.tar.gz 209514 BLAKE2B 948bc841361217cde846288e93e67ed944d99fdf682f56a42e85036fe2455ba900f3c80bda712012116280bd2f2a6038f2cb4d783fcc7e2037f2df096c486b6e SHA512 1fd1255f9681b1b59457ad817e604cf73cc81397e927db62d3f53a1c39f7b634544c50931ece71f116f2f01c7fb7d7dc33696e0400fe23785b2a23b112bd8aa5
 DIST gammy-0.9.60.tar.gz 211249 BLAKE2B 00082c1dd7f9dce26b43fa4a3172e7399a4c8c18743c455fec222b33ca55ecb0b2a3d0483f3e83c58843ef6d47a0ceb52ff38185d0e34649fa634b475a845b88 SHA512 2167a14e579575d5d185a62fae93762f30dbb3396a66f99e4affb7ce710f076c119dfe4cd9a2432fd031dcfbe6548b4fbfe91dd854a6152768017c40596209f9
+DIST gammy-0.9.64.tar.gz 242282 BLAKE2B 3f1e1400eb00d15163843231e8d9907d68946d6347473db905413fe151611fa69239d7d5fe9763e54e5c7806e144604f596dca745973900ecddbe74bde2731d3 SHA512 80f43ca8ca0644b8b01cf299db21332f5f508196d0ba63e7e835e7e36b7e0d4f4dc3c78617523c36c52f8220a78ae42103605ffb93526f54a2bc5dccc7dab3b5

diff --git a/x11-misc/gammy/gammy-0.9.64.ebuild b/x11-misc/gammy/gammy-0.9.64.ebuild
new file mode 100644
index 000000000..1b54fd2fa
--- /dev/null
+++ b/x11-misc/gammy/gammy-0.9.64.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 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://getgammy.com/"
+
+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"
+IUSE=""
+
+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() {
+	default
+
+	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"
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/
@ 2021-04-18 17:45 Maciej Barć
  0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2021-04-18 17:45 UTC (permalink / raw
  To: gentoo-commits

commit:     a61d88666e43640a6c2d00904f92091d32209e8e
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Sun Apr 18 17:45:01 2021 +0000
Commit:     Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Sun Apr 18 17:45:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a61d8866

x11-misc/gammy: drop old

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 x11-misc/gammy/Manifest             |  2 --
 x11-misc/gammy/gammy-0.9.58a.ebuild | 50 -------------------------------------
 x11-misc/gammy/gammy-0.9.59.ebuild  | 50 -------------------------------------
 3 files changed, 102 deletions(-)

diff --git a/x11-misc/gammy/Manifest b/x11-misc/gammy/Manifest
index ee207180d..56f727fea 100644
--- a/x11-misc/gammy/Manifest
+++ b/x11-misc/gammy/Manifest
@@ -1,4 +1,2 @@
-DIST gammy-0.9.58a.tar.gz 208411 BLAKE2B 1681f5bbe49d8645a5f55be338c82fe6728bd2b643d5cff1343a3c3bc00ba06c7a903a1c4c6d8ca21f1e2e2991ecec79c392f17aeacb75f1b17f0994cc05b1f6 SHA512 fced7b742e15a70933146901dc07c8375bd7fffc6e000e8fa323029366e09d090c9c9c3e5d783fc5ad923259abf798649652af40e1a9bc83f6c60cbb81ee53a8
-DIST gammy-0.9.59.tar.gz 209514 BLAKE2B 948bc841361217cde846288e93e67ed944d99fdf682f56a42e85036fe2455ba900f3c80bda712012116280bd2f2a6038f2cb4d783fcc7e2037f2df096c486b6e SHA512 1fd1255f9681b1b59457ad817e604cf73cc81397e927db62d3f53a1c39f7b634544c50931ece71f116f2f01c7fb7d7dc33696e0400fe23785b2a23b112bd8aa5
 DIST gammy-0.9.60.tar.gz 211249 BLAKE2B 00082c1dd7f9dce26b43fa4a3172e7399a4c8c18743c455fec222b33ca55ecb0b2a3d0483f3e83c58843ef6d47a0ceb52ff38185d0e34649fa634b475a845b88 SHA512 2167a14e579575d5d185a62fae93762f30dbb3396a66f99e4affb7ce710f076c119dfe4cd9a2432fd031dcfbe6548b4fbfe91dd854a6152768017c40596209f9
 DIST gammy-0.9.64.tar.gz 242282 BLAKE2B 3f1e1400eb00d15163843231e8d9907d68946d6347473db905413fe151611fa69239d7d5fe9763e54e5c7806e144604f596dca745973900ecddbe74bde2731d3 SHA512 80f43ca8ca0644b8b01cf299db21332f5f508196d0ba63e7e835e7e36b7e0d4f4dc3c78617523c36c52f8220a78ae42103605ffb93526f54a2bc5dccc7dab3b5

diff --git a/x11-misc/gammy/gammy-0.9.58a.ebuild b/x11-misc/gammy/gammy-0.9.58a.ebuild
deleted file mode 100644
index 1b54fd2fa..000000000
--- a/x11-misc/gammy/gammy-0.9.58a.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 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://getgammy.com/"
-
-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"
-IUSE=""
-
-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() {
-	default
-
-	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"
-}

diff --git a/x11-misc/gammy/gammy-0.9.59.ebuild b/x11-misc/gammy/gammy-0.9.59.ebuild
deleted file mode 100644
index 1b54fd2fa..000000000
--- a/x11-misc/gammy/gammy-0.9.59.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 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://getgammy.com/"
-
-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"
-IUSE=""
-
-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() {
-	default
-
-	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"
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/
@ 2021-04-21  7:17 Maciej Barć
  0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2021-04-21  7:17 UTC (permalink / raw
  To: gentoo-commits

commit:     83ece4c2f7e2402914d2c462f009abe4ac7438a4
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Wed Apr 21 07:15:08 2021 +0000
Commit:     Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Wed Apr 21 07:17:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=83ece4c2

x11-misc/gammy: fix src_install

Closes: https://bugs.gentoo.org/784683
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 x11-misc/gammy/gammy-0.9.60.ebuild |  2 +-
 x11-misc/gammy/gammy-0.9.64.ebuild | 11 +----------
 x11-misc/gammy/gammy-9999.ebuild   | 11 +----------
 3 files changed, 3 insertions(+), 21 deletions(-)

diff --git a/x11-misc/gammy/gammy-0.9.60.ebuild b/x11-misc/gammy/gammy-0.9.60.ebuild
index 1b54fd2fa..bc90490eb 100644
--- a/x11-misc/gammy/gammy-0.9.60.ebuild
+++ b/x11-misc/gammy/gammy-0.9.60.ebuild
@@ -37,7 +37,7 @@ src_configure() {
 }
 
 src_install() {
-	default
+	emake INSTALL_ROOT="${D}" install
 
 	local sizes="128 16 32 64"
 	cd ./icons || die

diff --git a/x11-misc/gammy/gammy-0.9.64.ebuild b/x11-misc/gammy/gammy-0.9.64.ebuild
index 1b54fd2fa..f159cd6ce 100644
--- a/x11-misc/gammy/gammy-0.9.64.ebuild
+++ b/x11-misc/gammy/gammy-0.9.64.ebuild
@@ -37,14 +37,5 @@ src_configure() {
 }
 
 src_install() {
-	default
-
-	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"
+	emake INSTALL_ROOT="${D}" install
 }

diff --git a/x11-misc/gammy/gammy-9999.ebuild b/x11-misc/gammy/gammy-9999.ebuild
index 1b54fd2fa..f159cd6ce 100644
--- a/x11-misc/gammy/gammy-9999.ebuild
+++ b/x11-misc/gammy/gammy-9999.ebuild
@@ -37,14 +37,5 @@ src_configure() {
 }
 
 src_install() {
-	default
-
-	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"
+	emake INSTALL_ROOT="${D}" install
 }


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/
@ 2021-05-21 18:18 Maciej Barć
  0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2021-05-21 18:18 UTC (permalink / raw
  To: gentoo-commits

commit:     3ed1c4e0ff7d763ed388c4d588703675fb495280
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Fri May 21 17:57:53 2021 +0000
Commit:     Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Fri May 21 17:57:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ed1c4e0

x11-misc/gammy: drop to maintainer-needed

Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 x11-misc/gammy/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/gammy/metadata.xml b/x11-misc/gammy/metadata.xml
index cf5af9cd7..3ed8b52c7 100644
--- a/x11-misc/gammy/metadata.xml
+++ b/x11-misc/gammy/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-    <maintainer type="person">
-        <email>xgqt@riseup.net</email>
-        <name>Maciej Barć</name>
-    </maintainer>
+    <!-- maintainer-needed -->
     <upstream>
         <remote-id type="github">Fushko/gammy</remote-id>
     </upstream>


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/
@ 2021-06-11 15:23 Alessandro Barbieri
  0 siblings, 0 replies; 17+ messages in thread
From: Alessandro Barbieri @ 2021-06-11 15:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e71da95ec49386c300741ef70453fdd75680a970
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jun  6 02:26:16 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Jun 11 15:23:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e71da95e

x11-misc/gammy: drop unmaintained live

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 x11-misc/gammy/gammy-9999.ebuild | 41 ----------------------------------------
 1 file changed, 41 deletions(-)

diff --git a/x11-misc/gammy/gammy-9999.ebuild b/x11-misc/gammy/gammy-9999.ebuild
deleted file mode 100644
index f159cd6ce..000000000
--- a/x11-misc/gammy/gammy-9999.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 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://getgammy.com/"
-
-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"
-IUSE=""
-
-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
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/
  2021-12-15 11:23 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-12-15 11:23 ` Andrew Ammerlaan
  0 siblings, 0 replies; 17+ messages in thread
From: Andrew Ammerlaan @ 2021-12-15 11:23 UTC (permalink / raw
  To: gentoo-commits

commit:     1c305297caa7790012046dabc37e5c3a1f038091
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 11:21:23 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 11:21:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c305297

x11-misc/gammy: drop UnusedInherits

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 x11-misc/gammy/gammy-0.9.64.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/gammy/gammy-0.9.64.ebuild b/x11-misc/gammy/gammy-0.9.64.ebuild
index f159cd6ce..c225e26ca 100644
--- a/x11-misc/gammy/gammy-0.9.64.ebuild
+++ b/x11-misc/gammy/gammy-0.9.64.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop qmake-utils xdg
+inherit qmake-utils xdg
 
 DESCRIPTION="Adaptive screen brightness/temperature"
 HOMEPAGE="https://getgammy.com/"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/
@ 2022-05-25 20:21 Alessandro Barbieri
  0 siblings, 0 replies; 17+ messages in thread
From: Alessandro Barbieri @ 2022-05-25 20:21 UTC (permalink / raw
  To: gentoo-commits

commit:     3e14f6b632b74eb2c2a20317e1217566087ac07d
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed May 25 19:51:59 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed May 25 19:51:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e14f6b6

x11-misc/gammy: fix homepage

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 x11-misc/gammy/gammy-0.9.60.ebuild | 4 ++--
 x11-misc/gammy/gammy-0.9.64.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/gammy/gammy-0.9.60.ebuild b/x11-misc/gammy/gammy-0.9.60.ebuild
index bc90490eb..67d4cdf60 100644
--- a/x11-misc/gammy/gammy-0.9.60.ebuild
+++ b/x11-misc/gammy/gammy-0.9.60.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit desktop qmake-utils xdg
 
 DESCRIPTION="Adaptive screen brightness/temperature"
-HOMEPAGE="https://getgammy.com/"
+HOMEPAGE="https://github.com/Fushko/gammy"
 
 if [[ "${PV}" == *9999* ]]; then
 	inherit git-r3

diff --git a/x11-misc/gammy/gammy-0.9.64.ebuild b/x11-misc/gammy/gammy-0.9.64.ebuild
index c225e26ca..746e648f3 100644
--- a/x11-misc/gammy/gammy-0.9.64.ebuild
+++ b/x11-misc/gammy/gammy-0.9.64.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit qmake-utils xdg
 
 DESCRIPTION="Adaptive screen brightness/temperature"
-HOMEPAGE="https://getgammy.com/"
+HOMEPAGE="https://github.com/Fushko/gammy"
 
 if [[ "${PV}" == *9999* ]]; then
 	inherit git-r3


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/
@ 2024-06-16 15:12 Eli Burch
  0 siblings, 0 replies; 17+ messages in thread
From: Eli Burch @ 2024-06-16 15:12 UTC (permalink / raw
  To: gentoo-commits

commit:     c96dab943d5da4f071e03ad06d910a4030021826
Author:     Eli Burch <eli.burch <AT> burchbytes <DOT> com>
AuthorDate: Sun Jun 16 15:11:27 2024 +0000
Commit:     Eli Burch <redawl <AT> burchbytes <DOT> com>
CommitDate: Sun Jun 16 15:12:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c96dab94

x11-misc/gammy: treeclean

Signed-off-by: Eli Burch <eli.burch <AT> burchbytes.com>

 x11-misc/gammy/Manifest            |  2 --
 x11-misc/gammy/gammy-0.9.60.ebuild | 49 --------------------------------------
 x11-misc/gammy/gammy-0.9.64.ebuild | 40 -------------------------------
 x11-misc/gammy/metadata.xml        | 13 ----------
 4 files changed, 104 deletions(-)

diff --git a/x11-misc/gammy/Manifest b/x11-misc/gammy/Manifest
deleted file mode 100644
index 56f727fea..000000000
--- a/x11-misc/gammy/Manifest
+++ /dev/null
@@ -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

diff --git a/x11-misc/gammy/gammy-0.9.60.ebuild b/x11-misc/gammy/gammy-0.9.60.ebuild
deleted file mode 100644
index 15cea3e94..000000000
--- a/x11-misc/gammy/gammy-0.9.60.ebuild
+++ /dev/null
@@ -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"
-}

diff --git a/x11-misc/gammy/gammy-0.9.64.ebuild b/x11-misc/gammy/gammy-0.9.64.ebuild
deleted file mode 100644
index b88525295..000000000
--- a/x11-misc/gammy/gammy-0.9.64.ebuild
+++ /dev/null
@@ -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
-}

diff --git a/x11-misc/gammy/metadata.xml b/x11-misc/gammy/metadata.xml
deleted file mode 100644
index 7230db793..000000000
--- a/x11-misc/gammy/metadata.xml
+++ /dev/null
@@ -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>


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/
@ 2024-06-16 16:00 Eli Burch
  0 siblings, 0 replies; 17+ messages in thread
From: Eli Burch @ 2024-06-16 16:00 UTC (permalink / raw
  To: gentoo-commits

commit:     de526c83713ff0c01c1efa9c2681a61d5c8e9415
Author:     Eli Burch <eli.burch <AT> burchbytes <DOT> com>
AuthorDate: Sun Jun 16 15:58:19 2024 +0000
Commit:     Eli Burch <redawl <AT> burchbytes <DOT> com>
CommitDate: Sun Jun 16 15:58:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de526c83

Revert "x11-misc/gammy: treeclean"

This reverts commit c96dab943d5da4f071e03ad06d910a4030021826.

Signed-off-by: Eli Burch <eli.burch <AT> burchbytes.com>

 x11-misc/gammy/Manifest            |  2 ++
 x11-misc/gammy/gammy-0.9.60.ebuild | 49 ++++++++++++++++++++++++++++++++++++++
 x11-misc/gammy/gammy-0.9.64.ebuild | 40 +++++++++++++++++++++++++++++++
 x11-misc/gammy/metadata.xml        | 13 ++++++++++
 4 files changed, 104 insertions(+)

diff --git a/x11-misc/gammy/Manifest b/x11-misc/gammy/Manifest
new file mode 100644
index 000000000..56f727fea
--- /dev/null
+++ b/x11-misc/gammy/Manifest
@@ -0,0 +1,2 @@
+DIST gammy-0.9.60.tar.gz 211249 BLAKE2B 00082c1dd7f9dce26b43fa4a3172e7399a4c8c18743c455fec222b33ca55ecb0b2a3d0483f3e83c58843ef6d47a0ceb52ff38185d0e34649fa634b475a845b88 SHA512 2167a14e579575d5d185a62fae93762f30dbb3396a66f99e4affb7ce710f076c119dfe4cd9a2432fd031dcfbe6548b4fbfe91dd854a6152768017c40596209f9
+DIST gammy-0.9.64.tar.gz 242282 BLAKE2B 3f1e1400eb00d15163843231e8d9907d68946d6347473db905413fe151611fa69239d7d5fe9763e54e5c7806e144604f596dca745973900ecddbe74bde2731d3 SHA512 80f43ca8ca0644b8b01cf299db21332f5f508196d0ba63e7e835e7e36b7e0d4f4dc3c78617523c36c52f8220a78ae42103605ffb93526f54a2bc5dccc7dab3b5

diff --git a/x11-misc/gammy/gammy-0.9.60.ebuild b/x11-misc/gammy/gammy-0.9.60.ebuild
new file mode 100644
index 000000000..15cea3e94
--- /dev/null
+++ b/x11-misc/gammy/gammy-0.9.60.ebuild
@@ -0,0 +1,49 @@
+# 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"
+}

diff --git a/x11-misc/gammy/gammy-0.9.64.ebuild b/x11-misc/gammy/gammy-0.9.64.ebuild
new file mode 100644
index 000000000..b88525295
--- /dev/null
+++ b/x11-misc/gammy/gammy-0.9.64.ebuild
@@ -0,0 +1,40 @@
+# 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
+}

diff --git a/x11-misc/gammy/metadata.xml b/x11-misc/gammy/metadata.xml
new file mode 100644
index 000000000..7230db793
--- /dev/null
+++ b/x11-misc/gammy/metadata.xml
@@ -0,0 +1,13 @@
+<?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>


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2024-06-16 16:00 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-11 15:23 [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/ Alessandro Barbieri
  -- strict thread matches above, loose matches on Subject: below --
2024-06-16 16:00 Eli Burch
2024-06-16 15:12 Eli Burch
2022-05-25 20:21 Alessandro Barbieri
2021-12-15 11:23 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-12-15 11:23 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-05-21 18:18 Maciej Barć
2021-04-21  7:17 Maciej Barć
2021-04-18 17:45 Maciej Barć
2021-04-18 17:45 Maciej Barć
2021-04-18 16:01 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-18 15:53 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-18  2:55 Theo Anderson
2021-04-09  9:16 Maciej Barć
2021-04-05  2:11 Rui Huang
2021-01-01 21:35 Maciej Barć
2020-11-08 17:21 Maciej Barć
2020-10-14 17:22 Maciej Barć
2020-10-05 23:11 Maciej Barć

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox