summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2011-04-06 20:20:20 +1000
committerSarah Smith <sarah.j.smith@nokia.com>2011-04-06 20:20:20 +1000
commit00282f9fb7681785f8cf0fa0daafe4fab9ce6838 (patch)
tree468bd02930b10b9a451e33b7199b07e99cb3dc6f /debian
parente2d7b79caaac316098ad7348f30d490fb7e3e919 (diff)
Device packaging. QTBUG-17434.
Few fixups required for header location, and plugins not linked to requisite libs. The rest of it is adding .desktop files and icons. Many of the icons are duplicates but at some point some apps will likely get their own icons, so don't share a common icon. Many apps run just fine, a few have bogus names, bad icons and other niggles. Apps that don't run are subject of other bug reports.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/libqt4-3d-examples.install2
-rwxr-xr-xdebian/rules4
3 files changed, 7 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 87530aaf..f8b602bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libqt4-3d (1.0) unstable; urgency=low
+libqt4-3d (tp1) unstable; urgency=low
- * Initial Release.
+ * Technology Preview 1 Release.
- -- Sarah Smith <sarah.j.smith@nokia.com> Wed, 09 Feb 2011 20:59:27 +1000
+ -- Sarah Smith <sarah.j.smith@nokia.com> Wed, 06 Apr 2011 16:30:00 +1000
diff --git a/debian/libqt4-3d-examples.install b/debian/libqt4-3d-examples.install
index 130f8c80..9bc01a58 100644
--- a/debian/libqt4-3d-examples.install
+++ b/debian/libqt4-3d-examples.install
@@ -1,2 +1,4 @@
usr/bin/*
usr/share/qt4/quick3d
+usr/share/themes/base/meegotouch/icons
+usr/share/applications
diff --git a/debian/rules b/debian/rules
index 2ed9da76..57058864 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,8 +36,8 @@ ifneq (,$(filter parallel=%,$(TMP_BUILD_OPTS)))
endif
ifeq (arm,$(findstring arm,$(shell g++ -v 2>&1 | sed -n '/Target: arm/p')))
- QMAKE_CONF_MKSPEC = "-spec linux-g++-maemo"
- QMAKE_CONF_OPTS = "CONFIG+=maemo"
+ QMAKE_CONF_MKSPEC = -spec linux-g++-maemo
+ QMAKE_CONF_OPTS = CONFIG+=maemo
endif
DEB_MAKE_INVOKE := $(MAKE) $(PARALLEL_MAKEFLAGS)