diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-08-17 00:27:25 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-08-17 00:27:25 +0100 |
commit | 191867d6863211d160aa6f2f28b4a397b305f7d8 (patch) | |
tree | 22880c0dddaf5c30f29300c1d297dcc0a1cc4ee0 /net-misc/lxqt-connman-applet/lxqt-connman-applet-9999.ebuild | |
parent | 7eb5a419311876754780444f1dc8a8f3b2fafbdc (diff) |
first gentoo ebuild for lxqt-connman-applet
Diffstat (limited to 'net-misc/lxqt-connman-applet/lxqt-connman-applet-9999.ebuild')
-rw-r--r-- | net-misc/lxqt-connman-applet/lxqt-connman-applet-9999.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-misc/lxqt-connman-applet/lxqt-connman-applet-9999.ebuild b/net-misc/lxqt-connman-applet/lxqt-connman-applet-9999.ebuild new file mode 100644 index 00000000..1b9dcdea --- /dev/null +++ b/net-misc/lxqt-connman-applet/lxqt-connman-applet-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils git-2 cmake-utils + +DESCRIPTION="LXQt system-tray applet for ConnMan" +HOMEPAGE="https://github.com/surlykke/lxqt-connman-applet" + +EGIT_REPO_URI="https://github.com/surlykke/lxqt-connman-applet.git" +EGIT_COMMIT="41126c9d9c5c348624488398aff24126be49a6c3" + +LICENSE="LGPL" +SLOT="0" +KEYWORDS="amd64" +IUSE="" + +DEPEND="net-misc/connman + lxqt-base/liblxqt + dev-libs/libqtxdg + dev-qt/qtdbus:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5" +RDEPEND="${DEPEND}" + |