Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (387eb588640f3592c68c37b32cd635f14fd0dfb3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (387eb588640f3592c68c37b32cd635f14fd0dfb3)
  • Date: Fri, 8 Jun 2012 19:42:11 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

xfce/libxfce4util/HISTORY | 3 +++
xfce/libxfce4util/UP_TRIGGERS | 7 +++++--
2 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 387eb588640f3592c68c37b32cd635f14fd0dfb3
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

libxfce4util: UP_TRIGGERS fixed

if libxfce4util is installed for the first time:

libxfce4util checking for reverse triggers...

Removing dependees of libxfce4util

No spells to cast!
Cannot cast these spells:
---------------------------
libxfce4util (up_triggers)

diff --git a/xfce/libxfce4util/HISTORY b/xfce/libxfce4util/HISTORY
index a45cca7..52ff928 100644
--- a/xfce/libxfce4util/HISTORY
+++ b/xfce/libxfce4util/HISTORY
@@ -1,3 +1,6 @@
+2012-06-09 Ladislav Hagara <hgr AT vabo.cz>
+ * UP_TRIGGERS: fixed
+
2012-05-25 Vlad Glagolev <stealth AT sourcemage.org>
* UP_TRIGGER: added, for proper upgrade

diff --git a/xfce/libxfce4util/UP_TRIGGERS b/xfce/libxfce4util/UP_TRIGGERS
index 2b8c75e..ff7732c 100755
--- a/xfce/libxfce4util/UP_TRIGGERS
+++ b/xfce/libxfce4util/UP_TRIGGERS
@@ -1,7 +1,9 @@
# recast everything on minor version update
-spell_ok $SPELL && local OLD_SPELL_VERSION="$(installed_version $SPELL)" &&

-if [[ "${VERSION%.*}" != "${OLD_SPELL_VERSION%.*}" ]]; then
+if spell_ok $SPELL; then
+ local OLD_SPELL_VERSION="$(installed_version $SPELL)" &&
+
+ if [[ "${VERSION%.*}" != "${OLD_SPELL_VERSION%.*}" ]]; then
message "This is a possibly incompatible update of $SPELL..." &&
message "Figuring out what spells need to be recast, this may take a
while." &&

@@ -11,4 +13,5 @@ if [[ "${VERSION%.*}" != "${OLD_SPELL_VERSION%.*}" ]]; then
up_trigger $each cast_self
fi
done
+ fi
fi



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (387eb588640f3592c68c37b32cd635f14fd0dfb3), Ladislav Hagara, 06/08/2012

Archive powered by MHonArc 2.6.24.

Top of Page