summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-07-19 20:50:37 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-07-19 20:50:37 +0000
commit09c1408a5197e5944c8113a594c3f6224268891c (patch)
tree523fffb0a1a5d563b8c0fb7cf17377b5001aad9c /x11-libs/libwnck
parentAutoconf 2.64 compability wrt #257606. (diff)
downloadgentoo-2-09c1408a5197e5944c8113a594c3f6224268891c.tar.gz
gentoo-2-09c1408a5197e5944c8113a594c3f6224268891c.tar.bz2
gentoo-2-09c1408a5197e5944c8113a594c3f6224268891c.zip
Version bump. Small bug fixes and translation updates. Set GCONF_DEBUG, bug #268747.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libwnck')
-rw-r--r--x11-libs/libwnck/ChangeLog11
-rw-r--r--x11-libs/libwnck/libwnck-2.26.2.ebuild29
2 files changed, 38 insertions, 2 deletions
diff --git a/x11-libs/libwnck/ChangeLog b/x11-libs/libwnck/ChangeLog
index bcec592b9d8e..ba1b8a105620 100644
--- a/x11-libs/libwnck/ChangeLog
+++ b/x11-libs/libwnck/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-libs/libwnck
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.216 2009/05/04 22:35:25 eva Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.217 2009/07/19 20:50:37 eva Exp $
+
+*libwnck-2.26.2 (19 Jul 2009)
+
+ 19 Jul 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ +libwnck-2.26.2.ebuild:
+ Version bump. Small bug fixes and translation updates. Set GCONF_DEBUG,
+ bug #268747.
*libwnck-2.26.1 (04 May 2009)
diff --git a/x11-libs/libwnck/libwnck-2.26.2.ebuild b/x11-libs/libwnck/libwnck-2.26.2.ebuild
new file mode 100644
index 000000000000..80812500908b
--- /dev/null
+++ b/x11-libs/libwnck/libwnck-2.26.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-2.26.2.ebuild,v 1.1 2009/07/19 20:50:37 eva Exp $
+
+GCONF_DEBUG="no"
+
+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.16.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.40
+ doc? ( >=dev-util/gtk-doc-1.9 )"
+
+DOCS="AUTHORS ChangeLog HACKING NEWS README"