diff options
author | Holger Paradies <retabell@gmx.de> | 2019-08-11 11:08:50 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2019-08-11 13:47:49 +0200 |
commit | a0c9e2823064617700c94bc26efadb65e6a9799a (patch) | |
tree | 363ddf3ff94f62fb6c97840fcefaf632fe538b8c /config | |
parent | 78d8e9cbc79a4c182e5213c9eca830f7e83aded7 (diff) | |
download | kanotix-a0c9e2823064617700c94bc26efadb65e6a9799a.zip kanotix-a0c9e2823064617700c94bc26efadb65e6a9799a.tar.gz |
i386 remove libreoffice
i386 libreoffice builds are no longer provided upstream
new empty office-i386 list created
Diffstat (limited to 'config')
-rw-r--r-- | config/lists/extra-es | 2 | ||||
-rw-r--r-- | config/lists/extra-it | 2 | ||||
-rw-r--r-- | config/lists/kanotix-kde-master | 5 | ||||
-rw-r--r-- | config/lists/kanotix-trinity-master | 5 | ||||
-rw-r--r-- | config/lists/office-i386 | 1 |
5 files changed, 15 insertions, 0 deletions
diff --git a/config/lists/extra-es b/config/lists/extra-es index 5eeec56..4e5ff75 100644 --- a/config/lists/extra-es +++ b/config/lists/extra-es @@ -7,6 +7,8 @@ kde-l10n-es # libre office packages +#if ARCHITECTURE amd64 libobasis6.3-es libobasis6.3-es-help libreoffice6.3-es +#endif diff --git a/config/lists/extra-it b/config/lists/extra-it index 9cb9848..08add95 100644 --- a/config/lists/extra-it +++ b/config/lists/extra-it @@ -7,7 +7,9 @@ kde-l10n-it # libre office packages +#if ARCHITECTURE amd64 libobasis6.3-it libobasis6.3-it-help libreoffice6.3-dict-it libreoffice6.3-it +#endif diff --git a/config/lists/kanotix-kde-master b/config/lists/kanotix-kde-master index 4737f94..db8d53e 100644 --- a/config/lists/kanotix-kde-master +++ b/config/lists/kanotix-kde-master @@ -1,7 +1,12 @@ # Kanotix with KDE (Master) #include <kanotix-kde-base> +#if ARCHITECTURE amd64 #include <office> +#endif +#if ARCHITECTURE i386 +#include <office-i386> +#endif # email thunderbird-l10n-de diff --git a/config/lists/kanotix-trinity-master b/config/lists/kanotix-trinity-master index 546a3cc..469c2ca 100644 --- a/config/lists/kanotix-trinity-master +++ b/config/lists/kanotix-trinity-master @@ -1,7 +1,12 @@ # Kanotix with Trinity (Master) #include <kanotix-trinity-base> +#if ARCHITECTURE amd64 #include <office> +#endif +#if ARCHITECTURE i386 +#include <office-i386> +#endif # email thunderbird-l10n-de diff --git a/config/lists/office-i386 b/config/lists/office-i386 new file mode 100644 index 0000000..772b48a --- /dev/null +++ b/config/lists/office-i386 @@ -0,0 +1 @@ +# office packages for i386 |