wok-next annotate cryptkeeper/stuff/cryptkeeper.patch @ rev 20124

cryptkeeper: update patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 31 09:20:03 2017 +0100 (2017-10-31)
parents 8312b3fd937f
children
rev   line source
al@19543 1 --- a/src/defines.h
al@19543 2 +++ b/src/defines.h
al@19543 3 @@ -4,7 +4,7 @@
al@19543 4 #define UI_SPACING 5
al@19543 5 #define UI_WINDOW_BORDER 10
al@19543 6
al@19543 7 -#define DEFAULT_FILEMANAGER "nautilus"
al@19543 8 +#define DEFAULT_FILEMANAGER "pcmanfm"
al@19543 9
al@19543 10 #include "../config.h"
al@19543 11 #include "../lib/gettext.h"
al@19543 12
pascal@20124 13 --- a/src/lsof.cpp
pascal@20124 14 +++ b/src/lsof.cpp
pascal@20124 15 @@ -17,6 +17,7 @@
pascal@20124 16 */
pascal@20124 17 #include <stdlib.h>
pascal@20124 18 #include <stdio.h>
pascal@20124 19 +#include <unistd.h>
pascal@20124 20 #include <string>
pascal@20124 21 #include <vector>
pascal@20124 22 #include <assert.h>
pascal@20124 23
al@19543 24 --- a/po/LINGUAS
al@19543 25 +++ b.po/LINGUAS
al@19543 26 @@ -1 +1 @@
al@19543 27 -en@quot en@boldquot fr en_GB de_DE pt_BR ru_RU tr pl es_ES it
al@19543 28 +en@quot en@boldquot fr en_GB de_DE pt_BR ru tr pl es_ES it
al@19543 29
al@19543 30 --- a/cryptkeeper.desktop
al@19543 31 +++ b/cryptkeeper.desktop
al@19543 32 @@ -3,7 +3,7 @@
al@19543 33 Name=Cryptkeeper
al@19543 34 Exec=cryptkeeper
al@19543 35 Icon=cryptkeeper
al@19543 36 -Categories=Application;System;
al@19543 37 +Categories=Application;System;Security;
al@19543 38 Terminal=false
al@19543 39 Type=Application
al@19543 40 StartupNotify=false