commit: 68a4e55d9f03c31e959b59da43af8fc15affca22 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Aug 23 21:27:39 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Aug 23 21:37:36 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=68a4e55d
x11-misc/appmenu-qt: Import 0.2.6 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/appmenu-qt/appmenu-qt-0.2.6.ebuild | 24 ++++++++++++++++++++++++ x11-misc/appmenu-qt/metadata.xml | 8 ++++++++ 2 files changed, 32 insertions(+) diff --git a/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild b/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild new file mode 100644 index 00000000..48d85912 --- /dev/null +++ b/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="Application menu module for Qt" +HOMEPAGE="https://launchpad.net/appmenu-qt" +SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtgui:4 + >=dev-libs/libdbusmenu-qt-0.9.0[qt4]" +RDEPEND="${DEPEND}" + +DOCS=( NEWS README ) diff --git a/x11-misc/appmenu-qt/metadata.xml b/x11-misc/appmenu-qt/metadata.xml new file mode 100644 index 00000000..21191c58 --- /dev/null +++ b/x11-misc/appmenu-qt/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> + <upstream> + <remote-id type="launchpad">appmenu-qt</remote-id> + </upstream> +</pkgmetadata>
