@FabioLolix: Ah, good point.
@brombinmirko: You can remove the pinned message, it hasn't been relevant for several months now.
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: | 156 |
Popularity: | 1.82 |
First Submitted: | 2020-11-28 22:52 (UTC) |
Last Updated: | 2025-03-31 08:34 (UTC) |
« First ‹ Previous 1 .. 19 20 21 22 23 24 25 26 27 28 Next › Last »
@FabioLolix: Ah, good point.
@brombinmirko: You can remove the pinned message, it hasn't been relevant for several months now.
@yochananmarqos when they bump the 'date' part of the pkgver (2022.5.14) which is higher then the 'codename' there is absolutely no need of epoch
@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")
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
@gap30 patool is on the AUR and need to be build first, pacman don't deal with stuff and never will
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
If using Manjaro, please install libhandy-git
as the one in their repository is not updated and Bottles need 1.6.
In the official repo there is already libhandy v1.6.1, so you have either an outdated system or you're on Manjaro
Can't update because of libhandy dependency > 1.4.
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.