Author: ranger
Date: Sun Mar 8 19:16:59 2009
New Revision: 1378
URL:
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=1378&repname=user%3a+ranger>
Log:
koffice updates
Added:
trunk/experimental/10.4/main/finkinfo/kde/koffice2.patch
Modified:
trunk/experimental/10.4/main/finkinfo/kde/koffice2.info
trunk/experimental/common/main/finkinfo/kde/koffice2.info
Modified: trunk/experimental/10.4/main/finkinfo/kde/koffice2.info
URL:
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/kde/koffice2.info&rev=1378&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4/main/finkinfo/kde/koffice2.info (original)
+++ trunk/experimental/10.4/main/finkinfo/kde/koffice2.info Sun Mar 8 19:16:59
2009
@@ -1,4 +1,4 @@
-Info2: <<
+Info4: <<
Package: koffice2-%type_pkg[kde]
Version: 1.9.98.7
Revision: 1
@@ -8,25 +8,37 @@
Maintainer: Benjamin Reed <[email protected]>
Depends: <<
- dbus (>= 1.2.12-1),
- kdebase4-%type_pkg[kde] (>= 4.2.0-1),
- kdelibs4-%type_pkg[kde] (>= 4.2.0-1)
+ karbon2 (>= %v-%r),
+ kplato2 (>= %v-%r),
+ kpresenter2 (>= %v-%r),
+ krita2 (>= %v-%r),
+ kspread2 (>= %v-%r),
+ kword2 (>= %v-%r)
<<
BuildDepends: <<
automoc-%type_pkg[kde],
cmake (>= 2.6.3-1),
dbus-dev (>= 1.2.12-1),
+ eigen2,
fink (>= 0.28.0-1),
fontconfig2-dev (>= 2.4.1-1),
freetype219 (>= 2.3.7-7),
+ glew (>= 1.3.5-1),
glib2-dev (>= 2.14.0-1),
+ gmm,
+ graphicsmagick-dev (>= 1.1-1),
+ gsl (>= 1.7-1),
kde4-buildenv (>= 4.2.1-2),
kdebase4-%type_pkg[kde]-dev (>= 4.2.0-1),
kdelibs4-%type_pkg[kde]-dev (>= 4.2.0-1),
+ lcms,
libgettext3-dev,
+ libwpd-0.8-dev,
libxml2,
libxslt,
pkgconfig (>= 0.22-3),
+ poppler2,
+ poppler2-qt4-%type_pkg[kde],
qt4-%type_pkg[kde] (>= 4.4.3-1),
soprano-%type_pkg[kde]-dev (>= 2.2.1-1),
strigi-dev (>= 0.6.3-1),
@@ -37,6 +49,8 @@
Source: mirror:kde:unstable/koffice-%v/src/koffice-%v.tar.bz2
Source-MD5: 1b44eb284f35d148ea6aacb0f2408277
+PatchFile: koffice2.patch
+PatchFile-MD5: 48a61ecc1eb85de9cd0715138842d164
CompileScript: <<
#!/bin/sh -ev
@@ -58,9 +72,736 @@
pushd build
make -j1 install DESTDIR="%d"
popd
-<<
-
-PostInstScript: %p/lib/%type_pkg[kde]/bin/kbuildsycoca-global.sh >/dev/null
2>&1 || :
+
+ mkdir -p %i/share/doc/installed-packages
+ touch %i/share/doc/installed-packages/%N
+ touch %i/share/doc/installed-packages/%N-base
+<<
+SplitOff: <<
+ Package: karbon2
+ Depends: %N-base (>= %v-%r)
+ Files: <<
+ lib/%type_pkg[kde]/bin/karbon*
+ lib/%type_pkg[kde]/lib/kde4/karbon*
+ lib/%type_pkg[kde]/lib/kde4/libkarbon*
+ lib/%type_pkg[kde]/lib/libkarboncommon.5*.dylib
+ lib/%type_pkg[kde]/lib/libkarbonui.5*.dylib
+ lib/%type_pkg[kde]/lib/libkdeinit4_karbon.dylib
+ lib/%type_pkg[kde]/share/applications/kde4/karbon*
+ lib/%type_pkg[kde]/share/apps/karbon
+ lib/%type_pkg[kde]/share/kde4/services/ServiceMenus/karbon*
+ lib/%type_pkg[kde]/share/kde4/services/karbon*
+ lib/%type_pkg[kde]/share/kde4/servicetypes/karbon*
+ lib/%type_pkg[kde]/share/templates/.source/*.karbon
+ lib/%type_pkg[kde]/share/templates/Illustration.*
+ <<
+ PostInstScript: %p/lib/%type_pkg[kde]/bin/kbuildsycoca-global.sh
>/dev/null 2>&1 || :
+ DescUsage: <<
+---[ Installation ]---------------------------------------------------
+
+To install all of the official KDE packages, install "bundle-kde" or
+"bundle-kde-ssl" (depending on whether crypotgraphic laws permit
+downloading strong cryptography). Unless you have a specific reason
+not to, "bundle-kde-ssl" is suggested.
+
+---[ Configuration ]--------------------------------------------------
+
+To use KDE as your windowing system in XDarwin, create a file called
+".xinitrc" in your home directory, containing the following line:
+
+ /sw/bin/startkde >/tmp/kde.log 2>&1
+
+See http://fink.sourceforge.net/doc/x11/run-xfree86.php#xinitrc
+for more information on the xinitrc files and how they work.
+
+If you want to use Apple's X11 instead of the KDE window manager,
+put the following line before the startkde line in .xinitrc:
+
+ export KDEWM=quartz-wm
+
+If you want to disable quartz-wm even for clipboard synchronization
+(proxying), put the following line before the startkde line in
+.xinitrc:
+
+ export DISABLE_PROXY=1
+
+---[ Startup ]--------------------------------------------------------
+
+Once you have created an ~/.xinitrc file, you should be able to start
+KDE by clicking on the "XDarwin" icon in your Applications folder.
+
+NOTE: By default, X11 on Mac OS X runs in "rootless" mode, generally.
+If you run KDE in rootless mode, it will take over your desktop with
+a window that covers everything up. You can remove this by disabling
+desktop icons in the KDE control center. Open the control center
+(either from the "K" menu bar, or by typing "kcontrol" in an xterm)
+then expand the "Desktop" list, click "Behavior", and uncheck the
+"Show icons on desktop" checkbox.
+
+---[ Removal ]--------------------------------------------------------
+
+To remove all of the official KDE packages, you can remove the KDE
+libraries and anything that depends on them by running, in a terminal:
+
+ sudo apt-get remove kdelibs3-unified-shlibs
+
+To remove an individual KDE package collection (like kdenetwork3 or
+kdesdk3) you can generally remove [package]-base. For example, to
+remove all of the kdenetwork3 packages, run:
+
+ sudo apt-get remove kdenetwork3-base
+ <<
+<<
+SplitOff2: <<
+ Package: kplato2
+ Depends: %N-base (>= %v-%r)
+ Files: <<
+ lib/%type_pkg[kde]/bin/kplato*
+ lib/%type_pkg[kde]/lib/kde4/krossmodulekplato*
+ lib/%type_pkg[kde]/lib/kde4/libkplato*
+ lib/%type_pkg[kde]/lib/libkdeinit4_kplato.dylib
+ lib/%type_pkg[kde]/lib/libkplatokernel.5*.dylib
+ lib/%type_pkg[kde]/lib/libkplatomodels.5*.dylib
+ lib/%type_pkg[kde]/lib/libkplatoprivate.5*.dylib
+ lib/%type_pkg[kde]/lib/libkplatoui.5*.dylib
+ lib/%type_pkg[kde]/share/applications/kde4/kplato*
+ lib/%type_pkg[kde]/share/apps/kplato
+ lib/%type_pkg[kde]/share/config/kplatorc
+ lib/%type_pkg[kde]/share/doc/HTML/en/kplato
+ lib/%type_pkg[kde]/share/icons/hicolor/128x128/apps/kplato.png
+
lib/%type_pkg[kde]/share/icons/hicolor/128x128/mimetypes/application-x-vnd.kde.kplato.png
+ lib/%type_pkg[kde]/share/icons/hicolor/16x16/apps/kplato.png
+
lib/%type_pkg[kde]/share/icons/hicolor/16x16/mimetypes/application-x-vnd.kde.kplato.png
+ lib/%type_pkg[kde]/share/icons/hicolor/22x22/apps/kplato.png
+
lib/%type_pkg[kde]/share/icons/hicolor/22x22/mimetypes/application-x-vnd.kde.kplato.png
+ lib/%type_pkg[kde]/share/icons/hicolor/32x32/apps/kplato.png
+
lib/%type_pkg[kde]/share/icons/hicolor/32x32/mimetypes/application-x-vnd.kde.kplato.png
+ lib/%type_pkg[kde]/share/icons/hicolor/48x48/apps/kplato.png
+
lib/%type_pkg[kde]/share/icons/hicolor/48x48/mimetypes/application-x-vnd.kde.kplato.png
+ lib/%type_pkg[kde]/share/icons/hicolor/64x64/apps/kplato.png
+
lib/%type_pkg[kde]/share/icons/hicolor/64x64/mimetypes/application-x-vnd.kde.kplato.png
+ lib/%type_pkg[kde]/share/icons/hicolor/scalable/apps/kplato.svgz
+
lib/%type_pkg[kde]/share/icons/hicolor/scalable/mimetypes/application-x-vnd.kde.kplato.svgz
+ lib/%type_pkg[kde]/share/kde4/services/kplato*
+ lib/%type_pkg[kde]/share/kde4/services/krossmodulekplato*
+ <<
+ PostInstScript: %p/lib/%type_pkg[kde]/bin/kbuildsycoca-global.sh
>/dev/null 2>&1 || :
+ DescUsage: <<
+---[ Installation ]---------------------------------------------------
+
+To install all of the official KDE packages, install "bundle-kde" or
+"bundle-kde-ssl" (depending on whether crypotgraphic laws permit
+downloading strong cryptography). Unless you have a specific reason
+not to, "bundle-kde-ssl" is suggested.
+
+---[ Configuration ]--------------------------------------------------
+
+To use KDE as your windowing system in XDarwin, create a file called
+".xinitrc" in your home directory, containing the following line:
+
+ /sw/bin/startkde >/tmp/kde.log 2>&1
+
+See http://fink.sourceforge.net/doc/x11/run-xfree86.php#xinitrc
+for more information on the xinitrc files and how they work.
+
+If you want to use Apple's X11 instead of the KDE window manager,
+put the following line before the startkde line in .xinitrc:
+
+ export KDEWM=quartz-wm
+
+If you want to disable quartz-wm even for clipboard synchronization
+(proxying), put the following line before the startkde line in
+.xinitrc:
+
+ export DISABLE_PROXY=1
+
+---[ Startup ]--------------------------------------------------------
+
+Once you have created an ~/.xinitrc file, you should be able to start
+KDE by clicking on the "XDarwin" icon in your Applications folder.
+
+NOTE: By default, X11 on Mac OS X runs in "rootless" mode, generally.
+If you run KDE in rootless mode, it will take over your desktop with
+a window that covers everything up. You can remove this by disabling
+desktop icons in the KDE control center. Open the control center
+(either from the "K" menu bar, or by typing "kcontrol" in an xterm)
+then expand the "Desktop" list, click "Behavior", and uncheck the
+"Show icons on desktop" checkbox.
+
+---[ Removal ]--------------------------------------------------------
+
+To remove all of the official KDE packages, you can remove the KDE
+libraries and anything that depends on them by running, in a terminal:
+
+ sudo apt-get remove kdelibs3-unified-shlibs
+
+To remove an individual KDE package collection (like kdenetwork3 or
+kdesdk3) you can generally remove [package]-base. For example, to
+remove all of the kdenetwork3 packages, run:
+
+ sudo apt-get remove kdenetwork3-base
+ <<
+<<
+SplitOff3: <<
+ Package: kpresenter2
+ Depends: %N-base (>= %v-%r)
+ Files: <<
+ lib/%type_pkg[kde]/bin/kpresenter*
+ lib/%type_pkg[kde]/lib/kde4/kpr*
+ lib/%type_pkg[kde]/lib/kde4/libkpresenter*
+ lib/%type_pkg[kde]/lib/libkdeinit4_kpresenter.dylib
+ lib/%type_pkg[kde]/lib/libkpresenterprivate.5*.dylib
+ lib/%type_pkg[kde]/share/applications/kde4/kpresenter*
+ lib/%type_pkg[kde]/share/apps/kpresenter
+ lib/%type_pkg[kde]/share/doc/HTML/en/kpresenter
+ lib/%type_pkg[kde]/share/icons/hicolor/16x16/apps/kpresenter.png
+ lib/%type_pkg[kde]/share/icons/hicolor/22x22/apps/kpresenter.png
+ lib/%type_pkg[kde]/share/icons/hicolor/32x32/apps/kpresenter.png
+ lib/%type_pkg[kde]/share/icons/hicolor/48x48/apps/kpresenter.png
+ lib/%type_pkg[kde]/share/kde4/services/ServiceMenus/kpresenter*
+ lib/%type_pkg[kde]/share/kde4/services/kpr*
+ lib/%type_pkg[kde]/share/kde4/servicetypes/kpr*
+ lib/%type_pkg[kde]/share/templates/.source/*.kpt
+ lib/%type_pkg[kde]/share/templates/Presentation.*
+ <<
+ PostInstScript: %p/lib/%type_pkg[kde]/bin/kbuildsycoca-global.sh
>/dev/null 2>&1 || :
+ DescUsage: <<
+---[ Installation ]---------------------------------------------------
+
+To install all of the official KDE packages, install "bundle-kde" or
+"bundle-kde-ssl" (depending on whether crypotgraphic laws permit
+downloading strong cryptography). Unless you have a specific reason
+not to, "bundle-kde-ssl" is suggested.
+
+---[ Configuration ]--------------------------------------------------
+
+To use KDE as your windowing system in XDarwin, create a file called
+".xinitrc" in your home directory, containing the following line:
+
+ /sw/bin/startkde >/tmp/kde.log 2>&1
+
+See http://fink.sourceforge.net/doc/x11/run-xfree86.php#xinitrc
+for more information on the xinitrc files and how they work.
+
+If you want to use Apple's X11 instead of the KDE window manager,
+put the following line before the startkde line in .xinitrc:
+
+ export KDEWM=quartz-wm
+
+If you want to disable quartz-wm even for clipboard synchronization
+(proxying), put the following line before the startkde line in
+.xinitrc:
+
+ export DISABLE_PROXY=1
+
+---[ Startup ]--------------------------------------------------------
+
+Once you have created an ~/.xinitrc file, you should be able to start
+KDE by clicking on the "XDarwin" icon in your Applications folder.
+
+NOTE: By default, X11 on Mac OS X runs in "rootless" mode, generally.
+If you run KDE in rootless mode, it will take over your desktop with
+a window that covers everything up. You can remove this by disabling
+desktop icons in the KDE control center. Open the control center
+(either from the "K" menu bar, or by typing "kcontrol" in an xterm)
+then expand the "Desktop" list, click "Behavior", and uncheck the
+"Show icons on desktop" checkbox.
+
+---[ Removal ]--------------------------------------------------------
+
+To remove all of the official KDE packages, you can remove the KDE
+libraries and anything that depends on them by running, in a terminal:
+
+ sudo apt-get remove kdelibs3-unified-shlibs
+
+To remove an individual KDE package collection (like kdenetwork3 or
+kdesdk3) you can generally remove [package]-base. For example, to
+remove all of the kdenetwork3 packages, run:
+
+ sudo apt-get remove kdenetwork3-base
+ <<
+<<
+SplitOff4: <<
+ Package: krita2
+ Depends: <<
+ glew-shlibs (>= 1.3.5-1),
+ graphicsmagick-shlibs (>= 1.1-1),
+ poppler2-qt4-%type_pkg[kde]-shlibs,
+ %N-base (>= %v-%r)
+ <<
+ Files: <<
+ lib/%type_pkg[kde]/bin/krita*
+ lib/%type_pkg[kde]/lib/libkdeinit4_krita.dylib
+ lib/%type_pkg[kde]/lib/kde4/krita*
+ lib/%type_pkg[kde]/lib/kde4/libkrita*
+ lib/%type_pkg[kde]/lib/libKritaRulerAssistantCommon.5*.dylib
+ lib/%type_pkg[kde]/lib/libkrita*.5*.dylib
+ lib/%type_pkg[kde]/lib/libkrossmodulekrita.5*.dylib
+ lib/%type_pkg[kde]/share/applications/kde4/krita*
+ lib/%type_pkg[kde]/share/apps/krita*
+ lib/%type_pkg[kde]/share/doc/HTML/en/krita
+ lib/%type_pkg[kde]/share/icons/hicolor/128x128/apps/krita.png
+ lib/%type_pkg[kde]/share/icons/hicolor/16x16/apps/krita.png
+ lib/%type_pkg[kde]/share/icons/hicolor/22x22/apps/krita.png
+ lib/%type_pkg[kde]/share/icons/hicolor/32x32/apps/krita.png
+ lib/%type_pkg[kde]/share/icons/hicolor/48x48/apps/krita.png
+ lib/%type_pkg[kde]/share/icons/hicolor/64x64/apps/krita.png
+ lib/%type_pkg[kde]/share/kde4/services/ServiceMenus/krita*
+ lib/%type_pkg[kde]/share/kde4/services/krita*
+ lib/%type_pkg[kde]/share/kde4/servicetypes/krita*
+ lib/%type_pkg[kde]/share/mime/packages/krita*
+ <<
+ PostInstScript: %p/lib/%type_pkg[kde]/bin/kbuildsycoca-global.sh
>/dev/null 2>&1 || :
+ DescUsage: <<
+---[ Installation ]---------------------------------------------------
+
+To install all of the official KDE packages, install "bundle-kde" or
+"bundle-kde-ssl" (depending on whether crypotgraphic laws permit
+downloading strong cryptography). Unless you have a specific reason
+not to, "bundle-kde-ssl" is suggested.
+
+---[ Configuration ]--------------------------------------------------
+
+To use KDE as your windowing system in XDarwin, create a file called
+".xinitrc" in your home directory, containing the following line:
+
+ /sw/bin/startkde >/tmp/kde.log 2>&1
+
+See http://fink.sourceforge.net/doc/x11/run-xfree86.php#xinitrc
+for more information on the xinitrc files and how they work.
+
+If you want to use Apple's X11 instead of the KDE window manager,
+put the following line before the startkde line in .xinitrc:
+
+ export KDEWM=quartz-wm
+
+If you want to disable quartz-wm even for clipboard synchronization
+(proxying), put the following line before the startkde line in
+.xinitrc:
+
+ export DISABLE_PROXY=1
+
+---[ Startup ]--------------------------------------------------------
+
+Once you have created an ~/.xinitrc file, you should be able to start
+KDE by clicking on the "XDarwin" icon in your Applications folder.
+
+NOTE: By default, X11 on Mac OS X runs in "rootless" mode, generally.
+If you run KDE in rootless mode, it will take over your desktop with
+a window that covers everything up. You can remove this by disabling
+desktop icons in the KDE control center. Open the control center
+(either from the "K" menu bar, or by typing "kcontrol" in an xterm)
+then expand the "Desktop" list, click "Behavior", and uncheck the
+"Show icons on desktop" checkbox.
+
+---[ Removal ]--------------------------------------------------------
+
+To remove all of the official KDE packages, you can remove the KDE
+libraries and anything that depends on them by running, in a terminal:
+
+ sudo apt-get remove kdelibs3-unified-shlibs
+
+To remove an individual KDE package collection (like kdenetwork3 or
+kdesdk3) you can generally remove [package]-base. For example, to
+remove all of the kdenetwork3 packages, run:
+
+ sudo apt-get remove kdenetwork3-base
+ <<
+<<
+SplitOff5: <<
+ Package: kspread2
+ Depends: <<
+ gsl-shlibs (>= 1.7-1),
+ %N-base (>= %v-%r)
+ <<
+ Files: <<
+ lib/%type_pkg[kde]/bin/kspread*
+ lib/%type_pkg[kde]/lib/kde4/krossmodulekspread*
+ lib/%type_pkg[kde]/lib/kde4/kspread*
+ lib/%type_pkg[kde]/lib/kde4/libcsv*
+ lib/%type_pkg[kde]/lib/kde4/libgnumeric*
+ lib/%type_pkg[kde]/lib/kde4/libkspread*
+ lib/%type_pkg[kde]/lib/kde4/libopencalc*
+ lib/%type_pkg[kde]/lib/kde4/libqpro*
+ lib/%type_pkg[kde]/lib/kde4/spreadsheet*
+ lib/%type_pkg[kde]/lib/libkdeinit4_kspread.dylib
+ lib/%type_pkg[kde]/lib/libkspreadcommon.5*.dylib
+ lib/%type_pkg[kde]/share/applications/kde4/kspread*
+ lib/%type_pkg[kde]/share/apps/kspread
+ lib/%type_pkg[kde]/share/config.kcfg/kspread.kcfg
+ lib/%type_pkg[kde]/share/doc/HTML/en/kspread
+ lib/%type_pkg[kde]/share/icons/hicolor/16x16/apps/kspread.png
+ lib/%type_pkg[kde]/share/icons/hicolor/22x22/apps/kspread.png
+ lib/%type_pkg[kde]/share/icons/hicolor/32x32/apps/kspread.png
+ lib/%type_pkg[kde]/share/icons/hicolor/48x48/apps/kspread.png
+ lib/%type_pkg[kde]/share/kde4/services/ServiceMenus/kspread*
+ lib/%type_pkg[kde]/share/kde4/services/krossmodulekspread*
+ lib/%type_pkg[kde]/share/kde4/services/kspread*
+ lib/%type_pkg[kde]/share/kde4/services/spreadsheetshape*
+ lib/%type_pkg[kde]/share/kde4/servicetypes/kspread*
+ lib/%type_pkg[kde]/share/templates/.source/*.kst
+ lib/%type_pkg[kde]/share/templates/Spreadsheet.*
+ <<
+ PostInstScript: %p/lib/%type_pkg[kde]/bin/kbuildsycoca-global.sh
>/dev/null 2>&1 || :
+ DescUsage: <<
+---[ Installation ]---------------------------------------------------
+
+To install all of the official KDE packages, install "bundle-kde" or
+"bundle-kde-ssl" (depending on whether crypotgraphic laws permit
+downloading strong cryptography). Unless you have a specific reason
+not to, "bundle-kde-ssl" is suggested.
+
+---[ Configuration ]--------------------------------------------------
+
+To use KDE as your windowing system in XDarwin, create a file called
+".xinitrc" in your home directory, containing the following line:
+
+ /sw/bin/startkde >/tmp/kde.log 2>&1
+
+See http://fink.sourceforge.net/doc/x11/run-xfree86.php#xinitrc
+for more information on the xinitrc files and how they work.
+
+If you want to use Apple's X11 instead of the KDE window manager,
+put the following line before the startkde line in .xinitrc:
+
+ export KDEWM=quartz-wm
+
+If you want to disable quartz-wm even for clipboard synchronization
+(proxying), put the following line before the startkde line in
+.xinitrc:
+
+ export DISABLE_PROXY=1
+
+---[ Startup ]--------------------------------------------------------
+
+Once you have created an ~/.xinitrc file, you should be able to start
+KDE by clicking on the "XDarwin" icon in your Applications folder.
+
+NOTE: By default, X11 on Mac OS X runs in "rootless" mode, generally.
+If you run KDE in rootless mode, it will take over your desktop with
+a window that covers everything up. You can remove this by disabling
+desktop icons in the KDE control center. Open the control center
+(either from the "K" menu bar, or by typing "kcontrol" in an xterm)
+then expand the "Desktop" list, click "Behavior", and uncheck the
+"Show icons on desktop" checkbox.
+
+---[ Removal ]--------------------------------------------------------
+
+To remove all of the official KDE packages, you can remove the KDE
+libraries and anything that depends on them by running, in a terminal:
+
+ sudo apt-get remove kdelibs3-unified-shlibs
+
+To remove an individual KDE package collection (like kdenetwork3 or
+kdesdk3) you can generally remove [package]-base. For example, to
+remove all of the kdenetwork3 packages, run:
+
+ sudo apt-get remove kdenetwork3-base
+ <<
+<<
+SplitOff6: <<
+ Package: kword2
+ Depends: %N-base (>= %v-%r)
+ Files: <<
+ lib/%type_pkg[kde]/bin/kword*
+ lib/%type_pkg[kde]/lib/kde4/krossmodulekword*
+ lib/%type_pkg[kde]/lib/kde4/libkword*
+ lib/%type_pkg[kde]/lib/kde4/libmswrite*
+ lib/%type_pkg[kde]/lib/kde4/liboowriter*
+ lib/%type_pkg[kde]/lib/libkdeinit4_kword.dylib
+ lib/%type_pkg[kde]/lib/libkwordprivate.5*.dylib
+ lib/%type_pkg[kde]/share/applications/kde4/kword*
+ lib/%type_pkg[kde]/share/apps/kword
+ lib/%type_pkg[kde]/share/doc/HTML/en/kword
+ lib/%type_pkg[kde]/share/icons/hicolor/16x16/apps/kword.png
+ lib/%type_pkg[kde]/share/icons/hicolor/22x22/apps/kword.png
+ lib/%type_pkg[kde]/share/icons/hicolor/32x32/apps/kword.png
+ lib/%type_pkg[kde]/share/icons/hicolor/48x48/apps/kword.png
+ lib/%type_pkg[kde]/share/kde4/services/ServiceMenus/kword*
+ lib/%type_pkg[kde]/share/kde4/services/krossmodulekword*
+ lib/%type_pkg[kde]/share/kde4/services/kword*
+ lib/%type_pkg[kde]/share/templates/.source/*.kwt
+ lib/%type_pkg[kde]/share/templates/TextDocument.*
+ <<
+ PostInstScript: %p/lib/%type_pkg[kde]/bin/kbuildsycoca-global.sh
>/dev/null 2>&1 || :
+ DescUsage: <<
+---[ Installation ]---------------------------------------------------
+
+To install all of the official KDE packages, install "bundle-kde" or
+"bundle-kde-ssl" (depending on whether crypotgraphic laws permit
+downloading strong cryptography). Unless you have a specific reason
+not to, "bundle-kde-ssl" is suggested.
+
+---[ Configuration ]--------------------------------------------------
+
+To use KDE as your windowing system in XDarwin, create a file called
+".xinitrc" in your home directory, containing the following line:
+
+ /sw/bin/startkde >/tmp/kde.log 2>&1
+
+See http://fink.sourceforge.net/doc/x11/run-xfree86.php#xinitrc
+for more information on the xinitrc files and how they work.
+
+If you want to use Apple's X11 instead of the KDE window manager,
+put the following line before the startkde line in .xinitrc:
+
+ export KDEWM=quartz-wm
+
+If you want to disable quartz-wm even for clipboard synchronization
+(proxying), put the following line before the startkde line in
+.xinitrc:
+
+ export DISABLE_PROXY=1
+
+---[ Startup ]--------------------------------------------------------
+
+Once you have created an ~/.xinitrc file, you should be able to start
+KDE by clicking on the "XDarwin" icon in your Applications folder.
+
+NOTE: By default, X11 on Mac OS X runs in "rootless" mode, generally.
+If you run KDE in rootless mode, it will take over your desktop with
+a window that covers everything up. You can remove this by disabling
+desktop icons in the KDE control center. Open the control center
+(either from the "K" menu bar, or by typing "kcontrol" in an xterm)
+then expand the "Desktop" list, click "Behavior", and uncheck the
+"Show icons on desktop" checkbox.
+
+---[ Removal ]--------------------------------------------------------
+
+To remove all of the official KDE packages, you can remove the KDE
+libraries and anything that depends on them by running, in a terminal:
+
+ sudo apt-get remove kdelibs3-unified-shlibs
+
+To remove an individual KDE package collection (like kdenetwork3 or
+kdesdk3) you can generally remove [package]-base. For example, to
+remove all of the kdenetwork3 packages, run:
+
+ sudo apt-get remove kdenetwork3-base
+ <<
+<<
+SplitOff7: <<
+ Package: %N-base-shlibs
+ Depends: <<
+ kdebase4-%type_pkg[kde]-shlibs (>= 4.2.1-1),
+ kdelibs4-%type_pkg[kde]-shlibs (>= 4.2.1-1),
+ lcms-shlibs
+ <<
+ Files: <<
+ lib/%type_pkg[kde]/lib/kde4
+ lib/%type_pkg[kde]/lib/libchartshapelib.5*.dylib
+ lib/%type_pkg[kde]/lib/libflake.5*.dylib
+ lib/%type_pkg[kde]/lib/libkchartcommon.5*.dylib
+ lib/%type_pkg[kde]/lib/libkdchart.5*.dylib
+ lib/%type_pkg[kde]/lib/libkochart.5*.dylib
+ lib/%type_pkg[kde]/lib/libkoffice*.5*.dylib
+ lib/%type_pkg[kde]/lib/libkoguiutils.5*.dylib
+ lib/%type_pkg[kde]/lib/libkokross.5*.dylib
+ lib/%type_pkg[kde]/lib/libkomain.5*.dylib
+ lib/%type_pkg[kde]/lib/libkoodf.5*.dylib
+ lib/%type_pkg[kde]/lib/libkopageapp.5*.dylib
+ lib/%type_pkg[kde]/lib/libkoresources.5*.dylib
+ lib/%type_pkg[kde]/lib/libkostore.5*.dylib
+ lib/%type_pkg[kde]/lib/libkotext.5*.dylib
+ lib/%type_pkg[kde]/lib/libkowmf.5*.dylib
+ lib/%type_pkg[kde]/lib/libkwmf.5*.dylib
+ lib/%type_pkg[kde]/lib/libkwordexportfilters.5*.dylib
+ lib/%type_pkg[kde]/lib/libpigmentcms.5*.dylib
+ <<
+ DescUsage: <<
+---[ Installation ]---------------------------------------------------
+
+To install all of the official KDE packages, install "bundle-kde" or
+"bundle-kde-ssl" (depending on whether crypotgraphic laws permit
+downloading strong cryptography). Unless you have a specific reason
+not to, "bundle-kde-ssl" is suggested.
+
+---[ Configuration ]--------------------------------------------------
+
+To use KDE as your windowing system in XDarwin, create a file called
+".xinitrc" in your home directory, containing the following line:
+
+ /sw/bin/startkde >/tmp/kde.log 2>&1
+
+See http://fink.sourceforge.net/doc/x11/run-xfree86.php#xinitrc
+for more information on the xinitrc files and how they work.
+
+If you want to use Apple's X11 instead of the KDE window manager,
+put the following line before the startkde line in .xinitrc:
+
+ export KDEWM=quartz-wm
+
+If you want to disable quartz-wm even for clipboard synchronization
+(proxying), put the following line before the startkde line in
+.xinitrc:
+
+ export DISABLE_PROXY=1
+
+---[ Startup ]--------------------------------------------------------
+
+Once you have created an ~/.xinitrc file, you should be able to start
+KDE by clicking on the "XDarwin" icon in your Applications folder.
+
+NOTE: By default, X11 on Mac OS X runs in "rootless" mode, generally.
+If you run KDE in rootless mode, it will take over your desktop with
+a window that covers everything up. You can remove this by disabling
+desktop icons in the KDE control center. Open the control center
+(either from the "K" menu bar, or by typing "kcontrol" in an xterm)
+then expand the "Desktop" list, click "Behavior", and uncheck the
+"Show icons on desktop" checkbox.
+
+---[ Removal ]--------------------------------------------------------
+
+To remove all of the official KDE packages, you can remove the KDE
+libraries and anything that depends on them by running, in a terminal:
+
+ sudo apt-get remove kdelibs3-unified-shlibs
+
+To remove an individual KDE package collection (like kdenetwork3 or
+kdesdk3) you can generally remove [package]-base. For example, to
+remove all of the kdenetwork3 packages, run:
+
+ sudo apt-get remove kdenetwork3-base
+ <<
+<<
+SplitOff8: <<
+ Package: %N-base
+ Depends: %N-base-shlibs (>= %v-%r)
+ Files: <<
+ lib/%type_pkg[kde]/bin
+ lib/%type_pkg[kde]/lib/libkdeinit_*.dylib
+ lib/%type_pkg[kde]/share/applications/kde4
+ lib/%type_pkg[kde]/share/apps/kchart
+ lib/%type_pkg[kde]/share/apps/koffice
+ lib/%type_pkg[kde]/share/apps/musicshape
+ lib/%type_pkg[kde]/share/apps/xsltfilter
+ lib/%type_pkg[kde]/share/color
+ lib/%type_pkg[kde]/share/doc/HTML/en/kchart
+ lib/%type_pkg[kde]/share/doc/HTML/en/kformula
+ lib/%type_pkg[kde]/share/doc/HTML/en/kivio
+ lib/%type_pkg[kde]/share/doc/HTML/en/koffice
+ lib/%type_pkg[kde]/share/doc/HTML/en/thesaurus
+ lib/%type_pkg[kde]/share/icons
+ lib/%type_pkg[kde]/share/kde4/services
+ <<
+ PostInstScript: %p/lib/%type_pkg[kde]/bin/kbuildsycoca-global.sh
>/dev/null 2>&1 || :
+ DescUsage: <<
+---[ Installation ]---------------------------------------------------
+
+To install all of the official KDE packages, install "bundle-kde" or
+"bundle-kde-ssl" (depending on whether crypotgraphic laws permit
+downloading strong cryptography). Unless you have a specific reason
+not to, "bundle-kde-ssl" is suggested.
+
+---[ Configuration ]--------------------------------------------------
+
+To use KDE as your windowing system in XDarwin, create a file called
+".xinitrc" in your home directory, containing the following line:
+
+ /sw/bin/startkde >/tmp/kde.log 2>&1
+
+See http://fink.sourceforge.net/doc/x11/run-xfree86.php#xinitrc
+for more information on the xinitrc files and how they work.
+
+If you want to use Apple's X11 instead of the KDE window manager,
+put the following line before the startkde line in .xinitrc:
+
+ export KDEWM=quartz-wm
+
+If you want to disable quartz-wm even for clipboard synchronization
+(proxying), put the following line before the startkde line in
+.xinitrc:
+
+ export DISABLE_PROXY=1
+
+---[ Startup ]--------------------------------------------------------
+
+Once you have created an ~/.xinitrc file, you should be able to start
+KDE by clicking on the "XDarwin" icon in your Applications folder.
+
+NOTE: By default, X11 on Mac OS X runs in "rootless" mode, generally.
+If you run KDE in rootless mode, it will take over your desktop with
+a window that covers everything up. You can remove this by disabling
+desktop icons in the KDE control center. Open the control center
+(either from the "K" menu bar, or by typing "kcontrol" in an xterm)
+then expand the "Desktop" list, click "Behavior", and uncheck the
+"Show icons on desktop" checkbox.
+
+---[ Removal ]--------------------------------------------------------
+
+To remove all of the official KDE packages, you can remove the KDE
+libraries and anything that depends on them by running, in a terminal:
+
+ sudo apt-get remove kdelibs3-unified-shlibs
+
+To remove an individual KDE package collection (like kdenetwork3 or
+kdesdk3) you can generally remove [package]-base. For example, to
+remove all of the kdenetwork3 packages, run:
+
+ sudo apt-get remove kdenetwork3-base
+ <<
+<<
+SplitOff9: <<
+ Package: %N-dev
+ Depends: %N (>= %v-%r)
+ BuildDependsOnly: true
+ Files: lib
+ DescUsage: <<
+---[ Installation ]---------------------------------------------------
+
+To install all of the official KDE packages, install "bundle-kde" or
+"bundle-kde-ssl" (depending on whether crypotgraphic laws permit
+downloading strong cryptography). Unless you have a specific reason
+not to, "bundle-kde-ssl" is suggested.
+
+---[ Configuration ]--------------------------------------------------
+
+To use KDE as your windowing system in XDarwin, create a file called
+".xinitrc" in your home directory, containing the following line:
+
+ /sw/bin/startkde >/tmp/kde.log 2>&1
+
+See http://fink.sourceforge.net/doc/x11/run-xfree86.php#xinitrc
+for more information on the xinitrc files and how they work.
+
+If you want to use Apple's X11 instead of the KDE window manager,
+put the following line before the startkde line in .xinitrc:
+
+ export KDEWM=quartz-wm
+
+If you want to disable quartz-wm even for clipboard synchronization
+(proxying), put the following line before the startkde line in
+.xinitrc:
+
+ export DISABLE_PROXY=1
+
+---[ Startup ]--------------------------------------------------------
+
+Once you have created an ~/.xinitrc file, you should be able to start
+KDE by clicking on the "XDarwin" icon in your Applications folder.
+
+NOTE: By default, X11 on Mac OS X runs in "rootless" mode, generally.
+If you run KDE in rootless mode, it will take over your desktop with
+a window that covers everything up. You can remove this by disabling
+desktop icons in the KDE control center. Open the control center
+(either from the "K" menu bar, or by typing "kcontrol" in an xterm)
+then expand the "Desktop" list, click "Behavior", and uncheck the
+"Show icons on desktop" checkbox.
+
+---[ Removal ]--------------------------------------------------------
+
+To remove all of the official KDE packages, you can remove the KDE
+libraries and anything that depends on them by running, in a terminal:
+
+ sudo apt-get remove kdelibs3-unified-shlibs
+
+To remove an individual KDE package collection (like kdenetwork3 or
+kdesdk3) you can generally remove [package]-base. For example, to
+remove all of the kdenetwork3 packages, run:
+
+ sudo apt-get remove kdenetwork3-base
+ <<
+<<
DescDetail: KOffice is a free, integrated office suite for KDE, the K Desktop
Environment.
DescUsage: <<
Added: trunk/experimental/10.4/main/finkinfo/kde/koffice2.patch
URL:
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/10.4/main/finkinfo/kde/koffice2.patch&rev=1378&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4/main/finkinfo/kde/koffice2.patch (added)
+++ trunk/experimental/10.4/main/finkinfo/kde/koffice2.patch Sun Mar 8
19:16:59 2009
@@ -1,0 +1,21 @@
+diff -Nurd koffice-1.9.98.7/kchart/kdchart/kdablibfakes/src/KDABLibFakes.h
koffice-1.9.98.7-new/kchart/kdchart/kdablibfakes/src/KDABLibFakes.h
+--- koffice-1.9.98.7/kchart/kdchart/kdablibfakes/src/KDABLibFakes.h
2009-02-25 16:50:21.000000000 -0500
++++ koffice-1.9.98.7-new/kchart/kdchart/kdablibfakes/src/KDABLibFakes.h
2009-03-07 10:09:07.000000000 -0500
+@@ -43,7 +43,7 @@
+ #ifndef KDAB_LIB_FAKES_H
+ #define KDAB_LIB_FAKES_H
+
+-#if defined Q_OS_DARWIN
++#if defined(Q_OS_DARWIN) || defined(Q_OS_MAC)
+ /* On Mac OS X, ensure that <cmath> will define std::isnan */
+ #define _GLIBCPP_USE_C99 1
+ #endif
+@@ -72,7 +72,7 @@
+ #include <float.h>
+ #define ISNAN(x ) _isnan(x )
+ #define ISINF(x ) (!(_finite(x ) + _isnan(x ) ) )
+-#elif defined (Q_OS_DARWIN) || defined (Q_OS_CYGWIN)
++#elif defined (Q_OS_DARWIN) || defined(Q_OS_MAC) || defined (Q_OS_CYGWIN)
+ #define ISNAN(x) std::isnan(x)
+ #define ISINF(x) std::isinf(x)
+ #else
Modified: trunk/experimental/common/main/finkinfo/kde/koffice2.info
URL:
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/kde/koffice2.info&rev=1378&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/kde/koffice2.info (original)
+++ trunk/experimental/common/main/finkinfo/kde/koffice2.info Sun Mar 8
19:16:59 2009
@@ -18,7 +18,6 @@
Depends: <<
karbon2 (>= %v-%r),
- kchart2 (>= %v-%r),
kplato2 (>= %v-%r),
kpresenter2 (>= %v-%r),
krita2 (>= %v-%r),
@@ -49,7 +48,7 @@
libxslt,
pkgconfig (>= 0.22-3),
poppler2,
- poppler2-qt4,
+ poppler2-qt4-%type_pkg[kde],
qt4-%type_pkg[kde] (>= 4.4.0-1),
soprano-%type_pkg[kde]-dev (>= 2.2.1-1),
strigi-dev (>= 0.6.3-1),
@@ -78,9 +77,11 @@
pushd build
make -j1 install DESTDIR="%d"
popd
-<<
-
-PostInstScript: %p/lib/%type_pkg[kde]/bin/kbuildsycoca-global.sh >/dev/null
2>&1 || :
+
+ mkdir -p %i/share/doc/installed-packages
+ touch %i/share/doc/installed-packages/%N
+ touch %i/share/doc/installed-packages/%N-base
+<<
SplitOff: <<
Package: karbon2
@@ -88,33 +89,54 @@
Files: <<
lib/%type_pkg[kde]/bin/karbon*
lib/%type_pkg[kde]/lib/kde4/karbon*
+ lib/%type_pkg[kde]/lib/kde4/libkarbon*
lib/%type_pkg[kde]/lib/libkarboncommon.5*.dylib
lib/%type_pkg[kde]/lib/libkarbonui.5*.dylib
lib/%type_pkg[kde]/lib/libkdeinit4_karbon.dylib
- <<
-<<
-SplitOff2: <<
- Package: kchart2
- Depends: %N-base (>= %v-%r)
- Files: <<
- lib/%type_pkg[kde]/bin/kchart*
- lib/%type_pkg[kde]/lib/kde4/chartshape*
- lib/%type_pkg[kde]/lib/libchartshapelib.5*.dylib
- lib/%type_pkg[kde]/lib/libkchartcommon.5*.dylib
- lib/%type_pkg[kde]/lib/libkdchart.5*.dylib
- <<
+ lib/%type_pkg[kde]/share/applications/kde4/karbon*
+ lib/%type_pkg[kde]/share/apps/karbon
+ lib/%type_pkg[kde]/share/kde4/services/ServiceMenus/karbon*
+ lib/%type_pkg[kde]/share/kde4/services/karbon*
+ lib/%type_pkg[kde]/share/kde4/servicetypes/karbon*
+ lib/%type_pkg[kde]/share/templates/.source/*.karbon
+ lib/%type_pkg[kde]/share/templates/Illustration.*
+ <<
+ PostInstScript: %p/lib/%type_pkg[kde]/bin/kbuildsycoca-global.sh
>/dev/null 2>&1 || :
<<
SplitOff2: <<
Package: kplato2
Depends: %N-base (>= %v-%r)
Files: <<
lib/%type_pkg[kde]/bin/kplato*
+ lib/%type_pkg[kde]/lib/kde4/krossmodulekplato*
+ lib/%type_pkg[kde]/lib/kde4/libkplato*
lib/%type_pkg[kde]/lib/libkdeinit4_kplato.dylib
lib/%type_pkg[kde]/lib/libkplatokernel.5*.dylib
lib/%type_pkg[kde]/lib/libkplatomodels.5*.dylib
lib/%type_pkg[kde]/lib/libkplatoprivate.5*.dylib
lib/%type_pkg[kde]/lib/libkplatoui.5*.dylib
- <<
+ lib/%type_pkg[kde]/share/applications/kde4/kplato*
+ lib/%type_pkg[kde]/share/apps/kplato
+ lib/%type_pkg[kde]/share/config/kplatorc
+ lib/%type_pkg[kde]/share/doc/HTML/en/kplato
+ lib/%type_pkg[kde]/share/icons/hicolor/128x128/apps/kplato.png
+
lib/%type_pkg[kde]/share/icons/hicolor/128x128/mimetypes/application-x-vnd.kde.kplato.png
+ lib/%type_pkg[kde]/share/icons/hicolor/16x16/apps/kplato.png
+
lib/%type_pkg[kde]/share/icons/hicolor/16x16/mimetypes/application-x-vnd.kde.kplato.png
+ lib/%type_pkg[kde]/share/icons/hicolor/22x22/apps/kplato.png
+
lib/%type_pkg[kde]/share/icons/hicolor/22x22/mimetypes/application-x-vnd.kde.kplato.png
+ lib/%type_pkg[kde]/share/icons/hicolor/32x32/apps/kplato.png
+
lib/%type_pkg[kde]/share/icons/hicolor/32x32/mimetypes/application-x-vnd.kde.kplato.png
+ lib/%type_pkg[kde]/share/icons/hicolor/48x48/apps/kplato.png
+
lib/%type_pkg[kde]/share/icons/hicolor/48x48/mimetypes/application-x-vnd.kde.kplato.png
+ lib/%type_pkg[kde]/share/icons/hicolor/64x64/apps/kplato.png
+
lib/%type_pkg[kde]/share/icons/hicolor/64x64/mimetypes/application-x-vnd.kde.kplato.png
+ lib/%type_pkg[kde]/share/icons/hicolor/scalable/apps/kplato.svgz
+
lib/%type_pkg[kde]/share/icons/hicolor/scalable/mimetypes/application-x-vnd.kde.kplato.svgz
+ lib/%type_pkg[kde]/share/kde4/services/kplato*
+ lib/%type_pkg[kde]/share/kde4/services/krossmodulekplato*
+ <<
+ PostInstScript: %p/lib/%type_pkg[kde]/bin/kbuildsycoca-global.sh
>/dev/null 2>&1 || :
<<
SplitOff3: <<
Package: kpresenter2
@@ -122,28 +144,57 @@
Files: <<
lib/%type_pkg[kde]/bin/kpresenter*
lib/%type_pkg[kde]/lib/kde4/kpr*
+ lib/%type_pkg[kde]/lib/kde4/libkpresenter*
lib/%type_pkg[kde]/lib/libkdeinit4_kpresenter.dylib
lib/%type_pkg[kde]/lib/libkpresenterprivate.5*.dylib
- <<
-<<
-SplitOff5: <<
+ lib/%type_pkg[kde]/share/applications/kde4/kpresenter*
+ lib/%type_pkg[kde]/share/apps/kpresenter
+ lib/%type_pkg[kde]/share/doc/HTML/en/kpresenter
+ lib/%type_pkg[kde]/share/icons/hicolor/16x16/apps/kpresenter.png
+ lib/%type_pkg[kde]/share/icons/hicolor/22x22/apps/kpresenter.png
+ lib/%type_pkg[kde]/share/icons/hicolor/32x32/apps/kpresenter.png
+ lib/%type_pkg[kde]/share/icons/hicolor/48x48/apps/kpresenter.png
+ lib/%type_pkg[kde]/share/kde4/services/ServiceMenus/kpresenter*
+ lib/%type_pkg[kde]/share/kde4/services/kpr*
+ lib/%type_pkg[kde]/share/kde4/servicetypes/kpr*
+ lib/%type_pkg[kde]/share/templates/.source/*.kpt
+ lib/%type_pkg[kde]/share/templates/Presentation.*
+ <<
+ PostInstScript: %p/lib/%type_pkg[kde]/bin/kbuildsycoca-global.sh
>/dev/null 2>&1 || :
+<<
+SplitOff4: <<
Package: krita2
Depends: <<
glew-shlibs (>= 1.3.5-1),
graphicsmagick-shlibs (>= 1.1-1),
- poppler2-qt4-shlibs,
+ poppler2-qt4-%type_pkg[kde]-shlibs,
%N-base (>= %v-%r)
<<
Files: <<
lib/%type_pkg[kde]/bin/krita*
lib/%type_pkg[kde]/lib/libkdeinit4_krita.dylib
lib/%type_pkg[kde]/lib/kde4/krita*
+ lib/%type_pkg[kde]/lib/kde4/libkrita*
lib/%type_pkg[kde]/lib/libKritaRulerAssistantCommon.5*.dylib
lib/%type_pkg[kde]/lib/libkrita*.5*.dylib
lib/%type_pkg[kde]/lib/libkrossmodulekrita.5*.dylib
- <<
-<<
-SplitOff4: <<
+ lib/%type_pkg[kde]/share/applications/kde4/krita*
+ lib/%type_pkg[kde]/share/apps/krita*
+ lib/%type_pkg[kde]/share/doc/HTML/en/krita
+ lib/%type_pkg[kde]/share/icons/hicolor/128x128/apps/krita.png
+ lib/%type_pkg[kde]/share/icons/hicolor/16x16/apps/krita.png
+ lib/%type_pkg[kde]/share/icons/hicolor/22x22/apps/krita.png
+ lib/%type_pkg[kde]/share/icons/hicolor/32x32/apps/krita.png
+ lib/%type_pkg[kde]/share/icons/hicolor/48x48/apps/krita.png
+ lib/%type_pkg[kde]/share/icons/hicolor/64x64/apps/krita.png
+ lib/%type_pkg[kde]/share/kde4/services/ServiceMenus/krita*
+ lib/%type_pkg[kde]/share/kde4/services/krita*
+ lib/%type_pkg[kde]/share/kde4/servicetypes/krita*
+ lib/%type_pkg[kde]/share/mime/packages/krita*
+ <<
+ PostInstScript: %p/lib/%type_pkg[kde]/bin/kbuildsycoca-global.sh
>/dev/null 2>&1 || :
+<<
+SplitOff5: <<
Package: kspread2
Depends: <<
gsl-shlibs (>= 1.7-1),
@@ -151,28 +202,73 @@
<<
Files: <<
lib/%type_pkg[kde]/bin/kspread*
+ lib/%type_pkg[kde]/lib/kde4/krossmodulekspread*
+ lib/%type_pkg[kde]/lib/kde4/kspread*
+ lib/%type_pkg[kde]/lib/kde4/libcsv*
+ lib/%type_pkg[kde]/lib/kde4/libgnumeric*
+ lib/%type_pkg[kde]/lib/kde4/libkspread*
+ lib/%type_pkg[kde]/lib/kde4/libopencalc*
+ lib/%type_pkg[kde]/lib/kde4/libqpro*
+ lib/%type_pkg[kde]/lib/kde4/spreadsheet*
lib/%type_pkg[kde]/lib/libkdeinit4_kspread.dylib
lib/%type_pkg[kde]/lib/libkspreadcommon.5*.dylib
- <<
+ lib/%type_pkg[kde]/share/applications/kde4/kspread*
+ lib/%type_pkg[kde]/share/apps/kspread
+ lib/%type_pkg[kde]/share/config.kcfg/kspread.kcfg
+ lib/%type_pkg[kde]/share/doc/HTML/en/kspread
+ lib/%type_pkg[kde]/share/icons/hicolor/16x16/apps/kspread.png
+ lib/%type_pkg[kde]/share/icons/hicolor/22x22/apps/kspread.png
+ lib/%type_pkg[kde]/share/icons/hicolor/32x32/apps/kspread.png
+ lib/%type_pkg[kde]/share/icons/hicolor/48x48/apps/kspread.png
+ lib/%type_pkg[kde]/share/kde4/services/ServiceMenus/kspread*
+ lib/%type_pkg[kde]/share/kde4/services/krossmodulekspread*
+ lib/%type_pkg[kde]/share/kde4/services/kspread*
+ lib/%type_pkg[kde]/share/kde4/services/spreadsheetshape*
+ lib/%type_pkg[kde]/share/kde4/servicetypes/kspread*
+ lib/%type_pkg[kde]/share/templates/.source/*.kst
+ lib/%type_pkg[kde]/share/templates/Spreadsheet.*
+ <<
+ PostInstScript: %p/lib/%type_pkg[kde]/bin/kbuildsycoca-global.sh
>/dev/null 2>&1 || :
<<
SplitOff6: <<
Package: kword2
Depends: %N-base (>= %v-%r)
Files: <<
lib/%type_pkg[kde]/bin/kword*
+ lib/%type_pkg[kde]/lib/kde4/krossmodulekword*
+ lib/%type_pkg[kde]/lib/kde4/libkword*
+ lib/%type_pkg[kde]/lib/kde4/libmswrite*
+ lib/%type_pkg[kde]/lib/kde4/liboowriter*
lib/%type_pkg[kde]/lib/libkdeinit4_kword.dylib
lib/%type_pkg[kde]/lib/libkwordprivate.5*.dylib
- <<
+ lib/%type_pkg[kde]/share/applications/kde4/kword*
+ lib/%type_pkg[kde]/share/apps/kword
+ lib/%type_pkg[kde]/share/doc/HTML/en/kword
+ lib/%type_pkg[kde]/share/icons/hicolor/16x16/apps/kword.png
+ lib/%type_pkg[kde]/share/icons/hicolor/22x22/apps/kword.png
+ lib/%type_pkg[kde]/share/icons/hicolor/32x32/apps/kword.png
+ lib/%type_pkg[kde]/share/icons/hicolor/48x48/apps/kword.png
+ lib/%type_pkg[kde]/share/kde4/services/ServiceMenus/kword*
+ lib/%type_pkg[kde]/share/kde4/services/krossmodulekword*
+ lib/%type_pkg[kde]/share/kde4/services/kword*
+ lib/%type_pkg[kde]/share/templates/.source/*.kwt
+ lib/%type_pkg[kde]/share/templates/TextDocument.*
+ <<
+ PostInstScript: %p/lib/%type_pkg[kde]/bin/kbuildsycoca-global.sh
>/dev/null 2>&1 || :
<<
SplitOff7: <<
- Package: %N-shlibs
+ Package: %N-base-shlibs
Depends: <<
- %N-base (>= %v-%r),
+ kdebase4-%type_pkg[kde]-shlibs (>= 4.2.1-1),
+ kdelibs4-%type_pkg[kde]-shlibs (>= 4.2.1-1),
lcms-shlibs,
<<
Files: <<
lib/%type_pkg[kde]/lib/kde4
+ lib/%type_pkg[kde]/lib/libchartshapelib.5*.dylib
lib/%type_pkg[kde]/lib/libflake.5*.dylib
+ lib/%type_pkg[kde]/lib/libkchartcommon.5*.dylib
+ lib/%type_pkg[kde]/lib/libkdchart.5*.dylib
lib/%type_pkg[kde]/lib/libkochart.5*.dylib
lib/%type_pkg[kde]/lib/libkoffice*.5*.dylib
lib/%type_pkg[kde]/lib/libkoguiutils.5*.dylib
@@ -189,25 +285,34 @@
lib/%type_pkg[kde]/lib/libpigmentcms.5*.dylib
<<
<<
-SplitOff7: <<
+SplitOff8: <<
Package: %N-base
- Depends: <<
- kdebase4-%type_pkg[kde]-shlibs (>= 4.2.1-1),
- kdelibs4-%type_pkg[kde]-shlibs (>= 4.2.1-1),
- <<
- Files: <<
- %i/lib/%type_pkg[kde]/lib/libkdeinit_*.dylib
- <<
-<<
-
-SplitOff7: <<
+ Depends: %N-base-shlibs (>= %v-%r)
+ Files: <<
+ lib/%type_pkg[kde]/bin
+ lib/%type_pkg[kde]/lib/libkdeinit_*.dylib
+ lib/%type_pkg[kde]/share/applications/kde4
+ lib/%type_pkg[kde]/share/apps/kchart
+ lib/%type_pkg[kde]/share/apps/koffice
+ lib/%type_pkg[kde]/share/apps/musicshape
+ lib/%type_pkg[kde]/share/apps/xsltfilter
+ lib/%type_pkg[kde]/share/color
+ lib/%type_pkg[kde]/share/doc/HTML/en/kchart
+ lib/%type_pkg[kde]/share/doc/HTML/en/kformula
+ lib/%type_pkg[kde]/share/doc/HTML/en/kivio
+ lib/%type_pkg[kde]/share/doc/HTML/en/koffice
+ lib/%type_pkg[kde]/share/doc/HTML/en/thesaurus
+ lib/%type_pkg[kde]/share/icons
+ lib/%type_pkg[kde]/share/kde4/services
+ <<
+ PostInstScript: %p/lib/%type_pkg[kde]/bin/kbuildsycoca-global.sh
>/dev/null 2>&1 || :
+<<
+
+SplitOff9: <<
Package: %N-dev
Depends: %N (>= %v-%r)
- Files: <<
- lib/%type_pkg[kde]/include
- lib/%type_pkg[kde]/lib/*.la
- lib/%type_pkg[kde]/lib/pkgconfig
- <<
-<<
-
-<<
+ BuildDependsOnly: true
+ Files: lib
+<<
+
+<<
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs