summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-10-30 22:01:32 +0000
committerChristoph Mende <angelos@gentoo.org>2008-10-30 22:01:32 +0000
commitd9b3ca0c63123ed331d592f87a5b213cb64c9f24 (patch)
tree64eccd0e9fefc6354e9d09a137ba95ba277f362e /xfce-base
parentXfce-4.4.3 bump (diff)
downloadgentoo-2-d9b3ca0c63123ed331d592f87a5b213cb64c9f24.tar.gz
gentoo-2-d9b3ca0c63123ed331d592f87a5b213cb64c9f24.tar.bz2
gentoo-2-d9b3ca0c63123ed331d592f87a5b213cb64c9f24.zip
Xfce-4.4.3 bump
(Portage version: 2.2_rc12/cvs/Linux 2.6.28-rc2 x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/libxfcegui4/ChangeLog8
-rw-r--r--xfce-base/libxfcegui4/libxfcegui4-4.4.3.ebuild30
2 files changed, 37 insertions, 1 deletions
diff --git a/xfce-base/libxfcegui4/ChangeLog b/xfce-base/libxfcegui4/ChangeLog
index 001f60735e6e..0172213f48d8 100644
--- a/xfce-base/libxfcegui4/ChangeLog
+++ b/xfce-base/libxfcegui4/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-base/libxfcegui4
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.113 2008/05/04 19:05:18 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.114 2008/10/30 22:01:32 angelos Exp $
+
+*libxfcegui4-4.4.3 (30 Oct 2008)
+
+ 30 Oct 2008; Christoph Mende <angelos@gentoo.org>
+ +libxfcegui4-4.4.3.ebuild:
+ Xfce-4.4.3 bump
04 May 2008; Samuli Suominen <drac@gentoo.org> libxfcegui4-4.4.2.ebuild:
Remove -Werror from configure.
diff --git a/xfce-base/libxfcegui4/libxfcegui4-4.4.3.ebuild b/xfce-base/libxfcegui4/libxfcegui4-4.4.3.ebuild
new file mode 100644
index 000000000000..6dccc56e6bed
--- /dev/null
+++ b/xfce-base/libxfcegui4/libxfcegui4-4.4.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.4.3.ebuild,v 1.1 2008/10/30 22:01:32 angelos Exp $
+
+inherit xfce44
+
+XFCE_VERSION=4.4.3
+
+xfce44
+xfce44_core_package
+
+DESCRIPTION="Unified widgets library"
+HOMEPAGE="http://www.xfce.org/projects/libraries"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="debug doc startup-notification"
+
+RDEPEND="x11-libs/libSM
+ x11-libs/libX11
+ >=x11-libs/gtk+-2.6
+ >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
+ startup-notification? ( x11-libs/startup-notification )"
+DEPEND="${RDEPEND}
+ doc? ( dev-util/gtk-doc )"
+
+#src_unpack() {
+# unpack ${A}
+# sed -i -e "s:-Werror::g" "${S}"/configure || die "sed failed"
+#}
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"