Opened 19 years ago
Closed 19 years ago
#7844 closed defect (fixed)
BUG: planner 0.13_1 overwrites mime data for gnome
Reported by: | rhwood@… | Owned by: | jml@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | gnome-darwinports@… | |
Port: |
Description
The planner 0.13_1 installation overwrites the following files: ${prefix}/share/mime/glob ${prefix}/share/mime/magic ${prefix}/share/mime/XMLnamespaces
It needs to append data to these files or rebuild them somehow during the post-install phase.
Attachments (6)
Change History (13)
Changed 19 years ago by rhwood@…
Changed 19 years ago by rhwood@…
Attachment: | globs.dp_1142618215 added |
---|
globs (prior to installation)
Changed 19 years ago by rhwood@…
Attachment: | magic.dp_1142618215 added |
---|
magic (prior to installation)
Changed 19 years ago by rhwood@…
Attachment: | XMLnamespaces.dp_1142618215 added |
---|
XMLnamespaces (prior to installation)
comment:1 Changed 19 years ago by rhwood@…
attachments.description: | globs file installed by planner 0.13_1 → globs (planner 0.13_1) |
---|
comment:2 Changed 19 years ago by rhwood@…
attachments.description: | globs file prior to installation of planner 0.13_1 → globs (prior to installation) |
---|
comment:3 Changed 19 years ago by rhwood@…
Attached the new and older files to the bug so you can see the damage. I think it would be best to use the --disable-update-mimedb configure option and then do your updates in a post-install phase.
comment:4 Changed 19 years ago by rhwood@…
suggested post-install phase:
post-install {
system "update-mime-database ${prefix}/share/mime"
}
This requires a depends_build on bin:update-mime-database:shared-mime-info
comment:5 Changed 19 years ago by mww@…
Summary: | planner 0.13_1 overwrites mime data for gnome → BUG: planner 0.13_1 overwrites mime data for gnome |
---|
will planner work on copies that live in another directory?
comment:6 Changed 19 years ago by rhwood@…
(In reply to comment #8)
will planner work on copies that live in another directory?
No.
Planner, per se, actually never uses these files. GTK and GNOME libraries use these files so that this information is available for any application built using those libraries. KDE libraries may also use these files, I just don't know where KDE pulls its mime data.
comment:7 Changed 19 years ago by rhwood@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed fixed Portfile to CVS.
globs (planner 0.13_1)