diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-21 13:57:51 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-21 13:57:51 +0000 |
commit | de48f84d49d7ef68b538bddb3d04babbed151ea0 (patch) | |
tree | 2a7480012db1371ff49a61799d02641c370b7bbe /xfce-base | |
parent | old (diff) | |
download | gentoo-2-de48f84d49d7ef68b538bddb3d04babbed151ea0.tar.gz gentoo-2-de48f84d49d7ef68b538bddb3d04babbed151ea0.tar.bz2 gentoo-2-de48f84d49d7ef68b538bddb3d04babbed151ea0.zip |
Add some commentry so I don't forget to sort startxfce4 out for consolekit with next version.
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/xfce-utils/xfce-utils-4.6.2-r1.ebuild | 3 | ||||
-rw-r--r-- | xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/xfce-base/xfce-utils/xfce-utils-4.6.2-r1.ebuild b/xfce-base/xfce-utils/xfce-utils-4.6.2-r1.ebuild index 23678d3c8f95..3e338707f7cc 100644 --- a/xfce-base/xfce-utils/xfce-utils-4.6.2-r1.ebuild +++ b/xfce-base/xfce-utils/xfce-utils-4.6.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.6.2-r1.ebuild,v 1.2 2010/09/06 17:48:42 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.6.2-r1.ebuild,v 1.3 2010/10/21 13:57:51 ssuominen Exp $ EAPI=3 inherit xfconf @@ -31,6 +31,7 @@ DEPEND="${RDEPEND} sys-devel/gettext" pkg_setup() { + # This patch is bogus, drop it from next version or revision PATCHES=( "${FILESDIR}"/${PN}-4.6.x-ck-launch-session.patch ) XFCONF="--disable-dependency-tracking $(use_enable dbus) diff --git a/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild b/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild index 53a3397dd41f..c0123805f0fa 100644 --- a/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild +++ b/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild,v 1.6 2010/09/10 07:27:51 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild,v 1.7 2010/10/21 13:57:51 ssuominen Exp $ EAPI=3 inherit xfconf @@ -33,6 +33,7 @@ DEPEND="${RDEPEND} sys-devel/gettext" pkg_setup() { + # These patches are bogus, drop them from next version or revision PATCHES=( "${FILESDIR}"/${P}-ck-launch-session.patch "${FILESDIR}"/${P}-ck-launch-session-2.patch |