commit: a2a84c03ae6667feffa5a70e4a409ecfba3bf7ae Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Aug 23 21:30:47 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Aug 23 21:37:51 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=a2a84c03
x11-misc/ptbatterysystemtray: Import 1.0.0_rc2 from before last-rites Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> x11-misc/ptbatterysystemtray/metadata.xml | 5 ++++ .../ptbatterysystemtray-1.0.0_rc2.ebuild | 32 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/x11-misc/ptbatterysystemtray/metadata.xml b/x11-misc/ptbatterysystemtray/metadata.xml new file mode 100644 index 00000000..7a38bb90 --- /dev/null +++ b/x11-misc/ptbatterysystemtray/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> +</pkgmetadata> diff --git a/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild b/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild new file mode 100644 index 00000000..37c6361a --- /dev/null +++ b/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit qt4-r2 + +DESCRIPTION="A simple battery monitor in the system tray" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND=" + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtgui:4 +" +RDEPEND="${DEPEND}" + +DOCS="AUTHORS ChangeLog README" + +src_unpack() { + default + mv ${PN}-${PN} "${S}" || die +} + +src_configure() { + eqmake4 ${PN}.pro INSTALL_PREFIX=/usr +}
