public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-qt: ChangeLog metadata.xml gtk-engines-qt-0.8-r3.ebuild
@ 2008-08-14  6:53 Stephanie J. Lockwood-Childs (wormo)
  0 siblings, 0 replies; only message in thread
From: Stephanie J. Lockwood-Childs (wormo) @ 2008-08-14  6:53 UTC (permalink / raw
  To: gentoo-commits

wormo       08/08/14 06:53:44

  Modified:             ChangeLog metadata.xml
  Added:                gtk-engines-qt-0.8-r3.ebuild
  Log:
    Replace auto-detection of libbonobo with a gnome USE-flag that explicitly
    enables and disables libbonoboui support (bug #206568)
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.39                 x11-themes/gtk-engines-qt/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qt/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qt/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qt/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qt/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	9 Aug 2008 22:18:48 -0000	1.38
+++ ChangeLog	14 Aug 2008 06:53:44 -0000	1.39
@@ -1,6 +1,14 @@
 # ChangeLog for x11-themes/gtk-engines-qt
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qt/ChangeLog,v 1.38 2008/08/09 22:18:48 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qt/ChangeLog,v 1.39 2008/08/14 06:53:44 wormo Exp $
+
+*gtk-engines-qt-0.8-r3 (14 Aug 2008)
+
+  14 Aug 2008; Stephanie Lockwood-Childs <wormo@gentoo.org>
+  +files/gtk-engines-qt-0.8-optional-bonobo.patch, metadata.xml,
+  +gtk-engines-qt-0.8-r3.ebuild:
+  Replace auto-detection of libbonobo with a gnome USE-flag that explicitly
+  enables and disables libbonoboui support (bug #206568)
 
 *gtk-engines-qt-0.8-r2 (10 Aug 2008)
 



1.6                  x11-themes/gtk-engines-qt/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qt/metadata.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qt/metadata.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qt/metadata.xml?r1=1.5&r2=1.6

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qt/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml	15 May 2007 14:27:20 -0000	1.5
+++ metadata.xml	14 Aug 2008 06:53:44 -0000	1.6
@@ -5,4 +5,8 @@
 <maintainer>
   <email>genstef@gentoo.org</email>
 </maintainer>
+<use>
+  <flag name='gnome'>Enable proper theming of buttons in gnome toolbars (as
+  opposed to just plain gtk+ toolbars)</flag>
+</use>
 </pkgmetadata>



1.1                  x11-themes/gtk-engines-qt/gtk-engines-qt-0.8-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qt/gtk-engines-qt-0.8-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qt/gtk-engines-qt-0.8-r3.ebuild?rev=1.1&content-type=text/plain

Index: gtk-engines-qt-0.8-r3.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qt/gtk-engines-qt-0.8-r3.ebuild,v 1.1 2008/08/14 06:53:44 wormo Exp $

ARTS_REQUIRED="never"

inherit kde cmake-utils

MY_PN="gtk-qt-engine"
DESCRIPTION="GTK+2 Qt 3 Theme Engine"
HOMEPAGE="http://gtk-qt.ecs.soton.ac.uk"
SRC_URI="http://gtk-qt.ecs.soton.ac.uk/files/${PV}/${MY_PN}-${PV}.tar.bz2"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"

IUSE="gnome"

LANGS="bg de es fr it nn ru sv tr"
for X in ${LANGS}; do IUSE="${IUSE} linguas_${X}"; done

COMMONDEPEND=">=x11-libs/gtk+-2.2
	gnome? ( =gnome-base/libbonoboui-2* )"

DEPEND="${COMMONDEPEND}
	dev-util/cmake"
# the little gnome_apps.png...
RDEPEND="${COMMONDEPEND}
	|| ( =kde-base/kdebase-data-3.5* =kde-base/kdebase-3.5* )"
need-kde 3.5

# Set slot after the need-kde. Fixes bug #78455.
SLOT="2"

S="${WORKDIR}/${MY_PN}"

PATCHES="${FILESDIR}/gtk-engines-qt-0.8-konq-flash.patch
	${FILESDIR}/gtk-engines-qt-0.8-optional-bonobo.patch"

src_compile() {
	# enable or disable bonobo support based on gnome useflag (bug #206568)
	mycmakeargs="${mycmakeargs}
		$(cmake-utils_use_enable gnome BONOBO)"
	cmake-utils_src_compile
}

src_install() {
	kde_src_install
	mv "${D}"/usr/local/share/applications "${D}"/usr/share/ || die

	# only install requested translations (bug #205940)
	strip-linguas ${LANGS}
	dodir /usr/share/locale
	for lang in ${LINGUAS}; do
		mv "${D}"/usr/local/share/locale/$lang "${D}"/usr/share/locale || die
	done
	rm -rf "${D}"/usr/local/share
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-14  6:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-14  6:53 [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-qt: ChangeLog metadata.xml gtk-engines-qt-0.8-r3.ebuild Stephanie J. Lockwood-Childs (wormo)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox