Skip to Content.
Sympa Menu

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

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 (f6ed8e930e3a860d841c8d4050b7cd1ba1a4d352)
  • Date: Fri, 21 Oct 2011 07:27:28 -0500

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

dev/null |binary
ftp/transmission/DEPENDS | 4 ++--
ftp/transmission/DETAILS | 2 +-
ftp/transmission/HISTORY | 4 ++++
ftp/transmission/transmission-2.41.tar.bz2.sig | 0
ftp/transmission/transmission-2.42.tar.bz2.sig |binary
gnome2-apps/giggle/DEPENDS | 7 ++++---
gnome2-apps/giggle/DETAILS | 2 +-
gnome2-apps/giggle/HISTORY | 5 +++++
gnome2-apps/giggle/giggle-0.5.tar.bz2.sig | 0
gnome2-apps/giggle/giggle-0.6.tar.bz2.sig |binary
gnome2-libs/pango/HISTORY | 3 +++
gnome2-libs/pango/PRE_BUILD | 3 ++-
13 files changed, 22 insertions(+), 8 deletions(-)

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

giggle: => 0.6

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

transmission: => 2.42

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

pango: don't install extra files (for disabled gtk-doc support)

diff --git a/ftp/transmission/DEPENDS b/ftp/transmission/DEPENDS
index 894f3b1..0015ea7 100755
--- a/ftp/transmission/DEPENDS
+++ b/ftp/transmission/DEPENDS
@@ -12,8 +12,8 @@ fi &&
runtime_depends zlib &&

optional_depends gtk+2 \
- "--enable-gtk" \
- "--disable-gtk" \
+ "--with-gtk" \
+ "--without-gtk" \
"for GTK+2 client" &&

if is_depends_enabled $SPELL gtk+2; then
diff --git a/ftp/transmission/DETAILS b/ftp/transmission/DETAILS
index b675ec7..925261b 100755
--- a/ftp/transmission/DETAILS
+++ b/ftp/transmission/DETAILS
@@ -1,5 +1,5 @@
SPELL=transmission
- VERSION=2.41
+ VERSION=2.42
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://download.transmissionbt.com/files/$SOURCE
diff --git a/ftp/transmission/HISTORY b/ftp/transmission/HISTORY
index fdfa98c..e512dbf 100644
--- a/ftp/transmission/HISTORY
+++ b/ftp/transmission/HISTORY
@@ -1,3 +1,7 @@
+2011-10-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.42
+ * DEPENDS: renewed gtk flags
+
2011-10-10 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.41; updated SOURCE_URL

diff --git a/ftp/transmission/transmission-2.41.tar.bz2.sig
b/ftp/transmission/transmission-2.41.tar.bz2.sig
deleted file mode 100644
index 69d620c..0000000
Binary files a/ftp/transmission/transmission-2.41.tar.bz2.sig and /dev/null
differ
diff --git a/ftp/transmission/transmission-2.42.tar.bz2.sig
b/ftp/transmission/transmission-2.42.tar.bz2.sig
new file mode 100644
index 0000000..76e6816
Binary files /dev/null and b/ftp/transmission/transmission-2.42.tar.bz2.sig
differ
diff --git a/gnome2-apps/giggle/DEPENDS b/gnome2-apps/giggle/DEPENDS
index 4d321f3..8de385f 100755
--- a/gnome2-apps/giggle/DEPENDS
+++ b/gnome2-apps/giggle/DEPENDS
@@ -1,8 +1,9 @@
depends git &&
depends glib2 &&
-depends gtk+2 &&
+depends gtk+3 &&
+depends itstool &&
depends libglade2 &&
-depends gtksourceview &&
+depends gtksourceview3 &&

optional_depends gettext \
"--enable-nls" \
@@ -14,7 +15,7 @@ optional_depends evolution-data-server \
"--disable-evolution-data-server" \
"for Evolution Data Server support" &&

-optional_depends vte \
+optional_depends vte3 \
"--enable-terminal" \
"--disable-terminal" \
"for vte terminal widget"
diff --git a/gnome2-apps/giggle/DETAILS b/gnome2-apps/giggle/DETAILS
index ccc7c89..43972aa 100755
--- a/gnome2-apps/giggle/DETAILS
+++ b/gnome2-apps/giggle/DETAILS
@@ -1,5 +1,5 @@
SPELL=giggle
- VERSION=0.5
+ VERSION=0.6
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/gnome2-apps/giggle/HISTORY b/gnome2-apps/giggle/HISTORY
index 7e45834..dded3b6 100644
--- a/gnome2-apps/giggle/HISTORY
+++ b/gnome2-apps/giggle/HISTORY
@@ -1,3 +1,8 @@
+2011-10-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.6
+ * DEPENDS: gtk+2 -> gtk+3; gtksourceview -> gtksourceview3; vte ->
vte3;
+ added itstool required dep
+
2011-05-01 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.5; renewed source and website urls;
quoting paths
diff --git a/gnome2-apps/giggle/giggle-0.5.tar.bz2.sig
b/gnome2-apps/giggle/giggle-0.5.tar.bz2.sig
deleted file mode 100644
index 46b3af9..0000000
Binary files a/gnome2-apps/giggle/giggle-0.5.tar.bz2.sig and /dev/null differ
diff --git a/gnome2-apps/giggle/giggle-0.6.tar.bz2.sig
b/gnome2-apps/giggle/giggle-0.6.tar.bz2.sig
new file mode 100644
index 0000000..985d0a8
Binary files /dev/null and b/gnome2-apps/giggle/giggle-0.6.tar.bz2.sig differ
diff --git a/gnome2-libs/pango/HISTORY b/gnome2-libs/pango/HISTORY
index 5ad0a85..73c1f8a 100644
--- a/gnome2-libs/pango/HISTORY
+++ b/gnome2-libs/pango/HISTORY
@@ -1,3 +1,6 @@
+2011-10-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: don't install extra html files when gtk-doc is disabled
+
2011-10-18 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: removed outdated/broken flags
* PRE_BUILD: define GTK_DOC_CHECK m4 function from the file
diff --git a/gnome2-libs/pango/PRE_BUILD b/gnome2-libs/pango/PRE_BUILD
index 2196f02..a65e845 100755
--- a/gnome2-libs/pango/PRE_BUILD
+++ b/gnome2-libs/pango/PRE_BUILD
@@ -2,7 +2,8 @@ default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

if ! is_depends_enabled $SPELL gtk-doc; then
- cat "$SPELL_DIRECTORY/fake-gtk-doc-check.m4" >> acinclude.m4
+ cat "$SPELL_DIRECTORY/fake-gtk-doc-check.m4" >> acinclude.m4 &&
+ echo "EXTRA_DIST=" > gtk-doc.make
fi &&

if ! spell_ok g++; then



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f6ed8e930e3a860d841c8d4050b7cd1ba1a4d352), Vlad Glagolev, 10/21/2011

Archive powered by MHonArc 2.6.24.

Top of Page