Bug#614365: Move designer plugins to libqt4-dev

2011-03-08 Thread Felix Geyer
On 05.03.2011 17:39, Fathi Boudra wrote:
 Why do you want to move the declarative plugin?
 Afaics, only the qt3support plugin requires to be moved.

Imho it would be inconsistent to put some designer plugins in libqt4-dev
and the other in the regular lib package.

 How much space is saved?

libqt4-designer uses 9-10 MB disk space.

Felix




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#614365: Move designer plugins to libqt4-dev

2011-03-05 Thread Fathi Boudra
Hi,

On Mon, Feb 21, 2011 at 1:20 PM, Felix Geyer debfx-...@fobos.de wrote:
 Please move the Qt Designer plugins from libqt4-declarative and
 libqt4-qt3support to libqt4-dev.

 This would save some space on default installations as the dependency
 from libqt4-qt3support on libqt4-designer is dropped.

Why do you want to move the declarative plugin?
Afaics, only the qt3support plugin requires to be moved.

How much space is saved?

cheers,

Fathi



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#614365: Move designer plugins to libqt4-dev

2011-02-21 Thread Felix Geyer
Source: qt4-x11
Version: 4:4.7.1-2
Severity: wishlist
Tags: patch

Please move the Qt Designer plugins from libqt4-declarative and
libqt4-qt3support to libqt4-dev.

This would save some space on default installations as the dependency
from libqt4-qt3support on libqt4-designer is dropped.

From b0e7428d427bc2b51865b3077486e29b7e778a26 Mon Sep 17 00:00:00 2001
From: Felix Geyer debfx-...@fobos.de
Date: Mon, 21 Feb 2011 13:51:40 +0100
Subject: [PATCH] Move Qt Designer plugins to libqt4-dev.

This drops the dependency from libqt4-qt3support on libqt4-designer.
---
 debian/control|2 +-
 debian/libqt4-declarative.install |1 -
 debian/libqt4-dev.install |2 ++
 debian/libqt4-qt3support.install  |1 -
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 4e2fb70..09fb344 100644
--- a/debian/control
+++ b/debian/control
@@ -410,7 +410,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libqtcore4 (= ${binary:Version}),
  libqt4-declarative (= ${binary:Version}), qt4-qmake (= ${binary:Version})
 Recommends: libqt4-opengl-dev (= ${binary:Version}), libqtwebkit-dev (= 2.0~)
 Breaks: libqtwebkit-dev ( 2.0~), libqt4-opengl-dev ( 4.4.0-2)
-Replaces: libqtwebkit-dev ( 2.0~), libqt4-opengl-dev ( 4.4.0-2)
+Replaces: libqtwebkit-dev ( 2.0~), libqt4-opengl-dev ( 4.4.0-2), libqt4-qt3support ( 4:4.7.1-3), libqt4-declarative ( 4:4.7.1-3)
 Suggests: qt4-dev-tools, qt4-doc, libmysqlclient-dev, libsqlite0-dev, libsqlite3-dev, libpq-dev, unixodbc-dev, firebird2.1-dev
 Description: Qt 4 development files
  Qt is a cross-platform C++ application framework. Qt's primary feature
diff --git a/debian/libqt4-declarative.install b/debian/libqt4-declarative.install
index f993aa2..b7c43b7 100644
--- a/debian/libqt4-declarative.install
+++ b/debian/libqt4-declarative.install
@@ -1,2 +1 @@
 usr/lib/libQtDeclarative.so.*
-usr/lib/qt4/plugins/designer/libqdeclarativeview.so
diff --git a/debian/libqt4-dev.install b/debian/libqt4-dev.install
index 5f1b663..0c12324 100644
--- a/debian/libqt4-dev.install
+++ b/debian/libqt4-dev.install
@@ -2814,4 +2814,6 @@ usr/lib/pkgconfig/QtTest.pc
 usr/lib/pkgconfig/QtUiTools.pc
 usr/lib/pkgconfig/QtXml.pc
 usr/lib/pkgconfig/QtXmlPatterns.pc
+usr/lib/qt4/plugins/designer/libqdeclarativeview.so
+usr/lib/qt4/plugins/designer/libqt3supportwidgets.so
 usr/share/qt4/q3porting.xml
diff --git a/debian/libqt4-qt3support.install b/debian/libqt4-qt3support.install
index 137efdd..1d932b8 100644
--- a/debian/libqt4-qt3support.install
+++ b/debian/libqt4-qt3support.install
@@ -1,3 +1,2 @@
 usr/lib/libQt3Support.so.*
 usr/lib/qt4/plugins/accessible/libqtaccessiblecompatwidgets.so
-usr/lib/qt4/plugins/designer/libqt3supportwidgets.so
-- 
1.7.1