Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#19263 closed defect (fixed)

glib2-2.20.0 patch to make sure glib-based apps know MacPorts' MIME location

Reported by: blb@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: MIME Cc:
Port: glib2, glib2-devel

Description

The MIME stuff currently doesn't look into ${prefix}/share/mime unless XDG_DATA_DIRS is set in the environment; otherwise it simply tries /usr/local/share and /usr/share (in addition to a home-based location).

Attached is a patch to glib2 to replace /usr/local/share with ${prefix}/share so it looks there (which is where the shared-mime-info port installs).

Attachments (1)

glib2.diff (1.7 KB) - added by blb@… 15 years ago.
diff to glib2

Download all attachments as: .zip

Change History (3)

Changed 15 years ago by blb@…

Attachment: glib2.diff added

diff to glib2

comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Port: glib2-devel added
Resolution: fixed
Status: newclosed

Thanks. Fixed for glib2 in r49466 and glib2-devel in r49467.

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.