New commits:
commit 7bc1b05556a825e9be2bdf7426ba17559efc36b8
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>
xfce/xfburn: switched to git repository, changed website
-if [[ $XFBURN_SVN == y ]]; then
- depends subversion &&
+if [[ $XFBURN_GIT == y ]]; then
+ depends git &&
depends xfce4-dev-tools
fi &&
diff --git a/xfce/xfburn/DETAILS b/xfce/xfburn/DETAILS
index 44b3348..cb51be8 100755
--- a/xfce/xfburn/DETAILS
+++ b/xfce/xfburn/DETAILS
@@ -1,15 +1,15 @@
SPELL=xfburn
-if [[ $XFBURN_SVN == y ]]; then
- if [[ $XFBURN_SVN_AUTOUPDATE == y ]]; then
+if [[ $XFBURN_GIT == y ]]; then
+ if [[ $XFBURN_GIT_AUTOUPDATE == y ]]; then
VERSION=$(date +%Y%m%d)
else
- VERSION=svn
+ VERSION=git
fi
- SOURCE=$SPELL-svn.tar.bz2
- SOURCE_URL[0]=svn_http://svn.xfce.org/svn/goodies/$SPELL/trunk:$SPELL-svn
+ SOURCE=$SPELL-git.tar.bz2
+ SOURCE_URL[0]=git_http://git.xfce.org/git/apps/$SPELL:$SPELL-git
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-svn"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
else
VERSION=0.4.2
BRANCH=`echo $VERSION | cut -d . -f 1,2`
@@ -18,7 +18,7 @@ else
SOURCE_HASH=sha512:b4da22fdb9f28bffb18da4f274dbb675ced1e93a53150c0641c0fc4737c2ba3270d89db431d6d1aed3f08f6c488ef3951589938925408c5876b8a99435d33866
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
fi
- WEB_SITE=http://goodies.xfce.org/projects/applications/xfburn/
+ WEB_SITE=http://www.xfce.org/projects/xfburn/
ENTERED=20071005
LICENSE[0]=GPL
KEYWORDS="xfce disk"
diff --git a/xfce/xfburn/HISTORY b/xfce/xfburn/HISTORY
index c03cb3a..d90c901 100644
--- a/xfce/xfburn/HISTORY
+++ b/xfce/xfburn/HISTORY
@@ -1,3 +1,6 @@
+2010-04-03 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, DEPENDS, PREPARE: switched to git repository, changed
website
+
2009-07-29 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.4.2; fixed SOURCE_URL[0]
diff --git a/xfce/xfburn/PREPARE b/xfce/xfburn/PREPARE
index 08d42e1..18fd51a 100755
--- a/xfce/xfburn/PREPARE
+++ b/xfce/xfburn/PREPARE
@@ -1,6 +1,6 @@
-config_query XFBURN_SVN "Use svn version?" n &&
+config_query XFBURN_GIT "Use git version?" n &&
-if [[ $XFBURN_SVN == y ]]; then
- config_query XFBURN_SVN_AUTOUPDATE \
+if [[ $XFBURN_GIT == y ]]; then
+ config_query XFBURN_GIT_AUTOUPDATE \
"Queue for update on every system update?" n
fi
[SM-Commit] GIT changes to master grimoire by Pol Vinogradov (7bc1b05556a825e9be2bdf7426ba17559efc36b8),
Pol Vinogradov, 04/03/2010