From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PrFi5-0002Ah-MM for garchives@archives.gentoo.org; Sun, 20 Feb 2011 20:16:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11B0C1C0E8; Sun, 20 Feb 2011 20:14:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BA6911C0E8 for ; Sun, 20 Feb 2011 20:14:52 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 171B41B422E for ; Sun, 20 Feb 2011 20:14:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 77BE880075 for ; Sun, 20 Feb 2011 20:14:46 +0000 (UTC) From: "Christoph Mende" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" Message-ID: Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/thunar/ X-VCS-Repository: proj/xfce X-VCS-Files: xfce-base/thunar/metadata.xml xfce-base/thunar/thunar-9999.ebuild X-VCS-Directories: xfce-base/thunar/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: d79946df9433899e02397f6ac936fc2f361a783c Date: Sun, 20 Feb 2011 20:14:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: e22943505ef05f8d31b45ef812ecddee commit: d79946df9433899e02397f6ac936fc2f361a783c Author: Christoph Mende gentoo org> AuthorDate: Sun Feb 20 19:17:37 2011 +0000 Commit: Christoph Mende gentoo org> CommitDate: Sun Feb 20 19:17:37 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/xfce.git;a=3D= commit;h=3Dd79946df thunar: Updated --- xfce-base/thunar/metadata.xml | 3 -- xfce-base/thunar/thunar-9999.ebuild | 51 ++++++++++++++++++-----------= ------ 2 files changed, 26 insertions(+), 28 deletions(-) diff --git a/xfce-base/thunar/metadata.xml b/xfce-base/thunar/metadata.xm= l index 3012d59..826e2ca 100644 --- a/xfce-base/thunar/metadata.xml +++ b/xfce-base/thunar/metadata.xml @@ -2,7 +2,4 @@ xfce - - Build Trash plug-in for panel - diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thuna= r-9999.ebuild index 4439c2f..e6c27d5 100644 --- a/xfce-base/thunar/thunar-9999.ebuild +++ b/xfce-base/thunar/thunar-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -8,60 +8,61 @@ inherit virtualx xfce4 =20 xfce4_core =20 -DESCRIPTION=3D"File manager for Xfce4" -HOMEPAGE=3D"http://thunar.xfce.org/" +DESCRIPTION=3D"File manager for the Xfce desktop environment" +HOMEPAGE=3D"http://www.xfce.org/projects/thunar/ http://thunar.xfce.org/= " =20 LICENSE=3D"GPL-2 LGPL-2" -KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-= fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" -IUSE=3D"dbus debug exif pcre startup-notification test +trash-plugin" +SLOT=3D"0" +KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~= x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +IUSE=3D"dbus debug exif libnotify pcre startup-notification test +xfce_p= lugins_trash udev" =20 -COMMON_DEPEND=3D">=3Dxfce-base/exo-0.5.1 +GVFS_DEPEND=3D">=3Dgnome-base/gvfs-1.6.6-r1" +COMMON_DEPEND=3D">=3Dxfce-base/exo-0.6 >=3Ddev-libs/glib-2.18:2 >=3Dx11-libs/gtk+-2.14:2 - >=3Dxfce-base/libxfce4util-4.6 - >=3Dxfce-base/libxfce4ui-4.7.1 + >=3Dxfce-base/libxfce4util-4.8 + >=3Dxfce-base/libxfce4ui-4.8 >=3Ddev-lang/perl-5.6 - dbus? ( dev-libs/dbus-glib ) + dbus? ( >=3Ddev-libs/dbus-glib-0.88 ) exif? ( >=3Dmedia-libs/libexif-0.6.19 ) + libnotify? ( x11-libs/libnotify ) pcre? ( >=3Ddev-libs/libpcre-6 ) startup-notification? ( x11-libs/startup-notification ) - trash-plugin? ( dev-libs/dbus-glib - >=3Dxfce-base/xfce4-panel-4.3.90 )" + udev? ( >=3Dsys-fs/udev-145[extras] ) + xfce_plugins_trash? ( >=3Ddev-libs/dbus-glib-0.88 + >=3Dxfce-base/xfce4-panel-4.8 )" RDEPEND=3D"${COMMON_DEPEND} - >=3Dx11-misc/shared-mime-info-0.70 - >=3Ddev-util/desktop-file-utils-0.15" + x11-misc/shared-mime-info + dev-util/desktop-file-utils + dbus? ( ${GVFS_DEPEND} ) + udev? ( ${GVFS_DEPEND}[gdu,udev] ) + xfce_plugins_trash? ( ${GVFS_DEPEND} )" DEPEND=3D"${COMMON_DEPEND} dev-util/intltool - dev-util/pkgconfig + dev-util/gtk-doc sys-devel/gettext" =20 WANT_GTKDOCIZE=3D"yes" =20 pkg_setup() { XFCE_CONFIG+=3D" --disable-dependency-tracking + --docdir=3D${EPREFIX}/usr/share/doc/${PF} $(use_enable dbus) + $(use_enable udev gudev) + $(use_enable libnotify notifications) $(use_enable exif) $(use_enable pcre) --with-html-dir=3D${EPREFIX}/usr/share/doc/${PF}/html" =20 - if use trash-plugin; then + if use xfce_plugins_trash; then XFCE_CONFIG+=3D" --enable-dbus" else XFCE_CONFIG+=3D" --disable-tpa-plugin" fi =20 - DOCS=3D"AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO" + DOCS=3D"AUTHORS FAQ HACKING NEWS README THANKS TODO" } =20 src_test() { Xemake check || die } - -pkg_postinst() { - xfce4_pkg_postinst - - echo - elog "If you are seeing some odd dbus error, make sure your user is in = the" - elog "plugdev group. See Gentoo bug #279077 for more info" - echo -}