~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to debian/patches/03_buildtools_plugins_path.diff

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-10-24 11:59:24 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061024115924-e5gecawlge1xhk75
Tags: 4:3.3.5-1
* New upstream release.
  + Contains up-to-date KDE admin dir in application templates.
* Remove patches included upstream:
  + 05_support_autoconf26.diff
  + 06_xim_crash_caused_by_qt.diff
  + 07_documentation_plugins_path.diff
* Fix not-binnmuable-any-depends-all kdevelop -> kdevelop-data.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -urN kdevelop-3.3.2.orig/buildtools/projectmanager/builders/makebuilder/Makefile.am kdevelop-3.3.2/buildtools/projectmanager/builders/makebuilder/Makefile.am
 
2
--- kdevelop-3.3.2.orig/buildtools/projectmanager/builders/makebuilder/Makefile.am      2005-09-10 10:21:41.000000000 +0200
 
3
+++ kdevelop-3.3.2/buildtools/projectmanager/builders/makebuilder/Makefile.am   2006-05-04 11:53:37.000000000 +0200
 
4
@@ -5,7 +5,7 @@
 
5
     
 
6
 METASOURCES = AUTO
 
7
 
 
8
-lib_LTLIBRARIES = \
 
9
+kde_module_LTLIBRARIES = \
 
10
     libkdevmakebuilder.la
 
11
 
 
12
 noinst_HEADERS = \
 
13
diff -urN kdevelop-3.3.2.orig/buildtools/projectmanager/importers/automake/Makefile.am kdevelop-3.3.2/buildtools/projectmanager/importers/automake/Makefile.am
 
14
--- kdevelop-3.3.2.orig/buildtools/projectmanager/importers/automake/Makefile.am        2005-09-10 10:21:40.000000000 +0200
 
15
+++ kdevelop-3.3.2/buildtools/projectmanager/importers/automake/Makefile.am     2006-05-04 11:52:08.000000000 +0200
 
16
@@ -7,7 +7,7 @@
 
17
     
 
18
 METASOURCES = AUTO
 
19
 
 
20
-lib_LTLIBRARIES = \
 
21
+kde_module_LTLIBRARIES = \
 
22
     libkdevautomakeimporter.la
 
23
 
 
24
 noinst_HEADERS = \
 
25
diff -urN kdevelop-3.3.2.orig/buildtools/projectmanager/importers/custom/Makefile.am kdevelop-3.3.2/buildtools/projectmanager/importers/custom/Makefile.am
 
26
--- kdevelop-3.3.2.orig/buildtools/projectmanager/importers/custom/Makefile.am  2005-09-10 10:21:40.000000000 +0200
 
27
+++ kdevelop-3.3.2/buildtools/projectmanager/importers/custom/Makefile.am       2006-05-04 11:52:43.000000000 +0200
 
28
@@ -7,7 +7,7 @@
 
29
     
 
30
 METASOURCES = AUTO
 
31
 
 
32
-lib_LTLIBRARIES = \
 
33
+kde_module_LTLIBRARIES = \
 
34
     libkdevcustomimporter.la
 
35
 
 
36
 noinst_HEADERS = \
 
37
diff -urN kdevelop-3.3.2.orig/buildtools/projectmanager/importers/qmake/Makefile.am kdevelop-3.3.2/buildtools/projectmanager/importers/qmake/Makefile.am
 
38
--- kdevelop-3.3.2.orig/buildtools/projectmanager/importers/qmake/Makefile.am   2005-09-10 10:21:40.000000000 +0200
 
39
+++ kdevelop-3.3.2/buildtools/projectmanager/importers/qmake/Makefile.am        2006-05-04 11:52:21.000000000 +0200
 
40
@@ -1,7 +1,7 @@
 
41
 INCLUDES = -I$(top_srcdir)/buildtools/lib/parsers/qmake \
 
42
        -I$(top_srcdir)/buildtools/projectmanager/interfaces -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes)
 
43
 METASOURCES = AUTO
 
44
-lib_LTLIBRARIES = libqmakeimporter.la
 
45
+kde_module_LTLIBRARIES = libqmakeimporter.la
 
46
 libqmakeimporter_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN)
 
47
 noinst_HEADERS = kdevqmakeeditor.h qmakeprojectmodel.h modelcreator.h \
 
48
        projectconfigurationdlg.h