Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 470738 Details for
Bug 616412
net-misc/putty - add USE=gtk2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Allow building net-misc/putty with GTK+2
putty-gtk2.patch (text/plain), 834 bytes, created by
Jernej Simončič
on 2017-04-23 20:09:38 UTC
(
hide
)
Description:
Allow building net-misc/putty with GTK+2
Filename:
MIME Type:
Creator:
Jernej Simončič
Created:
2017-04-23 20:09:38 UTC
Size:
834 bytes
patch
obsolete
>--- putty-0.68.ebuild.orig 2017-04-23 21:51:25.804042474 +0200 >+++ putty-0.68.ebuild 2017-04-23 22:03:49.681965364 +0200 >@@ -10,7 +10,8 @@ > > SLOT="0" > KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" >-IUSE="doc +gtk ipv6 kerberos" >+IUSE="doc +gtk gtk2 ipv6 kerberos" >+REQUIRED_USE="gtk2? ( gtk )" > SRC_URI=" > https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2 > http://the.earth.li/~sgtatham/${PN}/latest/${P}.tar.gz >@@ -21,7 +22,12 @@ > gtk? ( > dev-libs/glib:2 > x11-libs/gdk-pixbuf >- x11-libs/gtk+:3[X] >+ gtk2? ( >+ x11-libs/gtk+:2 >+ ) >+ !gtk2? ( >+ x11-libs/gtk+:3[X] >+ ) > x11-libs/libX11 > x11-libs/pango > ) >@@ -46,9 +52,10 @@ > > src_configure() { > cd "${S}"/unix || die >+ > econf \ > $(use_with kerberos gssapi) \ >- $(use_with gtk) >+ $(usex gtk --with-gtk= --without-gtk $(usex gtk2 2 3 ) ) > } > > src_compile() {
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 616412
: 470738 |
472740
|
472742
|
472744