From: "Theo Chatzimichos (tampakrap)" <tampakrap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: ChangeLog qt-assistant-4.7.2.ebuild
Date: Tue, 1 Mar 2011 19:05:56 +0000 (UTC) [thread overview]
Message-ID: <20110301190556.024AD20054@flycatcher.gentoo.org> (raw)
tampakrap 11/03/01 19:05:55
Modified: ChangeLog
Added: qt-assistant-4.7.2.ebuild
Log:
Version bump Qt 4.7.2
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Revision Changes Path
1.103 x11-libs/qt-assistant/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/ChangeLog?r1=1.102&r2=1.103
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog 23 Dec 2010 07:54:34 -0000 1.102
+++ ChangeLog 1 Mar 2011 19:05:55 -0000 1.103
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/qt-assistant
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.102 2010/12/23 07:54:34 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.103 2011/03/01 19:05:55 tampakrap Exp $
+
+*qt-assistant-4.7.2 (01 Mar 2011)
+
+ 01 Mar 2011; Theo Chatzimichos <tampakrap@gentoo.org>
+ +qt-assistant-4.7.2.ebuild:
+ Version bump Qt 4.7.2
23 Dec 2010; Samuli Suominen <ssuominen@gentoo.org>
qt-assistant-4.6.3.ebuild:
1.1 x11-libs/qt-assistant/qt-assistant-4.7.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.2.ebuild?rev=1.1&content-type=text/plain
Index: qt-assistant-4.7.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.2.ebuild,v 1.1 2011/03/01 19:05:55 tampakrap Exp $
EAPI="3"
inherit qt4-build
DESCRIPTION="The assistant help module for the Qt toolkit"
SLOT="4"
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
IUSE="compat doc +glib qt3support trace"
SRC_URI+=" compat? ( ftp://ftp.qt.nokia.com/qt/source/${PN}-qassistantclient-library-compat-src-4.6.3.tar.gz )"
DEPEND="~x11-libs/qt-gui-${PV}[aqua=,debug=,glib=,qt3support=,trace?]
~x11-libs/qt-sql-${PV}[aqua=,debug=,qt3support=,sqlite]
~x11-libs/qt-webkit-${PV}[aqua=,debug=]
~x11-libs/qt-declarative-${PV}[debug=,qt3support=]"
RDEPEND="${DEPEND}"
pkg_setup() {
# Pixeltool isn't really assistant related, but it relies on
# the assistant libraries. doc/qch/
QT4_TARGET_DIRECTORIES="
tools/assistant
tools/pixeltool
tools/qdoc3"
QT4_EXTRACT_DIRECTORIES="
tools/
demos/
examples/
src/
include/
doc/"
use trace && QT4_TARGET_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
tools/qttracereplay"
QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
${QT4_EXTRACT_DIRECTORIES}"
qt4-build_pkg_setup
}
src_unpack() {
qt4-build_src_unpack
# compat version
# http://labs.qt.nokia.com/2010/06/22/qt-assistant-compat-version-available-as-extra-source-package/
if use compat; then
unpack "${PN}"-qassistantclient-library-compat-src-4.6.3.tar.gz
mv "${WORKDIR}"/"${PN}"-qassistantclient-library-compat-version-4.6.3 \
"${S}"/tools/assistant/compat ||
die "moving compat to the right place failed"
tar xzf "${FILESDIR}"/"${PN}"-4.7-include.tar.gz -C "${S}"/include/ ||
die "unpacking the include files failed"
fi
}
src_prepare() {
qt4-build_src_prepare
if use compat; then
epatch "${FILESDIR}"/"${PN}"-4.7-fix-compat.patch
fi
}
src_configure() {
myconf="${myconf} -no-xkb -no-fontconfig -no-xrender -no-xrandr
-no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl
-no-nas-sound -no-dbus -iconv -no-cups -no-nis -no-gif -no-libpng
-no-libmng -no-libjpeg -no-openssl -system-zlib -no-phonon
-no-xmlpatterns -no-freetype -no-libtiff -no-accessibility
-no-fontconfig -no-multimedia -no-svg $(qt_use qt3support)"
! use glib && myconf="${myconf} -no-glib"
qt4-build_src_configure
}
src_compile() {
# help libQtHelp find freshly built libQtCLucene (bug #289811)
export LD_LIBRARY_PATH="${S}/lib:${QTLIBDIR}"
export DYLD_LIBRARY_PATH="${S}/lib:${S}/lib/QtHelp.framework"
qt4-build_src_compile
# ugly hack to build docs
cd "${S}"
qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" projects.pro || die
emake qch_docs || die "emake qch_docs failed"
if use doc; then
emake docs || die "emake docs failed"
fi
qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" projects.pro || die
}
src_install() {
qt4-build_src_install
cd "${S}"
emake INSTALL_ROOT="${D}" install_qchdocs \
|| die "failed to install qch docs"
if use doc; then
emake INSTALL_ROOT="${D}" install_htmldocs \
|| die "failed to install htmldocs"
fi
dobin "${S}"/bin/qdoc3 || die "Failed to install qdoc3"
# install correct assistant icon, bug 241208
dodir /usr/share/pixmaps/ || die "dodir failed"
insinto /usr/share/pixmaps/
doins tools/assistant/tools/assistant/images/assistant.png ||
die "doins failed"
# Note: absolute image path required here!
make_desktop_entry "${EPREFIX}"/usr/bin/assistant Assistant \
"${EPREFIX}"/usr/share/pixmaps/assistant.png 'Qt;Development;GUIDesigner' ||
die "make_desktop_entry failed"
if use compat; then
insinto /usr/share/qt4/mkspecs/features || die "insinto failed"
doins tools/assistant/compat/features/assistant.prf || die "doins failed"
fi
}
next reply other threads:[~2011-03-01 19:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-01 19:05 Theo Chatzimichos (tampakrap) [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-05-09 6:51 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: ChangeLog qt-assistant-4.7.2.ebuild Thomas Kahle (tomka)
2011-05-09 22:07 Markos Chandras (hwoarang)
2011-06-01 15:02 Brent Baude (ranger)
2011-06-05 12:33 Markus Meier (maekke)
2011-07-13 12:55 Kacper Kowalik (xarthisius)
2012-05-14 12:25 Johannes Huber (johu)
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=20110301190556.024AD20054@flycatcher.gentoo.org \
--to=tampakrap@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