summaryrefslogtreecommitdiffstats
path: root/hyperui
diff options
context:
space:
mode:
authorAdriano Rezende <adriano.rezende@openbossa.org>2009-11-17 19:04:59 -0300
committerAdriano Rezende <adriano.rezende@openbossa.org>2009-11-17 19:06:05 -0300
commit3187e481111d446fe0e2a3bfd12e693a757dc47c (patch)
tree3bd8a33cae714d23dc0a7fa66c7f2c2541b77b1f /hyperui
parentf7b51ba9a7ff88629d430d49b5785c17f8271ba8 (diff)
Added maemo support with debian package files
Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
Diffstat (limited to 'hyperui')
-rw-r--r--hyperui/debian/changelog5
-rw-r--r--hyperui/debian/compat1
-rw-r--r--hyperui/debian/control12
-rw-r--r--hyperui/debian/hyperui.install2
-rwxr-xr-xhyperui/debian/rules10
-rw-r--r--hyperui/hyperui.desktop8
6 files changed, 38 insertions, 0 deletions
diff --git a/hyperui/debian/changelog b/hyperui/debian/changelog
new file mode 100644
index 0000000..6204d64
--- /dev/null
+++ b/hyperui/debian/changelog
@@ -0,0 +1,5 @@
+hyperui (0.1-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> Wed, 29 Oct 2009 16:47:57 -0300
diff --git a/hyperui/debian/compat b/hyperui/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/hyperui/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/hyperui/debian/control b/hyperui/debian/control
new file mode 100644
index 0000000..6b0540f
--- /dev/null
+++ b/hyperui/debian/control
@@ -0,0 +1,12 @@
+Source: hyperui
+Section: apps
+Priority: optional
+Maintainer: Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
+Build-Depends: debhelper (>= 4), libqt4-maemo5-dev
+Standards-Version: 3.8.1
+
+Package: hyperui
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-maemo5-core, libqt4-maemo5-gui, libqt4-maemo5-network
+Description: HyperUI
+ HyperUI
diff --git a/hyperui/debian/hyperui.install b/hyperui/debian/hyperui.install
new file mode 100644
index 0000000..32f1de4
--- /dev/null
+++ b/hyperui/debian/hyperui.install
@@ -0,0 +1,2 @@
+hyperui.desktop usr/share/applications/hildon/
+hyperui.png usr/share/pixmaps/
diff --git a/hyperui/debian/rules b/hyperui/debian/rules
new file mode 100755
index 0000000..9da8cad
--- /dev/null
+++ b/hyperui/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/qmake.mk
+
+DEB_BUILDDIR = debian/builddeb
+DEB_QMAKE_ARGS = $(CURDIR)/hyperui.pro -r PREFIX=/usr USE_RASTER=1
+
+clean::
+ rm -fr $(DEB_BUILDDIR)
diff --git a/hyperui/hyperui.desktop b/hyperui/hyperui.desktop
new file mode 100644
index 0000000..adff5bc
--- /dev/null
+++ b/hyperui/hyperui.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Name=HyperUI
+Categories=Applications
+Exec=/usr/bin/hyperui
+Icon=hyperui
+X-Icon-path=/usr/share/pixmaps/
+X-Osso-Type=application/x-executable