public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/screenkey/
Date: Fri, 10 Dec 2021 03:50:23 +0000 (UTC)	[thread overview]
Message-ID: <1639108220.da7a3fae5464aa046c7089d37a2553c4c8259664.xgqt@gentoo> (raw)

commit:     da7a3fae5464aa046c7089d37a2553c4c8259664
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 03:44:42 2021 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 03:50:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7a3fae

x11-misc/screenkey: bump to 1.5

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 x11-misc/screenkey/Manifest             |  1 +
 x11-misc/screenkey/screenkey-1.5.ebuild | 46 +++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/x11-misc/screenkey/Manifest b/x11-misc/screenkey/Manifest
index 743ab584e958..3669c103c44e 100644
--- a/x11-misc/screenkey/Manifest
+++ b/x11-misc/screenkey/Manifest
@@ -1,2 +1,3 @@
 DIST screenkey-1.3.tar.gz 82732 BLAKE2B 53cf700f7211783c360552667d5bc77dfa467137476c4ae57944fe7a1e3e9da9b4488cade9c2f091b2be51cb393e063509ae858f6cca1b34ceadd3e158586e05 SHA512 16aceeb1e1a0ed5add06ed2bfd1eca04b9909537bbb979f531a98270c33af3d5e667534e73546a85c3f58ef837795a35891f00f8cf41e5ea10c45b7992334e96
 DIST screenkey-1.4.tar.gz 83784 BLAKE2B 4d4264ff88fdd57b27709091c5bd79dba304f94209465e4bbaf3d6ee965b2088fcbf3afc96e0c785fa954b5bb96fc26d4d79e9aeb2dd774daf519055fc301030 SHA512 f22afbdeb2c7d7884f97faec3601bfe13f65d33a2e284cccda6d6851d0838e4a4c6860c93abd4c11f21170fb970e6cb12b52cb0cd4cb1fb58cfcf44f0945ad2d
+DIST screenkey-1.5.tar.gz 87449 BLAKE2B 1ca3a7d643c65e2a82ce51feb4de022ccb0bb35848c0bb63871343b499e4b7a677e7df379ad259c149ba4a93d98cc36a05d9fb58976cc96d20b3fe98b54301db SHA512 bc9457b17c9e2fea3cefc97546dfd89a019a527608ec79960d1a712c1f1bbc97cf37404a1d84ca1c4587ae4d52163e2de30797f75b9a4a1da45ac585b8b650cf

diff --git a/x11-misc/screenkey/screenkey-1.5.ebuild b/x11-misc/screenkey/screenkey-1.5.ebuild
new file mode 100644
index 000000000000..21e05cd08015
--- /dev/null
+++ b/x11-misc/screenkey/screenkey-1.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1 xdg
+
+DESCRIPTION="A screencast tool to display your keys inspired by Screenflick"
+HOMEPAGE="https://www.thregr.org/~wavexx/software/screenkey/"
+
+if [[ "${PV}" == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://gitlab.com/screenkey/${PN}.git"
+else
+	SRC_URI="https://gitlab.com/screenkey/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}-v${PV}"
+fi
+
+RESTRICT="test"
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="appindicator"
+
+BDEPEND="
+	dev-python/Babel[${PYTHON_USEDEP}]
+	dev-python/wheel[${PYTHON_USEDEP}]
+"
+RDEPEND="
+	dev-python/pycairo[${PYTHON_USEDEP}]
+	dev-python/pygobject[${PYTHON_USEDEP}]
+	media-fonts/fontawesome
+	x11-libs/gtk+:3[X,introspection]
+	x11-misc/slop
+	appindicator? ( dev-libs/libappindicator:3[introspection] )
+"
+
+src_prepare() {
+	# Change the doc install path
+	sed -i "s|share/doc/screenkey|share/doc/${PF}|g" setup.py || die
+
+	default
+}


             reply	other threads:[~2021-12-10  3:50 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-10  3:50 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-14 21:57 [gentoo-commits] repo/gentoo:master commit in: x11-misc/screenkey/ Maciej Barć
2023-09-18  9:50 Sam James
2023-05-08  9:11 Pacho Ramos
2023-03-04 16:32 Maciej Barć
2023-02-27 20:33 Sam James
2023-01-24 13:56 Maciej Barć
2023-01-24 13:56 Maciej Barć
2023-01-24 13:56 Maciej Barć
2023-01-24 13:56 Maciej Barć
2023-01-24 13:56 Maciej Barć
2023-01-16  1:57 Maciej Barć
2022-12-22 11:04 Arthur Zamarin
2022-03-07  8:54 Maciej Barć
2022-03-07  0:15 Maciej Barć
2021-12-10  3:50 Maciej Barć
2021-12-10  3:50 Maciej Barć
2021-11-25  2:03 Maciej Barć
2021-03-11 17:06 Sam James
2021-01-31 16:57 Stephan Hartmann
2021-01-29 21:27 Stephan Hartmann

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=1639108220.da7a3fae5464aa046c7089d37a2553c4c8259664.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --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