Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f5f5071aeface0bd722681d1d9aff1ab3ba3a550)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f5f5071aeface0bd722681d1d9aff1ab3ba3a550)
  • Date: Wed, 23 Jul 2008 13:42:41 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

gnome2-libs/glib2/DETAILS | 5 +++--
gnome2-libs/glib2/HISTORY | 3 +++
kde4/HISTORY | 3 +++
kde4/KDE_DEPENDS | 10 +++-------
4 files changed, 12 insertions(+), 9 deletions(-)

New commits:
commit 56b98e75bbe6b928ef4f7acbf6b32b354e29a08a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

"glib2-2.16.5"

commit 0ba98cdf72d86d4aaa283cda87f0477480679bb0
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kde4 now always needs phonon

diff --git a/gnome2-libs/glib2/DETAILS b/gnome2-libs/glib2/DETAILS
index 8972269..73ee4a2 100755
--- a/gnome2-libs/glib2/DETAILS
+++ b/gnome2-libs/glib2/DETAILS
@@ -1,11 +1,12 @@
SPELL=glib2
- VERSION=2.16.4
+ VERSION=2.16.5
+SOURCE_HASH=sha512:29f28156861499e3938717cbc3be2d19c3d18aba395c69c97a8ff91398bb3abc05cd30441765982642237d94544a35b9f635cc0e5b911a94380e79a6209085c7
SECURITY_PATCH=1
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=glib-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/glib-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/glib/$BRANCH/$SOURCE
- SOURCE_GPG=gurus.gpg:$SOURCE.sig
+ #SOURCE_GPG=gurus.gpg:$SOURCE.sig
LICENSE[0]=LGPL
WEB_SITE=http://www.gtk.org/
ENTERED=20020314
diff --git a/gnome2-libs/glib2/HISTORY b/gnome2-libs/glib2/HISTORY
index a443707..f25ba7c 100644
--- a/gnome2-libs/glib2/HISTORY
+++ b/gnome2-libs/glib2/HISTORY
@@ -1,3 +1,6 @@
+2008-07-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.16,5
+
2008-07-02 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.16.4, SECURITY_PATCH=1 (CVE-2008-2371)

diff --git a/kde4/HISTORY b/kde4/HISTORY
index ea742ec..0706826 100644
--- a/kde4/HISTORY
+++ b/kde4/HISTORY
@@ -1,3 +1,6 @@
+2008-07-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * KDE_DEPENDS: all versions now depend on phonon
+
2008-06-18 Eric Sandall <sandalle AT sourcemage.org>
* KDE_DEPENDS: kdebase4-runtime devel also depends on phonon

diff --git a/kde4/KDE_DEPENDS b/kde4/KDE_DEPENDS
index 551f431..b24103a 100755
--- a/kde4/KDE_DEPENDS
+++ b/kde4/KDE_DEPENDS
@@ -10,14 +10,13 @@ case $SPELL in
depends libxtst &&
depends libxext
fi &&
- if [[ $KDE_VER != stable ]]; then
- depends phonon
- fi &&
+ depends phonon &&
depends desktop-file-utils &&
depends dbus &&
depends hal &&
depends pkgconfig &&
depends openssl &&
+# if [[ $KDE_VER != stable ]]; then
depends strigi &&
sub_depends strigi QT4 &&
depends shared-mime-info &&
@@ -35,10 +34,7 @@ case $SPELL in
;;

kdebase4-runtime)
- depends kdelibs4 &&
- if [[ $KDE_VER != stable ]]; then
- depends phonon
- fi
+ depends kdelibs4
;;

kdebase-workspace4)




Archive powered by MHonArc 2.6.24.

Top of Page