summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPol Vinogradov2008-08-22 04:39:52 +0500
committerPol Vinogradov2008-08-22 04:39:52 +0500
commitdce1411654da48baaf093ead6a0aa30351c4db8a (patch)
tree66b532779ad380886038f77f7d4af777010d5ffd
parent592bffbceeea2b18ddc283f6b449aacc9c226c81 (diff)
xfce/xfburn: some fixes for SVN branch
-rwxr-xr-xxfce/xfburn/DEPENDS3
-rw-r--r--xfce/xfburn/HISTORY5
-rwxr-xr-xxfce/xfburn/PRE_BUILD1
3 files changed, 8 insertions, 1 deletions
diff --git a/xfce/xfburn/DEPENDS b/xfce/xfburn/DEPENDS
index 017d83c66b..858aefbbe8 100755
--- a/xfce/xfburn/DEPENDS
+++ b/xfce/xfburn/DEPENDS
@@ -7,7 +7,8 @@ depends intltool &&
depends libxfcegui4 &&
if [[ $XFBURN_SVN == y ]]; then
- depends subversion
+ depends subversion &&
+ depends xfce4-dev-tools
fi &&
optional_depends dbus-glib \
diff --git a/xfce/xfburn/HISTORY b/xfce/xfburn/HISTORY
index 12d974d537..9c2d9fbcc6 100644
--- a/xfce/xfburn/HISTORY
+++ b/xfce/xfburn/HISTORY
@@ -1,3 +1,8 @@
+2008-08-22 Pol Vinogradov <vin.public@gmail.com>
+ * DEPENDS: added xfce4-dev-tools for SVN branch
+ * PRE_BUILD: added ./autogen.sh for SVN branch, this fixes bug #14526
+ particularly
+
2008-07-15 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 0.3.2, fixed svn url, website
diff --git a/xfce/xfburn/PRE_BUILD b/xfce/xfburn/PRE_BUILD
index 4932aa5f17..a02573e963 100755
--- a/xfce/xfburn/PRE_BUILD
+++ b/xfce/xfburn/PRE_BUILD
@@ -2,6 +2,7 @@ default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
if [[ $XFBURN_SVN == y ]]; then
+ ./autogen.sh &&
aclocal &&
autoheader &&
autoconf &&