mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
onlyoffice-bin: 8.1.0 -> 8.1.1; rename to onlyoffice-desktopeditors
This commit is contained in:
parent
98a31cdb8d
commit
965a11b6e1
3 changed files with 46 additions and 42 deletions
|
@ -1,39 +1,40 @@
|
||||||
{ stdenv
|
{
|
||||||
, lib
|
stdenv,
|
||||||
, fetchurl
|
lib,
|
||||||
, buildFHSEnv
|
fetchurl,
|
||||||
|
buildFHSEnv,
|
||||||
# Alphabetic ordering below
|
# Alphabetic ordering below
|
||||||
, alsa-lib
|
alsa-lib,
|
||||||
, at-spi2-atk
|
at-spi2-atk,
|
||||||
, atk
|
atk,
|
||||||
, autoPatchelfHook
|
autoPatchelfHook,
|
||||||
, cairo
|
cairo,
|
||||||
, curl
|
curl,
|
||||||
, dbus
|
dbus,
|
||||||
, dconf
|
dconf,
|
||||||
, dpkg
|
dpkg,
|
||||||
, fontconfig
|
fontconfig,
|
||||||
, gcc-unwrapped
|
gcc-unwrapped,
|
||||||
, gdk-pixbuf
|
gdk-pixbuf,
|
||||||
, glib
|
glib,
|
||||||
, glibc
|
glibc,
|
||||||
, gsettings-desktop-schemas
|
gsettings-desktop-schemas,
|
||||||
, gst_all_1
|
gst_all_1,
|
||||||
, gtk2
|
gtk2,
|
||||||
, gtk3
|
gtk3,
|
||||||
, libpulseaudio
|
libpulseaudio,
|
||||||
, libudev0-shim
|
libudev0-shim,
|
||||||
, libdrm
|
libdrm,
|
||||||
, makeWrapper
|
makeWrapper,
|
||||||
, mesa
|
mesa,
|
||||||
, noto-fonts-cjk-sans
|
noto-fonts-cjk-sans,
|
||||||
, nspr
|
nspr,
|
||||||
, nss
|
nss,
|
||||||
, pulseaudio
|
pulseaudio,
|
||||||
, qt5
|
qt5,
|
||||||
, wrapGAppsHook3
|
wrapGAppsHook3,
|
||||||
, xkeyboard_config
|
xkeyboard_config,
|
||||||
, xorg
|
xorg,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
|
||||||
|
@ -65,11 +66,11 @@ let
|
||||||
|
|
||||||
derivation = stdenv.mkDerivation rec {
|
derivation = stdenv.mkDerivation rec {
|
||||||
pname = "onlyoffice-desktopeditors";
|
pname = "onlyoffice-desktopeditors";
|
||||||
version = "8.1.0";
|
version = "8.1.1";
|
||||||
minor = null;
|
minor = null;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${version}/onlyoffice-desktopeditors_amd64.deb";
|
url = "https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${version}/onlyoffice-desktopeditors_amd64.deb";
|
||||||
hash = "sha256-hS1+gLN17sP3EFud3fQXRWeFiQbrumBONLjqXEl89Js=";
|
hash = "sha256-RwWIYcbYljDqWRJcXCDODjVeYnp9xreNGO2l2aqWJ9w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -184,15 +185,17 @@ buildFHSEnv {
|
||||||
|
|
||||||
passthru.updateScript = ./update.sh;
|
passthru.updateScript = ./update.sh;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents";
|
description = "Office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents";
|
||||||
mainProgram = "onlyoffice-desktopeditors";
|
|
||||||
homepage = "https://www.onlyoffice.com/";
|
homepage = "https://www.onlyoffice.com/";
|
||||||
downloadPage = "https://github.com/ONLYOFFICE/DesktopEditors/releases";
|
downloadPage = "https://github.com/ONLYOFFICE/DesktopEditors/releases";
|
||||||
changelog = "https://github.com/ONLYOFFICE/DesktopEditors/blob/master/CHANGELOG.md";
|
changelog = "https://github.com/ONLYOFFICE/DesktopEditors/blob/master/CHANGELOG.md";
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.agpl3Plus;
|
license = lib.licenses.agpl3Plus;
|
||||||
maintainers = with maintainers; [ nh2 gtrunsec ];
|
maintainers = with lib.maintainers; [
|
||||||
|
nh2
|
||||||
|
gtrunsec
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
|
@ -1181,6 +1181,7 @@ mapAliases ({
|
||||||
optparse-bash = throw "'optparse-bash' (GitHub: nk412/optparse) has been removed. Use 'argparse' instead"; # Added 2024-01-12
|
optparse-bash = throw "'optparse-bash' (GitHub: nk412/optparse) has been removed. Use 'argparse' instead"; # Added 2024-01-12
|
||||||
orchis = orchis-theme; # Added 2021-06-09
|
orchis = orchis-theme; # Added 2021-06-09
|
||||||
oni2 = throw "oni2 was removed, because it is unmaintained and was abandoned years ago."; #Added 2024-01-15
|
oni2 = throw "oni2 was removed, because it is unmaintained and was abandoned years ago."; #Added 2024-01-15
|
||||||
|
onlyoffice-bin = onlyoffice-desktopeditors; # Added 2024-09-20
|
||||||
onlyoffice-bin_latest = onlyoffice-bin; # Added 2024-07-03
|
onlyoffice-bin_latest = onlyoffice-bin; # Added 2024-07-03
|
||||||
onlyoffice-bin_7_2 = throw "onlyoffice-bin_7_2 has been removed. Please use the latest version available under onlyoffice-bin"; # Added 2024-07-03
|
onlyoffice-bin_7_2 = throw "onlyoffice-bin_7_2 has been removed. Please use the latest version available under onlyoffice-bin"; # Added 2024-07-03
|
||||||
onlyoffice-bin_7_5 = throw "onlyoffice-bin_7_5 has been removed. Please use the latest version available under onlyoffice-bin"; # Added 2024-07-03
|
onlyoffice-bin_7_5 = throw "onlyoffice-bin_7_5 has been removed. Please use the latest version available under onlyoffice-bin"; # Added 2024-07-03
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue