python-efl-core-demo package added
authored_ <bartosh@gmail.com>
Sat, 25 Aug 2007 19:56:57 +0000 (19:56 +0000)
committered_ <bartosh@gmail.com>
Sat, 25 Aug 2007 19:56:57 +0000 (19:56 +0000)
trunk/python-edje/debian/01-app_launcher.desktop [new file with mode: 0644]
trunk/python-edje/debian/01-app_launcher.edj [new file with mode: 0644]
trunk/python-edje/debian/02-vkbd.desktop [new file with mode: 0644]
trunk/python-edje/debian/02-vkbd.edj [new file with mode: 0644]
trunk/python-edje/debian/control
trunk/python-edje/debian/python-efl-core-demo.install [new file with mode: 0644]
trunk/python-edje/debian/rules

diff --git a/trunk/python-edje/debian/01-app_launcher.desktop b/trunk/python-edje/debian/01-app_launcher.desktop
new file mode 100644 (file)
index 0000000..c1fdbed
--- /dev/null
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=1.0
+Type=Application
+Name=Edje App Launcher Demo
+Exec=/usr/bin/01-app_launcher.py
diff --git a/trunk/python-edje/debian/01-app_launcher.edj b/trunk/python-edje/debian/01-app_launcher.edj
new file mode 100644 (file)
index 0000000..4564abc
Binary files /dev/null and b/trunk/python-edje/debian/01-app_launcher.edj differ
diff --git a/trunk/python-edje/debian/02-vkbd.desktop b/trunk/python-edje/debian/02-vkbd.desktop
new file mode 100644 (file)
index 0000000..8e1f84b
--- /dev/null
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=1.0
+Type=Application
+Name=Edje Virtual Keyboard
+Exec=/usr/bin/02-vkbd.py
diff --git a/trunk/python-edje/debian/02-vkbd.edj b/trunk/python-edje/debian/02-vkbd.edj
new file mode 100644 (file)
index 0000000..39af57a
Binary files /dev/null and b/trunk/python-edje/debian/02-vkbd.edj differ
index 7ab2114..f623058 100644 (file)
@@ -13,4 +13,11 @@ Description: Python bindings for Edje
  This packages contains modules that allow you to use 
  Edje(enlightenment Graphical layout and animation library) in Python programs.
 
+Package: python-efl-core-demo
+Section: user/other
+Architecture: any
+Depends: python2.5 (>= 2.5.1-1osso2), ${shlibs:Depends}
+Description: Python-edje demos
+ This package contains python-edje demos: 
+ App Launcher, Virtual keyboard 
 
diff --git a/trunk/python-edje/debian/python-efl-core-demo.install b/trunk/python-edje/debian/python-efl-core-demo.install
new file mode 100644 (file)
index 0000000..abba9b8
--- /dev/null
@@ -0,0 +1,2 @@
+examples/evas-demo/01-app_launcher/01-app_launcher.py examples/evas-demo/02-vkbd/02-vkbd.py debian/*.edj usr/bin
+debian/*.desktop usr/share/applications/hildon
index 0539eac..0c7725c 100755 (executable)
@@ -37,13 +37,14 @@ install: build
        dh_testroot
        dh_installdirs
 
-       $(PYTHON) setup.py install --root=$(d_base) 
+       $(PYTHON) setup.py install --root=$(d_base)
 
 binary: binary-indep binary-arch
 binary-indep: install
 binary-arch: install
        dh_testdir
        dh_testroot
+       dh_install
        dh_strip
        #dh_compress -p$(p_dev) -Xexamples -X.py
        dh_fixperms