commit:     6f34eb1e2eac65e2e3dc6aa4e2474d932fff5e60
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed May  3 18:31:06 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu May  4 21:38:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f34eb1e

x11-misc/peksystray: EAPI8 bump, fix LICENSE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30862
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 x11-misc/peksystray/peksystray-0.4.0-r1.ebuild | 29 ++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/x11-misc/peksystray/peksystray-0.4.0-r1.ebuild 
b/x11-misc/peksystray/peksystray-0.4.0-r1.ebuild
new file mode 100644
index 000000000000..ed1c981c805d
--- /dev/null
+++ b/x11-misc/peksystray/peksystray-0.4.0-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="System tray dockapp for window managers supporting docking"
+HOMEPAGE="https://peksystray.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+
+DEPEND="x11-libs/libX11
+       x11-libs/libXt"
+
+PATCHES=( "${FILESDIR}/${P}-asneeded.patch" )
+
+src_prepare() {
+       default
+       eautoreconf
+}
+
+src_install() {
+       dobin src/peksystray
+       default
+}

Reply via email to