Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv20372

Modified Files:
        scribus-aqua.info scribus.info 
Added Files:
        scribus134-10.5.info scribus134-aqua.info scribus134.info 
Removed Files:
        scribus-10.5.info 
Log Message:
Rearrange scribus packages:
1.2 is now dead.
The one-time development version 1.3.4 is now package "scribus134".
The "scribus" package is version 1.3.3.9 for the time being.
For the scribus134 package there is a separate 10.5 info file,
the scribus-1.3.3.9 uses the same info file for 10.4 and 10.5.



--- scribus-10.5.info DELETED ---

--- NEW FILE: scribus134-aqua.info ---
Package: scribus134-aqua
Version: 1.3.4
Revision: 4
Source: mirror:sourceforge:scribus/scribus-%v.tar.bz2
Source-MD5: cd3bc6cc6c2e2826eb689342e439443d
Source2: http://perso.wanadoo.fr/costabel/Scribusapp-skeleton.tar.bz2
Source2-MD5: 7aa33546b4113007bdc0e3fef94a0f81
License: GPL
GCC: 4.0
Recommends: x-ghostscript-fonts, msttcorefonts, applesystemfonts
Depends: ghostscript, qt3mac-shlibs (>= 3.3.5-13), qt3mac-apps (>= 3.3.5-13), 
libjpeg-shlibs, libjpeg-bin, lcms-shlibs, libart2-shlibs, libpng3-shlibs, 
libtiff-shlibs, freetype219-shlibs, libxml2-shlibs, libiconv, fontconfig2-shlibs
BuildDepends: lcms, libjpeg, qt3mac (>= 3.3.5-13), libart2, cups-dev, libpng3, 
libtiff, freetype219, libxml2, libiconv-dev, fontconfig2-dev, expat1, cmake (>= 
2.4.6-1)
BuildConflicts: qt3, qt3-dev
Conflicts: scribus-aqua
Replaces: scribus-aqua 
PatchScript: <<
#!/bin/sh -ev
# Use Fink's freetype219
# and place all source tree include dirs before %p/include
  perl -pi.bak -e 's|/usr/local/|%p/lib/freetype219/|g' 
cmake/modules/FREETYPEConfig.cmake
  perl -pi.bak -e '
          s|libfreetype.so( FT.* )\"\"(.*)|libfreetype.dylib\1 
\"%p/lib/freetype219/lib\"\2|g;
          
s|(\$\{CMAKE_BINARY_DIR\}/scribus)|\1\n\$\{CMAKE_SOURCE_DIR\}/scribus|g
                  ' CMakeLists.txt
#don't build pixbuf stuff that wants to pull in X11
  perl -pi.bak -e 's|^.*pixbuf.*$||g; s|^.*PIXBUF.*$||g' scribus/CMakeLists.txt 
# remove spurious qtplugins definitions; this fixes icon loading bug
 perl -pi.bak -e 's|.*qtplugins.*p.*a.*P.*|//$&|g' scribus/scpaths.cpp
<<
CompileScript: <<
#!/bin/sh -ex
# Use Fink's freetype219, qt3mac, fontconfig2,
# but Apple's Python framework (this means no PIL, sorry)
# For fontconfig2, we have to bypass Scribus' CMake find mechanism,
# because it uses pkg-config, and Fink's pkg-config has the unfortunate
# habit of finding the X11 stuff first 
 export PATH=%p/lib/freetype219/bin:$PATH 
 unset QMAKESPEC
 export QTDIR=%p/lib/qt3mac

 mkdir build
 cd build
 cmake -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
       -DCMAKE_INSTALL_PREFIX:PATH=%p/Applications/Scribus.app/Contents \
       -DFREETYPE_INCLUDE_DIR_FT2BUILD:PATH=%p/lib/freetype219/include \
       -DFREETYPE_LIBRARY:FILEPATH=%p/lib/freetype219/lib/libfreetype.dylib \
       -DFONTCONFIG_INCLUDE_DIR:PATH=%p/lib/fontconfig2/include \
       -DFONTCONFIG_LIBRARY:FILEPATH=%p/lib/fontconfig2/lib/libfontconfig.dylib 
\
       ..
 make
<< 
InstallScript: <<
#!/bin/sh -ex
# This version has no Scribus.app skeleton, so we take the one from cvs
# tar zxf Scribus.app.tgz
 mkdir -p %i/Applications
 /bin/cp -p -R ../Scribus.app %i/Applications/
 mkdir %i/Applications/Scribus.app/Contents/MacOS
 ln -s ../bin/scribus %i/Applications/Scribus.app/Contents/MacOS/Scribus
 cd build
 make install DESTDIR=%d
 ln -s ../doc/scribus-%v %i/Applications/Scribus.app/Contents/share/scribus/doc
 /bin/cp /System/Library/ColorSync/Profiles/* 
%i/Applications/Scribus.app/Contents/lib/scribus/profiles/ || /usr/bin/true
<<
DocFiles: AUTHORS COPYING ChangeLog README ChangeLogCVS
PostInstScript: <<
 if ! test -e /Applications/Fink; then /usr/bin/install -d -m 755 
/Applications/Fink; fi
 ln -nfs %p/Applications/Scribus.app /Applications/Fink/
<<
PostRmScript: <<
 if test -h /Applications/Fink/Scribus.app; then rm -f 
/Applications/Fink/Scribus.app; fi
<<
Description: Layout program (development version 1.3.4)
DescDetail: << 
 Scribus is an open-source program that brings professional
 page layout to Linux/Unix, MacOS X, OS/2 and Windows desktops
 with a combination of "press-ready" output and new approaches
 to page layout.

 Underneath the modern and user friendly interface, Scribus
 supports professional publishing features, such as CMYK color,
 separations, ICC color management and versatile PDF creation.
<<
DescUsage: <<
 This version does not need X11 for running. 
 It installs a double-clickable application (symbolic link) 
 "Scribus.app" in /Applications/Fink. 

 This version contains extensive online help. 
 Additional up-to-date documentation is on the Scribus web site.

 Fonts:  Since X11 is not used, the X11 fonts are not automatically
   recognized. You have to tell Scribus where to find fonts.
 - Install the x-ghostscript-fonts or msttcorefonts or xfonts-intl 
   or applesystemfont packages. 
   (The gimp-sharefonts and similar packages work, too, 
   but these fonts are of rather bad quality)
 - Put lines like
     /Library/Fonts
     /System/Library/Fonts
     /sw/lib/X11/fonts/applettf
     /sw/lib/X11/fonts/msttf
   into your ~/.scribus/scribusfont13.rc file (create it if it doesn't exist)
   This will give you many (not all) of the Apple system fonts.
   If you use FontBook to create your own collections, put also
     ~/Library/Fonts
   into this file.
<<
DescPort: <<
 This is a native Aqua version of Scribus. 
 A standalone version prepared by Andreas Vox can be downloaded
 from the web at http://aqua.scribus.net

 Uses fontconfig2-dev and freetype219 from Fink, not from X11,
 and qt3-mac-free as packaged in the qt3mac packaqge.

 The app skeleton is taken from Scribus CVS, branch Release_1_3_3_3.
 It is not contained in the Release 1.3.4 source tarball.

 This version uses the new CMake build system.
 It follows the proposed installation of everything
 into the app bundle, in the Contents directory.
<<
Maintainer: Martin Costabel <[EMAIL PROTECTED]>
Homepage: http://www.scribus.net/


Index: scribus.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/scribus.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- scribus.info        4 Nov 2007 20:53:30 -0000       1.19
+++ scribus.info        24 Nov 2007 09:32:34 -0000      1.20
@@ -1,16 +1,20 @@
 Package: scribus
-Version: 1.3.4
-Revision: 1002
-Distribution: 10.4
+Version: 1.3.3.9
+Revision: 1003
 GCC: 4.0
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
-Source-MD5: cd3bc6cc6c2e2826eb689342e439443d
+#Source-MD5: 137941773eaa6975393c1aa97236e1e8
+# upstream released this tarball twice with different MD5s
+Source-MD5: a3d7af62d99d4e0f7485ae549de50df0
+SourceRename: scribus-%v_20070509.tar.bz2
+SourceDirectory: scribus-%v
 License: GPL
-Conflicts: scribus12, scribus-i18n-en, scribus-scripting
-Replaces: scribus12, scribus-i18n-en, scribus-scripting
+Conflicts: scribus12, scribus-i18n-en, scribus-scripting, scribus134
+Replaces: scribus12, scribus-i18n-en, scribus-scripting, scribus134
 Recommends: x-ghostscript-fonts, msttcorefonts, applesystemfonts
 Depends: x11, ghostscript, qt3-shlibs (>= 3.3.5-1023), libjpeg-shlibs, 
libjpeg-bin, lcms-shlibs, libart2-shlibs, libpng3-shlibs, libtiff-shlibs, 
freetype219-shlibs, libxml2-shlibs, libiconv, python25, pil-py25
 BuildDepends: x11-dev, lcms, libjpeg, qt3 (>= 3.3.5-1023), libart2, cups-dev, 
libpng3, libtiff, freetype219, libxml2, libiconv-dev, python, cmake (>= 2.4.6-1)
+SetLDFLAGS: -dylib_file 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
 PatchScript: <<
 #!/bin/sh -ev
 # Try to make cmake find Fink's freetype219. Needs quite some coaxing...
@@ -31,7 +35,6 @@
        -DCMAKE_INSTALL_PREFIX:PATH=%p \
        -DFREETYPE_INCLUDE_DIR_FT2BUILD:PATH=%p/lib/freetype219/include \
        -DFREETYPE_LIBRARY:FILEPATH=%p/lib/freetype219/lib/libfreetype.dylib \
-       -DQT_INCLUDE_DIR:PATH=%p/lib/qt3/include \
        -DBUILD_MAC_BUNDLE:BOOL=0 \
        
-DPYTHON_DEBUG_LIBRARY:FILEPATH=%p/lib/python2.5/config/libpython2.5.dylib \
        -DPYTHON_INCLUDE_PATH:PATH=%p/include/python2.5 \
@@ -46,7 +49,7 @@
  /bin/cp /System/Library/ColorSync/Profiles/* %i/lib/scribus/profiles/ || 
/usr/bin/true
 <<
 DocFiles: AUTHORS COPYING ChangeLog README 
-Description: Layout program (development branch 1.3.x)
+Description: Layout program (stable branch 1.3.3.x)
 DescDetail: << 
  Scribus is an open-source program that brings professional 
  page layout to Linux/Unix, MacOS X, OS/2 and Windows desktops 

--- NEW FILE: scribus134-10.5.info ---
Package: scribus134
Version: 1.3.4
Revision: 1102
Distribution: 10.5
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: cd3bc6cc6c2e2826eb689342e439443d
License: GPL
Conflicts: scribus12, scribus-i18n-en, scribus-scripting
Replaces: scribus12, scribus-i18n-en, scribus-scripting
Recommends: x-ghostscript-fonts, msttcorefonts, applesystemfonts
Depends: x11, ghostscript, qt3-shlibs (>= 3.3.8-1), libjpeg-shlibs, 
libjpeg-bin, lcms-shlibs, libart2-shlibs, libpng3-shlibs, libtiff-shlibs, 
libxml2-shlibs, libiconv, python25, pil-py25
BuildDepends: x11-dev, lcms, libjpeg, qt3 (>= 3.3.8-1), libart2, cups-dev, 
libpng3, libtiff, libxml2, libiconv-dev, python, cmake (>= 2.4.6-1)
PatchScript: <<
#!/bin/sh -ev
# Don't build an app bundle in this version. We are using X11 here.
  perl -pi.bak -e '
          s|libfreetype.so|libfreetype.dylib|g;
          s|(BUILD_MAC_BUNDLE) 1|\1 0|g;
          
s|(\$\{CMAKE_BINARY_DIR\}/scribus)|\1\n\$\{CMAKE_SOURCE_DIR\}/scribus|g
                  ' CMakeLists.txt
 perl -pi.bak -e '
      s|(CoreFoundation)|$1 -dylib_file 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib|
                 ' scribus/CMakeLists.txt
<<
CompileScript: <<
#!/bin/sh -ev
# export PATH=%p/lib/freetype219/bin:$PATH
 mkdir build
 cd build
 cmake -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
       -DCMAKE_INSTALL_PREFIX:PATH=%p \
       -DQT_INCLUDE_DIR:PATH=%p/lib/qt3/include \
       -DBUILD_MAC_BUNDLE:BOOL=0 \
       -DFREETYPE_INCLUDE_DIR_FTHEADER:PATH=/usr/X11/include/freetype2 \
       
-DPYTHON_DEBUG_LIBRARY:FILEPATH=%p/lib/python2.5/config/libpython2.5.dylib \
       -DPYTHON_INCLUDE_PATH:PATH=%p/include/python2.5 \
       -DPYTHON_LIBRARY:FILEPATH=%p/lib/python2.5/config/libpython2.5.dylib \
       ..
 make
<< 
InstallScript: <<
#!/bin/sh -ev
 cd build
 make install DESTDIR=%d
 /bin/cp /System/Library/ColorSync/Profiles/* %i/lib/scribus/profiles/ || 
/usr/bin/true
<<
DocFiles: AUTHORS COPYING ChangeLog README 
Description: Layout program (development version 1.3.x)
DescDetail: << 
 Scribus is an open-source program that brings professional 
 page layout to Linux/Unix, MacOS X, OS/2 and Windows desktops 
 with a combination of "press-ready" output and new approaches 
 to page layout.

 Underneath the modern and user friendly interface, Scribus 
 supports professional publishing features, such as CMYK color, 
 separations, ICC color management and versatile PDF creation.
<<
DescUsage: <<
 This version contains extensive online help. 
 Additional up-to-date documentation is on the Scribus web site.

 Fonts: By default, the X11 Type1 fonts are recognized. If you
 want more fonts, you can do one or more of the following:
 - Install the x-ghostscript-fonts or msttcorefonts or xfonts-intl 
   or applesystemfont packages. 
   (The gimp-sharefonts and similar packages work, too, 
   but these fonts are of rather bad quality)
 - Put lines like
     /Library/Fonts
     /System/Library/Fonts
   into your ~/.scribus/scribusfont13.rc file (create it if it doesn't exist)
   This will give you many (not all) of the Apple system fonts.
   If you use FontBook to create your own collections, put also
     ~/Library/Fonts
   into this file.
 
   On Mac OSX 10.5, you might need to create a ~/.fonts.conf file
   that contains lines like
        <dir>/Library/Fonts</dir>
        <dir>/System/Library/Fonts</dir>
   etc.

  Note that scribus-1.3.x and scribus-1.2.x use incompatible file
  formats. So be careful when switching between these versions.
<<
DescPackaging: <<
 The default profiles folder is now populated with a minimal set
 of color profiles from /System/Library/ColorSync/Profiles/
 so that color management can be activated. 
<<
DescPort: <<
 This is the first stab at using Scribus' new cmake build system 
 in Fink. There might be some parts that don't yet work as they 
 did before...
 The CMake find mechanisms for python
 have to be overridden in order to find Fink's
 python2.5
<<
Maintainer: Martin Costabel <[EMAIL PROTECTED]>
Homepage: http://www.scribus.net/


--- NEW FILE: scribus134.info ---
Package: scribus134
Version: 1.3.4
Revision: 1002
Distribution: 10.4
GCC: 4.0
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: cd3bc6cc6c2e2826eb689342e439443d
License: GPL
Conflicts: scribus12, scribus-i18n-en, scribus-scripting, scribus
Replaces: scribus12, scribus-i18n-en, scribus-scripting, scribus
Recommends: x-ghostscript-fonts, msttcorefonts, applesystemfonts
Depends: x11, ghostscript, qt3-shlibs (>= 3.3.5-1023), libjpeg-shlibs, 
libjpeg-bin, lcms-shlibs, libart2-shlibs, libpng3-shlibs, libtiff-shlibs, 
freetype219-shlibs, libxml2-shlibs, libiconv, python25, pil-py25
BuildDepends: x11-dev, lcms, libjpeg, qt3 (>= 3.3.5-1023), libart2, cups-dev, 
libpng3, libtiff, freetype219, libxml2, libiconv-dev, python, cmake (>= 2.4.6-1)
PatchScript: <<
#!/bin/sh -ev
# Try to make cmake find Fink's freetype219. Needs quite some coaxing...
# Also don't build an app bundle in this version. We are using X11 here.
  perl -pi.bak -e 's|/usr/local/|%p/lib/freetype219/|g' 
cmake/modules/FREETYPEConfig.cmake
  perl -pi.bak -e '
          s|libfreetype.so( FT.* )\"\"(.*)|libfreetype.dylib\1 
\"%p/lib/freetype219/lib\"\2|g;
          s|(BUILD_MAC_BUNDLE) 1|\1 0|g;
          
s|(\$\{CMAKE_BINARY_DIR\}/scribus)|\1\n\$\{CMAKE_SOURCE_DIR\}/scribus|g
                  ' CMakeLists.txt
<<
CompileScript: <<
#!/bin/sh -ev
 export PATH=%p/lib/freetype219/bin:$PATH
 mkdir build
 cd build
 cmake -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
       -DCMAKE_INSTALL_PREFIX:PATH=%p \
       -DFREETYPE_INCLUDE_DIR_FT2BUILD:PATH=%p/lib/freetype219/include \
       -DFREETYPE_LIBRARY:FILEPATH=%p/lib/freetype219/lib/libfreetype.dylib \
       -DQT_INCLUDE_DIR:PATH=%p/lib/qt3/include \
       -DBUILD_MAC_BUNDLE:BOOL=0 \
       
-DPYTHON_DEBUG_LIBRARY:FILEPATH=%p/lib/python2.5/config/libpython2.5.dylib \
       -DPYTHON_INCLUDE_PATH:PATH=%p/include/python2.5 \
       -DPYTHON_LIBRARY:FILEPATH=%p/lib/python2.5/config/libpython2.5.dylib \
       ..
 make
<< 
InstallScript: <<
#!/bin/sh -ev
 cd build
 make install DESTDIR=%d
 /bin/cp /System/Library/ColorSync/Profiles/* %i/lib/scribus/profiles/ || 
/usr/bin/true
<<
DocFiles: AUTHORS COPYING ChangeLog README 
Description: Layout program (development version 1.3.x)
DescDetail: << 
 Scribus is an open-source program that brings professional 
 page layout to Linux/Unix, MacOS X, OS/2 and Windows desktops 
 with a combination of "press-ready" output and new approaches 
 to page layout.

 Underneath the modern and user friendly interface, Scribus 
 supports professional publishing features, such as CMYK color, 
 separations, ICC color management and versatile PDF creation.
<<
DescUsage: <<
 This version contains extensive online help. 
 Additional up-to-date documentation is on the Scribus web site.

 Fonts: By default, the X11 Type1 fonts are recognized. If you
 want more fonts, you can do one or more of the following:
 - Install the x-ghostscript-fonts or msttcorefonts or xfonts-intl 
   or applesystemfont packages. 
   (The gimp-sharefonts and similar packages work, too, 
   but these fonts are of rather bad quality)
 - Put lines like
     /Library/Fonts
     /System/Library/Fonts
   into your ~/.scribus/scribusfont13.rc file (create it if it doesn't exist)
   This will give you many (not all) of the Apple system fonts.
   If you use FontBook to create your own collections, put also
     ~/Library/Fonts
   into this file.

  Note that scribus-1.3.x and scribus-1.2.x use incompatible file
  formats. So be careful when switching between these versions.
<<
DescPackaging: <<
 The default profiles folder is now populated with a minimal set
 of color profiles from /System/Library/ColorSync/Profiles/
 so that color management can be activated. 
<<
DescPort: <<
 This is the first stab at using Scribus' new cmake build system 
 in Fink. There might be some parts that don't yet work as they 
 did before...
 The CMake find mechanisms for freetype and for python
 have to be overridden in order to find Fink's
 freetype219 and python2.5
 The freetype finding mechanism in scribus consists of several
 pieces that have to be patched separately. 
<<
Maintainer: Martin Costabel <[EMAIL PROTECTED]>
Homepage: http://www.scribus.net/


Index: scribus-aqua.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/scribus-aqua.info,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- scribus-aqua.info   29 Oct 2007 16:45:07 -0000      1.21
+++ scribus-aqua.info   24 Nov 2007 09:32:34 -0000      1.22
@@ -1,16 +1,23 @@
 Package: scribus-aqua
-Version: 1.3.4
-Revision: 4
+Version: 1.3.3.9
+Revision: 2
 Source: mirror:sourceforge:scribus/scribus-%v.tar.bz2
-Source-MD5: cd3bc6cc6c2e2826eb689342e439443d
-Source2: http://perso.wanadoo.fr/costabel/Scribusapp-skeleton.tar.bz2
-Source2-MD5: 7aa33546b4113007bdc0e3fef94a0f81
+#Source-MD5: 137941773eaa6975393c1aa97236e1e8
+# upstream released this tarball twice with different MD5s
+Source-MD5: a3d7af62d99d4e0f7485ae549de50df0
+SourceRename: scribus-%v_20070509.tar.bz2
+SourceDirectory: scribus-%v
+#Source2: http://perso.wanadoo.fr/costabel/Scribusapp-skeleton.tar.bz2
+#Source2-MD5: 7aa33546b4113007bdc0e3fef94a0f81
 License: GPL
 GCC: 4.0
 Recommends: x-ghostscript-fonts, msttcorefonts, applesystemfonts
 Depends: ghostscript, qt3mac-shlibs (>= 3.3.5-13), qt3mac-apps (>= 3.3.5-13), 
libjpeg-shlibs, libjpeg-bin, lcms-shlibs, libart2-shlibs, libpng3-shlibs, 
libtiff-shlibs, freetype219-shlibs, libxml2-shlibs, libiconv, fontconfig2-shlibs
 BuildDepends: lcms, libjpeg, qt3mac (>= 3.3.5-13), libart2, cups-dev, libpng3, 
libtiff, freetype219, libxml2, libiconv-dev, fontconfig2-dev, expat1, cmake (>= 
2.4.6-1)
 BuildConflicts: qt3, qt3-dev
+Conflicts: scribus134-aqua
+Replaces: scribus134-aqua
+SetLDFLAGS: -dylib_file 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
 PatchScript: <<
 #!/bin/sh -ev
 # Use Fink's freetype219
@@ -20,10 +27,6 @@
           s|libfreetype.so( FT.* )\"\"(.*)|libfreetype.dylib\1 
\"%p/lib/freetype219/lib\"\2|g;
           
s|(\$\{CMAKE_BINARY_DIR\}/scribus)|\1\n\$\{CMAKE_SOURCE_DIR\}/scribus|g
                   ' CMakeLists.txt
-#don't build pixbuf stuff that wants to pull in X11
-  perl -pi.bak -e 's|^.*pixbuf.*$||g; s|^.*PIXBUF.*$||g' 
scribus/CMakeLists.txt 
-# remove spurious qtplugins definitions; this fixes icon loading bug
- perl -pi.bak -e 's|.*qtplugins.*p.*a.*P.*|//$&|g' scribus/scpaths.cpp
 <<
 CompileScript: <<
 #!/bin/sh -ex
@@ -39,7 +42,7 @@
  mkdir build
  cd build
  cmake -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
-       -DCMAKE_INSTALL_PREFIX:PATH=%p/Applications/Scribus.app/Contents \
+       -DCMAKE_INSTALL_PREFIX:PATH=%p \
        -DFREETYPE_INCLUDE_DIR_FT2BUILD:PATH=%p/lib/freetype219/include \
        -DFREETYPE_LIBRARY:FILEPATH=%p/lib/freetype219/lib/libfreetype.dylib \
        -DFONTCONFIG_INCLUDE_DIR:PATH=%p/lib/fontconfig2/include \
@@ -49,16 +52,13 @@
 << 
 InstallScript: <<
 #!/bin/sh -ex
-# This version has no Scribus.app skeleton, so we take the one from cvs
-# tar zxf Scribus.app.tgz
+ tar zxf Scribus.app.tgz
  mkdir -p %i/Applications
- /bin/cp -p -R ../Scribus.app %i/Applications/
- mkdir %i/Applications/Scribus.app/Contents/MacOS
- ln -s ../bin/scribus %i/Applications/Scribus.app/Contents/MacOS/Scribus
+ mv Scribus.app %i/Applications/
  cd build
  make install DESTDIR=%d
- ln -s ../doc/scribus-%v %i/Applications/Scribus.app/Contents/share/scribus/doc
- /bin/cp /System/Library/ColorSync/Profiles/* 
%i/Applications/Scribus.app/Contents/lib/scribus/profiles/ || /usr/bin/true
+ /bin/cp /System/Library/ColorSync/Profiles/* %i/lib/scribus/profiles/ || 
/usr/bin/true
+ mv %i/{bin,lib,share} %i/Applications/Scribus.app/Contents/
 <<
 DocFiles: AUTHORS COPYING ChangeLog README ChangeLogCVS
 PostInstScript: <<
@@ -68,7 +68,7 @@
 PostRmScript: <<
  if test -h /Applications/Fink/Scribus.app; then rm -f 
/Applications/Fink/Scribus.app; fi
 <<
-Description: Layout program
+Description: Layout program (stable branch 1.3.3.x)
 DescDetail: << 
  Scribus is an open-source program that brings professional
  page layout to Linux/Unix, MacOS X, OS/2 and Windows desktops
@@ -112,9 +112,6 @@
  Uses fontconfig2-dev and freetype219 from Fink, not from X11,
  and qt3-mac-free as packaged in the qt3mac packaqge.
 
- The app skeleton is taken from Scribus CVS, branch Release_1_3_3_3.
- It is not contained in the Release 1.3.4 source tarball.
-
  This version uses the new CMake build system.
  It follows the proposed installation of everything
  into the app bundle, in the Contents directory.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to