~ubuntu-branches/ubuntu/jaunty/kde4libs/jaunty-updates

« back to all changes in this revision

Viewing changes to debian/patches/13_qt4_designer_plugins_path.diff

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2008-12-11 18:26:08 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20081211182608-tsu6p8ncbw1gnqxt
Tags: 4:4.1.85-0ubuntu1
* New upstream release
* Patches:
  + Removed 15_kfreebsd_support.diff from patches/series (doesn't apply and
    has no use for Ubuntu)
  + Redid 20_use_dejavu_as_default_font.diff
  + Completely removed kubuntu_09_fix_application_menu.diff (applied upstream)
  + Refreshed kubuntu_54_use_xdg_menu_prefix.diff
  + Dropped plasma/widgets/toolbutton.cpp from kubuntu_qt_ftbfs.diff (applied
    upstream)
  + Global quilt refresh

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- a/kdewidgets/CMakeLists.txt
2
 
+++ b/kdewidgets/CMakeLists.txt
3
 
@@ -55,7 +55,7 @@
 
1
Index: kdelibs-4.1.85/kdewidgets/CMakeLists.txt
 
2
===================================================================
 
3
--- kdelibs-4.1.85.orig/kdewidgets/CMakeLists.txt       2008-12-11 18:13:25.000000000 +0100
 
4
+++ kdelibs-4.1.85/kdewidgets/CMakeLists.txt    2008-12-11 18:15:14.000000000 +0100
 
5
@@ -53,7 +53,7 @@
4
6
                        )
5
7
 endif(NOT WIN32)
6
8
 
7
9
-install(TARGETS kdewidgets  DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/designer )
8
10
+install(TARGETS kdewidgets  DESTINATION /usr/lib/qt4/plugins/designer )
9
11
 
10
 
 
11
 
 ########### install files ###############
 
12
 if (QT_QT3SUPPORT_FOUND)
 
13