x11-plugins/wmmaiload - 2.3.0 (gentoo)

Search

Install

Install this version:

emerge -a =x11-plugins/wmmaiload-2.3.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =x11-plugins/wmmaiload-2.3.0

Or alternatively:

emerge --autounmask-write -a =x11-plugins/wmmaiload-2.3.0

Package Information

Description:
dockapp that monitors one or more mailboxes
Homepage:
http://tnemeth.free.fr/projets/dockapps.html
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
2.3.0 8 ~amd64 ~ppc ~ppc64 ~sparc ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit meson

DESCRIPTION="dockapp that monitors one or more mailboxes"
HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html"
SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"

RDEPEND="x11-libs/gtk+:2
	x11-libs/libXpm
	dev-libs/openssl"

DEPEND="${RDEPEND}
	virtual/pkgconfig"
PATCHES=(
	"${FILESDIR}"/${PN}-2.2.1-checkthread.patch
	"${FILESDIR}"/${P}-fno-common.patch
	"${FILESDIR}"/${P}-ssl.patch
	"${FILESDIR}"/${P}-c23.patch
)

src_prepare() {
	default

	cp "${FILESDIR}"/meson.build . || die "No new build file"
	rm -f wmmaiload/config.h && touch wmmaiload/config.h || die "Can't remove stale config"
	rm -f wmmaiload-config/config.h && touch wmmaiload-config/config.h || die "Can't remove stale config"
}

src_install() {
	meson_install

	doman doc/*.1
	dodoc AUTHORS ChangeLog FAQ NEWS README THANKS TODO doc/sample.${PN}rc
}

Inherited Eclasses

Dependencies

DEPEND

x11-libs/gtk+:2
	x11-libs/libXpm
	dev-libs/openssl
	virtual/pkgconfig

RDEPEND

x11-libs/gtk+:2
	x11-libs/libXpm
	dev-libs/openssl

Manifest for 2.3.0

Type File Size Source URLs
DIST wmmaiload-2.3.0.tar.bz2 42852 bytes http://tnemeth.free.fr/projets/programmes/wmmaiload-2.3.0.tar.bz2