From: "Samuli Suominen (drac)" <drac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/xfdesktop: xfdesktop-4.4.2.ebuild ChangeLog
Date: Sun, 02 Dec 2007 17:14:08 +0000 [thread overview]
Message-ID: <E1IysOO-0006Dc-CD@stork.gentoo.org> (raw)
drac 07/12/02 17:14:08
Modified: xfdesktop-4.4.2.ebuild ChangeLog
Log:
Rename USE minimal to USE menu-plugin and enable it by default using EAPI=1.
(Portage version: 2.1.4_rc4)
Revision Changes Path
1.2 xfce-base/xfdesktop/xfdesktop-4.4.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.4.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.4.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.4.2.ebuild?r1=1.1&r2=1.2
Index: xfdesktop-4.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfdesktop-4.4.2.ebuild 18 Nov 2007 07:04:49 -0000 1.1
+++ xfdesktop-4.4.2.ebuild 2 Dec 2007 17:14:07 -0000 1.2
@@ -1,6 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.4.2.ebuild,v 1.1 2007/11/18 07:04:49 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.4.2.ebuild,v 1.2 2007/12/02 17:14:07 drac Exp $
+
+EAPI=1
inherit eutils xfce44
@@ -11,7 +13,7 @@
DESCRIPTION="Desktop manager"
HOMEPAGE="http://www.xfce.org/projects/xfdesktop"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="dbus debug doc minimal"
+IUSE="dbus debug doc +menu-plugin"
LANG="be ca cs da de el es et eu fi fr he hu it ja ko nb_NO nl pa pl pt_BR ro ru sk sv tr uk vi zh_CN zh_TW"
@@ -25,8 +27,8 @@
>=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}
>=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}
dbus? ( dev-libs/dbus-glib >=xfce-base/thunar-${THUNAR_MASTER_VERSION} )
- !minimal? ( >=xfce-base/xfce4-panel-${XFCE_MASTER_VERSION}
- >=xfce-extra/exo-0.3.2 )"
+ menu-plugin? ( >=xfce-base/xfce4-panel-${XFCE_MASTER_VERSION} )
+ >=xfce-extra/exo-0.3.2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/intltool"
@@ -35,7 +37,7 @@
IUSE="${IUSE} linguas_${X}"
done
-XFCE_CONFIG="${XFCE_CONFIG} $(use_enable doc xsltproc)"
+XFCE_CONFIG="${XFCE_CONFIG} $(use_enable doc xsltproc) $(use_enable menu-plugin panel-plugin) --enable-exo"
DOCS="AUTHORS ChangeLog NEWS TODO README"
XFCE_LOCALIZED_CONFIGS="/etc/xdg/xfce4/desktop/xfce-registered-categories.xml
/etc/xdg/xfce4/desktop/menu.xml"
@@ -45,12 +47,7 @@
XFCE_CONFIG="${XFCE_CONFIG} --enable-thunarx --enable-file-icons"
else
XFCE_CONFIG="${XFCE_CONFIG} --disable-thunarx --disable-file-icons"
- fi
-
- if use minimal; then
- XFCE_CONFIG="${XFCE_CONFIG} --disable-desktop-icons --disable-exo --disable-panel-plugin"
- else
- XFCE_CONFIG="${XFCE_CONFIG} --enable-desktop-icons --enable-exo --enable-panel-plugin"
+ ewarn "Disabling desktop icons because USE dbus is not selected."
fi
}
@@ -71,5 +68,5 @@
pkg_postinst() {
xfce44_pkg_postinst
- use dbus || elog "You need USE=\"dbus\" to enable desktop icons."
+ use dbus || elog "Desktop icons disabled because USE dbus was not selected."
}
1.111 xfce-base/xfdesktop/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfdesktop/ChangeLog?rev=1.111&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfdesktop/ChangeLog?rev=1.111&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfdesktop/ChangeLog?r1=1.110&r2=1.111
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog 18 Nov 2007 07:04:49 -0000 1.110
+++ ChangeLog 2 Dec 2007 17:14:07 -0000 1.111
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/xfdesktop
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.110 2007/11/18 07:04:49 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.111 2007/12/02 17:14:07 drac Exp $
+
+ 02 Dec 2007; Samuli Suominen <drac@gentoo.org> xfdesktop-4.4.2.ebuild:
+ Rename USE minimal to USE menu-plugin and enable it by default using EAPI=1.
*xfdesktop-4.4.2 (18 Nov 2007)
--
gentoo-commits@gentoo.org mailing list
next reply other threads:[~2007-12-02 17:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-02 17:14 Samuli Suominen (drac) [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-12-05 18:29 [gentoo-commits] gentoo-x86 commit in xfce-base/xfdesktop: xfdesktop-4.4.2.ebuild ChangeLog Samuli Suominen (drac)
2007-12-09 17:28 Dawid Weglinski (cla)
2007-12-09 18:07 Samuli Suominen (drac)
2007-12-09 20:38 Tobias Scherbaum (dertobi123)
2007-12-12 9:06 Raul Porcel (armin76)
2007-12-12 14:53 Brent Baude (ranger)
2007-12-17 18:39 Jeroen Roovers (jer)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1IysOO-0006Dc-CD@stork.gentoo.org \
--to=drac@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox