Skip to Content.
Sympa Menu

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

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 (a0bf461d0670eb23b21136d8699f7876f5c6ba28)
  • Date: Wed, 21 Nov 2007 17:56:21 -0600

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

ftp/linuxdcpp/BUILD | 2 +-
ftp/linuxdcpp/DEPENDS | 2 +-
ftp/linuxdcpp/DETAILS | 6 +++---
ftp/linuxdcpp/HISTORY | 5 +++++
ftp/linuxdcpp/INSTALL | 2 +-
5 files changed, 11 insertions(+), 6 deletions(-)

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

linuxdcpp: cleaned up, fixed glade dep

diff --git a/ftp/linuxdcpp/BUILD b/ftp/linuxdcpp/BUILD
index 1ce665c..816b916 100755
--- a/ftp/linuxdcpp/BUILD
+++ b/ftp/linuxdcpp/BUILD
@@ -1 +1 @@
-scons release=yes PREFIX=/usr
\ No newline at end of file
+scons release=yes PREFIX=/usr
diff --git a/ftp/linuxdcpp/DEPENDS b/ftp/linuxdcpp/DEPENDS
index e41a403..03c26ad 100755
--- a/ftp/linuxdcpp/DEPENDS
+++ b/ftp/linuxdcpp/DEPENDS
@@ -2,5 +2,5 @@ depends scons &&
depends g++ &&
depends pkgconfig &&
depends gtk+2 &&
-depends glade2 &&
+depends libglade2 &&
depends bzip2
diff --git a/ftp/linuxdcpp/DETAILS b/ftp/linuxdcpp/DETAILS
index b356289..9fd3c09 100755
--- a/ftp/linuxdcpp/DETAILS
+++ b/ftp/linuxdcpp/DETAILS
@@ -1,10 +1,10 @@
SPELL=linuxdcpp
VERSION=1.0.0
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://download.berlios.de/${SPELL}/${SOURCE}

SOURCE_HASH=sha512:f9b63cebb25e38a5eabc8c93aa5faf8c23e99246e9d83b1597b4f96c0e04205919abb32ec3e72692b9b8f7b4914ff491146a41b01f6e4a50cc67e9fda4557675
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://linuxdcpp.berlios.de/";
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://linuxdcpp.berlios.de/
LICENSE[0]=GPL
ENTERED=20071024
SHORT="A port of the DC++ direct connect client to Unix/Linux
using GTK+"
diff --git a/ftp/linuxdcpp/HISTORY b/ftp/linuxdcpp/HISTORY
index 2fcb732..9225269 100644
--- a/ftp/linuxdcpp/HISTORY
+++ b/ftp/linuxdcpp/HISTORY
@@ -1,2 +1,7 @@
+2007-11-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up
+ * DEPENDS: fixed: libglade2, not glade2
+ * DEPENDS, BUILD: added empty `return' at the EOF
+
2007-10-24 Lalo Martins <lalo AT sourcemage.org>
* DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: created spell
diff --git a/ftp/linuxdcpp/INSTALL b/ftp/linuxdcpp/INSTALL
index b060c7c..656b3cf 100755
--- a/ftp/linuxdcpp/INSTALL
+++ b/ftp/linuxdcpp/INSTALL
@@ -1 +1 @@
-scons release=yes PREFIX=/usr install
\ No newline at end of file
+scons release=yes PREFIX=/usr install



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a0bf461d0670eb23b21136d8699f7876f5c6ba28), Vlad Glagolev, 11/21/2007

Archive powered by MHonArc 2.6.24.

Top of Page