From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-color/
Date: Tue, 16 Feb 2021 21:10:53 +0000 (UTC) [thread overview]
Message-ID: <1613475814.d46ddec08c55af91187891457c19b4279f57fdda.telans@gentoo> (raw)
commit: d46ddec08c55af91187891457c19b4279f57fdda
Author: Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
AuthorDate: Tue Feb 16 11:35:56 2021 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Tue Feb 16 11:43:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d46ddec0
x11-misc/i3lock-color: bump to 2.13.2
Closes: https://github.com/gentoo/guru/issues/33
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com>
x11-misc/i3lock-color/Manifest | 1 +
x11-misc/i3lock-color/i3lock-color-2.13.2.ebuild | 44 ++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest
index 1bc2b76b..9e9f93ad 100644
--- a/x11-misc/i3lock-color/Manifest
+++ b/x11-misc/i3lock-color/Manifest
@@ -1,2 +1,3 @@
DIST i3lock-color-2.12.5.tar.gz 208461 BLAKE2B cbdaa022d193584ed16dfdb0a9a9d09941541dc58d7d7e26d0a5168b81ae6999246778199f26b8dd4043bc7156105fea95768f55d73edecf5f54ed53c791da5c SHA512 b579a9511c9c4220db2b9bc406b76fd9daac5dff27c8e7a646bc2c0feb15edf6a136c26a0945684791e0be554c0ce56fe986d79cc8a9b572c6d584be52f61b89
DIST i3lock-color-2.13.1.tar.gz 214618 BLAKE2B 705daf180e89f92eab188f8f84aeba62d70fb0148d6ce931ec41ed8e07affb8400d179e2662bf55c4d0a1e94d8bd9b106594babd264d53ee9051d6c9310c3c75 SHA512 751ae81d2a8fee6598c2812f65e8b12a3b983f4b6a6df0ef04453e4c04607ef4b15dd4b2b3ab92c9e66788947e6b0267f35bd832aa6dbbcf440e9b4722b75baa
+DIST i3lock-color-2.13.2.tar.gz 214633 BLAKE2B 83e9c2d5bb8d77de92ba4bc454544b2f9490cdef1db66d4190c6972d3fda3a0fec75cb90db6606d8ea2fb664463bbfb7c176ae6cdb9bf8c44cb52ff1390c6691 SHA512 a1e79edbd8fbf78830d19599c59a7d6810c64bbb98a5fbbe5e55f64306a1283a5e73924163ebb704f4252802f15c8f0efefeb4220a1363caf30c9f27754bab3f
diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.2.ebuild b/x11-misc/i3lock-color/i3lock-color-2.13.2.ebuild
new file mode 100644
index 00000000..0f6ebde7
--- /dev/null
+++ b/x11-misc/i3lock-color/i3lock-color-2.13.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
+
+DESCRIPTION="The world's most popular non-default computer lockscreen"
+HOMEPAGE="https://github.com/Raymo111/i3lock-color"
+SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+DEPEND="
+ dev-libs/libev
+ media-libs/fontconfig:=
+ media-libs/libjpeg-turbo
+ sys-libs/pam
+ x11-libs/cairo
+ x11-libs/libxcb
+ x11-libs/libxkbcommon[X]
+ x11-libs/xcb-util
+ x11-libs/xcb-util-image
+ x11-libs/xcb-util-xrm
+"
+RDEPEND="
+ ${DEPEND}
+ !!x11-misc/i3lock
+"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+ autoreconf -fiv
+ default
+}
+
+pkg_postinst() {
+ elog "Running i3lock-color:"
+ elog " Simply invoke the 'i3lock' command. To get out of it, enter your password and press enter."
+ elog " More imformation please check https://github.com/Raymo111/i3lock-color#running-i3lock-color"
+}
next reply other threads:[~2021-02-16 21:10 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-16 21:10 Theo Anderson [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-06 3:19 [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-color/ Lucio Sauer
2024-02-05 11:57 David Roman
2021-06-09 3:39 Theo Anderson
2021-05-30 14:47 Andrew Ammerlaan
2021-04-18 15:53 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-18 16:01 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-02-16 21:10 Theo Anderson
2021-02-16 21:10 Theo Anderson
2021-01-06 9:15 Andrew Ammerlaan
2021-01-04 9:34 Andrew Ammerlaan
2021-01-03 12:09 Michał Górny
2021-01-02 12:13 Andrew Ammerlaan
2021-01-01 13:14 Andrew Ammerlaan
2020-12-25 20:42 Haelwenn Monnier
2020-12-23 10:24 Andrew Ammerlaan
2020-12-22 13:06 Andrew Ammerlaan
2020-12-21 11:06 Andrew Ammerlaan
2020-12-21 11:06 Andrew Ammerlaan
2020-12-21 11:06 Andrew Ammerlaan
2020-09-06 11:21 Andrew Ammerlaan
2020-07-23 16:15 Andrew Ammerlaan
2020-06-17 10:33 Andrew Ammerlaan
2020-06-13 13:13 Andrew Ammerlaan
2020-05-22 8:03 Andrew Ammerlaan
2020-04-19 9:48 Haelwenn Monnier
2020-04-19 9:48 Haelwenn Monnier
2020-03-17 15:55 Andrew Ammerlaan
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=1613475814.d46ddec08c55af91187891457c19b4279f57fdda.telans@gentoo \
--to=telans@posteo.de \
--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