From bb3334a8ba3069a27bab4df33432af20670a2216 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Fri, 13 Jun 2008 01:05:30 +0200 Subject: Added zim-0.25 --- .../files/zim-0.25-disable-update-databases.patch | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 x11-misc/zim/files/zim-0.25-disable-update-databases.patch (limited to 'x11-misc/zim/files') 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" ; ++# } + + } + -- cgit v1.2.3-70-g09d2 b9d6d68161f1063adbaecb9c1db925745c2e&follow=1'>diff
path: root/portato/backend/system_interface.py (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-03And here is the debugging again :) ... using ctypesRené 'Necoro' Neumann1-1/+8
2009-09-03Screw debugging ... prefer the ctypes approach to get rid of yet another c-mo...René 'Necoro' Neumann3-27/+11
2009-09-03Use this wrapper instead of ctypes to set the textdomain and stuff for the gt...René 'Necoro' Neumann1-9/+5
2009-09-03Add small wrapper to C-gettextRené 'Necoro' Neumann2-1/+22
2009-08-31Update messages.potRené 'Necoro' Neumann1-42/+94
2009-08-31Removed the gtk- strings from translationsRené 'Necoro' Neumann7-3639/+3479
2009-08-31Removed the 'translatable' attribute from 'gtk-*' stringsRené 'Necoro' Neumann5-11/+11
2009-08-31Removed TODO. Renamed ChangeLog to TODORené 'Necoro' Neumann2-40/+0
2009-08-27Only import stuff if necessaryRené 'Necoro' Neumann1-8/+8
2009-08-25Release the threadQueue-Lock in syncv0.13René 'Necoro' Neumann1-0/+1
2009-08-25Updated portugese translationAlberto Federman Neto1-650/+687
2009-08-15Update spanish translationDaniel Halens1-245/+258
2009-08-15Use boolean flags instead of obscure C flags for ipc.MessageQueueRené 'Necoro' Neumann3-13/+15
2009-08-15TypoRené 'Necoro' Neumann1-1/+1
2009-08-15Enhanced the extensions.shRené 'Necoro' Neumann1-3/+8
2009-08-15Move eix-format to correct locationRené 'Necoro' Neumann1-0/+0