[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/

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

x11-misc/gammy: fix homepage

Signed-off-by: Alessandro Barbieri  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}" == ** ]]; 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}" == ** ]]; then
inherit git-r3



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/

2021-12-15 Thread Andrew Ammerlaan
commit: 1c305297caa7790012046dabc37e5c3a1f038091
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Dec 15 11:21:23 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Dec 15 11:21:23 2021 +
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  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/;



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/

2021-06-11 Thread Alessandro Barbieri
commit: e71da95ec49386c300741ef70453fdd75680a970
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun  6 02:26:16 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Jun 11 15:23:10 2021 +
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  gmail.com>

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

diff --git a/x11-misc/gammy/gammy-.ebuild b/x11-misc/gammy/gammy-.ebuild
deleted file mode 100644
index f159cd6ce..0
--- a/x11-misc/gammy/gammy-.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}" == ** ]]; 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
-}



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/

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

x11-misc/gammy: drop to maintainer-needed

Signed-off-by: Maciej Barć  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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-x...@riseup.net
-Maciej Barć
-
+
 
 Fushko/gammy
 



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/

2021-04-21 Thread Maciej Barć
commit: 83ece4c2f7e2402914d2c462f009abe4ac7438a4
Author: Maciej Barć  riseup  net>
AuthorDate: Wed Apr 21 07:15:08 2021 +
Commit: Maciej Barć  riseup  net>
CommitDate: Wed Apr 21 07:17:24 2021 +
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ć  riseup.net>

 x11-misc/gammy/gammy-0.9.60.ebuild |  2 +-
 x11-misc/gammy/gammy-0.9.64.ebuild | 11 +--
 x11-misc/gammy/gammy-.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-.ebuild b/x11-misc/gammy/gammy-.ebuild
index 1b54fd2fa..f159cd6ce 100644
--- a/x11-misc/gammy/gammy-.ebuild
+++ b/x11-misc/gammy/gammy-.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
 }



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/

2021-04-18 Thread Maciej Barć
commit: 1369d2966f1942888f04fdf1a190fca6fddc930d
Author: Maciej Barć  riseup  net>
AuthorDate: Sun Apr 18 17:44:33 2021 +
Commit: Maciej Barć  riseup  net>
CommitDate: Sun Apr 18 17:44:33 2021 +
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ć  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 0..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}" == ** ]]; 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"
+}



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/

2021-04-18 Thread Maciej Barć
commit: a61d88666e43640a6c2d00904f92091d32209e8e
Author: Maciej Barć  riseup  net>
AuthorDate: Sun Apr 18 17:45:01 2021 +
Commit: Maciej Barć  riseup  net>
CommitDate: Sun Apr 18 17:45:01 2021 +
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ć  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..0
--- 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}" == ** ]]; 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..0
--- 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}" == ** ]]; 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"
-}



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/

2021-04-18 Thread Andrew Ammerlaan
commit: 3497836cc0b4528d7cab6296905a4ee39550699b
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Apr 18 15:53:12 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Apr 18 15:53:12 2021 +
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  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-.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-.ebuild b/x11-misc/gammy/gammy-.ebuild
index d3d2d51ab..1b54fd2fa 100644
--- a/x11-misc/gammy/gammy-.ebuild
+++ b/x11-misc/gammy/gammy-.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="



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/

2021-04-17 Thread Theo Anderson
commit: fb662e43eb49eb281cbb43517cd7d67caf5decb4
Author: Theo Anderson  posteo  de>
AuthorDate: Sun Apr 18 02:52:45 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sun Apr 18 02:52:45 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb662e43

x11-misc/gammy: eutils--

Signed-off-by: Theo Anderson  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-.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-.ebuild b/x11-misc/gammy/gammy-.ebuild
index a636e31a0..d3d2d51ab 100644
--- a/x11-misc/gammy/gammy-.ebuild
+++ b/x11-misc/gammy/gammy-.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/;



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/

2021-04-09 Thread Maciej Barć
commit: 65bfb5486235a1c07f177e7e1341e5653b793c96
Author: Maciej Barć  riseup  net>
AuthorDate: Fri Apr  9 09:16:21 2021 +
Commit: Maciej Barć  riseup  net>
CommitDate: Fri Apr  9 09:16:25 2021 +
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ć  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-.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-.ebuild b/x11-misc/gammy/gammy-.ebuild
index ef6ae59c9..a636e31a0 100644
--- a/x11-misc/gammy/gammy-.ebuild
+++ b/x11-misc/gammy/gammy-.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



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/

2021-04-04 Thread Rui Huang
commit: 2d82db1a3612aece1c89f0acecf06b716c3f7b92
Author: Huang Rui  gmail  com>
AuthorDate: Mon Apr  5 02:09:31 2021 +
Commit: Rui Huang  gmail  com>
CommitDate: Mon Apr  5 02:09:31 2021 +
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  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-.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-.ebuild b/x11-misc/gammy/gammy-.ebuild
index 5f1989cde..ef6ae59c9 100644
--- a/x11-misc/gammy/gammy-.ebuild
+++ b/x11-misc/gammy/gammy-.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() {



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/

2021-01-01 Thread Maciej Barć
commit: db6ce26a2d22b80605beed45ec0e83bcae2df6a5
Author: Maciej Barć  protonmail  com>
AuthorDate: Fri Jan  1 21:34:23 2021 +
Commit: Maciej Barć  protonmail  com>
CommitDate: Fri Jan  1 21:34:25 2021 +
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ć  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 ..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}" == ** ]]; 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"
+}



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/

2020-11-08 Thread Maciej Barć
commit: c986e5a0674446f395670ff584252c0ef6ebe3a0
Author: Maciej Barć  protonmail  com>
AuthorDate: Sun Nov  8 17:20:07 2020 +
Commit: Maciej Barć  protonmail  com>
CommitDate: Sun Nov  8 17:20:17 2020 +
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ć  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 ..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}" == ** ]]; 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
+}



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/

2020-10-14 Thread Maciej Barć
commit: 4b145c556dbbe6a896ca6c6476d0ac8a8d58c8d9
Author: Maciej Barć  protonmail  com>
AuthorDate: Wed Oct 14 17:21:07 2020 +
Commit: Maciej Barć  protonmail  com>
CommitDate: Wed Oct 14 17:21:10 2020 +
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ć  protonmail.com>

 x11-misc/gammy/gammy-0.9.58a.ebuild | 1 -
 x11-misc/gammy/gammy-.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}" == ** ]]; 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-.ebuild b/x11-misc/gammy/gammy-.ebuild
index 9e6fa88b..3a75f14f 100644
--- a/x11-misc/gammy/gammy-.ebuild
+++ b/x11-misc/gammy/gammy-.ebuild
@@ -11,7 +11,6 @@ HOMEPAGE="https://getgammy.com/;
 if [[ "${PV}" == ** ]]; 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"



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/

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

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

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

 x11-misc/gammy/Manifest |  1 +
 x11-misc/gammy/gammy-0.9.58a.ebuild | 63 +
 x11-misc/gammy/gammy-.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 ..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 ..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}" == ** ]]; 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-.ebuild b/x11-misc/gammy/gammy-.ebuild
new file mode 100644
index ..9e6fa88b
--- /dev/null
+++ b/x11-misc/gammy/gammy-.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}" == ** ]]; 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 ..a68db4e7
--- /dev/null
+++ b/x11-misc/gammy/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+x...@protonmail.com
+Maciej Barć
+
+
+Fushko/gammy
+
+
+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