From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/cwm/
Date: Thu, 23 Jun 2022 09:23:39 +0000 (UTC) [thread overview]
Message-ID: <1655975815.a463bb99d67e4588e96c58f9dd43e554f85bcc0c.juippis@gentoo> (raw)
commit: a463bb99d67e4588e96c58f9dd43e554f85bcc0c
Author: Philipp Rösner <rndxelement <AT> protonmail <DOT> com>
AuthorDate: Sun May 29 20:21:31 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 09:16:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a463bb99
x11-wm/cwm: add 7.1
Add an ebuild for cwm-7.1.
Closes: https://bugs.gentoo.org/847529
Signed-off-by: Philipp Rösner <rndxelement <AT> protonmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-wm/cwm/Manifest | 1 +
x11-wm/cwm/cwm-7.1.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/x11-wm/cwm/Manifest b/x11-wm/cwm/Manifest
index 400e19579f1e..0b8bf90e964c 100644
--- a/x11-wm/cwm/Manifest
+++ b/x11-wm/cwm/Manifest
@@ -1 +1,2 @@
DIST cwm-6.7.tar.gz 53172 BLAKE2B 9e8c6503235ee71f3974a4e64cf45b80675b6ff33a68505b07f003c8d711a68a158f31147f463d5467bb4242c6321ebe0acaee63727689a136ca83c47e7592ea SHA512 5ad0fa56d9c96c36cc32e68128e58d4e3a7483f349bb26be1083c5b5c6d853ff05eec1a783b07ed928bd99a35a2e0b2d7053fc89b828aa9bdfe3589a318c4171
+DIST cwm-7.1.tar.gz 53667 BLAKE2B 6d0b64e95b78201113eb75c537d3ffdc8bd1b2a1d50f88bf9f7126dbdef372e80f36c5c1fd84b5bee29c7e9da7debc479264af34cf8c48abf1358d3d0c046919 SHA512 aa14bc7a43a522f4b83d3f9a3b8a8344c339b52aac4733f410e388df56a2dc4e86ee1ae9f05b53ff3139808f87f38a4b2da57bf0525482613d46651e8f08c718
diff --git a/x11-wm/cwm/cwm-7.1.ebuild b/x11-wm/cwm/cwm-7.1.ebuild
new file mode 100644
index 000000000000..0697ed5e0269
--- /dev/null
+++ b/x11-wm/cwm/cwm-7.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop toolchain-funcs
+
+DESCRIPTION="OpenBSD fork of calmwm, a clean and lightweight window manager"
+HOMEPAGE="https://github.com/leahneukirchen/cwm
+ https://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/
+"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/leahneukirchen/cwm.git"
+else
+ SRC_URI="https://github.com/leahneukirchen/cwm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="ISC"
+SLOT="0"
+
+DEPEND="x11-libs/libXft
+ x11-libs/libXinerama
+ x11-libs/libXrandr
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ sys-devel/bison
+ virtual/pkgconfig
+"
+
+src_compile() {
+ emake CFLAGS="${CFLAGS} -D_GNU_SOURCE" CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
+}
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX=/usr install
+ dodoc README
+ make_session_desktop ${PN} ${PN}
+}
next reply other threads:[~2022-06-23 9:23 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-23 9:23 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-20 15:32 [gentoo-commits] repo/gentoo:master commit in: x11-wm/cwm/ Arthur Zamarin
2024-03-12 21:40 Arthur Zamarin
2024-03-12 21:01 Arthur Zamarin
2024-03-12 19:29 Arthur Zamarin
2024-01-08 12:28 Sam James
2024-01-05 12:43 Viorel Munteanu
2024-01-05 12:43 Viorel Munteanu
2024-01-05 12:43 Viorel Munteanu
2022-11-11 11:03 Yixun Lan
2022-08-16 16:41 Arthur Zamarin
2022-08-16 5:28 Joonas Niilola
2022-08-16 5:28 Joonas Niilola
2022-06-23 9:23 Joonas Niilola
2022-06-23 9:23 Joonas Niilola
2022-06-23 9:23 Joonas Niilola
2021-04-16 2:30 Sam James
2021-04-16 2:30 Sam James
2021-04-16 0:37 Sam James
2021-02-15 0:32 Sam James
2020-06-28 10:41 Joonas Niilola
2020-06-28 10:41 Joonas Niilola
2020-06-15 15:16 Agostino Sarubbo
2020-06-15 15:03 Agostino Sarubbo
2019-12-15 20:42 Michał Górny
2019-02-10 3:26 Aaron Bauman
2018-05-21 19:27 Mikle Kolyada
2017-02-26 17:58 Markus Meier
2017-02-06 16:37 Michael Weber
2017-01-31 11:43 Agostino Sarubbo
2017-01-29 13:55 Agostino Sarubbo
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=1655975815.a463bb99d67e4588e96c58f9dd43e554f85bcc0c.juippis@gentoo \
--to=juippis@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