summaryrefslogtreecommitdiffstats
path: root/admin/detect_uds_hidden.diff
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 19:20:56 +0900
committerSlávek Banko <slavek.banko@axis.cz>2022-08-27 16:59:18 +0200
commit222d614b083afd78f24027419ba0fa11357d3629 (patch)
tree99366a138249ef09c2c4c982535ab7342f77a282 /admin/detect_uds_hidden.diff
parent774f4fbf43cfe672bc5f6c89c7631898785c96d5 (diff)
downloadtdeio-locate-r14.0.x.tar.gz
tdeio-locate-r14.0.x.zip
Removed local admin module.r14.0.13r14.0.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 988ef577556d79de8050dadb7e69c312edd04c27)
Diffstat (limited to 'admin/detect_uds_hidden.diff')
-rw-r--r--admin/detect_uds_hidden.diff29
1 files changed, 0 insertions, 29 deletions
diff --git a/admin/detect_uds_hidden.diff b/admin/detect_uds_hidden.diff
deleted file mode 100644
index d92ccaf..0000000
--- a/admin/detect_uds_hidden.diff
+++ /dev/null
@@ -1,29 +0,0 @@
-Only in tdeio-locate/admin/: .arch-ids
-diff -ur bksys-1.5.1.pre4/admin/kde.py tdeio-locate/admin/kde.py
---- bksys-1.5.1.pre4/admin/kde.py 2005-08-16 23:16:32.000000000 +0200
-+++ tdeio-locate/admin/kde.py 2005-08-17 12:27:49.000000000 +0200
-@@ -242,6 +242,15 @@
- qtlibs=qtdir+"/lib"+libsuffix
- env['QTLIBPATH']=qtlibs
-
-+ ## check if KDE has the UDS_HIDDEN patch
-+ print "Checking KDE for UDS_HIDDEN : ",
-+ if 'UDS_HIDDEN' in os.popen('cat ' + env['KDEINCLUDEPATH'] + '/tdeio/global.h').read():
-+ env['HAVE_UDS_HIDDEN']='1'
-+ p('GREEN', 'yes')
-+ else:
-+ env['HAVE_UDS_HIDDEN']='0'
-+ p('YELLOW', 'no')
-+
- def generate(env):
- """"Set up the qt and kde environment and builders - the moc part is difficult to understand """
-
-@@ -304,7 +313,7 @@
- ('KDELOCALE', ''), ('KDEDOC', ''), ('KDEKCFG', ''),
- ('KDEXDG', ''), ('KDEXDGDIR', ''), ('KDEMENU', ''),
- ('KDEMIME', ''), ('KDEICONS', ''), ('KDESERV', ''),
-- ('KDESERVTYPES', ''), ('KDEAPPS', ''),
-+ ('KDESERVTYPES', ''), ('KDEAPPS', ''), ('HAVE_UDS_HIDDEN', ''),
- )
- opts.Update(env)
-