Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c387d3459be45306855a1048d32c9210ecfc7bf4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c387d3459be45306855a1048d32c9210ecfc7bf4)
  • Date: Thu, 27 Aug 2009 05:41:10 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 1 +
editors/scribus4/BUILD | 1 +
editors/scribus4/CONFLICTS | 1 +
editors/scribus4/DEPENDS | 19 +++++++++++++++++++
editors/scribus4/DETAILS | 24 ++++++++++++++++++++++++
editors/scribus4/HISTORY | 3 +++
editors/scribus4/desktop/scribus.desktop | 8 ++++++++
editors/scribus4/scribus.gpg |binary
8 files changed, 57 insertions(+)

New commits:
commit c387d3459be45306855a1048d32c9210ecfc7bf4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

scribus4-1.3.5.1

diff --git a/ChangeLog b/ChangeLog
index adc1d1d..bd7fa5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2009-08-27 Treeve Jelbert <treeve AT sourcemage.org>
* devel/apiextractor: new spell, tool for extracting interface details
* devel/boostpythongenerator: new spell build pyhhon bindings using
boost
+ * editors/scribus4: next generation desktop publishing, based on qt4

2009-08-25 Treeve Jelbert <treeve AT sourcemage.org>
* graphics/exact-image: new spell, fast, modern graphics tools
diff --git a/editors/scribus4/BUILD b/editors/scribus4/BUILD
new file mode 100755
index 0000000..2113434
--- /dev/null
+++ b/editors/scribus4/BUILD
@@ -0,0 +1 @@
+qt4_cmake_build
diff --git a/editors/scribus4/CONFLICTS b/editors/scribus4/CONFLICTS
new file mode 100755
index 0000000..20780dc
--- /dev/null
+++ b/editors/scribus4/CONFLICTS
@@ -0,0 +1 @@
+conflicts scribus
diff --git a/editors/scribus4/DEPENDS b/editors/scribus4/DEPENDS
new file mode 100755
index 0000000..38690e7
--- /dev/null
+++ b/editors/scribus4/DEPENDS
@@ -0,0 +1,19 @@
+depends g++ &&
+depends qt4 &&
+depends cmake &&
+depends cairo &&
+depends freetype2 &&
+depends jpeg &&
+depends lcms &&
+depends libpng &&
+depends tiff &&
+optional_depends fontconfig '' '' 'font selection' &&
+optional_depends pkgconfig '' '' 'finding other programs' &&
+optional_depends python '' '' 'scripting support' &&
+optional_depends pil '' '' 'font sampler preview' &&
+optional_depends boost '' '' '' &&
+optional_depends libxml2 '' '' 'XML support' &&
+optional_depends cups '' '' 'printing' &&
+optional_depends ghostscript '' '' 'PDF support'&&
+optional_depends aspell '' '' 'spell checking'
+
diff --git a/editors/scribus4/DETAILS b/editors/scribus4/DETAILS
new file mode 100755
index 0000000..565a2f4
--- /dev/null
+++ b/editors/scribus4/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=scribus4
+ SPELLX=${SPELL//4}
+ VERSION=1.3.5.1
+ SOURCE=${SPELLX}-${VERSION}.tar.bz2
+ SOURCE2=${SOURCE}.sig
+ SOURCE_GPG=scribus.gpg:${SOURCE}.sig:ESTABLISHED_UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELLX}-${VERSION}
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELLX}/$SOURCE
+ SOURCE2_URL=${SOURCE_URL}.sig
+ WEB_SITE=http://www.scribus.net/
+ LICENSE[0]=GPL
+ ENTERED=20090827
+ KEYWORDS="qt editors"
+ SHORT="Scribus is a desktop publishing program based on QT4"
+cat << EOF
+Scribus is a Layout program for Linux�, similar to Adobe� PageMaker,
+QuarkXPress or Adobe� InDesign, except that it is published under the GNU
GPL.
+Scribus has the ability to layout newsletters, create corporate stationery,
+small posters and other documents which need flexible layout and/or the
+ability to output to professional quality imagesetting equipment. You can do
+all the typical tasks like placing and rotating text and/or images on a page,
+specify manual kerning of type and much more.
+EOF
diff --git a/editors/scribus4/HISTORY b/editors/scribus4/HISTORY
new file mode 100644
index 0000000..8b7fae6
--- /dev/null
+++ b/editors/scribus4/HISTORY
@@ -0,0 +1,3 @@
+2009-08-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.5.1
+ spell created
diff --git a/editors/scribus4/desktop/scribus.desktop
b/editors/scribus4/desktop/scribus.desktop
new file mode 100644
index 0000000..4046c61
--- /dev/null
+++ b/editors/scribus4/desktop/scribus.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Scribus
+Exec=scribus
+Icon=scribusicon.png
+Terminal=false
+Type=Application
+Categories=Application;Editor
diff --git a/editors/scribus4/scribus.gpg b/editors/scribus4/scribus.gpg
new file mode 100644
index 0000000..00c6141
Binary files /dev/null and b/editors/scribus4/scribus.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c387d3459be45306855a1048d32c9210ecfc7bf4), Treeve Jelbert, 08/27/2009

Archive powered by MHonArc 2.6.24.

Top of Page