diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-11 17:02:09 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-11 17:02:09 +0000 |
commit | 6f21cce8a2aabd45cf7a9c6b9b3d19a417144ac3 (patch) | |
tree | cb8082ce0cd9a6dcfa1a553ec541e71122d1e6ab /xfce-extra/xfce4-fsguard-plugin | |
parent | Version bump. (diff) | |
download | gentoo-2-6f21cce8a2aabd45cf7a9c6b9b3d19a417144ac3.tar.gz gentoo-2-6f21cce8a2aabd45cf7a9c6b9b3d19a417144ac3.tar.bz2 gentoo-2-6f21cce8a2aabd45cf7a9c6b9b3d19a417144ac3.zip |
Remove USE="debug" to avoid -DXFCE_DISABLE_DEPRECATED because xfce4-fsguard-plugin is still using libxfcegui4.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-fsguard-plugin')
-rw-r--r-- | xfce-extra/xfce4-fsguard-plugin/ChangeLog | 9 | ||||
-rw-r--r-- | xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.0.ebuild | 10 |
2 files changed, 13 insertions, 6 deletions
diff --git a/xfce-extra/xfce4-fsguard-plugin/ChangeLog b/xfce-extra/xfce4-fsguard-plugin/ChangeLog index 2c7cf17d7e4e..45ae75d7c0c5 100644 --- a/xfce-extra/xfce4-fsguard-plugin/ChangeLog +++ b/xfce-extra/xfce4-fsguard-plugin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/xfce4-fsguard-plugin -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-fsguard-plugin/ChangeLog,v 1.3 2010/12/15 13:58:11 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-fsguard-plugin/ChangeLog,v 1.4 2011/03/11 17:02:09 ssuominen Exp $ + + 11 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> + xfce4-fsguard-plugin-1.0.0.ebuild: + Remove USE="debug" to avoid -DXFCE_DISABLE_DEPRECATED because + xfce4-fsguard-plugin is still using libxfcegui4. *xfce4-fsguard-plugin-1.0.0 (15 Dec 2010) diff --git a/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.0.ebuild b/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.0.ebuild index bc33787b4195..cdadb907a53d 100644 --- a/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.0.ebuild +++ b/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.0.ebuild,v 1.1 2010/12/15 13:58:11 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.0.ebuild,v 1.2 2011/03/11 17:02:09 ssuominen Exp $ EAPI=3 inherit xfconf @@ -12,7 +12,7 @@ SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.0/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="debug" +IUSE="" RDEPEND=">=x11-libs/gtk+-2.6:2 >=xfce-base/xfce4-panel-4.4 @@ -23,9 +23,11 @@ DEPEND="${RDEPEND} dev-util/intltool" pkg_setup() { + # $(xfconf_use_debug) removed because the package is still using + # deprecated libxfcegui4 functions. restore when the package has + # been migrated to libxfce4ui. XFCONF=( --disable-dependency-tracking - $(xfconf_use_debug) ) DOCS="AUTHORS ChangeLog NEWS README" } |