Nice!
I would like to see zenity added as a use flag.
EDIT:
This post makes post #3300. 1100 more and I'll be The 4400!

Code: Select all
# eix zenity
* gnome-extra/zenity
Available versions: 2.30.0 2.32.1 {+compat debug libnotify}
Homepage: http://live.gnome.org/Zenity
Description: Tool to display dialogs from the commandline and shell scriptsHey cool, Thanks! Great Information.audiodef wrote:I just noticed winetricks in portage. If you emerge zenity, you even get a nice GUI.
Nice!![]()
I would like to see zenity added as a use flag.
EDIT:
This post makes post #3300. 1100 more and I'll be The 4400!
Nope, nothing winetricks specific. All I can tell you is I emerged winetricks, typed "winetricks" and it told me to install zenity if I wanted a GUI. I did, and I got it.Yamakuzure wrote:Zenity:So it is nothing winetricks specific I daresay... (winetricks has a GUI, it uses TK AFAIR)Code: Select all
# eix zenity * gnome-extra/zenity Available versions: 2.30.0 2.32.1 {+compat debug libnotify} Homepage: http://live.gnome.org/Zenity Description: Tool to display dialogs from the commandline and shell scripts
Code: Select all
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/winetricks-185.ebuild,v 1.1 2011/03/01 02:35:56 vapier Exp $
EAPI="2"
DESCRIPTION="easy way to install DLLs needed to work around problems in Wine"
HOMEPAGE="http://code.google.com/p/winetricks/ http://wiki.winehq.org/winetricks"
SRC_URI="http://winetricks.googlecode.com/svn-history/r${PV}/trunk/src/winetricks-alpha -> ${P}"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="zenity"
DEPEND="
zenity? ( gnome-extra/zenity )
"
src_unpack() {
cp "${DISTDIR}"/${P} ${PN} || die
}
src_install() {
dobin ${PN} || die
}

Looks like it's time for a custom ebuild!lkraav wrote:i am noticing winetricks ebuild is at r185. svn repo is at r489. what's up with that, isn't 185 sort of ancient? for example this is what i just ran into: http://forum.winehq.org/viewtopic.php?t ... eedddb1a8a
i have my overlay, just wondering about whats going on with the tree one.audiodef wrote:Looks like it's time for a custom ebuild!lkraav wrote:i am noticing winetricks ebuild is at r185. svn repo is at r489. what's up with that, isn't 185 sort of ancient? for example this is what i just ran into: http://forum.winehq.org/viewtopic.php?t ... eedddb1a8a
Who knows?lkraav wrote: i have my overlay, just wondering about whats going on with the tree one.

Just use the "live" one from Bug 358997 or from my overlay. ( http://git.overlays.gentoo.org/gitweb/? ... git;a=tree or "layman -a seden")audiodef wrote:Looks like it's time for a custom ebuild!lkraav wrote:i am noticing winetricks ebuild is at r185. svn repo is at r489. what's up with that, isn't 185 sort of ancient? for example this is what i just ran into: http://forum.winehq.org/viewtopic.php?t ... eedddb1a8a