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

Reply via email to