diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-11-19 17:45:28 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-11-19 17:45:28 +0100 |
commit | e6636bd5d6280d92996bd70b744e8a29e54c7e18 (patch) | |
tree | 014989bddcbc22c7a8d4dafa7b78f3e55b184718 /gentoo/trinity-base/kdesktop/files | |
parent | 4b7471734323c7cb5bdc129857c94041418c81b5 (diff) | |
download | tde-packaging-e6636bd5d6280d92996bd70b744e8a29e54c7e18.tar.gz tde-packaging-e6636bd5d6280d92996bd70b744e8a29e54c7e18.zip |
Gentoo: Initial import of an ebuilds tree
from Fat-Zer's (Alexander Golubev) repository.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'gentoo/trinity-base/kdesktop/files')
-rw-r--r-- | gentoo/trinity-base/kdesktop/files/kdesktop-3.5.13.1-onlyshowin-tde.patch | 19 | ||||
l--------- | gentoo/trinity-base/kdesktop/files/shared | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/gentoo/trinity-base/kdesktop/files/kdesktop-3.5.13.1-onlyshowin-tde.patch b/gentoo/trinity-base/kdesktop/files/kdesktop-3.5.13.1-onlyshowin-tde.patch new file mode 100644 index 000000000..ff73afdea --- /dev/null +++ b/gentoo/trinity-base/kdesktop/files/kdesktop-3.5.13.1-onlyshowin-tde.patch @@ -0,0 +1,19 @@ +diff --git a/kdesktop/kdiconview.cc b/kdesktop/kdiconview.cc +index 0997069..bdbaaa7 100644 +--- a/kdesktop/kdiconview.cc ++++ b/kdesktop/kdiconview.cc +@@ -1009,12 +1009,12 @@ bool KDIconView::makeFriendlyText( KFileIVI *fileIVI ) + TQStringList tmpList; + if (cfg.hasKey("OnlyShowIn")) + { +- if (!cfg.readListEntry("OnlyShowIn", ';').contains("KDE")) ++ if (!cfg.readListEntry("OnlyShowIn", ';').contains("TDE")) + return false; + } + if (cfg.hasKey("NotShowIn")) + { +- if (cfg.readListEntry("NotShowIn", ';').contains("KDE")) ++ if (cfg.readListEntry("NotShowIn", ';').contains("TDE")) + return false; + } + if (cfg.hasKey("TryExec")) diff --git a/gentoo/trinity-base/kdesktop/files/shared b/gentoo/trinity-base/kdesktop/files/shared new file mode 120000 index 000000000..ffc286806 --- /dev/null +++ b/gentoo/trinity-base/kdesktop/files/shared @@ -0,0 +1 @@ +../../../eclass/trinity-shared-files
\ No newline at end of file |