diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2019-06-13 23:49:54 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2019-06-13 23:50:05 +0200 |
commit | 44dec9566234b015bc220dadcd6a616490b29747 (patch) | |
tree | 8d3c58883e52ce849acf77baee49e13841a1e806 /x11-plugins/wmail/wmail-2.2.ebuild | |
parent | dev-util/cmake: stable 3.14.3 for hppa, bug #668020 (diff) | |
download | gentoo-44dec9566234b015bc220dadcd6a616490b29747.tar.gz gentoo-44dec9566234b015bc220dadcd6a616490b29747.tar.bz2 gentoo-44dec9566234b015bc220dadcd6a616490b29747.zip |
x11-plugins/wmail: 2.2 bump
Clean ebuild after upstream improvements
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins/wmail/wmail-2.2.ebuild')
-rw-r--r-- | x11-plugins/wmail/wmail-2.2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-plugins/wmail/wmail-2.2.ebuild b/x11-plugins/wmail/wmail-2.2.ebuild new file mode 100644 index 000000000000..6491f6f02064 --- /dev/null +++ b/x11-plugins/wmail/wmail-2.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="Window Maker dock application showing incoming mail" +HOMEPAGE="https://www.dockapps.net/wmail" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +RDEPEND=">=x11-libs/libdockapp-0.7:=" +DEPEND="${RDEPEND}" + +DOCS=( ChangeLog README wmailrc-sample) + +src_configure() { + econf --enable-delt-xpms +} |