Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 199681 Details for
Bug 279697
pykdeuic4 missing from kde-base/pykde4-4.2.4-r2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pykde4-4.2.4-r3.ebuild that adds pykdeuic4 as a bin
pykde4-4.2.4-r3.ebuild (text/plain), 2.02 KB, created by
JTRiley
on 2009-07-30 17:59:07 UTC
(
hide
)
Description:
pykde4-4.2.4-r3.ebuild that adds pykdeuic4 as a bin
Filename:
MIME Type:
Creator:
JTRiley
Created:
2009-07-30 17:59:07 UTC
Size:
2.02 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.2.4-r2.ebuild,v 1.1 2009/06/16 15:27:57 hwoarang Exp $ > >EAPI="2" > >KMNAME="kdebindings" >KMMODULE="python/${PN}" >OPENGL_REQUIRED="always" >inherit python kde4-meta > >DESCRIPTION="Python bindings for KDE4" >KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" >IUSE="akonadi debug examples semantic-desktop" > >DEPEND=" > >=dev-python/PyQt4-4.5_pre1[dbus,svg,webkit,X] > >=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,opengl,semantic-desktop?] > akonadi? ( >=kde-base/kdepimlibs-${PV}:${SLOT}[kdeprefix=] ) >" ># blocker added due to compatibility issues and error during compile time >RDEPEND="${DEPEND} > !dev-python/pykde >" >PATCHES=( > "${FILESDIR}"/pykde4_sip-4.8.patch >) > >src_prepare() { > kde4-meta_src_prepare > > if ! use examples; then > sed -e '/^ADD_SUBDIRECTORY(examples)/s/^/# DISABLED /' -i python/${PN}/CMakeLists.txt \ > || die "Failed to disable examples" > fi >} > >src_configure() { > mycmakeargs="${mycmakeargs} > -DWITH_QScintilla=OFF > $(cmake-utils_use_with semantic-desktop Soprano) > $(cmake-utils_use_with semantic-desktop Nepomuk) > $(cmake-utils_use_with akonadi Akonadi) > $(cmake-utils_use_with akonadi KdepimLibs)" > > kde4-meta_src_configure >} > >src_install() { > kde4-meta_src_install > > newbin ${S}/python/pykde4/tools/pykdeuic4/pykdeuic4.py pykdeuic4 > > python_version > rm -f \ > "${D}/usr/$(get_libdir)/python${PYVER}"/site-packages/PyKDE4/*.py[co] \ > "${D}${PREFIX}"/share/apps/"${PN}"/*.py[co] >} > >pkg_postinst() { > kde4-meta_pkg_postinst > > python_mod_optimize "/usr/$(get_libdir)/python${PYVER}"/site-packages/PyKDE4 > # Do not optimize examples > python_mod_compile "${PREFIX}"/share/apps/"${PN}"/*.py > > if use examples; then > echo > elog "PyKDE4 examples have been installed to" > elog "${PREFIX}/share/apps/${PN}/examples" > echo > fi >} > >pkg_postrm() { > kde4-meta_pkg_postrm > > python_mod_cleanup \ > "/usr/$(get_libdir)/python${PYVER}"/site-packages/PyKDE4 \ > "${PREFIX}"/share/apps/"${PN}" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 279697
: 199681