Browse Source

updated chromium: improved chromium-browser-vine.sh

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3092 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 13 years ago
parent
commit
d89decece6
2 changed files with 7 additions and 2 deletions
  1. 1 1
      c/chromium/chromium-browser-vine.sh
  2. 6 1
      c/chromium/chromium11-vl.spec

+ 1 - 1
c/chromium/chromium-browser-vine.sh

@@ -127,6 +127,6 @@ if [ $want_debug -eq 1 ] ; then
   exit $?
 else
 #  exec $LIBDIR/$APPNAME "--start-maximized" "--no-first-run" "--enable-experimental-extension-apis" "$@"
-  exec $LIBDIR/$APPNAME "--no-first-run" "--enable-experimental-extension-apis" "$@"
+  exec $LIBDIR/$APPNAME "--no-first-run" "--password-store=detect" "--enable-experimental-extension-apis" "--enable-plugins" "--enable-extensions" "--enable-user-scripts" "--enable-printing" "--enable-sync" "--auto-ssl-client-auth" "$@"
 fi
 

+ 6 - 1
c/chromium/chromium11-vl.spec

@@ -22,7 +22,7 @@ Name:           chromium
 Summary:        Google's opens source browser project
 Summary(ja):    Googleのオープンソースウェブブラウザ
 #'
-Version:        11.0.696.20
+Version:        11.0.696.22
 Release:        1%{?_dist_release}
 License:        BSD
 Group:          Applications/Internet
@@ -462,6 +462,11 @@ fi || :
 %endif
 
 %changelog
+* Thu Mar 24 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.22-1
+- updated to 11.0.696.22
+- improved chromium-browser-vine.sh
+  - merged from chromium-browser-vine.desktop of 11.0.696.17-1
+
 * Wed Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.20-1
 - updated to 11.0.696.20
 - improved chromium-browser-vine.desktop