dev-python/agate: Bump to 1.13.0
[gentoo/gentoo.git] / x11-misc / peksystray / peksystray-0.4.0-r1.ebuild
blob201676c4825e257c16c9fb5ed7daddce9571a216
1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit autotools
8 DESCRIPTION="System tray dockapp for window managers supporting docking"
9 HOMEPAGE="https://peksystray.sourceforge.net/"
10 SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
12 LICENSE="GPL-2+"
13 SLOT="0"
14 KEYWORDS="~alpha amd64 ppc x86"
16 DEPEND="x11-libs/libX11
17         x11-libs/libXt"
19 PATCHES=( "${FILESDIR}/${P}-asneeded.patch" )
21 src_prepare() {
22         default
23         eautoreconf
26 src_install() {
27         dobin src/peksystray
28         default