Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 129913 Details for
Bug 189113
media-gfx/gwenview-1.3.1-r1 does not compile with errors on translations - like #187574
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for media-gfx/gwenview-1.3.1-r1.ebuild
gwenview-1.3.1-r1.patch (text/plain), 1.49 KB, created by
Ingmar Vanhassel (RETIRED)
on 2007-09-03 12:46:44 UTC
(
hide
)
Description:
Patch for media-gfx/gwenview-1.3.1-r1.ebuild
Filename:
MIME Type:
Creator:
Ingmar Vanhassel (RETIRED)
Created:
2007-09-03 12:46:44 UTC
Size:
1.49 KB
patch
obsolete
>--- /var/repositories/gentoo/media-gfx/gwenview/gwenview-1.3.1-r1.ebuild 2006-05-31 15:35:54.000000000 +0200 >+++ gwenview-1.3.1-r1.ebuild 2007-09-03 14:31:24.000000000 +0200 >@@ -1,6 +1,6 @@ > # Copyright 1999-2006 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gwenview/gwenview-1.3.1-r1.ebuild,v 1.4 2006/05/31 13:19:41 flameeyes Exp $ >+# $Header: $ > > inherit kde > >@@ -23,12 +23,43 @@ > > need-kde 3 > >+I18N="${PN}-i18n-${PV}" >+ >+LANGS="ar az br ca cs cy da de el et fo fr ga gl he hi hu is it ja ko lt >+nb nl nso pa pl pt_BR ro ru sr@Latn ta tr uk ven xh zh_CN zh_TW zu" >+ >+LANGS_DOC="da de et fr it nl pt_BR ru" >+ >+for X in ${LANGS}; do >+ IUSE="${IUSE} linguas_${X}" >+done >+ > pkg_setup(){ > if use kipi ; then > slot_rebuild "media-plugins/kipi-plugins" && die > fi > } > >+src_unpack() { >+ kde_src_unpack >+ >+ if [ -d "${WORKDIR}/${I18N}" ]; then >+ cd "${WORKDIR}/${I18N}" >+ for X in ${LANGS}; do >+ use linguas_${X} || rm -rf "${X}" >+ done >+ >+ MAKE_DOC=$(echo $(echo "${LINGUAS} ${LANGS_DOC}" | tr ' ' '\n' | \ >+ sort | uniq -d)) >+ [[ -n ${MAKE_DOC} ]] && [[ -n ${DOC_DIR_SUFFIX} ]] && \ >+ MAKE_DOC=$(echo "${MAKE_DOC}" | tr '\n' ' ') && \ >+ MAKE_DOC="${MAKE_DOC// /${DOC_DIR_SUFFIX} }" >+ sed -i -e "s:^SUBDIRS =.*:SUBDIRS = ${MAKE_DOC}:" \ >+ "${KDE_S}/doc/Makefile.am" || die "sed for locale failed" >+ rm -f configure >+ fi >+} >+ > src_compile() { > local myconf="$(use_enable kipi)" > kde_src_compile myconf configure
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 189113
: 129913 |
129914
|
129915