public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3lock/
Date: Tue, 23 Jul 2019 10:03:36 +0000 (UTC)	[thread overview]
Message-ID: <1563876214.74e224840f108bbbb65d03fb8ab15151213a948a.jer@gentoo> (raw)

commit:     74e224840f108bbbb65d03fb8ab15151213a948a
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 09:43:49 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 10:03:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e22484

x11-misc/i3lock: Version 2.12

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 x11-misc/i3lock/Manifest           |  1 +
 x11-misc/i3lock/i3lock-2.12.ebuild | 45 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index 9c867ab280c..488e459ee41 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1,2 +1,3 @@
 DIST i3lock-2.10.tar.bz2 23171 BLAKE2B 1c1d0f8e3a85dcebe4a9ee181e399a4ff447ececfbdf5f9488df849316e47233118b7436c269a986fed4e907e6162f3758c8bdad2d20ac156e95a8be185a744c SHA512 ea865b202668212b58d0b97d0263171847e1bd0c529e2fd3d26c15ef253861b9a8357ff2efaa6a4f342c4d0d1ab03bc00f95f4d4008760ec8e0767ac29195517
 DIST i3lock-2.11.1.tar.bz2 145434 BLAKE2B 9a2ff0be922162710f9dbbf597f93ad939684641d2264c6ed38dc8a7eeb77c253f61aa1a2e873f03de2c8cc6d661e79ff166e4302c423261a65f66582749c962 SHA512 8b779aa0a560884adc1a508e1f07f712bdf043f72c377c24d5e7e186a6b97f34a5bda7aa67de41f5e15a1a541f4a2c2d28bc284057926a5833d70b67437d073c
+DIST i3lock-2.12.tar.bz2 147521 BLAKE2B 38ae5b4d6a92f918bc432e425301e8d04f9cc3bf8569e5f4e443dafed5aba19abf6604bfa102bc00ea5db87052583f1e9927a4f8e55906545b501829d95081e7 SHA512 84f1558368381bcad9a64f41ab6134a6614dea453d1ee5ecfe886185b9e1baebeeca446c4635158deb8dae5b25c09d47d3990239d76c44e5325ca5bfaad9b2ad

diff --git a/x11-misc/i3lock/i3lock-2.12.ebuild b/x11-misc/i3lock/i3lock-2.12.ebuild
new file mode 100644
index 00000000000..68246549d68
--- /dev/null
+++ b/x11-misc/i3lock/i3lock-2.12.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools toolchain-funcs
+
+DESCRIPTION="Simple screen locker"
+HOMEPAGE="https://i3wm.org/i3lock/"
+SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+	>=x11-libs/libxkbcommon-0.5.0[X]
+	dev-libs/libev
+	virtual/pam
+	x11-libs/cairo[xcb]
+	x11-libs/libxcb[xkb]
+	x11-libs/xcb-util
+	x11-libs/xcb-util-xrm
+"
+DEPEND="
+	${RDEPEND}
+	virtual/pkgconfig
+"
+DOCS=( CHANGELOG README.md )
+
+src_prepare() {
+	default
+
+	echo ${PV} > I3LOCK_VERSION
+
+	sed -i -e 's:login:system-auth:' pam/${PN} || die
+
+	eautoreconf
+
+	tc-export CC
+}
+
+src_install() {
+	default
+	doman ${PN}.1
+}


             reply	other threads:[~2019-07-23 10:03 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-23 10:03 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-26 12:24 [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3lock/ Jakov Smolić
2024-08-25 13:59 Sam James
2024-08-25 13:59 Sam James
2024-04-07 18:26 Marek Szuba
2022-12-21 11:31 Marek Szuba
2022-11-10 22:40 Marek Szuba
2022-09-26  1:02 Marek Szuba
2022-07-23  2:50 Sam James
2022-06-30  9:02 Marek Szuba
2022-06-30  7:01 Agostino Sarubbo
2022-06-29 11:58 Sam James
2022-06-22 13:09 Jakov Smolić
2022-05-28 23:55 Marek Szuba
2022-05-28 23:55 Marek Szuba
2021-09-27 22:57 Marek Szuba
2021-08-27 23:13 Jakov Smolić
2021-01-07 10:14 David Seifert
2021-01-03  9:12 Sam James
2020-11-30 12:01 Marek Szuba
2020-11-30 12:01 Marek Szuba
2020-11-30 12:01 Marek Szuba
2020-11-30 12:01 Marek Szuba
2020-01-14 22:48 Matt Turner
2019-12-26 12:56 Georgy Yakovlev
2019-10-12 20:44 Mikle Kolyada
2018-10-20 11:14 Jeroen Roovers
2018-10-20 11:14 Jeroen Roovers
2018-10-12  9:16 Jeroen Roovers
2018-10-11 19:15 Johannes Huber
2018-06-26  6:53 Johannes Huber
2018-06-26  6:53 Johannes Huber
2018-06-23 18:34 Mikle Kolyada
2018-06-23  9:54 Johannes Huber
2018-06-04 19:25 Mart Raudsepp
2018-03-26 19:18 Aaron Bauman
2018-01-06 21:49 Markus Meier
2017-11-25  8:22 Jeroen Roovers
2017-06-27  7:53 Jeroen Roovers
2017-06-27  7:53 Jeroen Roovers
2017-06-20 12:53 Pacho Ramos
2017-06-04 21:32 Jeroen Roovers
2016-06-12 10:16 Jeroen Roovers
2016-06-12 10:16 Jeroen Roovers
2015-08-09 17:54 Mikle Kolyada

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=1563876214.74e224840f108bbbb65d03fb8ab15151213a948a.jer@gentoo \
    --to=jer@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