Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (b9cd316156f79c9bcb7d3ef324c715526327bff4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (b9cd316156f79c9bcb7d3ef324c715526327bff4)
  • Date: Fri, 5 Oct 2007 21:09:57 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

ChangeLog | 3
gnome2-apps/passepartout/DEPENDS | 14 +++
gnome2-apps/passepartout/DETAILS | 20 +++++
gnome2-apps/passepartout/HISTORY | 2
gnome2-apps/passepartout/PRE_BUILD | 4 +
gnome2-apps/passepartout/configure.diff | 61
++++++++++++++++
gnome2-apps/passepartout/passepartout-0.7.0.tar.bz2.sig |binary
7 files changed, 104 insertions(+)

New commits:
commit b9cd316156f79c9bcb7d3ef324c715526327bff4
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

passepartout: New Spell

diff --git a/ChangeLog b/ChangeLog
index db46f5d..971c601 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-10-05 Robin Cook <rcook AT wyrms.net>
+ * gnome2-apps/passepartout new spell
+
2007-10-05 Pol Vinogradov <vin.public AT gmail.com>
* xfce/xfburn: new spell, a GUI CD burning frontend for XFCE

diff --git a/gnome2-apps/passepartout/DEPENDS
b/gnome2-apps/passepartout/DEPENDS
new file mode 100755
index 0000000..08fb561
--- /dev/null
+++ b/gnome2-apps/passepartout/DEPENDS
@@ -0,0 +1,14 @@
+depends libxslt &&
+depends libxml++ &&
+depends freetype2 &&
+depends gtkmm2 &&
+depends ghostscript &&
+depends libgnomecanvasmm &&
+
+optional_depends libgnome \
+ "--with-gnome" \
+ "--without-gnome" \
+ "Enable gnome support?" &&
+
+optional_depends gnome-vfs2 "" "" "Also needed for gnome support?"
+
diff --git a/gnome2-apps/passepartout/DETAILS
b/gnome2-apps/passepartout/DETAILS
new file mode 100755
index 0000000..ca56026
--- /dev/null
+++ b/gnome2-apps/passepartout/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=passepartout
+ VERSION=0.7.0
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
+ WEB_SITE=http://www.stacken.kth.se/project/pptout/
+ ENTERED=20071005
+ KEYWORDS="gnome2 graphics"
+ SHORT=""
+cat << EOF
+Passepartout is an Open Source* Desktop Publishing* application for the X
+Window System*. The goal of this project is to create a system capable of
+producing pre-press material of professional quality, but also to be a
useful
+tool for any enthusiast with access to a printer. The main focus is on
making it
+easy for the user to create publications with a flexible layout, typical
+examples being magazines, brochures and leaflets.
+EOF
diff --git a/gnome2-apps/passepartout/HISTORY
b/gnome2-apps/passepartout/HISTORY
new file mode 100644
index 0000000..de42a40
--- /dev/null
+++ b/gnome2-apps/passepartout/HISTORY
@@ -0,0 +1,2 @@
+2007-10-05 Robin Cook <rcook AT wyrms.net>
+ * Initial spell: PRE_BUILD, DETAILS, DEPENDS, HISTORY
diff --git a/gnome2-apps/passepartout/PRE_BUILD
b/gnome2-apps/passepartout/PRE_BUILD
new file mode 100755
index 0000000..109c2ad
--- /dev/null
+++ b/gnome2-apps/passepartout/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+
+patch -p0 < ${SCRIPT_DIRECTORY}/configure.diff
diff --git a/gnome2-apps/passepartout/configure.diff
b/gnome2-apps/passepartout/configure.diff
new file mode 100644
index 0000000..37103f7
--- /dev/null
+++ b/gnome2-apps/passepartout/configure.diff
@@ -0,0 +1,61 @@
+--- configure.orig 2007-10-05 20:26:46.000000000 -0500
++++ configure 2007-10-05 20:31:04.000000000 -0500
+@@ -3295,12 +3295,12 @@
+ pkg_cv_XMLPP_CFLAGS="$XMLPP_CFLAGS"
+ else
+ if test -n "$PKG_CONFIG" && \
+- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors
\"libxml++-1.0 >= 1.0\"") >&5
+- ($PKG_CONFIG --exists --print-errors "libxml++-1.0 >= 1.0") 2>&5
++ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors
\"libxml++-2.6 >= 2.6\"") >&5
++ ($PKG_CONFIG --exists --print-errors "libxml++-2.6 >= 2.6") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+- pkg_cv_XMLPP_CFLAGS=`$PKG_CONFIG --cflags "libxml++-1.0 >= 1.0"
2>/dev/null`
++ pkg_cv_XMLPP_CFLAGS=`$PKG_CONFIG --cflags "libxml++-2.6 >= 2.6"
2>/dev/null`
+ else
+ pkg_failed=yes
+ fi
+@@ -3313,12 +3313,12 @@
+ pkg_cv_XMLPP_LIBS="$XMLPP_LIBS"
+ else
+ if test -n "$PKG_CONFIG" && \
+- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors
\"libxml++-1.0 >= 1.0\"") >&5
+- ($PKG_CONFIG --exists --print-errors "libxml++-1.0 >= 1.0") 2>&5
++ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors
\"libxml++-2.6 >= 2.6\"") >&5
++ ($PKG_CONFIG --exists --print-errors "libxml++-2.6 >= 2.6") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+- pkg_cv_XMLPP_LIBS=`$PKG_CONFIG --libs "libxml++-1.0 >= 1.0" 2>/dev/null`
++ pkg_cv_XMLPP_LIBS=`$PKG_CONFIG --libs "libxml++-2.6 >= 2.6" 2>/dev/null`
+ else
+ pkg_failed=yes
+ fi
+@@ -3337,14 +3337,14 @@
+ _pkg_short_errors_supported=no
+ fi
+ if test $_pkg_short_errors_supported = yes; then
+- XMLPP_PKG_ERRORS=`$PKG_CONFIG --short-errors
--errors-to-stdout --print-errors "libxml++-1.0 >= 1.0"`
++ XMLPP_PKG_ERRORS=`$PKG_CONFIG --short-errors
--errors-to-stdout --print-errors "libxml++-2.6 >= 2.6"`
+ else
+- XMLPP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout
--print-errors "libxml++-1.0 >= 1.0"`
++ XMLPP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout
--print-errors "libxml++-2.6 >= 2.6"`
+ fi
+ # Put the nasty error message in config.log where it belongs
+ echo "$XMLPP_PKG_ERRORS" >&5
+
+- { { echo "$as_me:$LINENO: error: Package requirements (libxml++-1.0
>= 1.0) were not met:
++ { { echo "$as_me:$LINENO: error: Package requirements (libxml++-2.6
>= 2.6) were not met:
+
+ $XMLPP_PKG_ERRORS
+
+@@ -3355,7 +3355,7 @@
+ and XMLPP_LIBS to avoid the need to call pkg-config.
+ See the pkg-config man page for more details.
+ " >&5
+-echo "$as_me: error: Package requirements (libxml++-1.0 >= 1.0) were not
met:
++echo "$as_me: error: Package requirements (libxml++-2.6 >= 2.6) were not
met:
+
+ $XMLPP_PKG_ERRORS
+
diff --git a/gnome2-apps/passepartout/passepartout-0.7.0.tar.bz2.sig
b/gnome2-apps/passepartout/passepartout-0.7.0.tar.bz2.sig
new file mode 100644
index 0000000..c240212
Binary files /dev/null and
b/gnome2-apps/passepartout/passepartout-0.7.0.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (b9cd316156f79c9bcb7d3ef324c715526327bff4), Robin Cook, 10/05/2007

Archive powered by MHonArc 2.6.24.

Top of Page