diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-21 10:48:33 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-21 10:48:33 +0000 |
commit | 0de2cb55f9583e355473c66319cc30af719ea829 (patch) | |
tree | 0a23dcd157a023fef5c57b0e6c4ee5bbbcd5340a /xfce-base | |
parent | Initial commit wrt #288732, thanks to Jeremy Olexa for reporting. (diff) | |
download | historical-0de2cb55f9583e355473c66319cc30af719ea829.tar.gz historical-0de2cb55f9583e355473c66319cc30af719ea829.tar.bz2 historical-0de2cb55f9583e355473c66319cc30af719ea829.zip |
Initial commit wrt #289866, thanks to Jeremy Olexa for reporting.
Package-Manager: portage-2.2_rc46/cvs/Linux x86_64
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4ui/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-base/libxfce4ui/Manifest | 4 | ||||
-rw-r--r-- | xfce-base/libxfce4ui/libxfce4ui-4.7.0.ebuild | 38 | ||||
-rw-r--r-- | xfce-base/libxfce4ui/metadata.xml | 8 |
4 files changed, 60 insertions, 0 deletions
diff --git a/xfce-base/libxfce4ui/ChangeLog b/xfce-base/libxfce4ui/ChangeLog new file mode 100644 index 000000000000..8588990012c9 --- /dev/null +++ b/xfce-base/libxfce4ui/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for xfce-base/libxfce4ui +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.1 2009/10/21 10:48:33 ssuominen Exp $ + +*libxfce4ui-4.7.0 (21 Oct 2009) + + 21 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> + +libxfce4ui-4.7.0.ebuild: + Initial commit wrt #289866, thanks to Jeremy Olexa for reporting. + diff --git a/xfce-base/libxfce4ui/Manifest b/xfce-base/libxfce4ui/Manifest new file mode 100644 index 000000000000..5156dc05a536 --- /dev/null +++ b/xfce-base/libxfce4ui/Manifest @@ -0,0 +1,4 @@ +DIST libxfce4ui-4.7.0.tar.bz2 402093 RMD160 70bc35b7dad6128a571ee0b2ddec8a1561302370 SHA1 2baf42a63271afd55c95b418dfc1a68a8fc4c85d SHA256 97f5d0427588c341c39649589ebbbd5e07cc5306c8387baadcc56ea5892921f7 +EBUILD libxfce4ui-4.7.0.ebuild 1038 RMD160 21f8bd333fb36e907c0d8cdaceb7a4f2c4112151 SHA1 2a10018c0c7251fb3eff6d68cdd3456fd81bd54b SHA256 4fbf30dd950208eec10c88748ee58b9f532f1e7f3f689c58a39549fe3300d3c0 +MISC ChangeLog 400 RMD160 1edf893e0008271eb542434060e8e9fd57311408 SHA1 e28564ccdb365a11f47aa5c374c527c93587059e SHA256 da6265c9c348d54fc24f52063732d9e789455eaa6b9f1e2643af3b76845e2317 +MISC metadata.xml 260 RMD160 e4efc39d9ffa2691501d30ea9de716acd332f9d6 SHA1 4bbbd9481ced7a04fd9470c0627dfff9be9d8a31 SHA256 96c5725a10ebc95fd3cfc84a2566152354229350a27d79a42648ca2b051fd028 diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.7.0.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.7.0.ebuild new file mode 100644 index 000000000000..f677d9466a8a --- /dev/null +++ b/xfce-base/libxfce4ui/libxfce4ui-4.7.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.7.0.ebuild,v 1.1 2009/10/21 10:48:33 ssuominen Exp $ + +EAPI=2 +inherit xfconf + +DESCRIPTION="Unified widgets library for Xfce4, a libxfcegui4 replacement" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="mirror://xfce/src/xfce/${PN}/4.7/${P}.tar.bz2" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="debug glade startup-notification" + +RDEPEND="x11-libs/libX11 + x11-libs/libICE + x11-libs/libSM + >=dev-libs/glib-2.16:2 + >=x11-libs/gtk+-2.14:2 + >=xfce-base/libxfce4util-4.6 + >=xfce-base/xfconf-4.6 + glade? ( dev-util/glade:3 ) + startup-notification? ( x11-libs/startup-notification )" +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/intltool + sys-devel/gettext + dev-lang/perl" + +pkg_setup() { + XFCONF="--disable-dependency-tracking + $(use_enable startup-notification) + $(use_enable glade gladeui) + $(use_enable debug)" + DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" +} diff --git a/xfce-base/libxfce4ui/metadata.xml b/xfce-base/libxfce4ui/metadata.xml new file mode 100644 index 000000000000..2391a7012c18 --- /dev/null +++ b/xfce-base/libxfce4ui/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>xfce</herd> + <use> + <flag name="glade">Build support for Glade 3's GtkBuilder implementation</flag> + </use> +</pkgmetadata> |