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:54:01
Modified: ChangeLog xfce4-panel-4.6.1.ebuild
Log:
Use xfconf.eclass.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.145 xfce-base/xfce4-panel/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/ChangeLog?rev=1.145&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/ChangeLog?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/ChangeLog?r1=1.144&r2=1.145
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog 27 Jul 2009 17:33:51 -0000 1.144
+++ ChangeLog 1 Aug 2009 22:54:01 -0000 1.145
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/xfce4-panel
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.144 2009/07/27 17:33:51 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.145 2009/08/01 22:54:01 ssuominen Exp $
+
+ 01 Aug 2009; Samuli Suominen <ssuominen@g.o>
+ xfce4-panel-4.6.1.ebuild:
+ Use xfconf.eclass.
27 Jul 2009; nixnut <nixnut@g.o> xfce4-panel-4.6.1.ebuild:
ppc stable #265587
1.11 xfce-base/xfce4-panel/xfce4-panel-4.6.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.6.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.6.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.6.1.ebuild?r1=1.10&r2=1.11
Index: xfce4-panel-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.6.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xfce4-panel-4.6.1.ebuild 27 Jul 2009 17:33:51 -0000 1.10
+++ xfce4-panel-4.6.1.ebuild 1 Aug 2009 22:54:01 -0000 1.11
@@ -1,18 +1,17 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.6.1.ebuild,v 1.10 2009/07/27 17:33:51 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.6.1.ebuild,v 1.11 2009/08/01 22:54:01 ssuominen Exp $
-EAPI="1"
+EAPI=2
+inherit xfconf
-inherit xfce4
-
-xfce4_core
-
-DESCRIPTION="Panel"
+DESCRIPTION="Panel for Xfce4"
HOMEPAGE="http://www.xfce.org/projects/xfce4-panel/"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+
LICENSE="GPL-2 LGPL-2"
-IUSE="debug doc startup-notification"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+IUSE="debug startup-notification"
RDEPEND=">=dev-libs/glib-2.8:2
x11-libs/cairo
@@ -20,16 +19,18 @@
x11-libs/libSM
>=x11-libs/gtk+-2.10:2
>=x11-libs/libwnck-2.12
- >=xfce-base/libxfce4util-${XFCE_VERSION}
- >=xfce-base/libxfcegui4-${XFCE_VERSION}
+ >=xfce-base/libxfce4util-4.6
+ >=xfce-base/libxfcegui4-4.6
>=xfce-extra/exo-0.3.100
startup-notification? ( x11-libs/startup-notification )"
DEPEND="${RDEPEND}
dev-util/intltool
- doc? ( dev-util/gtk-doc )"
+ sys-devel/gettext
+ dev-util/pkgconfig"
pkg_setup() {
- XFCE_CONFIG+=" $(use_enable doc gtk-doc)"
+ XFCONF="--disable-dependency-tracking
+ $(use_enable startup-notification)
+ $(use_enable debug)"
+ DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
}
-
-DOCS="AUTHORS ChangeLog HACKING NEWS README"
|
|