From: "Petrus Zhao" <petrus.zy.07@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3lock-color/
Date: Tue, 17 Mar 2020 06:32:18 +0000 (UTC) [thread overview]
Message-ID: <1584426473.fc6d5050286ceddecfc67cb38474b8b2413f472c.PetrusZhao@gentoo> (raw)
commit: fc6d5050286ceddecfc67cb38474b8b2413f472c
Author: Petrus Zhao <petrus.zy.07 <AT> gmail <DOT> com>
AuthorDate: Tue Mar 17 06:27:53 2020 +0000
Commit: Petrus Zhao <petrus.zy.07 <AT> gmail <DOT> com>
CommitDate: Tue Mar 17 06:27:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc6d5050
x11-misc/i3lock-color: new package
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Petrus Zhao <petrus.zy.07 <AT> gmail.com>
x11-misc/i3lock-color/Manifest | 1 +
x11-misc/i3lock-color/i3lock-color-2.12_p1.ebuild | 46 +++++++++++++++++++++++
x11-misc/i3lock-color/i3lock-color-9999.ebuild | 44 ++++++++++++++++++++++
x11-misc/i3lock-color/metadata.xml | 11 ++++++
4 files changed, 102 insertions(+)
diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest
new file mode 100644
index 0000000..628803c
--- /dev/null
+++ b/x11-misc/i3lock-color/Manifest
@@ -0,0 +1 @@
+DIST i3lock-color-2.12_p1.tar.gz 206795 BLAKE2B e2f6c9054dc7a2dafba7aab868bc8dff0bad8c38192bcc85124af6e24c464d7753e586de4e43120ee0b1f1591f8e2d7a74f37ee5a84e84dbbc4fdc946cd5bb88 SHA512 906d90b9a8c8e17d0841a1e822ae1842e046fa2943c888257d2db80da7706e2861bb1305f332bc5d95bcd8f396a47921c5f6b20c26752323cdd6bb3ab37c6f76
diff --git a/x11-misc/i3lock-color/i3lock-color-2.12_p1.ebuild b/x11-misc/i3lock-color/i3lock-color-2.12_p1.ebuild
new file mode 100644
index 0000000..be56488
--- /dev/null
+++ b/x11-misc/i3lock-color/i3lock-color-2.12_p1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PV="${PV//_p1/.c.1}"
+
+DESCRIPTION="Improved i3lock with color customization"
+HOMEPAGE="https://github.com/Raymo111/i3lock-color"
+SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64"
+
+LICENSE="i3lock-color"
+SLOT="0"
+
+RDEPEND="
+ x11-libs/cairo
+ x11-libs/libxcb
+ x11-libs/xcb-util
+ x11-libs/xcb-util-image
+ x11-libs/xcb-util-xrm
+ x11-libs/libxkbcommon
+ sys-libs/pam
+ dev-libs/libev
+ media-libs/fontconfig:=
+ media-libs/libjpeg-turbo
+"
+
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_configure() {
+ autoreconf -fiv
+ econf
+}
+
+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"
+}
diff --git a/x11-misc/i3lock-color/i3lock-color-9999.ebuild b/x11-misc/i3lock-color/i3lock-color-9999.ebuild
new file mode 100644
index 0000000..072ee1e
--- /dev/null
+++ b/x11-misc/i3lock-color/i3lock-color-9999.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3
+
+DESCRIPTION="Improved i3lock with color customization"
+HOMEPAGE="https://github.com/Raymo111/i3lock-color"
+
+EGIT_REPO_URI="${HOMEPAGE}"
+KEYWORDS=""
+
+LICENSE="i3lock-color"
+SLOT="0"
+
+RDEPEND="
+ x11-libs/cairo
+ x11-libs/libxcb
+ x11-libs/xcb-util
+ x11-libs/xcb-util-image
+ x11-libs/xcb-util-xrm
+ x11-libs/libxkbcommon
+ sys-libs/pam
+ dev-libs/libev
+ media-libs/fontconfig:=
+ media-libs/libjpeg-turbo
+"
+
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+"
+
+src_configure() {
+ autoreconf -fiv
+ econf
+}
+
+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"
+}
diff --git a/x11-misc/i3lock-color/metadata.xml b/x11-misc/i3lock-color/metadata.xml
new file mode 100644
index 0000000..fa7fff0
--- /dev/null
+++ b/x11-misc/i3lock-color/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>petrus.zy.07@gmail.com</email>
+ <name>Petrus Zhao</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">Raymo111/i3lock-color</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2020-03-17 6:32 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-17 6:32 Petrus Zhao [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-04-19 8:34 [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3lock-color/ Petrus Zhao
2020-04-19 8:34 Petrus Zhao
2020-05-22 6:41 Petrus Zhao
2020-06-13 5:46 Petrus Zhao
2020-06-17 4:41 Petrus Zhao
2020-07-23 4:53 Petrus Zhao
2020-09-06 2:12 Petrus Zhao
2020-12-21 5:31 Theo Anderson
2020-12-21 5:31 Theo Anderson
2020-12-21 11:00 Theo Anderson
2020-12-21 22:56 Jian Lin
2020-12-23 10:13 Theo Anderson
2020-12-24 21:55 Jian Lin
2020-12-30 20:25 Jian Lin
2021-01-01 18:58 Jian Lin
2021-01-02 19:00 Jian Lin
2021-01-04 1:50 Theo Anderson
2021-01-05 20:41 Jian Lin
2021-02-16 11:43 Jian Lin
2021-02-16 11:43 Jian Lin
2021-02-16 11:43 Jian Lin
2021-04-18 15:53 Andrew Ammerlaan
2021-05-30 4:49 Petrus Zhao
2021-06-08 7:54 Petrus Zhao
2024-02-05 10:05 Takuya Wakazono
2024-08-05 14:33 Takuya Wakazono
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=1584426473.fc6d5050286ceddecfc67cb38474b8b2413f472c.PetrusZhao@gentoo \
--to=petrus.zy.07@gmail.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