Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
ssuominen 09/08/01 22:44:27
Modified: ChangeLog xfwm4-4.6.1.ebuild
Log:
Use xfconf.eclass.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.138 xfce-base/xfwm4/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfwm4/ChangeLog?rev=1.138&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfwm4/ChangeLog?rev=1.138&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfwm4/ChangeLog?r1=1.137&r2=1.138
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog 27 Jul 2009 17:42:07 -0000 1.137
+++ ChangeLog 1 Aug 2009 22:44:27 -0000 1.138
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/xfwm4
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.137 2009/07/27 17:42:07 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.138 2009/08/01 22:44:27 ssuominen Exp $
+
+ 01 Aug 2009; Samuli Suominen <ssuominen@g.o> xfwm4-4.6.1.ebuild:
+ Use xfconf.eclass.
27 Jul 2009; nixnut <nixnut@g.o> xfwm4-4.6.1.ebuild:
ppc stable #265587
1.10 xfce-base/xfwm4/xfwm4-4.6.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfwm4/xfwm4-4.6.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfwm4/xfwm4-4.6.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfwm4/xfwm4-4.6.1.ebuild?r1=1.9&r2=1.10
Index: xfwm4-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.6.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xfwm4-4.6.1.ebuild 27 Jul 2009 17:42:07 -0000 1.9
+++ xfwm4-4.6.1.ebuild 1 Aug 2009 22:44:27 -0000 1.10
@@ -1,17 +1,16 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.6.1.ebuild,v 1.9 2009/07/27 17:42:07 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.6.1.ebuild,v 1.10 2009/08/01 22:44:27 ssuominen Exp $
-EAPI="1"
+EAPI=2
+inherit xfconf
-inherit xfce4
-
-xfce4_core
-
-DESCRIPTION="Window manager"
+DESCRIPTION="Window manager for Xfce4"
HOMEPAGE="http://www.xfce.org/projects/xfwm4/"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="debug startup-notification xcomposite"
RDEPEND=">=dev-libs/glib-2.10:2
@@ -25,19 +24,25 @@
x11-libs/libXpm
x11-libs/pango
>=x11-libs/libwnck-2.12
- >=xfce-base/libxfce4util-${XFCE_VERSION}
- >=xfce-base/libxfcegui4-${XFCE_VERSION}
- >=xfce-base/xfconf-${XFCE_VERSION}
+ >=xfce-base/libxfce4util-4.6
+ >=xfce-base/libxfcegui4-4.6
+ >=xfce-base/xfconf-4.6
startup-notification? ( x11-libs/startup-notification )
xcomposite? ( x11-libs/libXcomposite
x11-libs/libXdamage
x11-libs/libXfixes )"
DEPEND="${RDEPEND}
- dev-util/intltool"
+ dev-util/intltool
+ dev-util/pkgconfig
+ sys-devel/gettext"
pkg_setup() {
- XFCE_CONFIG+=" --enable-xsync --enable-render --enable-randr
- $(use_enable xcomposite compositor)"
+ XFCONF="--disable-dependency-tracking
+ $(use_enable startup-notification)
+ --enable-xsync
+ --enable-render
+ --enable-randr
+ $(use_enable xcomposite compositor)
+ $(use_enable debug)"
+ DOCS="AUTHORS ChangeLog COMPOSITOR NEWS README TODO"
}
-
-DOCS="AUTHORS ChangeLog COMPOSITOR NEWS README TODO"
|
|