Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 122417 Details for
Bug 182479
[PATCH] Make x11-misc/shared-mime-info LINGUAS aware
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch for shared-mime-info-0.20.ebuild
shared-mime-info_linguas.diff (text/plain), 894 bytes, created by
Rickard Närström
on 2007-06-18 15:51:28 UTC
(
hide
)
Description:
Patch for shared-mime-info-0.20.ebuild
Filename:
MIME Type:
Creator:
Rickard Närström
Created:
2007-06-18 15:51:28 UTC
Size:
894 bytes
patch
obsolete
>--- /var/paludis/repositories/gentoo/x11-misc/shared-mime-info/shared-mime-info-0.20.ebuild 2007-06-06 19:05:48.000000000 +0200 >+++ /var/paludis/repositories/local/x11-misc/shared-mime-info/shared-mime-info-0.20.ebuild 2007-06-18 17:42:04.000000000 +0200 >@@ -12,6 +12,11 @@ > SLOT="0" > KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" > IUSE="" >+LANGS="az bg cs cy da de el eo es eu fi fr hu it ja ko lt ms nb nl nn pl pt pt_BR ru rw sq sr sv uk vi zh_CN zh_TW" >+ >+for x in ${LANGS}; do >+ IUSE="${IUSE} linguas_${x}" >+done > > RDEPEND=">=dev-libs/glib-2.2 > >=dev-libs/libxml2-2.4" >@@ -21,6 +26,12 @@ > sys-devel/gettext" > > src_compile() { >+ if [[ -n "${LINGUAS}" ]]; then >+ echo >po/LINGUAS # Truncate file >+ for x in ${LANGS}; do >+ useq linguas_${x} && echo "${x}" >>po/LINGUAS >+ done >+ fi > econf --disable-update-mimedb > emake || die "emake failed." > }
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 182479
: 122417