[*] add evas.sh for evas ENV value
authorJiyoun Park <jy0703.park@samsung.com>
Wed, 9 Nov 2011 07:42:14 +0000 (16:42 +0900)
committerJiyoun Park <jy0703.park@samsung.com>
Wed, 9 Nov 2011 07:42:14 +0000 (16:42 +0900)
Change-Id: Ida0e776856af876ff944541ceb32fb8052eb654c

AUTHORS
debian/elm-misc.postinst
etc/profile.d/evas.sh [new file with mode: 0755]
packaging/elm-misc.spec

diff --git a/AUTHORS b/AUTHORS
index 00d92ff..7a38f74 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,7 +7,7 @@ MyungJae Lee <mjae.lee@samsung.com>
 Cinwoo Kim <cinoo.kim@samsung.com>
 MyungWoon Kim <myoungwoon.kim@samsung.com>
 Hoyoung Chang <hyoyoung.chang@samsung.com>
-JeeYeon Park <jy0703.park@samsung.com>
+JiYoun Park <jy0703.park@samsung.com>
 IlKook Yun <ilkook.yun@samsung.com>
 JeongHyun Yun <jh0506.yun@samsung.com>
 
index 2d4a2f2..2aec1a3 100755 (executable)
@@ -2,4 +2,5 @@
 if [ ${USER} == "root" ]
 then
        chown root:root /etc/profile.d/elm.sh
+       chown root:root /etc/profile.d/evas.sh
 fi
diff --git a/etc/profile.d/evas.sh b/etc/profile.d/evas.sh
new file mode 100755 (executable)
index 0000000..bbc2ed1
--- /dev/null
@@ -0,0 +1 @@
+export EVAS_FONT_DPI=72
index 033cf66..0762725 100644 (file)
@@ -1,6 +1,6 @@
 
 Name:       elm-misc
-Summary:    Elementary config files
+Summary:    Elementary & Evas config files
 Version:    0.1
 Release:    1
 Group:      TO_BE/FILLED_IN
@@ -10,7 +10,7 @@ Source0:    elm-misc-%{version}.tar.bz2
 
 
 %description
-Elementary configuration files
+Elementary & Evas configuration files
 
 
 
@@ -27,7 +27,7 @@ Elementary configuration files
 rm -rf %{buildroot}
 %__mkdir_p %{buildroot}%{_sysconfdir}/profile.d
 %__cp etc/profile.d/elm.sh %{buildroot}%{_sysconfdir}/profile.d/elm.sh
-
+%__cp etc/profile.d/evas.sh %{buildroot}%{_sysconfdir}/profile.d/evas.sh
 
 
 
@@ -37,5 +37,6 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 /etc/profile.d/elm.sh
+/etc/profile.d/evas.sh