mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
bottles: 51.13 -> 51.15; add Gliczy as maintainer (#353501)
This commit is contained in:
commit
b9065e8344
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
gitUpdater,
|
|
||||||
python3Packages,
|
python3Packages,
|
||||||
blueprint-compiler,
|
blueprint-compiler,
|
||||||
meson,
|
meson,
|
||||||
@ -25,17 +24,18 @@
|
|||||||
mangohud,
|
mangohud,
|
||||||
vkbasalt-cli,
|
vkbasalt-cli,
|
||||||
vmtouch,
|
vmtouch,
|
||||||
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "bottles-unwrapped";
|
pname = "bottles-unwrapped";
|
||||||
version = "51.13";
|
version = "51.15";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bottlesdevs";
|
owner = "bottlesdevs";
|
||||||
repo = "bottles";
|
repo = "bottles";
|
||||||
rev = version;
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-ZcUevGY81H3ATTk390ojBp/4zBE2Lui7Qa+Qe8B0XL4=";
|
hash = "sha256-HjGAeIh9s7xWBy35Oj66tCtgKCd/DpHg1sMPsdjWKDs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./vulkan_icd.patch ];
|
patches = [ ./vulkan_icd.patch ];
|
||||||
@ -102,18 +102,19 @@ python3Packages.buildPythonApplication rec {
|
|||||||
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
|
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.updateScript = gitUpdater { };
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Easy-to-use wineprefix manager";
|
description = "Easy-to-use wineprefix manager";
|
||||||
homepage = "https://usebottles.com/";
|
homepage = "https://usebottles.com/";
|
||||||
downloadPage = "https://github.com/bottlesdevs/Bottles/releases";
|
downloadPage = "https://github.com/bottlesdevs/Bottles/releases";
|
||||||
license = licenses.gpl3Only;
|
license = lib.licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
psydvl
|
psydvl
|
||||||
shamilton
|
shamilton
|
||||||
|
Gliczy
|
||||||
];
|
];
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
mainProgram = "bottles";
|
mainProgram = "bottles";
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -13568,10 +13568,6 @@ with pkgs;
|
|||||||
|
|
||||||
bluejeans-gui = callPackage ../applications/networking/instant-messengers/bluejeans { };
|
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;
|
breezy = with python3Packages; toPythonApplication breezy;
|
||||||
|
|
||||||
cage = callPackage ../applications/window-managers/cage {
|
cage = callPackage ../applications/window-managers/cage {
|
||||||
|
Loading…
Reference in New Issue
Block a user