Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Added INSTALL.msg for libreoffice
@ 2020-04-07 22:17 MrLazerbean
  2020-04-07 22:37 ` Duncaen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: MrLazerbean @ 2020-04-07 22:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 420 bytes --]

There is a new pull request by MrLazerbean against master on the void-packages repository

https://github.com/MrLazerbean/void-packages master
https://github.com/void-linux/void-packages/pull/20737

Added INSTALL.msg for libreoffice
Add an install message for libreoffice so people will know that they may need one after install

A patch file from https://github.com/void-linux/void-packages/pull/20737.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-20737.patch --]
[-- Type: text/x-diff, Size: 801 bytes --]

From f8d77ef98b5b986de9bf087103a7ae9df246b304 Mon Sep 17 00:00:00 2001
From: dom <dom@the_machine.lan>
Date: Tue, 7 Apr 2020 18:08:28 -0400
Subject: [PATCH] Added INSTALL.msg for libreoffice

---
 srcpkgs/libreoffice/INSTALL.msg | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 srcpkgs/libreoffice/INSTALL.msg

diff --git a/srcpkgs/libreoffice/INSTALL.msg b/srcpkgs/libreoffice/INSTALL.msg
new file mode 100644
index 00000000000..60da5c65e03
--- /dev/null
+++ b/srcpkgs/libreoffice/INSTALL.msg
@@ -0,0 +1,5 @@
+In order to use Libre Office with languages other than english, as well as with some English dialects installing a language package is required. To find out which package you need run 
+	
+	# xbps-query -Rs libreoffice-i18n
+
+This will list all available language packages. 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Added INSTALL.msg for libreoffice
  2020-04-07 22:17 [PR PATCH] Added INSTALL.msg for libreoffice MrLazerbean
@ 2020-04-07 22:37 ` Duncaen
  2020-04-07 23:07 ` MrLazerbean
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2020-04-07 22:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/20737#issuecomment-610654233

Comment:
We generally preserve INSTALL.msg for important changes, adding more will just increase the fact that users are already rarely noticing or reading them.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Added INSTALL.msg for libreoffice
  2020-04-07 22:17 [PR PATCH] Added INSTALL.msg for libreoffice MrLazerbean
  2020-04-07 22:37 ` Duncaen
@ 2020-04-07 23:07 ` MrLazerbean
  2020-04-08 13:07 ` mmnmnnmnmm
  2020-04-08 13:42 ` mmnmnnmnmm
  3 siblings, 0 replies; 5+ messages in thread
From: MrLazerbean @ 2020-04-07 23:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 462 bytes --]

New comment by MrLazerbean on void-packages repository

https://github.com/void-linux/void-packages/pull/20737#issuecomment-610663268

Comment:
I agree, but at the same time for many users libre office wont work without a language package. When I installed libre office I had to go looking on reddit in order to find out about these packages at all. If there is a better way to get this info to users than a INSTALL.msg that I am unaware of please let me know. 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Added INSTALL.msg for libreoffice
  2020-04-07 22:17 [PR PATCH] Added INSTALL.msg for libreoffice MrLazerbean
  2020-04-07 22:37 ` Duncaen
  2020-04-07 23:07 ` MrLazerbean
@ 2020-04-08 13:07 ` mmnmnnmnmm
  2020-04-08 13:42 ` mmnmnnmnmm
  3 siblings, 0 replies; 5+ messages in thread
From: mmnmnnmnmm @ 2020-04-08 13:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 458 bytes --]

New comment by mmnmnnmnmm on void-packages repository

https://github.com/void-linux/void-packages/pull/20737#issuecomment-610948642

Comment:
A few packages use localisation in this way:

    $ xbq -i18n | awk -v FS="( |-i18n-)" '{print $2}' | sort -u
    firefox
    firefox-esr
    icecat
    kicad
    libreoffice
    python3-precis
    thunderbird

This looks like a good candidate to put in the docs
https://github.com/void-linux/void-docs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Added INSTALL.msg for libreoffice
  2020-04-07 22:17 [PR PATCH] Added INSTALL.msg for libreoffice MrLazerbean
                   ` (2 preceding siblings ...)
  2020-04-08 13:07 ` mmnmnnmnmm
@ 2020-04-08 13:42 ` mmnmnnmnmm
  3 siblings, 0 replies; 5+ messages in thread
From: mmnmnnmnmm @ 2020-04-08 13:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 469 bytes --]

New comment by mmnmnnmnmm on void-packages repository

https://github.com/void-linux/void-packages/pull/20737#issuecomment-610948642

Comment:
A few packages use localisation in this way:

    $ xbps-query -Rs -i18n | awk -v FS="( |-i18n-)" '{print $2}' | sort -u
    firefox
    firefox-esr
    icecat
    kicad
    libreoffice
    python3-precis
    thunderbird

This looks like a good candidate to put in the docs
https://github.com/void-linux/void-docs

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-04-08 13:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07 22:17 [PR PATCH] Added INSTALL.msg for libreoffice MrLazerbean
2020-04-07 22:37 ` Duncaen
2020-04-07 23:07 ` MrLazerbean
2020-04-08 13:07 ` mmnmnnmnmm
2020-04-08 13:42 ` mmnmnnmnmm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).