From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 248B613877A for ; Wed, 25 Jun 2014 20:24:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09A9DE089A; Wed, 25 Jun 2014 20:15:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95287E089A for ; Wed, 25 Jun 2014 20:15:56 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB7E733FFFF for ; Wed, 25 Jun 2014 20:15:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 8BD4019158 for ; Wed, 25 Jun 2014 20:15:39 +0000 (UTC) From: "Christoph Mende" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" Message-ID: <1403727328.12f9d606372f18de8ee3784af1b4cc0312144503.angelos@gentoo> Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/ X-VCS-Repository: proj/xfce X-VCS-Files: xfce-base/xfdesktop/xfdesktop-9999.ebuild X-VCS-Directories: xfce-base/xfdesktop/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 12f9d606372f18de8ee3784af1b4cc0312144503 X-VCS-Branch: master Date: Wed, 25 Jun 2014 20:15:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9e8a95d6-6ba4-4fc8-bdf4-d0ae12f3bb0a X-Archives-Hash: 4f60ad303d7fa5476b1053cd6cc168cd commit: 12f9d606372f18de8ee3784af1b4cc0312144503 Author: Christoph Mende gentoo org> AuthorDate: Wed Jun 25 20:15:28 2014 +0000 Commit: Christoph Mende gentoo org> CommitDate: Wed Jun 25 20:15:28 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=12f9d606 xfdesktop: Sync with gentoo-x86 Package-Manager: portage-2.2.10 Manifest-Sign-Key: 84F20B43 --- xfce-base/xfdesktop/xfdesktop-9999.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild index f8ede99..eb1043c 100644 --- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-9999.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/xfce-base/xfdesktop/xfdesktop-4.11.4.ebuild,v 1.1 2014/03/18 18:22:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.11.6.ebuild,v 1.1 2014/04/07 12:17:35 ssuominen Exp $ EAPI=5 inherit xfconf @@ -11,8 +11,9 @@ HOMEPAGE="http://www.xfce.org/projects/" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="debug libnotify thunar" +IUSE="debug libnotify +thunar" +# src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0) RDEPEND=">=dev-libs/dbus-glib-0.100 >=dev-libs/glib-2.20 >=x11-libs/gtk+-2.24:2 @@ -25,7 +26,10 @@ RDEPEND=">=dev-libs/dbus-glib-0.100 >=xfce-base/libxfce4util-4.11 >=xfce-base/xfconf-4.10 libnotify? ( >=x11-libs/libnotify-0.7 ) - thunar? ( >=xfce-base/thunar-1.6[dbus] )" + thunar? ( + >=dev-libs/glib-2.38 + >=xfce-base/thunar-1.6[dbus] + )" DEPEND="${RDEPEND} dev-util/intltool sys-devel/gettext