mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
47 lines
1.5 KiB
Plaintext
47 lines
1.5 KiB
Plaintext
Source: M4_PACKAGE_NAME
|
|
Section: editors
|
|
Priority: optional
|
|
Maintainer: M4_PUBLISHER_NAME <M4_SUPPORT_MAIL>
|
|
Build-Depends: debhelper (>= 8.0.0)
|
|
|
|
Package: M4_PACKAGE_NAME
|
|
#Standards-Version: 3.9.4
|
|
Architecture: M4_DEB_ARCH
|
|
Pre-Depends: dpkg (>= 1.14.0)
|
|
Depends:
|
|
ifelse(M4_PACKAGE_EDITION, full,
|
|
` x11-common,
|
|
curl | wget,
|
|
fonts-dejavu | ttf-dejavu'
|
|
,
|
|
` x11-common,
|
|
libasound2,
|
|
curl | wget,
|
|
desktop-file-utils,
|
|
gstreamer1.0-libav,
|
|
gstreamer1.0-plugins-ugly,
|
|
libxss1,
|
|
libatk1.0-0,
|
|
libgtk-3-0,
|
|
libcairo2,
|
|
libstdc++6 (>=4.8),
|
|
fonts-dejavu | ttf-dejavu,
|
|
fonts-liberation,
|
|
fonts-crosextra-carlito,
|
|
xdg-utils')
|
|
Recommends: ttf-mscorefonts-installer, fonts-takao-gothic
|
|
ifelse(M4_COMPANY_NAME, ONLYOFFICE,Suggest: M4_PACKAGE_NAME-help
|
|
,)dnl
|
|
Description: M4_COMPANY_NAME M4_PRODUCT_NAME installation package
|
|
M4_COMPANY_NAME M4_PRODUCT_NAME is an application for editing office documents (text documents, spreadsheets and presentations) from M4_COMPANY_NAME cloud portal on local computer without browser using.
|
|
|
|
ifelse(M4_COMPANY_NAME, ONLYOFFICE,
|
|
Package: M4_PACKAGE_NAME-help
|
|
Architecture: all
|
|
Pre-Depends: dpkg (>= 1.14.0)
|
|
Depends:
|
|
M4_PACKAGE_NAME
|
|
Description: M4_COMPANY_NAME M4_PRODUCT_NAME local help files
|
|
M4_COMPANY_NAME M4_PRODUCT_NAME is an application for editing office documents (text documents, spreadsheets and presentations) from M4_COMPANY_NAME cloud portal on local computer without browser using.
|
|
This package contains the local help files.,)
|