Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (28ccd81411cb640d5887488d039f63c5286e6052)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (28ccd81411cb640d5887488d039f63c5286e6052)
  • Date: Sat, 25 Jul 2015 21:27:14 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/palemoon/DEPENDS | 3 +++
http/palemoon/FINAL | 3 +++
http/palemoon/HISTORY | 5 ++++-
http/palemoon/INSTALL | 7 +++++++
http/palemoon/profile.d/palemoon.sh | 14 ++++++++++++++
5 files changed, 31 insertions(+), 1 deletion(-)

New commits:
commit 28ccd81411cb640d5887488d039f63c5286e6052
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

palemoon: polished desktop look

diff --git a/http/palemoon/DEPENDS b/http/palemoon/DEPENDS
index caaa205..a887325 100755
--- a/http/palemoon/DEPENDS
+++ b/http/palemoon/DEPENDS
@@ -30,6 +30,9 @@ depends libsm &&
depends libxscrnsaver &&
depends libxrender &&

+# misc
+depends desktop-file-utils &&
+
optional_depends freetype2 \
"--disable-tree-freetype" \
"--enable-tree-freetype" \
diff --git a/http/palemoon/FINAL b/http/palemoon/FINAL
new file mode 100755
index 0000000..8d6188c
--- /dev/null
+++ b/http/palemoon/FINAL
@@ -0,0 +1,3 @@
+update-desktop-database &&
+
+gtk-update-icon-cache -q -t -f "${INSTALL_ROOT}/usr/share/icons/hicolor"
diff --git a/http/palemoon/HISTORY b/http/palemoon/HISTORY
index 65dc028..325f67b 100644
--- a/http/palemoon/HISTORY
+++ b/http/palemoon/HISTORY
@@ -1,8 +1,11 @@
2015-07-25 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1
- * INSTALL: install application icons
+ * INSTALL: install application icons and pre-runtime script
+ * DEPENDS: added desktop-file-utils
* PRE_BUILD: more careful file permissions' handling
+ * FINAL: added, to regenerate various caches
* desktop/palemoon.desktop: added, desktop spec file
+ * profile.d/palemoon.sh: added, pre-runtime script

2015-07-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS, {PRE_,}BUILD, INSTALL, CONFIGURE, PROVIDES,
diff --git a/http/palemoon/INSTALL b/http/palemoon/INSTALL
index 9931501..dcfeb75 100755
--- a/http/palemoon/INSTALL
+++ b/http/palemoon/INSTALL
@@ -12,4 +12,11 @@ done &&
mkdir -vp "${INSTALL_ROOT}/usr/share/icons/hicolor/128x128/apps" &&
install -vm 644 branding/mozicon128.png
"${INSTALL_ROOT}/usr/share/icons/hicolor/128x128/apps/palemoon.png" &&

+mkdir -vp "${INSTALL_ROOT}/etc/profile.d/" &&
+
+if install_config_file "${SPELL_DIRECTORY}/profile.d/palemoon.sh" \
+ "${INSTALL_ROOT}/etc/profile.d/palemoon.sh"; then
+ chmod +x "${INSTALL_ROOT}/etc/profile.d/palemoon.sh"
+fi &&
+
ln -vsf "${TRACK_ROOT}/usr/lib/palemoon/palemoon"
"${INSTALL_ROOT}/usr/bin/palemoon"
diff --git a/http/palemoon/profile.d/palemoon.sh
b/http/palemoon/profile.d/palemoon.sh
new file mode 100644
index 0000000..11a0ba9
--- /dev/null
+++ b/http/palemoon/profile.d/palemoon.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+#
+# First check if this variable is already set
+# then if not set, check it (maybe), then set it
+#
+# Set MOZ_PLUGIN_PATH for Pale Moon which need
+# the plugins (e.g. flash) in default path
+#
+
+if [ -z "$MOZ_PLUGIN_PATH" ]; then
+ MOZ_PLUGIN_PATH="/usr/lib/palemoon/plugins"
+fi &&
+
+export MOZ_PLUGIN_PATH



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (28ccd81411cb640d5887488d039f63c5286e6052), Vlad Glagolev, 07/25/2015

Archive powered by MHonArc 2.6.24.

Top of Page