Skip to Content.
Sympa Menu

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

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 (7250af41806ba0e574500329dde4d545af6c358b)
  • Date: Mon, 31 Dec 2012 02:28:46 -0600

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

dev/null |binary
devel/llvm/DEPENDS | 10 +++-------
devel/llvm/DETAILS | 1 -
devel/llvm/HISTORY | 7 -------
libs/fribidi/DETAILS | 2 +-
libs/fribidi/HISTORY | 3 +++
libs/fribidi/fribidi-0.19.4.tar.bz2.sig | 0
libs/fribidi/fribidi-0.19.5.tar.bz2.sig |binary
xfce/exo/DETAILS | 5 ++---
xfce/exo/HISTORY | 3 +++
xfce/thunar/DETAILS | 4 ++--
xfce/thunar/HISTORY | 3 +++
12 files changed, 17 insertions(+), 21 deletions(-)

New commits:
commit 7250af41806ba0e574500329dde4d545af6c358b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Revert "devel/llvm: add dependency on libffi"

This reverts commit 6be421159ca970d86d74221571093710719f6959.

See llvm in devel-xorg-modular branch

commit fb338026dcd9bb659832ade6062878473e46a837
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Revert "devel/llvm: make dependency on libffi optional"

This reverts commit 0c01812a3c9853cbbc8f64e491bc9c7e2229b49c.

See llvm in devel-xorg-modular branch

commit b705f435bdd0dc09b33f480eda0bb469afe510a7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

fribidi: => 0.19.5

commit 0836eb7d48f3c543282c584a9017425bff4b045e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

thunar: => 1.6.2

commit 3a4000f1b11ca9cf48360f4b3f80d3380b965718
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

exo: => 0.10.2

diff --git a/devel/llvm/DEPENDS b/devel/llvm/DEPENDS
index d75c72e..a740784 100755
--- a/devel/llvm/DEPENDS
+++ b/devel/llvm/DEPENDS
@@ -1,9 +1,5 @@
depends libtool &&
depends -sub CXX gcc &&
-optional_depends libffi \
- "--enable-libffi" \
- "--disable-libffi" \
- "to call external functions from the interpreter" &&

if [[ "$LLVM_WITH_ANALYZER" == "y" ]]
then
@@ -16,6 +12,6 @@ then
fi &&

optional_depends doxygen \
- "--enable-doxygen" \
- "--disable-doxygen" \
- "build doxygen documentation?"
+ "--enable-doxygen" \
+ "--disable-doxygen" \
+ "build doxygen documentation?"
diff --git a/devel/llvm/DETAILS b/devel/llvm/DETAILS
index 1d5d878..5d78f17 100755
--- a/devel/llvm/DETAILS
+++ b/devel/llvm/DETAILS
@@ -1,6 +1,5 @@
SPELL=llvm
VERSION=2.9
- PATCHLEVEL=1
SOURCE="${SPELL}-${VERSION}.tgz"
SOURCE2=$SOURCE.sig
SOURCE_URL[0]=http://${SPELL}.org/releases/${VERSION}/${SOURCE}
diff --git a/devel/llvm/HISTORY b/devel/llvm/HISTORY
index f38717e..10ef26b 100644
--- a/devel/llvm/HISTORY
+++ b/devel/llvm/HISTORY
@@ -1,10 +1,3 @@
-2012-12-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DEPENDS: make dependency on libffi optional
-
-2012-12-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DEPENDS: added dependency on libffi
- * DETAILS: bumped PATCHLEVEL
-
2012-06-23 Sukneet Basuta <sukneet AT sourcemage.org>
* PRE_BUILD: apply patch for gcc 4.7
* gcc-4.7: added, patch to fix compilation on gcc 4.7
diff --git a/libs/fribidi/DETAILS b/libs/fribidi/DETAILS
index c512576..743aabb 100755
--- a/libs/fribidi/DETAILS
+++ b/libs/fribidi/DETAILS
@@ -1,5 +1,5 @@
SPELL=fribidi
- VERSION=0.19.4
+ VERSION=0.19.5
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
diff --git a/libs/fribidi/HISTORY b/libs/fribidi/HISTORY
index e16409e..c2d403c 100644
--- a/libs/fribidi/HISTORY
+++ b/libs/fribidi/HISTORY
@@ -1,3 +1,6 @@
+2012-12-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.19.5
+
2012-09-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.19.4
Changed SOURCE_URL[0] extension
diff --git a/libs/fribidi/fribidi-0.19.4.tar.bz2.sig
b/libs/fribidi/fribidi-0.19.4.tar.bz2.sig
deleted file mode 100644
index c001d26..0000000
Binary files a/libs/fribidi/fribidi-0.19.4.tar.bz2.sig and /dev/null differ
diff --git a/libs/fribidi/fribidi-0.19.5.tar.bz2.sig
b/libs/fribidi/fribidi-0.19.5.tar.bz2.sig
new file mode 100644
index 0000000..22f8532
Binary files /dev/null and b/libs/fribidi/fribidi-0.19.5.tar.bz2.sig differ
diff --git a/xfce/exo/DETAILS b/xfce/exo/DETAILS
index 8c8d73f..33c11f1 100755
--- a/xfce/exo/DETAILS
+++ b/xfce/exo/DETAILS
@@ -1,11 +1,10 @@
SPELL=exo
- VERSION=0.10.1
- PATCHLEVEL=1
+ VERSION=0.10.2
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://archive.xfce.org/src/xfce/$SPELL/$BRANCH/$SOURCE
-
SOURCE_HASH=sha512:920b5b0e6015f0ff68b6daa3d8691c5f0795b2a418dd2c80e227d29b0ab036998d8cddf0f92d5e34b3d5da452783efe99c50267986b96143d500de45b4b2e1fb
+
SOURCE_HASH=sha512:91a5a7f7b893c427ef10ee6ce248a6b6f8e2aba4281e406a60bc8fe7fa50196eb79d8b0ad6609ab48371acf77425df8cb67124ab11b7c4ff08d1dc83bb180eae
WEB_SITE=http://thunar.xfce.org/
ENTERED=20050101
LICENSE=LGPL
diff --git a/xfce/exo/HISTORY b/xfce/exo/HISTORY
index dd9409a..60ae297 100644
--- a/xfce/exo/HISTORY
+++ b/xfce/exo/HISTORY
@@ -1,3 +1,6 @@
+2012-12-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.10.2
+
2012-12-27 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: PATCH_LEVEL -> PATCHLEVEL

diff --git a/xfce/thunar/DETAILS b/xfce/thunar/DETAILS
index da3b75c..ce561d9 100755
--- a/xfce/thunar/DETAILS
+++ b/xfce/thunar/DETAILS
@@ -1,11 +1,11 @@
SPELL=thunar
- VERSION=1.6.1
+ VERSION=1.6.2
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=Thunar-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Thunar-$VERSION"
SOURCE_URL[0]=http://archive.xfce.org/src/xfce/$SPELL/$BRANCH/$SOURCE
WEB_SITE=http://thunar.xfce.org/
-
SOURCE_HASH=sha512:6adc99a0734b3caf5fac20f796d2532f409811bc3581abc17d72c8f9f92ed2ba6bdce5d5d83010afed82f258863ed4b641950cc31c2adf0774f226f5be58a043
+
SOURCE_HASH=sha512:307496dcd67c46f5dbef10305c25ba4ae0a23525932f660dbeb7508dff32601173deae72fa0f2884b11677fb8dcea2473a1c7647203e74154a0d85c30e2061aa
LICENSE[0]=GPL
LICENSE[1]=LGPL
ENTERED=20030608
diff --git a/xfce/thunar/HISTORY b/xfce/thunar/HISTORY
index 81c59a5..afb1820 100644
--- a/xfce/thunar/HISTORY
+++ b/xfce/thunar/HISTORY
@@ -1,3 +1,6 @@
+2012-12-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.6.2
+
2012-12-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: added dependencies on atk, cairo, dbus, expat, fontconfig,
freetype2, gdk-pixbuf2, glib2, gtk+2, harfbuzz, libffi, libice,
libpng,



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7250af41806ba0e574500329dde4d545af6c358b), Vlad Glagolev, 12/31/2012

Archive powered by MHonArc 2.6.24.

Top of Page