Package Details: bottles-git 2:51.18.r78.g3e1dc5bd-2

Git Clone URL: https://aur.archlinux.org/bottles-git.git (read-only, click to copy)
Package Base: bottles-git
Description: Easily manage wineprefix using environments
Upstream URL: https://usebottles.com/
Licenses: GPL-3.0-only
Conflicts: bottles
Provides: bottles
Submitter: Talebian
Maintainer: envolution
Last Packager: FabioLolix
Votes: 17
Popularity: 0.000034
First Submitted: 2020-12-07 20:34 (UTC)
Last Updated: 2025-03-02 11:04 (UTC)

Pinned Comments

FabioLolix commented on 2024-12-22 21:53 (UTC)

A new major python version hit the repository, rebuild ALL you AUR python pkgbuild and install rebuild-detector


The typical error is:

ModuleNotFoundError: No module named '$MODULE'

FabioLolix commented on 2022-06-11 13:50 (UTC)

Reference https://github.com/bottlesdevs/Bottles/wiki/Packaging

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7

adamnejm commented on 2022-05-16 18:33 (UTC)

Missing gtksourceview4 dependency!

Traceback (most recent call last):
  File "/usr/bin/bottles", line 42, in <module>
    from bottles import main
  File "/usr/share/bottles/bottles/main.py", line 33, in <module>
    from bottles.window import MainWindow
  File "/usr/share/bottles/bottles/window.py", line 33, in <module>
    from bottles.backend.managers.manager import Manager
  File "/usr/share/bottles/bottles/backend/managers/manager.py", line 46, in <module>
    from bottles.backend.managers.installer import InstallerManager
  File "/usr/share/bottles/bottles/backend/managers/installer.py", line 29, in <module>
    from bottles.dialogs.generic import MessageDialog
  File "/usr/share/bottles/bottles/dialogs/generic.py", line 20, in <module>
    gi.require_version('GtkSource', '4')
  File "/usr/lib/python3.10/site-packages/gi/__init__.py", line 126, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace GtkSource not available

tallero commented on 2022-03-12 15:51 (UTC)

missing lib32-glibc depedency

theriddick commented on 2022-03-06 14:17 (UTC)

patool is a requirement to run this application it seems.

mxlgv commented on 2021-11-09 17:26 (UTC)

Add python-yaml as a dependency

wcasanova commented on 2021-08-11 13:42 (UTC)

add patool as a dependency

wcasanova commented on 2021-07-17 22:47 (UTC)

Please update, @FabioLolix working

FabioLolix commented on 2021-05-15 17:50 (UTC)

Hello, this pkgbuild have several flaws, like not being a proper VCS pkgbuild, specifing the number of makejobs, lacks of pkgver function, missing git as makedepends, likely having appstream-glib as depends, it is an 'any' package not an 'x86_64', I have revisioned it

At the moment the appstream file check fails

and unfortunately the project is using continous build tags so need to use 'revisions counts' for the pkgver

Frogboy commented on 2021-04-20 21:44 (UTC)

Thank you.

mxlgv commented on 2021-02-17 21:44 (UTC)

This package conflicts with bottles. I think it should be added to PKGBUILD: conflicts=('bottles')