Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Ismael Luceno (cc64f88ec6d4e4cba9d0de37fec6b8af4b31b704)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Ismael Luceno (cc64f88ec6d4e4cba9d0de37fec6b8af4b31b704)
  • Date: Tue, 1 Sep 2015 00:16:44 +0000

GIT changes to master binary grimoire by Ismael Luceno <ismael AT iodev.co.uk>:

bin-http/google-chrome-bin/HISTORY | 4 ++++
bin-http/google-chrome-bin/PRE_BUILD | 8 +++++++-
2 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit cc64f88ec6d4e4cba9d0de37fec6b8af4b31b704
Author: Ismael Luceno <ismael AT iodev.co.uk>
Commit: Ismael Luceno <ismael AT iodev.co.uk>

google-chrome-bin: Fix .desktop file name for unstable

diff --git a/bin-http/google-chrome-bin/HISTORY
b/bin-http/google-chrome-bin/HISTORY
index 8d3d2ad..ccb436b 100644
--- a/bin-http/google-chrome-bin/HISTORY
+++ b/bin-http/google-chrome-bin/HISTORY
@@ -1,3 +1,7 @@
+2015-08-31 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed .desktop file name for unstable, it changes name
+ between versions
+
2014-01-14 Ladislav Hagara <hgr AT vabo.cz>
* PRE_BUILD, INSTALL: google-chrome.desktop path has been updated
* DETAILS, PRE_BUILD, BUILD, INSTALL: jpeg-6b is not needed
diff --git a/bin-http/google-chrome-bin/PRE_BUILD
b/bin-http/google-chrome-bin/PRE_BUILD
index 590afb7..529d089 100755
--- a/bin-http/google-chrome-bin/PRE_BUILD
+++ b/bin-http/google-chrome-bin/PRE_BUILD
@@ -6,5 +6,11 @@ tar xf ${SOURCE/rpm/tar} &&
rm -f ${SOURCE/rpm/tar} &&

ln $SOURCE_DIRECTORY/usr/bin/google-chrome{*,-bin} &&
+
+deskfile="$SOURCE_DIRECTORY/usr/share/applications/google-chrome.desktop"
+if [[ $GOOGLE_CHROME_BIN_VERSION == unstable ]]; then
+ deskfile="${deskfile%.desktop}-unstable.desktop"
+fi
+
sed -i
"s:Icon=.*:Icon=$INSTALL_ROOT/opt/google/chrome/product_logo_256.png:" \
- $SOURCE_DIRECTORY/usr/share/applications/google-chrome.desktop
+ "$deskfile"



  • [SM-Commit] GIT changes to master binary grimoire by Ismael Luceno (cc64f88ec6d4e4cba9d0de37fec6b8af4b31b704), Ismael Luceno, 09/01/2015

Archive powered by MHonArc 2.6.24.

Top of Page