From 644110a847c5911c2eb04eb53c93031740561efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 28 Nov 2019 02:34:44 +0100 Subject: Initial import of an ebuilds tree from Fat-Zer's (Alexander Golubev) repository. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- ...-fix-references-to-user-profile-directory.patch | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 trinity-base/lisa/files/lisa-3.5.13.1-6f85c0c-fix-references-to-user-profile-directory.patch (limited to 'trinity-base/lisa/files/lisa-3.5.13.1-6f85c0c-fix-references-to-user-profile-directory.patch') diff --git a/trinity-base/lisa/files/lisa-3.5.13.1-6f85c0c-fix-references-to-user-profile-directory.patch b/trinity-base/lisa/files/lisa-3.5.13.1-6f85c0c-fix-references-to-user-profile-directory.patch new file mode 100644 index 00000000..ea9dbbeb --- /dev/null +++ b/trinity-base/lisa/files/lisa-3.5.13.1-6f85c0c-fix-references-to-user-profile-directory.patch @@ -0,0 +1,52 @@ +diff --git a/lanbrowsing/lisa/README b/lanbrowsing/lisa/README +index c6d5d1b..5b7c328 100644 +--- a/lanbrowsing/lisa/README ++++ b/lanbrowsing/lisa/README +@@ -382,7 +382,7 @@ For reslisa the file is named reslisarc instead lisarc. + -u, --unix search at first for $HOME/.lisarc, then + for /etc/lisarc, this is the default behaviour + +--k, --kde1 search at first for $HOME/.kde/share/config/lisarc, ++-k, --kde1 search at first for $HOME/.trinity/share/config/lisarc, + then for $KDEDIR/share/config/lisarc + + -K, --kde2 looks for the file lisarc in every directory +diff --git a/lanbrowsing/lisa/main.cpp b/lanbrowsing/lisa/main.cpp +index 7de5938..fd96d04 100644 +--- a/lanbrowsing/lisa/main.cpp ++++ b/lanbrowsing/lisa/main.cpp +@@ -198,7 +198,7 @@ int main(int argc, char** argv) + "--kde1, --kde2 and --unix are not supported anymore.\n"\ + "Lisa will always first look for $(HOME)/.lisarc , then for /etc/lisarc.\n"\ + "If your lisa configuration file was created using an older version of \n"\ +- "the KDE control center, copy the /root/.kde/share/config/lisarc to /etc and \n"\ ++ "the KDE control center, copy the /root/.trinity/share/config/lisarc to /etc and \n"\ + "then start lisa without any command line options.\n"<