SOURCE_HASH=sha512:5b8ca9e97d01d49fde591b0c55683620e0a6ddfaf5e93e03536e6217bbb548adfcd4e945a39ed3cfddac3f239b3272be1b3491f4071689d02c4bfb7e0ec44904
SOURCE=$SPELL-$VERSION.tgz
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/graphics-libs/glew/HISTORY b/graphics-libs/glew/HISTORY
index e52704d..80fd556 100644
--- a/graphics-libs/glew/HISTORY
+++ b/graphics-libs/glew/HISTORY
@@ -1,3 +1,8 @@
+2011-06-30 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: PATCHLEVEL=1
+ * INSTALL: added to install bin/{glew,visual}info and
lib/libGLEWmx.so*
+ * UP_TRIGGERS: added to fix libGLEW.so.1.5 -> libGLEW.so.1.6 problem
+
2011-06-07 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 1.6.0
diff --git a/graphics-libs/glew/INSTALL b/graphics-libs/glew/INSTALL
new file mode 100755
index 0000000..b3694c4
--- /dev/null
+++ b/graphics-libs/glew/INSTALL
@@ -0,0 +1 @@
+make install.all
diff --git a/graphics-libs/glew/UP_TRIGGERS b/graphics-libs/glew/UP_TRIGGERS
new file mode 100755
index 0000000..f5ec3f0
--- /dev/null
+++ b/graphics-libs/glew/UP_TRIGGERS
@@ -0,0 +1,9 @@
+local OLD_SPELL_VERSION=""
+spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)" || return 0
+if [ "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}" ]; then
+ message "This is a possibly incompatible update of $SPELL..."
+ message "Figuring out what spells need to be recast, this may take a
while."
+ for each in $(show_up_depends $SPELL 1); do
+ up_trigger $each check_self
+ done
+fi
[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (96bf3920a3641771f2ed02fc6c3289b0993d8c5b),
Ladislav Hagara, 06/30/2011