bottles: 51.13 -> 51.15; add Gliczy as maintainer (#353501)

This commit is contained in:
Aleksana 2024-11-21 21:33:13 +08:00 committed by GitHub
commit b9065e8344
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 13 deletions

View File

@ -1,7 +1,6 @@
{
lib,
fetchFromGitHub,
gitUpdater,
python3Packages,
blueprint-compiler,
meson,
@ -25,17 +24,18 @@
mangohud,
vkbasalt-cli,
vmtouch,
nix-update-script,
}:
python3Packages.buildPythonApplication rec {
pname = "bottles-unwrapped";
version = "51.13";
version = "51.15";
src = fetchFromGitHub {
owner = "bottlesdevs";
repo = "bottles";
rev = version;
hash = "sha256-ZcUevGY81H3ATTk390ojBp/4zBE2Lui7Qa+Qe8B0XL4=";
rev = "refs/tags/${version}";
hash = "sha256-HjGAeIh9s7xWBy35Oj66tCtgKCd/DpHg1sMPsdjWKDs=";
};
patches = [ ./vulkan_icd.patch ];
@ -102,18 +102,19 @@ python3Packages.buildPythonApplication rec {
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
passthru.updateScript = gitUpdater { };
passthru.updateScript = nix-update-script { };
meta = with lib; {
meta = {
description = "Easy-to-use wineprefix manager";
homepage = "https://usebottles.com/";
downloadPage = "https://github.com/bottlesdevs/Bottles/releases";
license = licenses.gpl3Only;
maintainers = with maintainers; [
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
psydvl
shamilton
Gliczy
];
platforms = platforms.linux;
platforms = lib.platforms.linux;
mainProgram = "bottles";
};
}

View File

@ -13568,10 +13568,6 @@ with pkgs;
bluejeans-gui = callPackage ../applications/networking/instant-messengers/bluejeans { };
bottles = callPackage ../applications/misc/bottles/fhsenv.nix { };
bottles-unwrapped = callPackage ../applications/misc/bottles { };
breezy = with python3Packages; toPythonApplication breezy;
cage = callPackage ../applications/window-managers/cage {