diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-04-12 14:42:13 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-04-12 14:42:13 +0000 |
commit | 9ea4da7c8c341796911b5f4e0db71b293c95e302 (patch) | |
tree | 0c584fae886cc40b63b3bb15adec9f5ca7284b13 /xfce-base/xfce-utils | |
parent | Stable on amd64 wrt bug 173251 (diff) | |
download | gentoo-2-9ea4da7c8c341796911b5f4e0db71b293c95e302.tar.gz gentoo-2-9ea4da7c8c341796911b5f4e0db71b293c95e302.tar.bz2 gentoo-2-9ea4da7c8c341796911b5f4e0db71b293c95e302.zip |
Version bump for 4.4.1.
(Portage version: 2.1.2.3)
Diffstat (limited to 'xfce-base/xfce-utils')
-rw-r--r-- | xfce-base/xfce-utils/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-base/xfce-utils/files/digest-xfce-utils-4.4.1 | 3 | ||||
-rw-r--r-- | xfce-base/xfce-utils/xfce-utils-4.4.1.ebuild | 36 |
3 files changed, 45 insertions, 1 deletions
diff --git a/xfce-base/xfce-utils/ChangeLog b/xfce-base/xfce-utils/ChangeLog index 8da0851f51d0..4d54b9140cad 100644 --- a/xfce-base/xfce-utils/ChangeLog +++ b/xfce-base/xfce-utils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-base/xfce-utils # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.100 2007/03/21 14:38:38 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.101 2007/04/12 14:42:13 nichoj Exp $ + +*xfce-utils-4.4.1 (11 Apr 2007) + + 11 Apr 2007; Joshua Nichols <nichoj@gentoo.org> +xfce-utils-4.4.1.ebuild: + Version bump for 4.4.1. 21 Mar 2007; Samuli Suominen <drac@gentoo.org> files/xfce-utils-4.4.0-xdg_data_dirs.patch: diff --git a/xfce-base/xfce-utils/files/digest-xfce-utils-4.4.1 b/xfce-base/xfce-utils/files/digest-xfce-utils-4.4.1 new file mode 100644 index 000000000000..da459313454e --- /dev/null +++ b/xfce-base/xfce-utils/files/digest-xfce-utils-4.4.1 @@ -0,0 +1,3 @@ +MD5 f7d95088e327bd8a64164696d39a1966 xfce-utils-4.4.1.tar.bz2 608154 +RMD160 65ed96acb6491829d0f97e8b1e4b5cba64a73e63 xfce-utils-4.4.1.tar.bz2 608154 +SHA256 80355762effab1e47110ac411d705b3044326e3b2cc357afefdb51e2c6f76cae xfce-utils-4.4.1.tar.bz2 608154 diff --git a/xfce-base/xfce-utils/xfce-utils-4.4.1.ebuild b/xfce-base/xfce-utils/xfce-utils-4.4.1.ebuild new file mode 100644 index 000000000000..5eaa9ddb760d --- /dev/null +++ b/xfce-base/xfce-utils/xfce-utils-4.4.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.4.1.ebuild,v 1.1 2007/04/12 14:42:13 nichoj Exp $ + +inherit eutils xfce44 + +XFCE_VERSION=4.4.1 +xfce44 + +DESCRIPTION="Collection of utils" +HOMEPAGE="http://www.xfce.org/projects/xfce-utils/" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="dbus debug" + +RDEPEND="x11-apps/xrdb + x11-libs/libX11 + >=dev-libs/glib-2.6 + >=x11-libs/gtk+-2.6 + >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION} + >=xfce-base/libxfce4mcs-${XFCE_MASTER_VERSION} + >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION} + dbus? ( || ( dev-libs/dbus-glib <sys-apps/dbus-1 ) )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +XFCE_CONFIG="${XFCE_CONFIG} $(use_enable dbus) --enable-gdm --with-vendor-info=Gentoo" + +DOCS="AUTHORS ChangeLog NEWS README TODO" + +xfce44_core_package + +src_install() { + xfce44_src_install + insinto /usr/share/xfce4 + newins ${FILESDIR}/Gentoo Gentoo +} |