Skip to Content.
Sympa Menu

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

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 (e7580b4bd523e22fc534e514ac4324405ee8b881)
  • Date: Thu, 2 Jun 2011 15:19:11 -0500

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

ftp/uget/DEPENDS | 11 ++++++++++-
ftp/uget/DETAILS | 10 +++++-----
ftp/uget/HISTORY | 4 ++++
3 files changed, 19 insertions(+), 6 deletions(-)

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

uget: => 1.8.0

diff --git a/ftp/uget/DEPENDS b/ftp/uget/DEPENDS
index 487ef04..b6065cd 100755
--- a/ftp/uget/DEPENDS
+++ b/ftp/uget/DEPENDS
@@ -1,7 +1,16 @@
-depends curl &&
depends gtk+2 &&
depends hicolor-icon-theme &&

+optional_depends curl \
+ "--enable-plugin-curl" \
+ "--disable-plugin-curl" \
+ "for cURL plug-in" &&
+
+optional_depends aria2 \
+ "--enable-plugin-aria2" \
+ "--disable-plugin-aria2" \
+ "for aria2 plug-in" &&
+
optional_depends libnotify \
"--enable-notify" \
"--disable-notify" \
diff --git a/ftp/uget/DETAILS b/ftp/uget/DETAILS
index 501c27c..f25f64f 100755
--- a/ftp/uget/DETAILS
+++ b/ftp/uget/DETAILS
@@ -1,15 +1,15 @@
SPELL=uget
- VERSION=1.6.4
- SOURCE=$SPELL-$VERSION-1.tar.gz
+ VERSION=1.8.0
+ SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=$SOURCEFORGE_URL/urlget/$SOURCE
-
SOURCE_HASH=sha512:2b81ad3e9072c36089767697578b9b0308cd7eab619644bc3c71cd7b04737b04a729da4525fd353322e1f3a1c8e9219bb0a3fddc9a1f100495e3128f2cdcca7c
+
SOURCE_HASH=sha512:c68c591b3c513c4829dfee735cbe8d4ee2c47aed0c5962002de9462c6c12b731e51756785e834aadaef1cb47182b9e560dd836d2e4861f053ec1f2f447c2c68d
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE=http://urlget.sourceforge.net/
+ WEB_SITE=http://uget.visuex.com/
LICENSE[0]=LGPL
ENTERED=20100626
SHORT="download manager written in GTK+"
cat << EOF
-Uget (formerly urlgfe) is a Free and Open Source download manager written in
+uGet (formerly urlgfe) is a Free and Open Source download manager written in
GTK+. It has many features, like easy-to-use, pause and resume support,
classify
download; every category has an independent configuration, and more.

diff --git a/ftp/uget/HISTORY b/ftp/uget/HISTORY
index 44775f0..b4107b3 100644
--- a/ftp/uget/HISTORY
+++ b/ftp/uget/HISTORY
@@ -1,3 +1,7 @@
+2011-06-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.8.0; fixed SOURCE_URL[0]; renewed
website
+ * DEPENDS: made curl optional; added aria2 opt dep
+
2011-05-31 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.6.4; fixed SOURCE_URL[0]




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e7580b4bd523e22fc534e514ac4324405ee8b881), Vlad Glagolev, 06/02/2011

Archive powered by MHonArc 2.6.24.

Top of Page