Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (e4bec926cceb3c22119540e42ad0ee6ec3af313c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (e4bec926cceb3c22119540e42ad0ee6ec3af313c)
  • Date: Sat, 4 Feb 2012 03:04:51 -0600

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

graphics/gimp/HISTORY | 3 +++
graphics/gimp/PRE_BUILD | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit e4bec926cceb3c22119540e42ad0ee6ec3af313c
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

gimp: apply curl.patch only for stable branch

diff --git a/graphics/gimp/HISTORY b/graphics/gimp/HISTORY
index d7d992e..470eb17 100644
--- a/graphics/gimp/HISTORY
+++ b/graphics/gimp/HISTORY
@@ -1,3 +1,6 @@
+2012-02-04 Bor Kraljič <pyrobor AT ver.si>
+ * PRE_BUILD: apply curl.patch only for stable branch
+
2012-02-02 Julien "_kaze_" ROZO <julien AT rozo.org>
* PRE_BUILD, curl.patch: added, fix compilation issue with latest curl

diff --git a/graphics/gimp/PRE_BUILD b/graphics/gimp/PRE_BUILD
index 8d81fe8..e96b8da 100755
--- a/graphics/gimp/PRE_BUILD
+++ b/graphics/gimp/PRE_BUILD
@@ -1,5 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-if is_depends_enabled $SPELL curl; then
+if is_depends_enabled $SPELL curl && [[ $GIMP_DEVEL != y ]]; then
patch -p1 < $SPELL_DIRECTORY/curl.patch
fi



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (e4bec926cceb3c22119540e42ad0ee6ec3af313c), Bor Kraljič, 02/04/2012

Archive powered by MHonArc 2.6.24.

Top of Page