Skip to Content.
Sympa Menu

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

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 (3c342e9c9e34af24232d119b4d21739af596b049)
  • Date: Tue, 23 Sep 2008 03:54:00 -0500

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

gnome2-libs/pangomm/CONFLICTS | 2 +-
gnome2-libs/pangomm/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 3c342e9c9e34af24232d119b4d21739af596b049
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pangomm: fixed conflict when gtkmm2 isn't installed

diff --git a/gnome2-libs/pangomm/CONFLICTS b/gnome2-libs/pangomm/CONFLICTS
index b0fa393..b5c18b7 100755
--- a/gnome2-libs/pangomm/CONFLICTS
+++ b/gnome2-libs/pangomm/CONFLICTS
@@ -1,3 +1,3 @@
-if [[ $(installed_version gtkmm2) < 2.14 ]]; then
+if spell_ok gtkmm2 && [[ $(installed_version gtkmm2) < 2.14 ]]; then
conflicts gtkmm2 y
fi
diff --git a/gnome2-libs/pangomm/HISTORY b/gnome2-libs/pangomm/HISTORY
index d34d17f..2ed0870 100644
--- a/gnome2-libs/pangomm/HISTORY
+++ b/gnome2-libs/pangomm/HISTORY
@@ -1,2 +1,5 @@
+2008-09-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFLICTS: fixed conflict when gtkmm2 isn't installed
+
2008-09-22 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS, DETAILS, CONFLICTS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3c342e9c9e34af24232d119b4d21739af596b049), Vlad Glagolev, 09/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page