bottles: init at 2.1.1 -> 3.1.6

This commit is contained in:
SCOTT-HAMILTON 2021-04-26 15:26:26 +02:00
parent 71dc832568
commit 37b3341048

View File

@ -1,6 +1,6 @@
{ lib, fetchFromGitHub { lib, fetchFromGitHub
, meson, ninja, pkg-config, wrapGAppsHook , meson, ninja, pkg-config, wrapGAppsHook
, desktop-file-utils, gsettings-desktop-schemas, libnotify , desktop-file-utils, gsettings-desktop-schemas, libnotify, libhandy
, python3Packages, gettext , python3Packages, gettext
, appstream-glib, gdk-pixbuf, glib, gobject-introspection, gspell, gtk3 , appstream-glib, gdk-pixbuf, glib, gobject-introspection, gspell, gtk3
, steam-run-native , steam-run-native
@ -8,13 +8,13 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "bottles"; pname = "bottles";
version = "2.1.1"; version = "3.1.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bottlesdevs"; owner = "bottlesdevs";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1hbjnd06h0h47gcwb1s1b9py5nwmia1m35da6zydbl70vs75imhn"; sha256 = "1izks01010akjf83xvi70dr4yzgk6yr84kd0slzz22yq204pdh5m";
}; };
postPatch = '' postPatch = ''
@ -39,6 +39,7 @@ python3Packages.buildPythonApplication rec {
gsettings-desktop-schemas gsettings-desktop-schemas
gspell gspell
gtk3 gtk3
libhandy
libnotify libnotify
]; ];
@ -69,9 +70,9 @@ python3Packages.buildPythonApplication rec {
meta = with lib; { meta = with lib; {
description = "An easy-to-use wineprefix manager"; description = "An easy-to-use wineprefix manager";
homepage = "https://github.com/bottlesdevs/Bottles"; homepage = "https://usebottles.com/";
license = licenses.gpl3Only; license = licenses.gpl3Only;
maintainers = with maintainers; [ bloomvdomino ]; maintainers = with maintainers; [ bloomvdomino shamilton ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }