Please add epoch=1, it was removed and now versioning is broke.
Search Criteria
Package Details: bottles 2:51.17-3
Package Actions
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: | 5.35 |
First Submitted: | 2020-11-28 22:52 (UTC) |
Last Updated: | 2024-12-22 23:18 (UTC) |
Dependencies (37)
- cabextract
- dconf
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR)
- gtksourceview5 (gtksourceview-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- icoextractAUR
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libportal-gtk4
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7zip)
- patoolAUR (patool-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-chardet
- python-fvsAUR
- python-gobject
- python-markdown
- python-orjson (python-orjson-gitAUR)
- python-pathvalidateAUR
- python-pycurl
- python-requests
- python-steamgriddbAUR
- python-yaml (python-yaml-gitAUR)
- vkbasalt-cliAUR
- webkit2gtk (webkit2gtk-imgpasteAUR)
- xorg-xdpyinfo
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- gamemode (gamemode-gitAUR) (optional)
- gvfs (gvfs-gitAUR) (optional)
- lib32-gamemode (lib32-gamemode-gitAUR) (optional)
- lib32-gnutls (optional)
- lib32-vkd3d (lib32-vkd3d-gitAUR) (optional)
- lib32-vulkan-icd-loader (lib32-vulkan-icd-loader-gitAUR) (optional)
- vkd3d (vkd3d-gitAUR) (optional)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR) (optional)
- wine (wine-valveAUR, wine-gitAUR, wine-staging-gitAUR, wine-stable-nextAUR, wine-stableAUR, wine-tkg-staging-binAUR, wine-tkg-staging-wow64-binAUR, wine-wow64AUR, wine-staging-wow64AUR, wine-wow64-gitAUR, wine-staging-wow64-gitAUR, wine-cachyosAUR, wine-staging) (optional)
Required by (2)
- arch-gaming-meta (optional)
- cartridges-git (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 24 Next › Last »
Celsiuss commented on 2022-10-16 14:18 (UTC)
tiziodcaio commented on 2022-09-30 18:07 (UTC)
Thanks... And sorry for being rude...
brombinmirko commented on 2022-09-28 18:30 (UTC) (edited on 2022-09-28 18:31 (UTC) by brombinmirko)
tiziodcaio 2022.9.28 it's not even 24h out. Can you give us time to update? ..
tiziodcaio commented on 2022-09-28 18:18 (UTC) (edited on 2022-09-28 18:18 (UTC) by tiziodcaio)
# Maintaner: Francesco Masala <mail@francescomasala.me>
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
pkgver=2022.9.28.1
pkgrel=1
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
license=('GPL3')
depends=(
'cabextract'
'dconf'
'fvs'
'gtk4'
'gtksourceview5'
'hicolor-icon-theme'
'icoextract'
'imagemagick'
'lib32-gnutls'
'libadwaita'
'libhandy'
'libportal-gtk4'
'p7zip'
'patool'
'python'
'python-gobject'
'python-markdown'
'python-orjson'
'python-pillow'
'python-requests'
'python-steamgriddb'
'python-yaml'
'webkit2gtk'
'xorg-xdpyinfo')
optdepends=(
'gamemode'
'gvfs'
'lib32-vkd3d'
'lib32-vulkan-icd-loader'
'vkd3d'
'wine'
'vulkan-icd-loader')
makedepends=('meson' 'ninja' 'blueprint-compiler')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}.tar.gz")
sha256sums=('SKIP')
build() {
if [[ -d Bottles ]]; then
rm -rf Bottles
fi;
mv Bottles*/ Bottles/
cd "Bottles"
meson --prefix='/usr' build
ninja -C build
}
package() {
cd "Bottles"
DESTDIR="${pkgdir}" ninja -C build install
}
For who was wondering how hard is update a package
1nikolas commented on 2022-09-27 12:14 (UTC) (edited on 2022-09-27 12:15 (UTC) by 1nikolas)
@Siklos thanks I managed to set the gtk4 theme to Adwaita but it still looks weird (or does it?) https://i.ibb.co/n1GyknL/2022-09-27-15-13.png
Certainly different from the screenshots on the website
Siklos commented on 2022-09-26 13:40 (UTC) (edited on 2022-09-26 13:41 (UTC) by Siklos)
@1nikolas From your screenshot, we can see that you are using a custom gtk theme in gtk4 (possibly materia-theme from what it looks like). It is most likely that this theme does not fully support libadwaita components.
Please try to change the theme of your gtk4 applications by trying and testing each of the following instructions:
-
rename/move/delete the content of
$XDG_CONFIG_HOME/gtk-4.0/gtk.css
-
modify the
gtk-theme-name
variable of$XDG_CONFIG_HOME/gtk-4.0/settings.ini
toAdwaita
-
use
gsettings
to change the desktop theme:gsettings set org.gnome.desktop.interface gtk-theme Adwaita
1nikolas commented on 2022-09-20 17:47 (UTC)
@RubenKelevra this wasn't a problem on the months old version this package had, it started happening on later versions. I have KDE on Xorg with Nvidia drivers and a 2560x1080 monitor (I don't think it matters). I think this has to do with libadwaita since that is the major thing that got updated since. Changing the theme GTK to the KDE default doesn't help.
RubenKelevra commented on 2022-09-19 12:24 (UTC)
@1nikolas thanks for the report. I've tested the initial version under KDE and Gnome and haven't had any problems like this.
Can you share your display settings? Meaning resolution, graphic driver, scaling factor and if you use Xorg or Wayland?
Thanks!
1nikolas commented on 2022-09-19 12:06 (UTC) (edited on 2022-09-19 12:06 (UTC) by 1nikolas)
why does everything look tiny? I think it misses all the margins or something
https://i.ibb.co/M1cGSwk/2022-09-19-15-03.png
Is this a kde problem, an aur package problem or what? Same happens with bottles-git and bottles-fixed
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.