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

authored by

Aleksana and committed by
GitHub
b9065e83 279cd3cf

+10 -13
+10 -9
pkgs/applications/misc/bottles/default.nix pkgs/by-name/bo/bottles-unwrapped/package.nix
··· 1 { 2 lib, 3 fetchFromGitHub, 4 - gitUpdater, 5 python3Packages, 6 blueprint-compiler, 7 meson, ··· 25 mangohud, 26 vkbasalt-cli, 27 vmtouch, 28 }: 29 30 python3Packages.buildPythonApplication rec { 31 pname = "bottles-unwrapped"; 32 - version = "51.13"; 33 34 src = fetchFromGitHub { 35 owner = "bottlesdevs"; 36 repo = "bottles"; 37 - rev = version; 38 - hash = "sha256-ZcUevGY81H3ATTk390ojBp/4zBE2Lui7Qa+Qe8B0XL4="; 39 }; 40 41 patches = [ ./vulkan_icd.patch ]; ··· 102 makeWrapperArgs+=("''${gappsWrapperArgs[@]}") 103 ''; 104 105 - passthru.updateScript = gitUpdater { }; 106 107 - meta = with lib; { 108 description = "Easy-to-use wineprefix manager"; 109 homepage = "https://usebottles.com/"; 110 downloadPage = "https://github.com/bottlesdevs/Bottles/releases"; 111 - license = licenses.gpl3Only; 112 - maintainers = with maintainers; [ 113 psydvl 114 shamilton 115 ]; 116 - platforms = platforms.linux; 117 mainProgram = "bottles"; 118 }; 119 }
··· 1 { 2 lib, 3 fetchFromGitHub, 4 python3Packages, 5 blueprint-compiler, 6 meson, ··· 24 mangohud, 25 vkbasalt-cli, 26 vmtouch, 27 + nix-update-script, 28 }: 29 30 python3Packages.buildPythonApplication rec { 31 pname = "bottles-unwrapped"; 32 + version = "51.15"; 33 34 src = fetchFromGitHub { 35 owner = "bottlesdevs"; 36 repo = "bottles"; 37 + rev = "refs/tags/${version}"; 38 + hash = "sha256-HjGAeIh9s7xWBy35Oj66tCtgKCd/DpHg1sMPsdjWKDs="; 39 }; 40 41 patches = [ ./vulkan_icd.patch ]; ··· 102 makeWrapperArgs+=("''${gappsWrapperArgs[@]}") 103 ''; 104 105 + passthru.updateScript = nix-update-script { }; 106 107 + meta = { 108 description = "Easy-to-use wineprefix manager"; 109 homepage = "https://usebottles.com/"; 110 downloadPage = "https://github.com/bottlesdevs/Bottles/releases"; 111 + license = lib.licenses.gpl3Only; 112 + maintainers = with lib.maintainers; [ 113 psydvl 114 shamilton 115 + Gliczy 116 ]; 117 + platforms = lib.platforms.linux; 118 mainProgram = "bottles"; 119 }; 120 }
pkgs/applications/misc/bottles/fhsenv.nix pkgs/by-name/bo/bottles/package.nix
pkgs/applications/misc/bottles/vulkan_icd.patch pkgs/by-name/bo/bottles-unwrapped/vulkan_icd.patch
-4
pkgs/top-level/all-packages.nix
··· 13568 13569 bluejeans-gui = callPackage ../applications/networking/instant-messengers/bluejeans { }; 13570 13571 - bottles = callPackage ../applications/misc/bottles/fhsenv.nix { }; 13572 - 13573 - bottles-unwrapped = callPackage ../applications/misc/bottles { }; 13574 - 13575 breezy = with python3Packages; toPythonApplication breezy; 13576 13577 cage = callPackage ../applications/window-managers/cage {
··· 13568 13569 bluejeans-gui = callPackage ../applications/networking/instant-messengers/bluejeans { }; 13570 13571 breezy = with python3Packages; toPythonApplication breezy; 13572 13573 cage = callPackage ../applications/window-managers/cage {