Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 255785 Details for
Bug 345671
Failed to emerge kde-base/plasma-workspace-4.4.5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild
plasma-workspace-4.4.5-r1.ebuild (text/plain), 2.88 KB, created by
Christoph Erhardt
on 2010-11-29 02:46:18 UTC
(
hide
)
Description:
Updated ebuild
Filename:
MIME Type:
Creator:
Christoph Erhardt
Created:
2010-11-29 02:46:18 UTC
Size:
2.88 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.4.5.ebuild,v 1.5 2010/08/09 17:34:34 scarabeus Exp $ > >EAPI="3" > >KMNAME="kdebase-workspace" >KMMODULE="plasma" >PYTHON_DEPEND="python? 2" >inherit python kde4-meta > >DESCRIPTION="Plasma: KDE desktop framework" >KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux" >IUSE="debug +handbook google-gadgets python rss semantic-desktop xinerama" > >COMMONDEPEND=" > $(add_kdebase_dep kdelibs 'semantic-desktop?') > $(add_kdebase_dep kephal) > $(add_kdebase_dep ksysguard) > $(add_kdebase_dep libkworkspace) > $(add_kdebase_dep libplasmaclock) > $(add_kdebase_dep libplasmagenericshell) > $(add_kdebase_dep libtaskmanager) > $(add_kdebase_dep solid) > x11-libs/libXcomposite > x11-libs/libXdamage > x11-libs/libXfixes > x11-libs/libXrender > google-gadgets? ( >=x11-misc/google-gadgets-0.11.0[qt4] ) > python? ( > >=dev-python/PyQt4-4.4.0[X] > >=dev-python/sip-4.7.1 > $(add_kdebase_dep pykde4) > ) > rss? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') ) > xinerama? ( x11-libs/libXinerama ) >" >DEPEND="${COMMONDEPEND} > x11-proto/compositeproto > x11-proto/damageproto > x11-proto/fixesproto > x11-proto/renderproto > xinerama? ( x11-proto/xineramaproto ) >" >RDEPEND="${COMMONDEPEND} > $(add_kdebase_dep plasma-runtime) >" > >KMEXTRACTONLY=" > krunner/dbus/org.freedesktop.ScreenSaver.xml > krunner/dbus/org.kde.krunner.App.xml > ksmserver/org.kde.KSMServerInterface.xml > libs/kworkspace/ > libs/taskmanager/ > libs/plasmagenericshell/ > libs/ksysguard/ > ksysguard/ >" > >KMLOADLIBS="libkworkspace libplasmaclock libplasmagenericshell libtaskmanager" > >PATCHES=( > "${FILESDIR}/${PN}-4.4.2-xinerama_cmake_automagic.patch" > "${FILESDIR}/${PN}-4.4.5-battery.patch" >) > >pkg_setup() { > python_set_active_version 2 > kde4-meta_pkg_setup >} > >src_unpack() { > if use handbook; then > KMEXTRA+=" doc/plasma-desktop" > fi > > kde4-meta_src_unpack >} > >src_configure() { > mycmakeargs=( > $(cmake-utils_use_with google-gadgets Googlegadgets) > $(cmake-utils_use_with python SIP) > $(cmake-utils_use_with python PyQt4) > $(cmake-utils_use_with python PyKDE4) > $(cmake-utils_use_with rss KdepimLibs) > $(cmake-utils_use_with semantic-desktop Nepomuk) > $(cmake-utils_use_with semantic-desktop Soprano) > $(cmake-utils_use_with xinerama X11_Xinerama) > -DWITH_Xmms=OFF > ) > > kde4-meta_src_configure >} > >src_install() { > kde4-meta_src_install > > rm -f \ > "${ED}$(python_get_sitedir)"/PyKDE4/*.py[co] \ > "${ED}${KDEDIR}"/share/apps/plasma_scriptengine_python/*.py[co] >} > >pkg_postinst() { > kde4-meta_pkg_postinst > > if use python; then > python_mod_optimize \ > PyKDE4 \ > "${KDEDIR}"/share/apps/plasma_scriptengine_python > fi >} > >pkg_postrm() { > kde4-meta_pkg_postrm > > if [[ -d ${EKDEDIR}/share/apps/plasma_scriptengine_python ]]; then > python_mod_cleanup \ > PyKDE4 \ > "${KDEDIR}"/share/apps/plasma_scriptengine_python > fi >}
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 345671
:
254439
|
255739
|
255785
|
260561