From 0cc054a187a2bdc818ba7ad1f1778b13ea73e728 Mon Sep 17 00:00:00 2001 From: "Francois B. (Makoto)" Date: Wed, 10 Jul 2019 22:18:22 +0200 Subject: [PATCH] wine hq repo added --- repo_functions_ub1804.sh | 14 ++++++++++++-- vars.sh | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/repo_functions_ub1804.sh b/repo_functions_ub1804.sh index 40e0c80..99151c7 100644 --- a/repo_functions_ub1804.sh +++ b/repo_functions_ub1804.sh @@ -376,7 +376,7 @@ nitrogen;apt;nitrogen;nitrogen firefox-trunk;apt;nightly;firefox-trunk firefox-trunk-locale-fr;apt;nightly;firefox-trunk-locale-fr libreoffice;apt;office;libreoffice6 -wine-development;apt;wine;wine-development +winehq-stable;apt;wine;winehq-stable winetricks;apt;wine;winetricks playonlinux;apt;wine;playonlinux mongodb-org;apt;mongodb;mongodb @@ -511,7 +511,17 @@ pdfarranger;addRepo_Linuxuprising kdenlive;addRepo_KDEnlive megasync;addRepo_MEGA lutris;addRepo_Lutris -guake;addRepo_LinuxUprising_Guake" +guake;addRepo_LinuxUprising_Guake +winehq-stable;addRepo_WineHQ" + +# +# Wine HQ +# +function addRepo_WineHQ () { + addKey "https://dl.winehq.org/wine-builds/winehq.key" + addRepo winehq.list \ + "deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main" +} # # Lutris diff --git a/vars.sh b/vars.sh index b9ac168..332d16d 100644 --- a/vars.sh +++ b/vars.sh @@ -13,7 +13,7 @@ # # app version number # -version="0.5.1-b4" +version="0.5.1-b5" # # myHomedir is used in full paths to the homedir