trinity-apps/kdbusnotification: add dependecies

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 6a99cf91fb)
r14.1.x
Alexander Golubev 9 months ago committed by Slávek Banko
parent 635696eb8a
commit 2145ea3c5e
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -4,7 +4,6 @@
EAPI="8"
TRINITY_HANDBOOK="optional"
TRINITY_MODULE_TYPE="applications/system"
inherit trinity-base-2
@ -16,3 +15,11 @@ SLOT="14"
if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~amd64 ~arm64 ~x86"
fi
DEPEND="
dev-libs/dbus-glib
sys-apps/dbus
x11-libs/gtk+:2
"
RDEPEND="$DEPEND"
BDEPEND="dev-libs/dbus-glib"

@ -4,7 +4,6 @@
EAPI="8"
TRINITY_HANDBOOK="optional"
TRINITY_MODULE_TYPE="applications/system"
inherit trinity-base-2
@ -16,3 +15,11 @@ SLOT="14"
if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~amd64 ~arm64 ~x86"
fi
DEPEND="
dev-libs/dbus-glib
sys-apps/dbus
x11-libs/gtk+:2
"
RDEPEND="$DEPEND"
BDEPEND="dev-libs/dbus-glib"

@ -4,7 +4,6 @@
EAPI="8"
TRINITY_HANDBOOK="optional"
TRINITY_MODULE_TYPE="applications/system"
inherit trinity-base-2
@ -16,3 +15,19 @@ SLOT="14"
if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~amd64 ~x86"
fi
DEPEND="
dev-libs/dbus-glib
sys-apps/dbus
x11-libs/gtk+:2
"
RDEPEND="$DEPEND"
BDEPEND="dev-libs/dbus-glib"
src_configure() {
local mycmakeargs=(
-DDBUS_BINDING_TOOL="$BROOT/usr/bin/dbus-binding-tool"
)
trinity-base-2_src_configure
}

Loading…
Cancel
Save