From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/evilwm/
Date: Fri, 4 Oct 2024 08:13:31 +0000 (UTC) [thread overview]
Message-ID: <1728029555.472eb778d5240619766387f79dd0be4c7d597f6f.sam@gentoo> (raw)
commit: 472eb778d5240619766387f79dd0be4c7d597f6f
Author: Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za>
AuthorDate: Tue Sep 10 09:10:36 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 4 08:12:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=472eb778
x11-wm/evilwm: add 1.4.3
Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/38547
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-wm/evilwm/Manifest | 1 +
x11-wm/evilwm/evilwm-1.4.3.ebuild | 44 +++++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/x11-wm/evilwm/Manifest b/x11-wm/evilwm/Manifest
index 8d27fa93a30d..d9f2c7709318 100644
--- a/x11-wm/evilwm/Manifest
+++ b/x11-wm/evilwm/Manifest
@@ -1 +1,2 @@
DIST evilwm-1.4.2.tar.gz 73716 BLAKE2B dbdeb914efe1002a3d3e97942d9b8ee22a3506aec4232cc59d5cb7fe61ee2bcbf08eaa5cc1d55151acd2c41f5fe7128cf0238ac844e91d61fc6afcb9162792e1 SHA512 07f1d82a611b95606ef137bb76599f8eef4bc27bf90eae9f5aa15bc806808c3bc4e1d7e821cebe1651b134d03f2b129e336b95e9659f0509d9711faab9bd00ba
+DIST evilwm-1.4.3.tar.gz 74386 BLAKE2B 59a8aa3167f6c15c41251d58958496147f76283486345191f2d2d1ad429f0e8d4fe9df3f986ce0c11e0c0f8217365b2fb32cb6fa96566e625333e3eb5f3b58d9 SHA512 3e2d4207b401261bce3ec2a185a1fb2385bb7d79595c0a61a13aeb3238d7ebb5502efb2121d00599af53ce98cdc5cf291751e6ac3a6fb0d623c06628a302047e
diff --git a/x11-wm/evilwm/evilwm-1.4.3.ebuild b/x11-wm/evilwm/evilwm-1.4.3.ebuild
new file mode 100644
index 000000000000..c995191f1567
--- /dev/null
+++ b/x11-wm/evilwm/evilwm-1.4.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop toolchain-funcs
+
+DESCRIPTION="A minimalist, no frills window manager for X"
+HOMEPAGE="https://www.6809.org.uk/evilwm/"
+SRC_URI="https://www.6809.org.uk/evilwm/dl/${P}.tar.gz"
+
+LICENSE="MIT 9wm"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND="x11-libs/libXext
+ x11-libs/libXrandr
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+
+src_prepare() {
+ default
+ sed -e 's/^#define DEF_FONT.*/#define DEF_FONT "fixed"/' \
+ -i evilwm.h || die "sed font failed"
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+ emake DESTDIR="${D}" prefix="${EPREFIX}/usr" INSTALL_STRIP="" install
+
+ einstalldocs
+
+ echo -e "#!${EPREFIX}/bin/sh\nexec \"${EPREFIX}/usr/bin/${PN}\"" > "${T}/${PN}" || die
+ exeinto /etc/X11/Sessions
+ doexe "${T}/${PN}"
+
+ insinto /usr/share/xsessions
+ doins "${FILESDIR}/${PN}.desktop"
+ domenu "${FILESDIR}"/evilwm.desktop
+}
next reply other threads:[~2024-10-04 8:13 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-04 8:13 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-13 6:16 [gentoo-commits] repo/gentoo:master commit in: x11-wm/evilwm/ Joonas Niilola
2024-12-09 20:17 Sam James
2024-12-09 19:29 Arthur Zamarin
2024-08-01 16:51 Andreas Sturmlechner
2024-08-01 16:51 Andreas Sturmlechner
2023-12-19 17:01 Arthur Zamarin
2023-12-18 7:10 Joonas Niilola
2023-12-18 1:09 Sam James
2023-05-27 7:49 Joonas Niilola
2023-05-27 7:49 Joonas Niilola
2022-08-29 8:06 Andreas Sturmlechner
2021-09-26 17:52 Sam James
2021-09-26 17:52 Sam James
2021-09-26 7:28 Agostino Sarubbo
2021-09-03 5:33 Joonas Niilola
2018-02-11 11:36 Michał Górny
2018-01-04 11:47 Mikle Kolyada
2018-01-04 11:45 Mikle Kolyada
2017-12-28 10:10 David Seifert
2017-12-26 18:56 Amy Liffey
2017-01-15 11:37 Manuel Rüger
2015-09-04 13:36 Tony Vroon
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=1728029555.472eb778d5240619766387f79dd0be4c7d597f6f.sam@gentoo \
--to=sam@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