This commit is contained in:
Zoltán Balogh
2015-10-17 21:46:05 +03:00
parent da343b288a
commit 347dad0e24
5 changed files with 17 additions and 2 deletions

View File

@@ -119,6 +119,7 @@ ExternalProject_Add(qtcreator_plugin_autopilot
SET (QT_KIT_PREFIX "${CMAKE_BINARY_DIR}/qt-build2")
ExternalProject_Add(${QT_VERSION}-kit
DEPENDS ${QT_VERSION}
#URL http://download.qt.io/official_releases/qt/5.4/5.4.2/single/qt-everywhere-opensource-src-5.4.2.tar.gz
PREFIX "${QT_KIT_PREFIX}"
BINARY_DIR "${QT_KIT_PREFIX}/build"

2
debian/changelog vendored
View File

@@ -1,4 +1,4 @@
ubuntu-sdk-ide (3.5.0+15.10.20151017-0ubuntu1~0vivid1) vivid; urgency=medium
ubuntu-sdk-ide (3.5.0+15.10.20151017-0ubuntu1~0vivid3) vivid; urgency=medium
* OTA7 update

12
debian/control vendored
View File

@@ -107,3 +107,15 @@ Description: Ubuntu SDK IDE
deeper integration for developing applications for Ubuntu using the
Ubuntu UI Toolkit. It also introduces an Ubuntu themed welcome
screen.
Package: ubuntu-sdk-dev
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt and Ubuntu APIs for application development
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
Qt Components for Ubuntu offers a set of reusable user interface
components for Qt Quick 2 / QML.
.
This package contains the Qt APIs and the Ubuntu Components QML plugin.

3
debian/rules vendored
View File

@@ -22,7 +22,8 @@ override_dh_auto_clean:
override_dh_auto_install:
mkdir -p $(CURDIR)/debian/tmp/usr/
cp -a $(CURDIR)/*/ubuntu-sdk-ide $(CURDIR)/debian/tmp/usr
cp -a $(CURDIR)/*/qt $(CURDIR)/debian/tmp/usr/ubuntu-sdk-dev
dh_auto_install --destdir=../../debian/tmp/usr
override_dh_shlibdeps:
dh_shlibdeps -l/usr/ubuntu-sdk-ide/lib/qtcreator:/usr/ubuntu-sdk-ide/lib
dh_shlibdeps -l/usr/ubuntu-sdk-ide/lib/qtcreator:/usr/ubuntu-sdk-ide/lib:/usr/ubuntu-sdk-dev/lib

1
debian/ubuntu-sdk-dev.install vendored Normal file
View File

@@ -0,0 +1 @@
usr/ubuntu-sdk-dev