Search Criteria
Package Details: winbox64 3.27-1
Git Clone URL: | https://aur.archlinux.org/winbox64.git (read-only, click to copy) |
---|---|
Package Base: | winbox64 |
Description: | Mikrotik RouterOS GUI Configurator. 64-bit version for wine64 |
Upstream URL: | http://www.mikrotik.com |
Licenses: | |
Submitter: | abruegmann |
Maintainer: | abruegmann |
Last Packager: | abruegmann |
Votes: | 5 |
Popularity: | 0.51 |
First Submitted: | 2019-10-30 12:14 |
Last Updated: | 2020-09-04 06:01 |
Dependencies (3)
- wine-x64
- xdg-utils (mimi-git, sx-open, busking-git, xdg-utils-git, linopen, xdg-utils-terminal-true-git, xdg-utils-mimeo, xdg-utils-handlr, xdg-utils-slock, mimi-bachoseven-git, mimejs-git) (make)
- ttf-ms-fonts (fake-ms-fonts, ttf-win7-fonts, ttf-ms-win8, ttf-ms-win8-arabic, ttf-ms-win8-hebrew, ttf-ms-win8-sea, ttf-ms-win8-indic, ttf-ms-win8-japanese, ttf-ms-win8-korean, ttf-ms-win8-zh_cn, ttf-ms-win8-zh_tw, ttf-ms-win8-thai, ttf-ms-win8-other, ttf-ms-win10, ttf-ms-win10-auto) (optional) – for better fonts
Latest Comments
Scaorphswarerss commented on 2020-07-17 17:05
https://github.com/Scaorphswarerss/winboxhelpers/blob/master/winbox Here is patch for better fonts
abruegmann commented on 2020-03-12 08:24
@nycex I'll update the package for v3.22 in a week when I'm back from vacation. I'd appreciate if you could provide a patch to make the variables xdg compliant.
nycex commented on 2020-02-24 12:12
Hello, it would be great if you could make the
WINEPREFIX
configurable or xdg compliant, e.g. by setting$WINEPREFIX
likeWINEPREFIX="${WINBOXPREFIX:-$HOME/.winbox}/wine"
,WINEPREFIX="${XDG_DATA_HOME:-$HOME/.local/share}/winbox/wine"
or both i.e.WINEPREFIX="${WINBOXPREFIX:-${XDG_DATA_HOME:-$HOME/.local/share}/winbox}/wine"
instead ofWINEPREFIX="$HOME"/.winbox/wine
. You could also check for the existence of${HOME}/.winbox/wine
and use if if it is there and if not use the xdg location for compatibility reasons.ypoluektovich commented on 2020-01-18 23:23
Please declare xdg-utils as a make dependency. It contains the xdg-icon-resource program that's used in the install script.
abruegmann commented on 2019-12-23 12:11
wine-x64 is available from the AUR, just like winbox64. If you use an AUR package manager like yay, it should be installed automatically.
KatsuroKurosaki commented on 2019-12-20 11:01
It gave me a missing dependency error: "wine-x64". That's why replacing it with "wine". Enabling multilib and installing wine and ttf-ms-fonts works like a charm. What repository am I missing in order to install a pure 64-bit wine?
abruegmann commented on 2019-12-18 14:41
This package is intended to be used with wine-64. What error message did you get? If you want to use wine, you may want to try the "winbox" package.
KatsuroKurosaki commented on 2019-12-18 14:15
Amazing to see winbox-x64 on AUR. I only had to enable multilib in pacman, install ttf-ms-fonts, install wine and change the dependency "wine-x64" to "wine". If not, it gave me a build error. If it's possible to rename the dependency and pin a message with these notes, it would be awesome.
abruegmann commented on 2019-11-15 11:47
No, wine is fine, too. I don't think there's a way to require either wine or wine-x64 without changing the wine packages.
grawity commented on 2019-11-15 11:41
Does this really need to depend on wine-x64? The regular multilib/wine already has 64-bit support.