Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (dce1411654da48baaf093ead6a0aa30351c4db8a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (dce1411654da48baaf093ead6a0aa30351c4db8a)
  • Date: Thu, 21 Aug 2008 18:40:28 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 3 +++
xfce/xfburn/DEPENDS | 3 ++-
xfce/xfburn/HISTORY | 5 +++++
xfce/xfburn/PRE_BUILD | 1 +
xfce/xfce4-dev-tools/DEPENDS | 4 ++++
xfce/xfce4-dev-tools/DETAILS | 18 ++++++++++++++++++
xfce/xfce4-dev-tools/HISTORY | 3 +++
7 files changed, 36 insertions(+), 1 deletion(-)

New commits:
commit dce1411654da48baaf093ead6a0aa30351c4db8a
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

xfce/xfburn: some fixes for SVN branch

commit 592bffbceeea2b18ddc283f6b449aacc9c226c81
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

xfce/xfce4-dev-tools: new spell, XFCE 4 developers' tools

diff --git a/ChangeLog b/ChangeLog
index 3f88111..c9caf11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-08-22 Pol Vinogradov <vin.public AT gmail.com>
+ * xfce/xfce4-dev-tools: new spell, XFCE 4 developers' tools
+
2008-08-21 Thomas Orgis <sobukus AT sourcemage.org>
* java/jakarta-servletapi-4: deleted, long dead

diff --git a/xfce/xfburn/DEPENDS b/xfce/xfburn/DEPENDS
index 017d83c..858aefb 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 12d974d..9c2d9fb 100644
--- a/xfce/xfburn/HISTORY
+++ b/xfce/xfburn/HISTORY
@@ -1,3 +1,8 @@
+2008-08-22 Pol Vinogradov <vin.public AT 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 AT 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 4932aa5..a02573e 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 &&
diff --git a/xfce/xfce4-dev-tools/DEPENDS b/xfce/xfce4-dev-tools/DEPENDS
new file mode 100755
index 0000000..1e8ecb6
--- /dev/null
+++ b/xfce/xfce4-dev-tools/DEPENDS
@@ -0,0 +1,4 @@
+depends autoconf &&
+depends automake &&
+depends gettext &&
+depends libtool
diff --git a/xfce/xfce4-dev-tools/DETAILS b/xfce/xfce4-dev-tools/DETAILS
new file mode 100755
index 0000000..a05b3c1
--- /dev/null
+++ b/xfce/xfce4-dev-tools/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=xfce4-dev-tools
+ VERSION=4.4.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://xfce.org/~benny/files/${SPELL}/4.4/${SOURCE}
+
SOURCE_URL[1]=http://www.foo-projects.org/~benny/files/${SPELL}/4.4/${SOURCE}
+
SOURCE_HASH=sha512:e42fdfc55652da7e590f432f194e2409226f3a6e36607e0b5c57438b7a8567284391e0adf1ab96110693441e7e271761936bc60c962a318e26fbca2a394fc655
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.xfce.org";
+ LICENSE[0]=GPL
+ ENTERED=20080822
+ SHORT="Development tools for XFCE 4"
+cat << EOF
+The Xfce Developer Tools provide an easy way to handle the setup and
+maintaince of a projects build framework. They currently consist of a bunch
+of M4 macros for commonly used checks and the xdt-autogen script, which
+examines the projects configure.ac or configure.in file(s) and calls the
+appropriate autotools in the correct order.
+EOF
diff --git a/xfce/xfce4-dev-tools/HISTORY b/xfce/xfce4-dev-tools/HISTORY
new file mode 100644
index 0000000..66e7a96
--- /dev/null
+++ b/xfce/xfce4-dev-tools/HISTORY
@@ -0,0 +1,3 @@
+2008-08-22 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (dce1411654da48baaf093ead6a0aa30351c4db8a), Pol Vinogradov, 08/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page