latest basedir spec is wrong

2019-01-29 Thread Carnë Draug
Hi everyone The files at https://standards.freedesktop.org/basedir-spec/ have the following issues: 1. "basedir-spec-latest" should be linking to "basedir-spec-0.8" (it is linking to "basedir-spec-0.7") 2. "basedir-spec-0.8" should say "Version 0.8" (it says "Version 0.7") Thank you

Re: recommendations for install of applications and update of MIME cache

2015-03-02 Thread Carnë Draug
ple: > https://projects.archlinux.org/svntogit/community.git/tree/kdenlive/trunk/PKGBUILD > https://projects.archlinux.org/svntogit/community.git/tree/kdenlive/trunk/kdenlive.install > J. Leclanche > > > On 2 March 2015 at 20:18, Carnë Draug wrote: >> Hi >> >> I

recommendations for install of applications and update of MIME cache

2015-03-02 Thread Carnë Draug
Hi I have an application that as part of its install target (using make), installs a desktop entry file with "desktop-file-install". This application handles files of specific MIME types (listed on the desktop file) and so it uses the "--rebuild-mime-info-cache" option. The problem with this is

Re: [Scons-dev] mimetypes: adding mimetype for scons scripts

2015-01-28 Thread Carnë Draug
On 23 January 2015 at 17:02, Carnë Draug wrote: > On 21 January 2015 at 19:55, Bill Deegan wrote: >> >> On Wed, Jan 21, 2015 at 10:02 AM, Carnë Draug >> wrote: >>> >>> On 21 January 2015 at 13:28, Carnë Draug wrote: >>> > On 21 J

Re: [Scons-dev] mimetypes: adding mimetype for scons scripts

2015-01-23 Thread Carnë Draug
On 21 January 2015 at 19:55, Bill Deegan wrote: > > On Wed, Jan 21, 2015 at 10:02 AM, Carnë Draug > wrote: >> >> On 21 January 2015 at 13:28, Carnë Draug wrote: >> > On 21 January 2015 at 13:15, Gary Oberbrunner >> > wrote: >> >> >> >

Re: [Scons-dev] mimetypes: adding mimetype for scons scripts

2015-01-21 Thread Carnë Draug
On 21 January 2015 at 13:28, Carnë Draug wrote: > On 21 January 2015 at 13:15, Gary Oberbrunner wrote: >> >> On Wed, Jan 21, 2015 at 8:05 AM, Carnë Draug >> wrote: >>> >>> ... >>> >>> scons [1] is a build system and I was thinking of a

Re: [Scons-dev] mimetypes: adding mimetype for scons scripts

2015-01-21 Thread Carnë Draug
On 21 January 2015 at 13:15, Gary Oberbrunner wrote: > > On Wed, Jan 21, 2015 at 8:05 AM, Carnë Draug > wrote: >> >> ... >> >>> scons [1] is a build system and I was thinking of adding it to >> >>> shared-mime-info. Its files are very simple t

Re: mimetypes: adding mimetype for scons scripts

2015-01-21 Thread Carnë Draug
On 21 January 2015 at 09:56, Charles Plessy wrote: > Le Tue, Jan 20, 2015 at 05:58:53PM +, Carnė Draug a écrit : >> >> scons [1] is a build system and I was thinking of adding it to >> shared-mime-info. Its files are very simple to identify, they are >> always named SConstruct or SConscript.

mimetypes: adding mimetype for scons scripts

2015-01-20 Thread Carnë Draug
Hi scons [1] is a build system and I was thinking of adding it to shared-mime-info. Its files are very simple to identify, they are always named SConstruct or SConscript. These files are also valid python scripts. Should shared-mime-info identify them (I can submit a git patch, no problem) or s