Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 404188 Details for
Bug 550662
app-i18n/uim-1.8.6-r1: uim-pref-* does not build without USE=gtk
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file.
uim-1.8.6-r1.ebuild_default-tk.patch (text/plain), 674 bytes, created by
jyhpsycho
on 2015-05-28 16:24:19 UTC
(
hide
)
Description:
patch file.
Filename:
MIME Type:
Creator:
jyhpsycho
Created:
2015-05-28 16:24:19 UTC
Size:
674 bytes
patch
obsolete
>--- /usr/portage/app-i18n/uim/uim-1.8.6-r1.ebuild 2014-06-22 22:01:05.000000000 +0900 >+++ /usr/local/portage-tweaks/app-i18n/uim/uim-1.8.6-r1.ebuild 2015-05-29 00:59:23.327016564 +0900 >@@ -131,6 +131,16 @@ > myconf="${myconf} --enable-notify=libnotify" > fi > >+ # 2015-05-29 Added : Set default toolket option properly if gtk2 does not used >+ # or uim does not build some utils such as uim-pref-*. >+ if ! use gtk ; then >+ if use gtk3 ; then >+ myconf="${myconf} --enable-default-toolkit=gtk3" >+ elif use qt4 ; then >+ myconf="${myconf} --enable-default-toolkit=qt4" >+ fi >+ fi >+ > econf $(use_with X x) \ > $(use_with canna) \ > $(use_with curl) \
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 550662
:
404184
|
404186
| 404188