From 89ed17b05ac9fcea853a0b8567fdc08e7d8ef5ce Mon Sep 17 00:00:00 2001 From: "sunil85.kim" Date: Tue, 16 Apr 2013 17:03:19 +0900 Subject: [PATCH] Update for appcontrol --- CMakeLists.txt | 2 ++ debian/changelog | 8 ++++++++ packaging/wifi-efl-ug.spec | 11 +++++++---- wifi-efl-ug.manifest | 3 +++ wifi-efl-ug.xml | 12 ++++++++++++ 5 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 wifi-efl-ug.xml diff --git a/CMakeLists.txt b/CMakeLists.txt index b870604..8fb3f97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,6 +32,8 @@ pkg_check_modules(pkgs REQUIRED #engine pkgconfigs ${ENGINE_PKGCONFIGS}) +INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/wifi-efl-ug.xml DESTINATION /usr/share/packages/) + INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_SOURCE_DIR}/sources/ui-gadget/include ${CMAKE_CURRENT_SOURCE_DIR}/sources/ui-gadget/viewers-layout/include diff --git a/debian/changelog b/debian/changelog index 15b3b9e..fd4fd79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +wifi-efl-ug (0.5.2-9) precise; urgency=low + + * Update for appcontrol + * Git: magnolia/apps/home/ug-wifi-efl + * Tag: wifi-efl-ug_0.5.2-9 + + -- sunil85.kim Tue, 16 Apr 2013 13:18:48 +0900 + wifi-efl-ug (0.5.2-8) precise; urgency=low * Added handling when Wifi power was off diff --git a/packaging/wifi-efl-ug.spec b/packaging/wifi-efl-ug.spec index 1c69678..beecb3c 100644 --- a/packaging/wifi-efl-ug.spec +++ b/packaging/wifi-efl-ug.spec @@ -1,6 +1,6 @@ Name: wifi-efl-ug Summary: Wi-Fi UI Gadget -Version: 0.5.2_8 +Version: 0.5.2_9 Release: 1 Group: App/Network License: Flora License @@ -64,12 +64,14 @@ cp LICENSE.Flora %{buildroot}%{_datadir}/license/net.wifi-qs %post /sbin/ldconfig +mkdir -p %{PREFIX}/bin/ +ln -sf /usr/bin/ug-client %{PREFIX}/bin/ug-wifi-efl -vconftool set -t int memory/wifi/ug_run_state 3 -i -g 6519 +vconftool set -t int memory/wifi/ug_run_state 3 -i -g 6519 -f %post -n net.wifi-qs -vconftool set -t int memory/wifi/wifi_qs_exit 0 -g 6519 -i -vconftool set -t int db/wifi/enable_quick_start 1 -g 6519 -i +vconftool set -t int memory/wifi/wifi_qs_exit 0 -g 6519 -i -f +vconftool set -t int db/wifi/enable_quick_start 1 -g 6519 -i -f %postun -p /sbin/ldconfig @@ -82,6 +84,7 @@ vconftool set -t int db/wifi/enable_quick_start 1 -g 6519 -i %{PREFIX}/res/images/wifi-efl-UG/*.png %{PREFIX}/res/locale/*/LC_MESSAGES/*.mo %{_datadir}/license/wifi-efl-ug +/usr/share/packages/wifi-efl-ug.xml %{_sysconfdir}/smack/accesses2.d/wifi-efl-ug.include %files -n net.wifi-qs diff --git a/wifi-efl-ug.manifest b/wifi-efl-ug.manifest index 97e8c31..2dba8ea 100644 --- a/wifi-efl-ug.manifest +++ b/wifi-efl-ug.manifest @@ -2,4 +2,7 @@ + + + diff --git a/wifi-efl-ug.xml b/wifi-efl-ug.xml new file mode 100644 index 0000000..7aa911a --- /dev/null +++ b/wifi-efl-ug.xml @@ -0,0 +1,12 @@ + + + + Sunil Kim + Wi-Fi + + + + + + + -- 2.7.4