aaaa
This commit is contained in:
parent
cdb7f5c714
commit
923f8de536
4 changed files with 2 additions and 133 deletions
|
@ -44,7 +44,7 @@
|
||||||
wine.enable = true;
|
wine.enable = true;
|
||||||
lutris.enable = true;
|
lutris.enable = true;
|
||||||
steam.enable = true;
|
steam.enable = true;
|
||||||
grapejuice.enable = true;
|
grapejuice.enable = false;
|
||||||
};
|
};
|
||||||
media = {
|
media = {
|
||||||
gimp.enable = true;
|
gimp.enable = true;
|
||||||
|
|
|
@ -9,8 +9,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
# TODO update package
|
||||||
users.users.sako.packages = with pkgs; [
|
users.users.sako.packages = with pkgs; [
|
||||||
sako.grapejuice
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,5 +4,4 @@
|
||||||
# example = pkgs.callPackage ./example { };
|
# example = pkgs.callPackage ./example { };
|
||||||
sako.davinci-resolve = pkgs.callPackage ./davinci-resolve.nix {};
|
sako.davinci-resolve = pkgs.callPackage ./davinci-resolve.nix {};
|
||||||
nullpomino = pkgs.callPackage ./nullpomino.nix {};
|
nullpomino = pkgs.callPackage ./nullpomino.nix {};
|
||||||
sako.grapejuice = pkgs.callPackage ./grapejuice.nix {};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,130 +0,0 @@
|
||||||
{ lib
|
|
||||||
, fetchFromGitLab
|
|
||||||
, gobject-introspection
|
|
||||||
, pciutils
|
|
||||||
, python3Packages
|
|
||||||
, gtk3
|
|
||||||
, wrapGAppsHook
|
|
||||||
, glib
|
|
||||||
, cairo
|
|
||||||
, desktop-file-utils
|
|
||||||
, xdg-utils
|
|
||||||
, xdg-user-dirs
|
|
||||||
, gettext
|
|
||||||
, winetricks
|
|
||||||
, wine
|
|
||||||
, glxinfo
|
|
||||||
, xrandr
|
|
||||||
}:
|
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
|
||||||
pname = "grapejuice";
|
|
||||||
version = "7.14.4";
|
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
|
||||||
owner = "BrinkerVII";
|
|
||||||
repo = "grapejuice";
|
|
||||||
rev = "v${version}";
|
|
||||||
sha256 = "sha256-CWTnofJXx9T/hGXx3rdephXHjpiVRdFEJQ1u2v6n7yo=";
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
|
||||||
gobject-introspection
|
|
||||||
desktop-file-utils
|
|
||||||
glib
|
|
||||||
wrapGAppsHook
|
|
||||||
];
|
|
||||||
|
|
||||||
buildInputs = [
|
|
||||||
cairo
|
|
||||||
gettext
|
|
||||||
gtk3
|
|
||||||
];
|
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
|
||||||
psutil
|
|
||||||
dbus-python
|
|
||||||
pygobject3
|
|
||||||
packaging
|
|
||||||
wheel
|
|
||||||
setuptools
|
|
||||||
requests
|
|
||||||
unidecode
|
|
||||||
click
|
|
||||||
pydantic
|
|
||||||
];
|
|
||||||
|
|
||||||
dontWrapGApps = true;
|
|
||||||
|
|
||||||
makeWrapperArgs = [
|
|
||||||
"\${gappsWrapperArgs[@]}"
|
|
||||||
"--prefix PATH : ${lib.makeBinPath [ xdg-user-dirs wine winetricks pciutils glxinfo xrandr ]}"
|
|
||||||
# make xdg-open overrideable at runtime
|
|
||||||
"--suffix PATH : ${lib.makeBinPath [ xdg-utils ]}"
|
|
||||||
];
|
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace src/grapejuice_common/assets/desktop/grapejuice.desktop \
|
|
||||||
--replace \$GRAPEJUICE_EXECUTABLE "$out/bin/grapejuice" \
|
|
||||||
--replace \$GRAPEJUICE_GUI_EXECUTABLE "$out/bin/grapejuice-gui" \
|
|
||||||
--replace \$GRAPEJUICE_ICON grapejuice
|
|
||||||
|
|
||||||
substituteInPlace src/grapejuice_common/assets/desktop/roblox-player.desktop \
|
|
||||||
--replace \$GRAPEJUICE_EXECUTABLE "$out/bin/grapejuice" \
|
|
||||||
--replace \$PLAYER_ICON "grapejuice-roblox-player"
|
|
||||||
|
|
||||||
substituteInPlace src/grapejuice_common/assets/desktop/roblox-app.desktop \
|
|
||||||
--replace \$GRAPEJUICE_EXECUTABLE "$out/bin/grapejuice" \
|
|
||||||
--replace \$PLAYER_ICON "grapejuice-roblox-player"
|
|
||||||
|
|
||||||
substituteInPlace src/grapejuice_common/assets/desktop/roblox-studio.desktop \
|
|
||||||
--replace \$GRAPEJUICE_EXECUTABLE "$out/bin/grapejuice" \
|
|
||||||
--replace \$STUDIO_ICON "grapejuice-roblox-studio"
|
|
||||||
|
|
||||||
substituteInPlace src/grapejuice_common/paths.py \
|
|
||||||
--replace 'return local_share() / "locale"' 'return Path("${placeholder "out"}/share/locale")'
|
|
||||||
|
|
||||||
substituteInPlace src/grapejuice_common/models/settings_model.py \
|
|
||||||
--replace 'default_wine_home: Optional[str] = ""' 'default_wine_home: Optional[str] = "${wine}"'
|
|
||||||
'';
|
|
||||||
|
|
||||||
postInstall = ''
|
|
||||||
mkdir -p "$out/share/icons" "$out/share/applications" "$out/share/mime/packages" "$out/bin"
|
|
||||||
cp -r src/grapejuice_common/assets/desktop/* $out/share/applications/
|
|
||||||
cp -r src/grapejuice_packaging/packaging_resources/bin/* $out/bin
|
|
||||||
chmod +x $out/bin/*
|
|
||||||
cp -r src/grapejuice_common/assets/icons $out/share/
|
|
||||||
cp src/grapejuice_common/assets/mime_xml/*.xml $out/share/mime/packages/
|
|
||||||
|
|
||||||
# compile locales (*.po -> *.mo)
|
|
||||||
# from https://gitlab.com/brinkervii/grapejuice/-/blob/master/src/grapejuice_common/util/mo_util.py
|
|
||||||
LOCALE_DIR="$out/share/locale"
|
|
||||||
PO_DIR="src/grapejuice_common/assets/po"
|
|
||||||
LINGUAS_FILE="src/grapejuice_common/assets/po/LINGUAS"
|
|
||||||
|
|
||||||
for lang in $(<"$LINGUAS_FILE") # extract langs from LINGUAS_FILE
|
|
||||||
do
|
|
||||||
po_file="$PO_DIR/$lang.po"
|
|
||||||
mo_file_dir="$LOCALE_DIR/$lang/LC_MESSAGES"
|
|
||||||
|
|
||||||
mkdir -p $mo_file_dir
|
|
||||||
|
|
||||||
mo_file="$mo_file_dir/grapejuice.mo"
|
|
||||||
msgfmt $po_file -o $mo_file # msgfmt from gettext
|
|
||||||
done
|
|
||||||
'';
|
|
||||||
|
|
||||||
# No tests
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
pythonImportsCheck = [ "grapejuice" ];
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
homepage = "https://gitlab.com/brinkervii/grapejuice";
|
|
||||||
description = "Simple Wine+Roblox management tool";
|
|
||||||
license = licenses.gpl3Plus;
|
|
||||||
platforms = platforms.linux;
|
|
||||||
maintainers = with maintainers; [ artturin helium ];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue