diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-11 17:26:42 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-11 17:26:42 +0000 |
commit | ffa301a9a566cf3030b09bafe406e6c12f8a9174 (patch) | |
tree | 1e41fd6fc39ac8c3a4c970ab104b6776ae4a1208 /xfce-extra/xfce4-notes-plugin | |
parent | x86 stable per bug 355911 (diff) | |
download | gentoo-2-ffa301a9a566cf3030b09bafe406e6c12f8a9174.tar.gz gentoo-2-ffa301a9a566cf3030b09bafe406e6c12f8a9174.tar.bz2 gentoo-2-ffa301a9a566cf3030b09bafe406e6c12f8a9174.zip |
Remove USE="debug" to avoid -DXFCE_DISABLE_DEPRECATED because xfce4-notes-plugin is still using libxfcegui4.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-notes-plugin')
-rw-r--r-- | xfce-extra/xfce4-notes-plugin/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/xfce-extra/xfce4-notes-plugin/ChangeLog b/xfce-extra/xfce4-notes-plugin/ChangeLog index 8c20a4989dde..33f489a7102b 100644 --- a/xfce-extra/xfce4-notes-plugin/ChangeLog +++ b/xfce-extra/xfce4-notes-plugin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/xfce4-notes-plugin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog,v 1.28 2011/02/09 21:19:50 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog,v 1.29 2011/03/11 17:26:42 ssuominen Exp $ + + 11 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> + xfce4-notes-plugin-1.7.7.ebuild: + Remove USE="debug" to avoid -DXFCE_DISABLE_DEPRECATED because + xfce4-notes-plugin is still using libxfcegui4. 09 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> xfce4-notes-plugin-1.7.7.ebuild: diff --git a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild index 2dedcb84ee07..236dcf0ab79b 100644 --- a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild +++ b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild,v 1.2 2011/02/09 21:19:50 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild,v 1.3 2011/03/11 17:26:42 ssuominen Exp $ EAPI=3 inherit xfconf @@ -12,7 +12,7 @@ SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.7/${P}.tar.bz2" LICENSE="GPL-2" 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=">=dev-libs/glib-2.16:2 >=x11-libs/gtk+-2.18:2 @@ -26,10 +26,12 @@ 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 --disable-static - $(xfconf_use_debug) ) DOCS="AUTHORS ChangeLog NEWS README" |