Changeset df46eec for kde/add/kdepim.xml
- Timestamp:
- 01/08/2012 08:53:26 PM (13 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1db225b9
- Parents:
- 716ca8aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/add/kdepim.xml
r716ca8aa rdf46eec 6 6 <!ENTITY kdepim-download-http "&trinity-repo-http;/kdepim-&kde-version;.tar.gz"> 7 7 <!ENTITY kdepim-download-ftp "&trinity-repo-ftp;/kdepim-&kde-version;.tar.gz"> 8 <!ENTITY kdepim-md5sum " fc93e458a8eec8131ede56cff30c28b2">9 <!ENTITY kdepim-size "1 3.9MB">10 <!ENTITY kdepim-buildsize " 267 MB (additional 245 MB for API docs)">11 <!ENTITY kdepim-time " 24 SBU (additional 0.9 SBU for API docs)">8 <!ENTITY kdepim-md5sum "4488062d5400bdd99642fe0b72ebcf9a"> 9 <!ENTITY kdepim-size "12.8 MB"> 10 <!ENTITY kdepim-buildsize "347 MB"> 11 <!ENTITY kdepim-time "6.4 SBU"> 12 12 ]> 13 13 … … 33 33 Programs include a contact manager, calendar, mail utilities, newsreader, 34 34 X.509 certificate manager, and sticky notes.</para> 35 36 &lfs70_checked; 35 37 36 38 <bridgehead renderas="sect3">Package Information</bridgehead> … … 88 90 <xref linkend="pilot-link"/>, 89 91 <xref linkend="gnupg"/> or 90 <ulink url="http://www.gnupg.org/download/index.html#gpgme">GPGME</ulink> 91 (requires <xref linkend="gnupg2"/>), 92 <xref linkend="gpgme"/>, 92 93 <ulink url="http://www.opensync.org">OpenSync</ulink>, 93 94 <ulink url="http://jasonday.home.att.net/code/libmal/libmal.html">libmal</ulink>, … … 109 110 <para>Install <application>kdepim</application> with:</para> 110 111 111 <screen><userinput>sed -i "s@ \*/@&\n#define HAVE_FOPENCOOKIE@" \ 112 libkdenetwork/libgpgme-copy/{assuan,gpgme}/funopen.c && 113 sed -i -e 's|linux/inotify|sys/inotify|' \ 114 -e '/^static inline int inotify_init/,/^}/d' \ 115 -e '/^static inline int inotify_add_watch/,/^}/d' \ 116 -e '/^static inline int inotify_rm_watch/,/^}/d' \ 117 kmail/editorwatcher.cpp && 118 patch -Np1 -i ../kdepim-&kde-version;-charset-1.patch && 119 ./configure --prefix=&kde-dir; --disable-debug \ 120 --disable-dependency-tracking && 112 <screen><userinput>KDEPIM=`pwd` && 113 rm -rf $MAKEDIR && 114 mkdir -p $MAKEDIR && 115 cd $MAKEDIR && 116 117 cmake -DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX \ 118 -DCMAKE_VERBOSE_MAKEFILE=ON \ 119 -DWITH_ARTS=ON \ 120 -DBUILD_ALL=ON \ 121 -DBUILD_INDEXLIB=OFF \ 122 $KDEPIM && 123 124 unset KDEPIM MAKEDIR && 121 125 make</userinput></screen> 122 126 … … 135 139 <title>Command Explanations</title> 136 140 137 <para><command>sed -i ... funopen.c</command>: This prevents an error 138 during build that is caused by <command>configure</command> not 139 properly detecting a capability built into <filename>glibc</filename>. 140 </para> 141 142 <para><command>sed -i ... kmail/editorwatcher.cpp</command>: This This 143 command is necessary to prevent a conflict in linux headers. The equivalent 144 instructions that are deleted are now within glibc.</para> 141 <para><option>-DBUILD_INDEXLIB=OFF</option>: This option requires 142 <ulink url="http://www.boost.org">Boost</ulink>.</para> 145 143 146 144 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.