From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/blackbox/
Date: Tue, 30 Mar 2021 12:28:49 +0000 (UTC) [thread overview]
Message-ID: <1617107315.78404444302dc73432cc1f4192f828c0c4f7d241.bkohler@gentoo> (raw)
commit: 78404444302dc73432cc1f4192f828c0c4f7d241
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 12:12:05 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 12:28:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78404444
x11-wm/blackbox: re-enable shared libs, add missing dep
Closes: https://bugs.gentoo.org/697498
Closes: https://bugs.gentoo.org/697516
Closes: https://bugs.gentoo.org/697724
Closes: https://bugs.gentoo.org/724976
Closes: https://bugs.gentoo.org/726404
Closes: https://bugs.gentoo.org/745159
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
x11-wm/blackbox/blackbox-0.76-r1.ebuild | 54 +++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
diff --git a/x11-wm/blackbox/blackbox-0.76-r1.ebuild b/x11-wm/blackbox/blackbox-0.76-r1.ebuild
new file mode 100644
index 00000000000..81e924b915b
--- /dev/null
+++ b/x11-wm/blackbox/blackbox-0.76-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="A small, fast, full-featured window manager for X"
+HOMEPAGE="https://github.com/bbidulock/blackboxwm"
+SRC_URI="https://github.com/bbidulock/blackboxwm/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="nls truetype debug"
+
+RDEPEND="x11-libs/libXft
+ x11-libs/libXt
+ x11-libs/libX11
+ nls? ( >=sys-devel/gettext-0.20 )
+ truetype? ( media-libs/freetype )"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+BDEPEND="virtual/pkgconfig"
+
+S="${WORKDIR}"/blackboxwm-${PV}
+
+src_prepare() {
+ sed -e '/AC_DISABLE_SHARED/d' -i configure.ac || die
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ --sysconfdir=/etc/X11/${PN} \
+ $(use_enable debug) \
+ $(use_enable nls) \
+ $(use_enable truetype xft)
+}
+
+src_install() {
+ dodir /etc/X11/Sessions
+ echo "/usr/bin/blackbox" > "${D}/etc/X11/Sessions/${PN}"
+ fperms a+x /etc/X11/Sessions/${PN}
+
+ insinto /usr/share/xsessions
+ doins "${FILESDIR}/${PN}.desktop"
+
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog* COMPLIANCE README* TODO
+
+ find "${D}" -name '*.la' -delete || die
+}
next reply other threads:[~2021-03-30 12:28 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-30 12:28 Ben Kohler [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-26 18:43 [gentoo-commits] repo/gentoo:master commit in: x11-wm/blackbox/ Ben Kohler
2025-09-08 17:30 Ben Kohler
2023-10-12 15:46 Ben Kohler
2023-10-12 15:22 Ben Kohler
2023-10-12 15:11 Ben Kohler
2023-10-12 15:11 Ben Kohler
2023-08-05 22:29 Sam James
2022-01-09 10:41 James Le Cuirot
2022-01-07 19:47 Ben Kohler
2021-11-26 5:47 Sam James
2021-11-24 23:26 Sam James
2021-11-24 23:25 Sam James
2021-11-24 16:46 Sam James
2021-11-24 16:30 Arthur Zamarin
2021-11-24 16:30 Arthur Zamarin
2021-09-27 14:48 Yixun Lan
2021-09-15 11:27 Ben Kohler
2021-05-18 14:15 Ben Kohler
2021-05-06 9:57 Sam James
2021-05-06 6:55 Agostino Sarubbo
2021-05-05 16:09 Sergei Trofimovich
2021-05-03 16:57 Sam James
2021-05-03 16:55 Sam James
2021-05-03 16:51 Sam James
2021-03-30 14:21 Ben Kohler
2021-03-30 13:26 Ben Kohler
2020-07-05 8:36 Sergei Trofimovich
2020-07-02 6:36 Agostino Sarubbo
2020-07-02 6:34 Agostino Sarubbo
2020-07-02 6:32 Agostino Sarubbo
2020-07-02 6:30 Agostino Sarubbo
2020-07-02 6:28 Agostino Sarubbo
2020-07-02 6:25 Agostino Sarubbo
2020-02-15 10:03 David Seifert
2020-02-11 12:56 Ben Kohler
2019-10-14 12:50 Ben Kohler
2019-10-10 16:36 Ben Kohler
2018-12-29 23:51 Patrice Clement
2017-11-26 23:33 David Seifert
2015-11-23 12:00 Michael Palimaka
2015-11-23 9:25 Agostino Sarubbo
2015-11-10 18:48 Markus Meier
2015-11-08 0:05 Mikle Kolyada
2015-11-05 11:20 Agostino Sarubbo
2015-10-30 10:15 Agostino Sarubbo
2015-10-25 10:54 Mikle Kolyada
2015-10-25 5:51 Jeroen Roovers
2015-10-18 16:14 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=1617107315.78404444302dc73432cc1f4192f828c0c4f7d241.bkohler@gentoo \
--to=bkohler@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