public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/i3/
Date: Wed, 22 Nov 2023 17:10:02 +0000 (UTC)	[thread overview]
Message-ID: <1700672939.19ae6bbf60d3dae355a98f007b03dfce7b2d87f7.jsmolic@gentoo> (raw)

commit:     19ae6bbf60d3dae355a98f007b03dfce7b2d87f7
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 22 13:27:06 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 17:08:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ae6bbf

x11-wm/i3: add 4.23

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 x11-wm/i3/Manifest       |   1 +
 x11-wm/i3/i3-4.23.ebuild | 104 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 105 insertions(+)

diff --git a/x11-wm/i3/Manifest b/x11-wm/i3/Manifest
index f094f0e4a672..197caa7623f3 100644
--- a/x11-wm/i3/Manifest
+++ b/x11-wm/i3/Manifest
@@ -1 +1,2 @@
 DIST i3-4.22.tar.xz 1349276 BLAKE2B fa179f445ba4286bfeec98dc7a2e1dfad14bda6874e84878a48ee5890ed4cf3a90fc542e8e14aedaaba3abebc8d280284a3b00e838da70a783064a4bd271ca41 SHA512 4e4536fb4108e92a1c918b5869232c0f7eb0feca2d3a49ba87250b970df0614cfe256d1e41fbd825a81c43b82898651e5d3fc11ca8101978916754dfa885266a
+DIST i3-4.23.tar.xz 1354628 BLAKE2B 3a5179d5b468ae66f81e53ee8376eb82d4f5d9441d1488f3f761fcad9d68b739fa963f4985db7448e5049983b8cf26ae3fa6bdac32c8677f0384f059cd9db507 SHA512 342bd6e9ff952dd2408c9af6e79e0279cb5e7388a510dd461be84a82a5fbedb92fa35065d4b76fd88e392026f2eb4979160891ae468f421935fe5922f58a66ba

diff --git a/x11-wm/i3/i3-4.23.ebuild b/x11-wm/i3/i3-4.23.ebuild
new file mode 100644
index 000000000000..603faaeef0a4
--- /dev/null
+++ b/x11-wm/i3/i3-4.23.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson optfeature virtualx
+
+DESCRIPTION="An improved dynamic tiling window manager"
+HOMEPAGE="https://i3wm.org/"
+
+if [[ "${PV}" = *9999 ]]; then
+	EGIT_REPO_URI="https://github.com/i3/i3"
+	EGIT_BRANCH="next"
+	inherit git-r3
+else
+	SRC_URI="https://i3wm.org/downloads/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+	dev-libs/libev
+	dev-libs/libpcre2
+	dev-libs/yajl
+	x11-libs/cairo[X,xcb(+)]
+	x11-libs/libxcb:=
+	x11-libs/libxkbcommon[X]
+	x11-libs/pango[X]
+	x11-libs/startup-notification
+	x11-libs/xcb-util
+	x11-libs/xcb-util-cursor
+	x11-libs/xcb-util-keysyms
+	x11-libs/xcb-util-wm
+	x11-libs/xcb-util-xrm
+	x11-misc/xkeyboard-config
+"
+DEPEND="
+	${COMMON_DEPEND}
+	test? (
+		dev-perl/AnyEvent
+		dev-perl/ExtUtils-PkgConfig
+		dev-perl/Inline
+		dev-perl/Inline-C
+		dev-perl/IPC-Run
+		dev-perl/local-lib
+		dev-perl/X11-XCB
+		virtual/perl-Test-Simple
+		x11-base/xorg-server[xephyr]
+		x11-misc/xvfb-run
+	)
+	doc? (
+		app-text/asciidoc
+		app-text/xmlto
+		dev-lang/perl
+	)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+	dev-lang/perl
+	dev-perl/AnyEvent-I3
+	dev-perl/JSON-XS
+"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+	default
+
+	cat > "${T}"/i3wm <<- EOF || die
+		#!/bin/sh
+		exec /usr/bin/i3
+	EOF
+}
+
+src_configure() {
+	local emesonargs=(
+		-Ddocdir="${EPREFIX}"/usr/share/doc/${PF}
+		$(meson_use doc docs)
+		$(meson_use doc mans)
+	)
+
+	meson_src_configure
+}
+
+src_test() {
+	virtx meson_src_test
+}
+
+src_install() {
+	meson_src_install
+
+	exeinto /etc/X11/Sessions
+	doexe "${T}"/i3wm
+}
+
+pkg_postinst() {
+	optfeature_header "There are several packages that may be useful with i3:"
+	optfeature "application launcher" x11-misc/dmenu
+	optfeature "simple screen locker" x11-misc/i3lock
+	optfeature "status bar generator" x11-misc/i3status
+}


             reply	other threads:[~2023-11-22 17:10 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-22 17:10 Jakov Smolić [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-06  7:32 [gentoo-commits] repo/gentoo:master commit in: x11-wm/i3/ Arthur Zamarin
2025-01-05 19:08 Sam James
2024-11-18 16:10 Jakov Smolić
2024-09-11 18:12 Arthur Zamarin
2024-08-30 15:31 Jakov Smolić
2024-08-30 15:31 Jakov Smolić
2024-02-03 22:13 Jakov Smolić
2023-05-07 14:07 Jakov Smolić
2023-04-03 19:13 Arthur Zamarin
2023-03-29 14:58 Sam James
2023-01-25  6:31 Jakov Smolić
2023-01-24 17:28 Alexys Jacob
2023-01-21  8:41 Arthur Zamarin
2023-01-21  8:41 Arthur Zamarin
2022-12-01  8:48 Jakov Smolić
2022-10-29 11:03 Jakov Smolić
2022-09-27  5:23 Jakov Smolić
2022-09-27  5:23 Jakov Smolić
2021-12-15  8:20 Jakov Smolić
2021-12-15  7:34 Arthur Zamarin
2021-12-10 12:16 Jakov Smolić
2021-11-09  8:46 Jakov Smolić
2021-10-20  9:59 Jakov Smolić
2021-10-19 11:29 Jakov Smolić
2021-10-10 22:20 Sam James
2021-10-04 10:09 Jakov Smolić
2021-10-04  1:27 Sam James
2021-09-21 13:41 Yixun Lan
2021-09-04 21:29 Sam James
2021-09-04 12:09 Jakov Smolić
2021-09-03 15:36 Alexys Jacob
2021-08-30 17:39 Jakov Smolić
2021-08-30  8:40 Lars Wendler
2021-08-26 22:27 Sam James
2021-04-04 18:55 Andreas Sturmlechner
2021-02-02  8:13 Lars Wendler
2021-01-29  8:07 Lars Wendler
2020-11-24  9:37 Lars Wendler
2020-11-17 10:00 Lars Wendler
2020-11-16 23:26 Lars Wendler
2020-11-09 22:18 Lars Wendler
2020-10-25 19:26 Lars Wendler
2020-07-26  9:13 Lars Wendler
2020-06-29  6:33 Michał Górny
2020-06-17 21:57 Thomas Deutschmann
2020-06-17 21:57 Thomas Deutschmann
2020-05-25 12:15 Mikle Kolyada
2020-02-18 21:17 Lars Wendler
2020-01-14 22:48 Matt Turner
2019-09-08  8:03 Lars Wendler
2019-03-26  8:58 Lars Wendler
2018-11-29  8:34 Lars Wendler
2018-10-24 13:27 Lars Wendler
2018-10-02 14:27 Mikle Kolyada
2018-09-11  8:04 Lars Wendler
2018-03-17 21:01 Lars Wendler
2018-02-14 19:38 Michał Górny
2018-02-11 11:36 Michał Górny
2018-01-16 11:29 Lars Wendler
2018-01-16  0:03 Lars Wendler
2018-01-16  0:03 Lars Wendler
2017-12-24 12:01 Markus Meier
2017-11-29 19:27 Lars Wendler
2017-10-18  6:02 Lars Wendler
2017-10-13  9:38 Lars Wendler
2017-09-13 19:22 Lars Wendler
2017-07-30  9:23 Michał Górny
2017-07-13  6:43 Lars Wendler
2017-06-20 12:53 Pacho Ramos
2017-02-25 14:23 Markus Meier
2017-01-11 16:17 Agostino Sarubbo
2016-11-10 14:25 Kacper Kowalik
2016-11-09 23:26 Kacper Kowalik
2016-11-09 23:20 Kacper Kowalik
2016-11-09 23:20 Kacper Kowalik
2016-11-09 22:49 Kacper Kowalik
2016-06-17 13:28 Kacper Kowalik
2016-05-22 19:35 Pacho Ramos
2016-03-06 21:29 Kacper Kowalik
2015-10-04 10:14 Agostino Sarubbo
2015-10-01 12:37 Agostino Sarubbo
2015-09-30 14:43 Kacper Kowalik
2015-09-08 14:47 Kacper Kowalik
2015-08-26 14:39 Kacper Kowalik

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=1700672939.19ae6bbf60d3dae355a98f007b03dfce7b2d87f7.jsmolic@gentoo \
    --to=jsmolic@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