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 1QdzAD-0000pL-IE for garchives@archives.gentoo.org; Tue, 05 Jul 2011 06:31:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D353821C111; Tue, 5 Jul 2011 06:30:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A68F521C111 for ; Tue, 5 Jul 2011 06:30:45 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A2451B4007 for ; Tue, 5 Jul 2011 06:30:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 648A98004F for ; Tue, 5 Jul 2011 06:30:44 +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: <3dcd2a453c1bee3653ea1792277a49b554d4ba61.angelos@gentoo> Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/libxfcegui4/ X-VCS-Repository: proj/xfce X-VCS-Files: xfce-base/libxfcegui4/libxfcegui4-9999.ebuild xfce-base/libxfcegui4/metadata.xml X-VCS-Directories: xfce-base/libxfcegui4/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 3dcd2a453c1bee3653ea1792277a49b554d4ba61 Date: Tue, 5 Jul 2011 06:30:44 +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: 1e5ba087dade2932e43040fec7f78bb5 commit: 3dcd2a453c1bee3653ea1792277a49b554d4ba61 Author: Christoph Mende gentoo org> AuthorDate: Tue Jul 5 06:30:35 2011 +0000 Commit: Christoph Mende gentoo org> CommitDate: Tue Jul 5 06:30:35 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/xfce.git;a=3D= commit;h=3D3dcd2a45 libxfcegui4: Add live version (Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit = with key 84F20B43) --- xfce-base/libxfcegui4/libxfcegui4-9999.ebuild | 38 +++++++++++++++++++= ++++++ xfce-base/libxfcegui4/metadata.xml | 8 +++++ 2 files changed, 46 insertions(+), 0 deletions(-) diff --git a/xfce-base/libxfcegui4/libxfcegui4-9999.ebuild b/xfce-base/li= bxfcegui4/libxfcegui4-9999.ebuild new file mode 100644 index 0000000..46c8f10 --- /dev/null +++ b/xfce-base/libxfcegui4/libxfcegui4-9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.8= .1.ebuild,v 1.8 2011/05/19 22:11:08 ssuominen Exp $ + +EAPI=3D4 +inherit xfconf + +DESCRIPTION=3D"Xfce's unified widgets library (deprecated: don't use thi= s for future development)" +HOMEPAGE=3D"http://www.xfce.org/projects/libraries/" + +LICENSE=3D"GPL-2 LGPL-2.1" +SLOT=3D"0" +KEYWORDS=3D"" +IUSE=3D"debug glade startup-notification" + +RDEPEND=3D"gnome-base/libglade + x11-libs/libSM + x11-libs/libX11 + >=3Dx11-libs/gtk+-2.10:2 + >=3Dxfce-base/libxfce4util-4.8 + glade? ( dev-util/glade:3 ) + startup-notification? ( x11-libs/startup-notification )" +DEPEND=3D"${RDEPEND} + dev-util/intltool + sys-devel/gettext + dev-util/pkgconfig" + +pkg_setup() { + XFCONF=3D( + --disable-static + $(use_enable startup-notification) + $(use_enable glade gladeui) + $(xfconf_use_debug) + --with-html-dir=3D"${EPREFIX}"/usr/share/doc/${PF}/html + ) + + DOCS=3D( AUTHORS ChangeLog NEWS ) +} diff --git a/xfce-base/libxfcegui4/metadata.xml b/xfce-base/libxfcegui4/m= etadata.xml new file mode 100644 index 0000000..a214428 --- /dev/null +++ b/xfce-base/libxfcegui4/metadata.xml @@ -0,0 +1,8 @@ + + + + xfce + + Build glade bindings + +