public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam Jorna" <wraeth@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/jwm/
Date: Mon, 16 May 2016 06:58:20 +0000 (UTC)	[thread overview]
Message-ID: <1463381878.7a9a41f8d6a6f2b374a7bee65bbe3ffa2ff11a96.wraeth@gentoo> (raw)

commit:     7a9a41f8d6a6f2b374a7bee65bbe3ffa2ff11a96
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 06:53:44 2016 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Mon May 16 06:57:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9a41f8

x11-wm/jwm: bump to 2.3.5

Bumps version to 2.3.5, adds additional USE flags and related deps.
Add additional details to metadata.xml.

Gentoo-bug: 582944
Package-Manager: portage-2.2.28

 x11-wm/jwm/Manifest         |  1 +
 x11-wm/jwm/jwm-2.3.5.ebuild | 79 +++++++++++++++++++++++++++++++++++++++++++++
 x11-wm/jwm/metadata.xml     | 14 ++++++++
 3 files changed, 94 insertions(+)

diff --git a/x11-wm/jwm/Manifest b/x11-wm/jwm/Manifest
index 9d6bc7e..0794ff3 100644
--- a/x11-wm/jwm/Manifest
+++ b/x11-wm/jwm/Manifest
@@ -1,3 +1,4 @@
 DIST jwm-2.1.0.tar.bz2 163590 SHA256 5c99f9023dc8c2597effdaacc240ff4c2e07e77c8244f3bf1de5cc483bcf08ab SHA512 68476ce1e57486110301582e7a42e709d8113634736063915b1e5ed8351187095f3dcafdc3194839a405959c0b7d5c10f31ae420ee54ce8d857e300194388c1e WHIRLPOOL 68a958e1384ce4a7c28a41ae239b44eaf509ece13d9f2630abf72c39a96670d0abd4aa45c9f47957655f6fd87ac8505c5694c253d2b3480537ca344324c319a6
 DIST jwm-2.3.2.tar.xz 325648 SHA256 92a3e66ceb847aac9fa09a24b16c93194f6c52e398f5a88f228b4986ea972c53 SHA512 34b9d482815e8b269203e1f5bf02d3e13f3186153755c9e74094e4a8af376f35b8bef4553056e83c20ba0c532e6d2606633d71272e186fe45dfed9e4ea836a27 WHIRLPOOL 93d140919edf16fb44bf93b88880d017174036de363a514862c5553ea84796311ba74fa2f6736fa2f78fe639e95ad6087b38fa962d77c83c4c4d863e35c06703
 DIST jwm-2.3.4.tar.xz 332140 SHA256 249867d2e21fab27f69d4f64b5c8acba5ddc540030e31e450c20ed4b647a06ee SHA512 db9f46ced4b1f8128673b551cd865b6c9b6c8d43f839cfe898168251e8326d402a510ce77144273488c1e65a96d66e16124e4b4749a5a96a9057c1eb20c2bee1 WHIRLPOOL 21328d615fba64fdda943ff0f90991f6f9b19106c0d05d04f2399d01fe63be66f07c9fa6ced34074adbc3d1b7720a602dfe687c41d6701f1f40b414f89c35075
+DIST jwm-2.3.5.tar.xz 339792 SHA256 b0a7908ba3299f82542125f67e329a8a727c2761b4abaa6d0d489bdb8629acf0 SHA512 cb45a5fb349e6c130b89996ba11a99059e95ccedc4ea82ad527676130833fd93297b64fad905a1f22908a4ae69cca544a6353c37160ed8df3e1089f40f9a0565 WHIRLPOOL da46d3ddfefd60d22bd8fd623bebeeda82544f8408b22414a88aa5da4bc138087bc39c7363674982ffb6f73f3729665328bb42dbbff6da608c1ab516f5037137

diff --git a/x11-wm/jwm/jwm-2.3.5.ebuild b/x11-wm/jwm/jwm-2.3.5.ebuild
new file mode 100644
index 0000000..64c0152
--- /dev/null
+++ b/x11-wm/jwm/jwm-2.3.5.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="Very fast and lightweight still powerful window manager for X"
+HOMEPAGE="http://joewing.net/programs/jwm/"
+SRC_URI="http://joewing.net/projects/${PN}/releases/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x86-fbsd"
+IUSE="bidi cairo debug iconv jpeg nls png truetype xinerama xpm"
+
+RDEPEND="dev-libs/expat
+	x11-libs/libXau
+	x11-libs/libXdmcp
+	x11-libs/libXext
+	x11-libs/libXmu
+	x11-libs/libXrender
+	bidi? ( dev-libs/fribidi )
+	cairo? (
+		x11-libs/cairo
+		gnome-base/librsvg
+	)
+	iconv? ( virtual/libiconv )
+	jpeg? ( virtual/jpeg:0= )
+	nls? ( sys-devel/gettext
+		virtual/libintl )
+	png? ( media-libs/libpng:0= )
+	truetype? ( x11-libs/libXft )
+	xinerama? ( x11-libs/libXinerama )
+	xpm? ( x11-libs/libXpm )"
+DEPEND="${RDEPEND}
+	x11-proto/xproto
+	x11-proto/xextproto
+	xinerama? ( x11-proto/xineramaproto )"
+
+src_configure() {
+	econf \
+		$(use_enable bidi fribidi) \
+		$(use_enable cairo) \
+		$(use_enable debug) \
+		$(use_enable iconv) \
+		$(use_enable jpeg) \
+		$(use_enable nls) \
+		$(use_enable png) \
+		$(use_enable cairo rsvg) \
+		$(use_enable truetype xft) \
+		$(use_enable xinerama) \
+		$(use_enable xpm) \
+		--enable-shape \
+		--enable-xrender \
+		--disable-rpath
+}
+
+src_install() {
+	dodir /etc
+	dodir /usr/bin
+	dodir /usr/share/man
+
+	default
+
+	make_wrapper "${PN}" "/usr/bin/${PN}" "" "" "/etc/X11/Sessions"
+
+	insinto "/usr/share/xsessions"
+	doins "${FILESDIR}"/jwm.desktop
+
+	dodoc README.md example.jwmrc ChangeLog
+}
+
+pkg_postinst() {
+	einfo "JWM can be configured system-wide with ${EROOT}/etc/system.jwmrc"
+	einfo "or per-user by creating a configuration file in ~/.jwmrc"
+	einfo
+	einfo "An example file can be found in ${EROOT}/usr/share/doc/${PF}/"
+}

diff --git a/x11-wm/jwm/metadata.xml b/x11-wm/jwm/metadata.xml
index 3b4e6c1..1f5b8e8 100644
--- a/x11-wm/jwm/metadata.xml
+++ b/x11-wm/jwm/metadata.xml
@@ -5,4 +5,18 @@
 		<email>wraeth@gentoo.org</email>
 		<name>Sam Jorna</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">joewing/jwm</remote-id>
+		<changelog>http://joewing.net/projects/jwm/snapshots/ChangeLog</changelog>
+		<bugs-to>https://github.com/joewing/jwm/issues</bugs-to>
+	</upstream>
+	<longdescription>
+	JWM is a light-weight window manager for the X11 Window System. JWM is
+	written in C and uses only Xlib at a minimum. Because of its small
+	footprint, JWM makes a good window manager for older computers and less
+	powerful systems, such as the Raspberry Pi, though it is perfectly capable
+	of running on modern systems. JWM is included in small Linux distributions
+	such as Puppy Linux and Damn Small Linux, and it is available as a separate
+	package in many other distributions.
+	</longdescription>
 </pkgmetadata>


             reply	other threads:[~2016-05-16  6:58 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-16  6:58 Sam Jorna [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-24 11:54 [gentoo-commits] repo/gentoo:master commit in: x11-wm/jwm/ Petr Vaněk
2024-11-23 18:04 Sam James
2024-11-23 12:24 Arthur Zamarin
2024-07-21 15:12 Conrad Kostecki
2024-07-21 15:12 Conrad Kostecki
2024-07-21 15:12 Conrad Kostecki
2022-09-30  9:26 Andreas Sturmlechner
2022-09-30  2:20 Sam James
2022-08-10  5:03 Sam James
2022-08-10  5:03 Sam James
2021-04-17  2:05 Sam Jorna
2021-04-16 11:23 Sam James
2021-04-11 13:57 Sam Jorna
2021-04-11 13:57 Sam Jorna
2021-03-29  7:56 Sam Jorna
2019-12-16  8:48 Sam Jorna
2019-09-11 16:21 Michał Górny
2018-04-11  3:21 Sam Jorna
2016-11-08 21:30 Sam Jorna
2016-05-16  9:07 Sam Jorna
2016-03-16  0:39 Sam Jorna
2016-03-14 23:37 Sam Jorna
2016-02-15  5:07 Jeroen Roovers
2016-01-17 17:14 Agostino Sarubbo
2016-01-15  9:03 Agostino Sarubbo
2016-01-10  8:21 Amy Winston
2015-10-12 11:38 Amy Winston
2015-10-11  7:57 Jeroen Roovers
2015-10-11  7:57 Jeroen Roovers
2015-10-11  7:57 Jeroen Roovers
2015-10-10 13:16 Amy Winston
2015-10-09 14:45 Ian Delaney

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=1463381878.7a9a41f8d6a6f2b374a7bee65bbe3ffa2ff11a96.wraeth@gentoo \
    --to=wraeth@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