public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@protonmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/
Date: Sun,  8 Nov 2020 17:21:28 +0000 (UTC)	[thread overview]
Message-ID: <1604856017.c986e5a0674446f395670ff584252c0ef6ebe3a0.xgqt@gentoo> (raw)

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
+}


             reply	other threads:[~2020-11-08 17:21 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-08 17:21 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-16 16:00 [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/ 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-06-11 15:23 Alessandro Barbieri
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-10-14 17:22 Maciej Barć
2020-10-05 23:11 Maciej Barć

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1604856017.c986e5a0674446f395670ff584252c0ef6ebe3a0.xgqt@gentoo \
    --to=xgqt@protonmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox