From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: Org schemas we talked to be non-free, was: [ELPA] New package: repology.el Date: Tue, 26 Jan 2021 10:24:18 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14990"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.50 (gnu/linux) Cc: bugs@gnu.support, Ulrich Mueller , emacs-devel@gnu.org, ams@gnu.org, arthur.miller@live.com, dgutov@yandex.ru To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jan 26 10:25:53 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l4Kbg-0003j1-D0 for ged-emacs-devel@m.gmane-mx.org; Tue, 26 Jan 2021 10:25:52 +0100 Original-Received: from localhost ([::1]:59946 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l4Kbf-0007ox-C0 for ged-emacs-devel@m.gmane-mx.org; Tue, 26 Jan 2021 04:25:51 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41282) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l4KaQ-0007Le-NS for emacs-devel@gnu.org; Tue, 26 Jan 2021 04:24:34 -0500 Original-Received: from mail.gentoo.org ([2001:470:ea4a:1:5054:ff:fec7:86e4]:37587 helo=smtp.gentoo.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l4KaL-0002kP-54; Tue, 26 Jan 2021 04:24:33 -0500 In-Reply-To: (Richard Stallman's message of "Tue, 26 Jan 2021 01:03:29 -0500") Received-SPF: pass client-ip=2001:470:ea4a:1:5054:ff:fec7:86e4; envelope-from=ulm@gentoo.org; helo=smtp.gentoo.org X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:263449 Archived-At: >>>>> On Tue, 26 Jan 2021, Richard Stallman wrote: >> I've also checked the Gentoo app-office/libreoffice-7.0.4.2 package, >> and it doesn't install any Relax-NG schemas. It only installs DTDs for >> the older OpenOffice.org 1.x format. These are licensed under MPL-2.0. > It sounds like those are enough in practice. That is a vital bit of > good news. In what directory does it install them? I'd like to see > which ones the Trisquel package contains. The Gentoo package installs the DTDs in /usr//libreoffice/share/dtd/officedocument/1_0/ where is lib or lib64 depending on the system. > What is the command I should use in dpkg to find out what files a > package contains? No idea. I've checked the Ubuntu package list on the web though, and the DTDs are in their libreoffice-common package, same path as above (with libdir=lib).