diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-06-24 19:50:32 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-06-24 19:50:32 +0200 |
commit | b4359e8bf97799f83dc1ca62744db7cfcc81bc87 (patch) | |
tree | 3346872613490cc467c19e1645d0026c1221bce7 /redhat/kdenetwork/kdenetwork-3.5.13-fix_parallel_build.patch | |
parent | 4cc71d79c5718d59078d06c497a56d7c05b41576 (diff) | |
download | tde-packaging-b4359e8bf97799f83dc1ca62744db7cfcc81bc87.tar.gz tde-packaging-b4359e8bf97799f83dc1ca62744db7cfcc81bc87.zip |
RPM Packaging: rename directories
Diffstat (limited to 'redhat/kdenetwork/kdenetwork-3.5.13-fix_parallel_build.patch')
-rw-r--r-- | redhat/kdenetwork/kdenetwork-3.5.13-fix_parallel_build.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/redhat/kdenetwork/kdenetwork-3.5.13-fix_parallel_build.patch b/redhat/kdenetwork/kdenetwork-3.5.13-fix_parallel_build.patch deleted file mode 100644 index 92f0d72bc..000000000 --- a/redhat/kdenetwork/kdenetwork-3.5.13-fix_parallel_build.patch +++ /dev/null @@ -1,19 +0,0 @@ -commit 35c41f35b08e981caa062f963ad2611ee6ef35a9 -Author: Timothy Pearson <kb9vqf@pearsoncomputing.net> -Date: 1343320733 -0500 - - Fix a parallel build bug - Thanks to 'Nix' for the patch! - -diff --git a/filesharing/advanced/propsdlgplugin/CMakeLists.txt b/filesharing/advanced/propsdlgplugin/CMakeLists.txt -index f6477d1..26d94f5 100644 ---- a/filesharing/advanced/propsdlgplugin/CMakeLists.txt -+++ b/filesharing/advanced/propsdlgplugin/CMakeLists.txt -@@ -32,6 +32,7 @@ install( FILES - - tde_add_library( propsdlgplugin_common STATIC_PIC AUTOMOC - SOURCES propertiespage.cpp propertiespagegui.ui -+ DEPENDENCIES filesharesamba - ) - - |