From 08e90d531488861eb9074eb8d3163e5d2a5c1b14 Mon Sep 17 00:00:00 2001 From: Julie Jeongeun Kim Date: Mon, 10 Dec 2018 15:27:51 +0900 Subject: Rename chromium53 to chromium68 --- README.md | 14 +++++++------- conf.d/cmake/config.cmake | 4 ++-- runxdg.toml | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 8bc519e..d21c82a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Chromium53 browser service +# Chromium68 browser service ## Overview @@ -15,13 +15,13 @@ application framework recipes. ## Implementation notes This package does not contain the browser itself: -* chromium53 recipe will build Chromium53, and the WAM webview. -* chromium53 installed package will contain libcbe.so, that is a shared - library used both by Chromium53 browser and by WAM. -* chromium53-browser installed package contains the actual executable +* chromium68 recipe will build Chromium68, and the WAM webview. +* chromium68 installed package will contain libcbe.so, that is a shared + library used both by Chromium68 browser and by WAM. +* chromium68-browser installed package contains the actual executable and resources that are specific to the browser, but not used by WAM. -* chromium53-browser-service prepares a wgt file that points to the - executable installed by chromium53-browser. +* chromium68-browser-service prepares a wgt file that points to the + executable installed by chromium68-browser. ## Copyright and License Information Copyright (c) 2018 LG Electronics, Inc. diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 0a841d6..b6dbb87 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -18,8 +18,8 @@ # Project Info # ------------------ -set(PROJECT_NAME chromium53-browser-service) -set(PROJECT_PRETTY_NAME "Chromium53 browser service") +set(PROJECT_NAME chromium68-browser-service) +set(PROJECT_PRETTY_NAME "Chromium68 browser service") set(PROJECT_DESCRIPTION "AGL widget service for Chromium browser") set(PROJECT_URL "https://webosose.org") set(PROJECT_ICON "icon.png") diff --git a/runxdg.toml b/runxdg.toml index c5f426e..e758da1 100644 --- a/runxdg.toml +++ b/runxdg.toml @@ -10,10 +10,10 @@ method = "POSIX" # path: path to the executable # e.g. # path = "/usr/bin/chromium" -path = "/opt/chromium53/chrome" +path = "/opt/chromium68/chrome" params = [ "--in-process-gpu", - "--user-data-dir=/opt/chromium53/workdir" + "--user-data-dir=/opt/chromium68/workdir" ] -- cgit 1.2.3-korg