Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 99649 Details for
Bug 151319
Modified gwenview ebuild with i18n support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gwenview 1.4.0 ebuild with i18n
gwenview-1.4.0-r1.ebuild (text/plain), 1.37 KB, created by
Damien Gombault
on 2006-10-14 04:09:21 UTC
(
hide
)
Description:
gwenview 1.4.0 ebuild with i18n
Filename:
MIME Type:
Creator:
Damien Gombault
Created:
2006-10-14 04:09:21 UTC
Size:
1.37 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit kde > >MY_P=${P/_/} >S=${WORKDIR}/${MY_P} > >DESCRIPTION="image viewer for KDE" >HOMEPAGE="http://gwenview.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" >LICENSE="GPL-2" > >SLOT="0" >KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" >IUSE="kipi" > >DEPEND="kipi? ( >=media-plugins/kipi-plugins-0.1.0_beta2 ) > media-libs/libexif" > >need-kde 3 > >I18N="${PN}-i18n-${PV}" > >LANGS="ar az bg br ca cs cy da de el en_GB es et fi fo fr ga gl he hi hu >is it ja ka ko lt nb nl nso pa pl pt pt_BR ro ru rw sk sr sr@Latn sv >ta tr uk ven xh zh_CN zh_TW zu" > >for X in ${LANGS}; do > SRC_URI="${SRC_URI} linguas_${X}? ( mirror://sourceforge/${PN}/${I18N}.tar.bz2 )" > 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 > rm -f configure > fi >} > >src_compile() { > local myconf="$(use_enable kipi)" > rm -f "${S}/configure" > > kde_src_compile > > if [ -d "${WORKDIR}/${I18N}" ]; then > KDE_S="${WORKDIR}/${I18N}" \ > kde_src_compile > fi >} > >src_install() { > kde_src_install > > if [ -d "${WORKDIR}/${I18N}" ]; then > KDE_S="${WORKDIR}/${I18N}" \ > kde_src_install > 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 151319
: 99649