Add Environment launchpad file
authorBaptiste DURAND <baptiste.durand@eurogiciel.fr>
Fri, 19 Jul 2013 15:04:59 +0000 (17:04 +0200)
committerBaptiste DURAND <baptiste.durand@eurogiciel.fr>
Fri, 19 Jul 2013 15:04:59 +0000 (17:04 +0200)
launchpad [new file with mode: 0644]
packaging/wrt-widgets.changes
packaging/wrt-widgets.spec

diff --git a/launchpad b/launchpad
new file mode 100644 (file)
index 0000000..844ad4c
--- /dev/null
+++ b/launchpad
@@ -0,0 +1,2 @@
+DISPLAY=:0
+XAUTHORITY=/run/.x11WRT
index 28572eb..c3f27d2 100644 (file)
@@ -1,3 +1,6 @@
+* Fri Jul 19 2013 Baptiste DURAND <baptiste.durand@eurogiciel.fr> accepted/trunk/20130717.161818@6bd5cee
+- Add Environment launchpad file
+
 * Wed Jul 17 2013 Baptiste DURAND <baptiste.durand@eurogiciel.fr> accepted/trunk/20130716.080512@d81dc39
 - Add Environment wrt file
 
index cafdbb7..d83c290 100644 (file)
@@ -35,6 +35,8 @@ then
        mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig
 fi
 cp wrt %{buildroot}/%{_sysconfdir}/sysconfig/
+cp launchpad %{buildroot}/%{_sysconfdir}/sysconfig/
+
 
 if [ ! -d %{buildroot}/%{_datadir}/widget_demo ]
 then
@@ -51,3 +53,4 @@ cp -r *.wgt %{buildroot}/%{_datadir}/widget_demo/
 %attr(755,root,root) %{_bindir}/install_widgets.sh
 %attr(755,root,root) %{_bindir}/prepare_widgets.sh
 %attr(644,root,root) %{_sysconfdir}/sysconfig/wrt
+%attr(644,root,root) %{_sysconfdir}/sysconfig/launchpad