Package Details: bottles 2:51.15-1

Git Clone URL: https://aur.archlinux.org/bottles.git (read-only, click to copy)
Package Base: bottles
Description: Easily manage wine and proton prefix
Upstream URL: https://github.com/bottlesdevs/Bottles
Keywords: Bottles gaming Wine Wineprefixes
Licenses: GPL-3.0-only
Submitter: ragouel
Maintainer: lotation (brombinmirko, francescomasala)
Last Packager: lotation
Votes: 146
Popularity: 6.17
First Submitted: 2020-11-28 22:52 (UTC)
Last Updated: 2024-10-17 15:08 (UTC)

Pinned Comments

brombinmirko commented on 2022-09-15 20:54 (UTC) (edited on 2022-09-15 20:54 (UTC) by brombinmirko)

=====================

READ HERE FIRST

=====================

This package is not officially supported by the Bottles Developers. Even though some of those developers are package maintainers, support is offered by the package authors who will make sure it is handled in the best possible way. They will diagnose the issues and report the issues to the development team if they are not related to the package.

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 Next › Last »

yochananmarqos commented on 2022-05-25 00:11 (UTC)

@FabioLolix: The problem with that is if they choose a codename lower in the alphabet, then an epoch would have to be used. It would be better to just bump the pkgrel.

pkgname=bottles
pkgver=2022.5.14
pkgrel=5
_codename=trento
_pkgrel=3
source=("${pkgname}-${pkgver}-${_codename}-${_pkgrel}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-${_codename}-${_pkgrel}.tar.gz")

FabioLolix commented on 2022-05-18 20:33 (UTC)

Since 'trento' is part of the pkgver you can use

_pkgver=2022.5.14-trento-2
pkgver=${_pkgver//-/.}
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${_pkgver}.tar.gz")

Test are not performed, you can add

checkdepends=(appstream-glib)
check () {
  ninja test -C "Bottles/build"
}

and are failing since this commit https://github.com/bottlesdevs/Bottles/commit/95b451d152c5a8609c2a46fd173514f2cbd6fb54

FabioLolix commented on 2022-04-10 22:50 (UTC)

@gap30 patool is on the AUR and need to be build first, pacman don't deal with stuff and never will

gap30 commented on 2022-04-10 22:48 (UTC)

Do I have to manually install wine before this install?

error: target not found: lib32-gnutls error: target not found: patool error: target not found: wine ==> ERROR: 'pacman' failed to install missing dependencies. ==> Missing dependencies: -> lib32-gnutls -> gtksourceview4 -> libhandy -> patool -> p7zip -> python-gobject -> wine -> cabextract -> webkit2gtk

brombinmirko commented on 2022-04-03 15:48 (UTC)

If using Manjaro, please install libhandy-git as the one in their repository is not updated and Bottles need 1.6.

FabioLolix commented on 2022-04-01 14:35 (UTC)

In the official repo there is already libhandy v1.6.1, so you have either an outdated system or you're on Manjaro

jgustavomartins commented on 2022-03-30 11:08 (UTC)

Can't update because of libhandy dependency > 1.4.

Ghul commented on 2022-03-24 16:56 (UTC)

wine should not be a dependency because bottles already provides and manages its own wine runners.

tallero commented on 2022-03-12 15:52 (UTC) (edited on 2022-03-12 16:23 (UTC) by tallero)

missing lib32-glibc, lib32-freetype2, lib32-libxxf86vm, lib32-vkd3d, lib32-alsa, lib32-libsm dependencies.