diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2020-05-03 12:04:36 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2020-05-03 12:15:51 +0200 |
commit | 87cce81198fd3500ddf1b9c6ce7b6b620e137990 (patch) | |
tree | 3b774bf7fc5335d0d6eab46ca72810c9a7e99f31 /x11-plugins/wmbiff/wmbiff-0.4.36.ebuild | |
parent | x11-plugins/wmmoonclock: 1.30 bump (diff) | |
download | gentoo-87cce81198fd3500ddf1b9c6ce7b6b620e137990.tar.gz gentoo-87cce81198fd3500ddf1b9c6ce7b6b620e137990.tar.bz2 gentoo-87cce81198fd3500ddf1b9c6ce7b6b620e137990.zip |
x11-plugins/wmbiff: 0.4.36 bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins/wmbiff/wmbiff-0.4.36.ebuild')
-rw-r--r-- | x11-plugins/wmbiff/wmbiff-0.4.36.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/x11-plugins/wmbiff/wmbiff-0.4.36.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.36.ebuild new file mode 100644 index 000000000000..440e743d6035 --- /dev/null +++ b/x11-plugins/wmbiff/wmbiff-0.4.36.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes" +HOMEPAGE="https://www.dockapps.net/wmbiff" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="crypt" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm + crypt? ( + >=dev-libs/libgcrypt-1.2.1:0 + >=net-libs/gnutls-2.2.0 + )" +DEPEND="${RDEPEND} + x11-base/xorg-proto" +BDEPEND="virtual/pkgconfig" + +DOCS="ChangeLog FAQ NEWS README TODO wmbiff/sample.wmbiffrc" +PATCHES=( + "${FILESDIR}"/${PN}-0.4.27-invalid-strncpy.patch + ) + +src_configure() { + econf $(use_enable crypt crypto) +} |