diff options
author | 2008-07-01 21:49:19 +0000 | |
---|---|---|
committer | 2008-07-01 21:49:19 +0000 | |
commit | d0e6253951d230de789ae62cd4fd04eb8f66c708 (patch) | |
tree | a790297d43d1c4a60754bec080eb57ee33000445 /x11-libs | |
parent | Fix ChangeLog entry. (diff) | |
download | gentoo-2-d0e6253951d230de789ae62cd4fd04eb8f66c708.tar.gz gentoo-2-d0e6253951d230de789ae62cd4fd04eb8f66c708.tar.bz2 gentoo-2-d0e6253951d230de789ae62cd4fd04eb8f66c708.zip |
bump to 2.22.3. Small bug fix and translation update.
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libwnck/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libwnck/libwnck-2.22.3.ebuild | 27 |
2 files changed, 34 insertions, 1 deletions
diff --git a/x11-libs/libwnck/ChangeLog b/x11-libs/libwnck/ChangeLog index ae5ed151d777..e61d7a46955f 100644 --- a/x11-libs/libwnck/ChangeLog +++ b/x11-libs/libwnck/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libwnck # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.197 2008/05/17 18:43:11 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.198 2008/07/01 21:49:19 eva Exp $ + +*libwnck-2.22.3 (01 Jul 2008) + + 01 Jul 2008; Gilles Dartiguelongue <eva@gentoo.org> + +libwnck-2.22.3.ebuild: + bump to 2.22.3. Small bug fix and translation update. 17 May 2008; Mart Raudsepp <leio@gentoo.org> -files/2.22.0/001-logout-crash.patch, diff --git a/x11-libs/libwnck/libwnck-2.22.3.ebuild b/x11-libs/libwnck/libwnck-2.22.3.ebuild new file mode 100644 index 000000000000..51f146143ece --- /dev/null +++ b/x11-libs/libwnck/libwnck-2.22.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-2.22.3.ebuild,v 1.1 2008/07/01 21:49:19 eva Exp $ + +inherit gnome2 eutils + +DESCRIPTION="A window navigation construction kit" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="doc" + +RDEPEND=">=x11-libs/gtk+-2.11.3 + >=dev-libs/glib-2.13.0 + >=x11-libs/startup-notification-0.4 + x11-libs/libX11 + x11-libs/libXres + x11-libs/libXext" +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/pkgconfig-0.9 + >=dev-util/intltool-0.35 + doc? ( >=dev-util/gtk-doc-1.9 )" + +DOCS="AUTHORS ChangeLog HACKING NEWS README" |