diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-27 21:24:52 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-27 21:24:52 +0200 |
commit | 3322244ef4e6e3690ca0f282b4e0f385ac467cb4 (patch) | |
tree | c5fb3b9c6bed90b37be2528b9a22cc9ef9a147eb /x11-misc/zim/files | |
parent | 763483fce6c1427518c2e1862aad42172b93e6f2 (diff) | |
parent | 8f38f63c7c187d5dd468bdb499fa5d856f21a061 (diff) | |
download | overlay-3322244ef4e6e3690ca0f282b4e0f385ac467cb4.tar.gz overlay-3322244ef4e6e3690ca0f282b4e0f385ac467cb4.tar.bz2 overlay-3322244ef4e6e3690ca0f282b4e0f385ac467cb4.zip |
Merged PC and Laptop
Diffstat (limited to '')
-rw-r--r-- | x11-misc/zim/files/zim-0.25-disable-update-databases.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/x11-misc/zim/files/zim-0.25-disable-update-databases.patch b/x11-misc/zim/files/zim-0.25-disable-update-databases.patch new file mode 100644 index 0000000..7866ab3 --- /dev/null +++ b/x11-misc/zim/files/zim-0.25-disable-update-databases.patch @@ -0,0 +1,35 @@ +--- Build.PL.old 2008-06-12 22:52:35.319329618 +0200 ++++ Build.PL 2008-06-12 22:53:40.595080260 +0200 +@@ -187,19 +187,19 @@ + sub ACTION_postinstall { + my $self = shift; + my $sharedir = $self->install_destination('share'); +- my $mimedir = File::Spec->catdir($sharedir, 'mime'); +- my $icon = File::Spec->catfile($sharedir, 'pixmaps', 'zim.png'); +- for ( +- ['update-desktop-database'], +- ['update-mime-database', $mimedir], +- # [qw{xdg-icon-resource install --context apps --size 64}, +- # $icon], +- [qw{xdg-icon-resource install --context mimetypes --size 64}, +- $icon, q{text-x-zim-notebook}], +- ) { +- print "Trying: @$_\n"; +- print system(@$_) == 0 ? "Ok\n\n" : "Failed\n\n" ; +- } ++# my $mimedir = File::Spec->catdir($sharedir, 'mime'); ++# my $icon = File::Spec->catfile($sharedir, 'pixmaps', 'zim.png'); ++# for ( ++# ['update-desktop-database'], ++# ['update-mime-database', $mimedir], ++# # [qw{xdg-icon-resource install --context apps --size 64}, ++# # $icon], ++# [qw{xdg-icon-resource install --context mimetypes --size 64}, ++# $icon, q{text-x-zim-notebook}], ++# ) { ++# print "Trying: @$_\n"; ++# print system(@$_) == 0 ? "Ok\n\n" : "Failed\n\n" ; ++# } + + } + |