diff options
author | Slávek Banko <[email protected]> | 2019-11-19 17:45:28 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-11-19 17:45:28 +0100 |
commit | e6636bd5d6280d92996bd70b744e8a29e54c7e18 (patch) | |
tree | 014989bddcbc22c7a8d4dafa7b78f3e55b184718 /gentoo/dev-libs/dbus-tqt/dbus-tqt-9999.ebuild | |
parent | 4b7471734323c7cb5bdc129857c94041418c81b5 (diff) | |
download | tde-packaging-e6636bd5d6280d92996bd70b744e8a29e54c7e18.tar.gz tde-packaging-e6636bd5d6280d92996bd70b744e8a29e54c7e18.zip |
Gentoo: Initial import of an ebuilds tree
from Fat-Zer's (Alexander Golubev) repository.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'gentoo/dev-libs/dbus-tqt/dbus-tqt-9999.ebuild')
-rw-r--r-- | gentoo/dev-libs/dbus-tqt/dbus-tqt-9999.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gentoo/dev-libs/dbus-tqt/dbus-tqt-9999.ebuild b/gentoo/dev-libs/dbus-tqt/dbus-tqt-9999.ebuild new file mode 100644 index 000000000..6455d67bb --- /dev/null +++ b/gentoo/dev-libs/dbus-tqt/dbus-tqt-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI="5" +TRINITY_MODULE_TYPE="dependencies" +TRINITY_MODULE_NAME="dbus-tqt" + +inherit trinity-base + +DESCRIPTION="D-BUS TQt bindings" +HOMEPAGE="http://trinitydesktop.org/" +LICENSE="GPL-2 LGPL-2" +KEYWORDS= +SLOT="0" +IUSE="" + +DEPEND="sys-apps/dbus + dev-qt/tqtinterface + !!dev-libs/dbus-qt3-old" +RDEPEND="$DEPEND" + +src_configure() { + cmake-utils_src_configure +} |