diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-11-01 03:14:51 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-11-01 03:14:51 +0000 |
commit | 600e13b786d295b243306cdebc78708274f20d9f (patch) | |
tree | 494a7224a503e38275dffb46d25deb231ea858c5 /xfce-extra/xfce4-systray | |
parent | Allowed install of /usr/avr/bin as per bug #68688 (Manifest recommit) (diff) | |
download | gentoo-2-600e13b786d295b243306cdebc78708274f20d9f.tar.gz gentoo-2-600e13b786d295b243306cdebc78708274f20d9f.tar.bz2 gentoo-2-600e13b786d295b243306cdebc78708274f20d9f.zip |
Version bump of beta version of 4.2 release.
Diffstat (limited to 'xfce-extra/xfce4-systray')
-rw-r--r-- | xfce-extra/xfce4-systray/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-extra/xfce4-systray/files/digest-xfce4-systray-4.1.91 | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-systray/xfce4-systray-4.1.91.ebuild | 28 |
3 files changed, 35 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-systray/ChangeLog b/xfce-extra/xfce4-systray/ChangeLog index 932bd491805c..be13480b6134 100644 --- a/xfce-extra/xfce4-systray/ChangeLog +++ b/xfce-extra/xfce4-systray/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/xfce4-systray # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systray/ChangeLog,v 1.35 2004/10/19 09:22:52 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systray/ChangeLog,v 1.36 2004/11/01 03:14:51 bcowan Exp $ + +*xfce4-systray-4.1.91 (31 Oct 2004) + + 31 Oct 2004; Brad Cowan <bcowan@gentoo.org> +xfce4-systray-4.1.91.ebuild: + Version bump of beta version of 4.2 release. 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> xfce4-systray-4.0.6.ebuild: diff --git a/xfce-extra/xfce4-systray/files/digest-xfce4-systray-4.1.91 b/xfce-extra/xfce4-systray/files/digest-xfce4-systray-4.1.91 new file mode 100644 index 000000000000..39d6890342b9 --- /dev/null +++ b/xfce-extra/xfce4-systray/files/digest-xfce4-systray-4.1.91 @@ -0,0 +1 @@ +MD5 1ef0cfcbf4700de9841cdb019ac21bf7 xfce4-systray-4.1.91.tar.gz 313240 diff --git a/xfce-extra/xfce4-systray/xfce4-systray-4.1.91.ebuild b/xfce-extra/xfce4-systray/xfce4-systray-4.1.91.ebuild new file mode 100644 index 000000000000..0d14bfd61c6d --- /dev/null +++ b/xfce-extra/xfce4-systray/xfce4-systray-4.1.91.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systray/xfce4-systray-4.1.91.ebuild,v 1.1 2004/11/01 03:14:51 bcowan Exp $ + +IUSE="" +DESCRIPTION="Xfce 4 system tray" +SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz" +HOMEPAGE="http://xfce.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~mips" + +RDEPEND="virtual/x11 + >=x11-libs/gtk+-2.2* + dev-libs/libxml2 + =xfce-base/libxfce4util-${PV} + =xfce-base/libxfcegui4-${PV} + =xfce-base/libxfce4mcs-${PV} + =xfce-base/xfce-mcs-manager-${PV} + =xfce-base/xfce4-panel-${PV}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install () { + make DESTDIR=${D} install || die + dodoc ChangeLog* AUTHORS README* +}
\ No newline at end of file |