libreoffice: backport libreoffice fresh to aramo
This commit is contained in:
parent
d68281b4ad
commit
364f335836
2 changed files with 53 additions and 0 deletions
22
helpers/DATA/libreoffice/debian-rules_7.3.patch
Normal file
22
helpers/DATA/libreoffice/debian-rules_7.3.patch
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
--- a/debian/rules 2022-01-26 09:57:22.000000000 -0600
|
||||
+++ b/debian/rules 2022-02-04 09:48:40.142753566 -0600
|
||||
@@ -667,8 +667,8 @@
|
||||
BULLSEYE_BACKPORT=y
|
||||
ENABLE_LTO=n
|
||||
endif
|
||||
-
|
||||
-ifeq "$(DEB_VENDOR)" "Ubuntu"
|
||||
+ifeq ("$(DEB_VENDOR)",$(filter "$(DEB_VENDOR)","Ubuntu" "Trisquel"))
|
||||
+ ifeq "$(DEB_VENDOR)" "Ubuntu"
|
||||
# Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys .
|
||||
# Note: these are for Ubuntu use ONLY. For your own distribution,
|
||||
# please get your own set of keys.
|
||||
@@ -679,7 +679,7 @@
|
||||
GOOGLEAPI_CLIENTID_UBUNTU := 424119844901-gee57209rkbo1rgula4i0arilvgv3lsf.apps.googleusercontent.com
|
||||
GOOGLEAPI_CLIENTSECRET_UBUNTU := 3h1DknIrVsq2wEhIuADVxQ3E
|
||||
CONFIGURE_FLAGS += --with-gdrive-client-id=$(GOOGLEAPI_CLIENTID_UBUNTU) --with-gdrive-client-secret=$(GOOGLEAPI_CLIENTSECRET_UBUNTU)
|
||||
-
|
||||
+ endif
|
||||
# lp#1034560: MIR troubles make it easier to use internal jfreereport
|
||||
SYSTEM_STUFF := $(filter-out jfreereport npapi-headers, $(SYSTEM_STUFF))
|
||||
SYSTEM_STUFF := $(filter-out libzmf libstaroffice, $(SYSTEM_STUFF))
|
||||
Loading…
Add table
Add a link
Reference in a new issue