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
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Samuli Suominen (ssuominen)" <ssuominen@g.o>
|
|
Subject:
|
gentoo-x86 commit in xfce-base/xfce4-settings: xfce4-settings-4.6.1-r1.ebuild ChangeLog
|
|
Date:
|
Sat, 01 Aug 2009 22:24:07 +0000
|
|
ssuominen 09/08/01 22:24:07
Modified: xfce4-settings-4.6.1-r1.ebuild ChangeLog
Log:
Use xfconf.eclass.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.2 xfce-base/xfce4-settings/xfce4-settings-4.6.1-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.1-r1.ebuild?r1=1.1&r2=1.2
Index: xfce4-settings-4.6.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-settings-4.6.1-r1.ebuild 20 Jul 2009 09:11:01 -0000 1.1
+++ xfce4-settings-4.6.1-r1.ebuild 1 Aug 2009 22:24:07 -0000 1.2
@@ -1,13 +1,15 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.1-r1.ebuild,v 1.1 2009/07/20 09:11:01 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.1-r1.ebuild,v 1.2 2009/08/01 22:24:07 ssuominen Exp $
-EAPI=1
-inherit eutils xfce4
+EAPI=2
+inherit xfconf
-xfce4_core
+DESCRIPTION="Settings daemon for Xfce4"
+HOMEPAGE="http://www.xfce.org"
-DESCRIPTION="Xfce4 settings"
+LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug +keyboard libnotify sound"
@@ -21,28 +23,29 @@
x11-libs/libXrandr
x11-libs/libwnck
>=x11-base/xorg-server-1.5.3
- >=xfce-base/libxfce4util-${XFCE_VERSION}
- >=xfce-base/libxfcegui4-${XFCE_VERSION}
- >=xfce-base/xfconf-${XFCE_VERSION}
- !xfce-base/xfce-mcs-manager
- !xfce-base/xfce-mcs-plugins
+ >=xfce-base/libxfce4util-4.6
+ >=xfce-base/libxfcegui4-4.6
+ >=xfce-base/xfconf-4.6
>=xfce-extra/exo-0.3.100
libnotify? ( x11-libs/libnotify )
keyboard? ( >=x11-libs/libxklavier-4 )
sound? ( media-libs/libcanberra )"
DEPEND="${RDEPEND}
dev-util/intltool
+ sys-devel/gettext
+ dev-util/pkgconfig
x11-proto/inputproto
- x11-proto/xf86vidmodeproto"
+ x11-proto/xf86vidmodeproto
+ !xfce-base/xfce-mcs-manager
+ !xfce-base/xfce-mcs-plugins"
pkg_setup() {
- XFCE_CONFIG+=" $(use_enable libnotify) $(use_enable keyboard libxklavier)
- $(use_enable sound sound-settings) --enable-xcursor"
- DOCS="AUTHORS ChangeLog NEWS README TODO"
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-libxklavier.patch
+ XFCONF="--disable-dependency-tracking
+ $(use_enable libnotify)
+ --enable-xcursor
+ $(use_enable keyboard libxklavier)
+ $(use_enable sound sound-settings)
+ $(use_enable debug)"
+ DOCS="AUTHORS ChangeLog NEWS TODO"
+ PATCHES=( "${FILESDIR}/${P}-libxklavier.patch" )
}
1.16 xfce-base/xfce4-settings/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 27 Jul 2009 17:48:01 -0000 1.15
+++ ChangeLog 1 Aug 2009 22:24:07 -0000 1.16
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/xfce4-settings
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.15 2009/07/27 17:48:01 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.16 2009/08/01 22:24:07 ssuominen Exp $
+
+ 01 Aug 2009; Samuli Suominen <ssuominen@g.o>
+ xfce4-settings-4.6.1-r1.ebuild:
+ Use xfconf.eclass.
27 Jul 2009; nixnut <nixnut@g.o> xfce4-settings-4.6.1.ebuild:
ppc stable #265587
|
|