From cd35b573c4bbe3656089c8ac6b4ba8525c2a9e08 Mon Sep 17 00:00:00 2001 From: Jauhien Piatlicki Date: Sun, 23 Nov 2014 16:21:10 +0000 Subject: fix bug #529866: add dependency on lxqt-base/lxqt-common, thanks to Kris Scott (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4) --- lxqt-base/lxqt-notificationd/ChangeLog | 6 +++++- lxqt-base/lxqt-notificationd/lxqt-notificationd-0.7.0.ebuild | 9 ++++++--- lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild | 5 +++-- 3 files changed, 14 insertions(+), 6 deletions(-) (limited to 'lxqt-base') diff --git a/lxqt-base/lxqt-notificationd/ChangeLog b/lxqt-base/lxqt-notificationd/ChangeLog index 8d8c3a7fda4d..2f5db870f55d 100644 --- a/lxqt-base/lxqt-notificationd/ChangeLog +++ b/lxqt-base/lxqt-notificationd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for lxqt-base/lxqt-notificationd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-notificationd/ChangeLog,v 1.5 2014/11/08 17:24:44 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-notificationd/ChangeLog,v 1.6 2014/11/23 16:21:10 jauhien Exp $ + + 23 Nov 2014; Jauhien Piatlicki + lxqt-notificationd-0.7.0.ebuild, lxqt-notificationd-0.8.0.ebuild: + fix bug #529866: add dependency on lxqt-base/lxqt-common, thanks to Kris Scott *lxqt-notificationd-0.8.0 (08 Nov 2014) diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.7.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.7.0.ebuild index a445b03e6e3c..cbce8c931b82 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.7.0.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.7.0.ebuild,v 1.5 2014/11/16 12:42:27 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.7.0.ebuild,v 1.6 2014/11/23 16:21:10 jauhien Exp $ EAPI=5 inherit cmake-utils @@ -20,9 +20,12 @@ fi LICENSE="GPL-2 LGPL-2.1+" SLOT="0" -DEPEND="dev-qt/qtcore:4 +DEPEND=" + ~dev-libs/libqtxdg-0.5.3 + dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 ~lxqt-base/liblxqt-${PV} - ~dev-libs/libqtxdg-0.5.3" + ~lxqt-base/lxqt-common-${PV} +" RDEPEND="${DEPEND}" diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild index 2a8f3ff52961..32d0c897c464 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild,v 1.2 2014/11/16 12:42:27 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild,v 1.3 2014/11/23 16:21:10 jauhien Exp $ EAPI=5 inherit cmake-utils @@ -20,6 +20,7 @@ LICENSE="GPL-2 LGPL-2.1+" SLOT="0" DEPEND=" + >=dev-libs/libqtxdg-1.0.0 dev-qt/linguist-tools:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 @@ -28,7 +29,7 @@ DEPEND=" dev-qt/qtx11extras:5 dev-qt/qtxml:5 ~lxqt-base/liblxqt-${PV} - >=dev-libs/libqtxdg-1.0.0 + ~lxqt-base/lxqt-common-${PV} x11-libs/libX11 " RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad