mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
x11-wm/jwm: clean old
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sam Jorna <wraeth@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST jwm-2.3.2.tar.xz 325648 BLAKE2B 93654116b0dedff4ad03c7981a9978530a1989edf4766591f083c3b10fefb128acc85e93b888a7700cb59e0bd85e1e7f7e118a22327f79ddcc1d380887764028 SHA512 34b9d482815e8b269203e1f5bf02d3e13f3186153755c9e74094e4a8af376f35b8bef4553056e83c20ba0c532e6d2606633d71272e186fe45dfed9e4ea836a27
|
||||
DIST jwm-2.3.7.tar.xz 350332 BLAKE2B 479d853ae9b1dd2d1a39c9e823f39cd7671b477f6e9878bc6652072bce1ce364f8c392663dc1187a4a4970918c0f68cd506654f6dfe6c91cc5f1f2f275a2021b SHA512 dab0241518e52aa2e3e1ef3f67b6965ceb683bdb0224de7d3a653d76440606d70e86e35047eda40ea53a80aa227408be77739ad7c53d51f53026e3d113ab7efc
|
||||
|
||||
@@ -1,61 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit wrapper
|
||||
|
||||
DESCRIPTION="Very fast and lightweight still powerful window manager for X"
|
||||
HOMEPAGE="http://joewing.net/projects/jwm/"
|
||||
SRC_URI="http://joewing.net/programs/jwm/releases/${P}.tar.xz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~hppa ppc x86"
|
||||
IUSE="bidi debug jpeg png truetype xinerama xpm"
|
||||
|
||||
RDEPEND="xpm? ( x11-libs/libXpm )
|
||||
xinerama? ( x11-libs/libXinerama )
|
||||
x11-libs/libXext
|
||||
x11-libs/libXrender
|
||||
x11-libs/libXau
|
||||
x11-libs/libXdmcp
|
||||
truetype? ( x11-libs/libXft )
|
||||
png? ( media-libs/libpng:0= )
|
||||
jpeg? ( virtual/jpeg:0= )
|
||||
bidi? ( dev-libs/fribidi )
|
||||
dev-libs/expat"
|
||||
DEPEND="${RDEPEND}
|
||||
x11-base/xorg-proto"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable debug) \
|
||||
$(use_enable jpeg) \
|
||||
$(use_enable png) \
|
||||
$(use_enable truetype xft) \
|
||||
$(use_enable xinerama) \
|
||||
$(use_enable xpm) \
|
||||
$(use_enable bidi fribidi) \
|
||||
--enable-shape \
|
||||
--enable-xrender
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /etc
|
||||
dodir /usr/bin
|
||||
dodir /usr/share/man
|
||||
|
||||
default
|
||||
|
||||
make_wrapper "${PN}" "/usr/bin/${PN}" "" "" "/etc/X11/Sessions"
|
||||
|
||||
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}/"
|
||||
}
|
||||
Reference in New Issue
Block a user