Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 369522 Details for
Bug 500266
sci-calculators/speedcrunch-0.11: respect LINGUAS, install svg icon
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch, works for me
speedcrunch-0.11.ebuild.patch (text/plain), 1.14 KB, created by
Nikoli
on 2014-02-04 11:43:16 UTC
(
hide
)
Description:
patch, works for me
Filename:
MIME Type:
Creator:
Nikoli
Created:
2014-02-04 11:43:16 UTC
Size:
1.14 KB
patch
obsolete
>--- /var/package-manager/portage/sci-calculators/speedcrunch/speedcrunch-0.11.ebuild 2014-02-04 04:26:07.000000000 +0400 >+++ speedcrunch-0.11.ebuild 2014-02-04 15:32:56.000000000 +0400 >@@ -4,7 +4,8 @@ > > EAPI=5 > >-inherit cmake-utils >+PLOCALES="ar_JO ca_ES cs_CZ de_DE en_GB en_US es_AR es_ES et_EE eu_ES fi_FI fr_FR he_IL hu_HU id_ID it_IT ja_JP ko_KR lv_LV nb_NO nl_NL pl_PL pt_BR pt_PT ro_RO ru_RU sv_SE tr_TR uz_UZ vi_VN zh_CN" >+inherit cmake-utils l10n > > DESCRIPTION="Fast and usable calculator for power users" > HOMEPAGE="http://speedcrunch.org/" >@@ -20,8 +21,24 @@ > > S="${WORKDIR}/SpeedCrunch-${PV}/src" > >+src_prepare() { >+ my_rm_loc() { >+ rm "resources/locale/${1}.qm" || die >+ sed -i resources/speedcrunch.qrc \ >+ -e "s|<file>locale/${1}.qm</file>||" || die >+ sed -i gui/mainwindow.cpp \ >+ -e "s|map.insert(QString::fromUtf8(\".*, QLatin1String(\"${1}\"));||" || die >+ } >+ >+ l10n_find_plocales_changes 'resources/locale' '' '.qm' >+ l10n_for_each_disabled_locale_do my_rm_loc >+ >+ cmake-utils_src_prepare >+} >+ > src_install() { > cmake-utils_src_install >- cd .. >+ cd .. || die >+ doicon -s scalable gfx/speedcrunch.svg > use doc && dodoc doc/*.pdf > }
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 500266
: 369522