Magellan Linux

Contents of /trunk/extras/kdelibs4/kdelibs4-4.3.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3695 - (show annotations) (download)
Fri Oct 30 12:44:09 2009 UTC (14 years, 7 months ago) by niro
File size: 2122 byte(s)
auto added: ver bump to 4.3.2-r1
1 # $Id$
2
3 PNAME="kdelibs4"
4 PVER="4.3.2"
5 PBUILD="r1"
6
7 STATE="unstable"
8
9 DESCRIPTION="KDE4 core libraries."
10
11 DEPEND=">= x11-libs/libICE-1
12 >= x11-libs/libSM-1
13 >= x11-libs/libX11-1
14 >= x11-libs/libXau-1
15 >= x11-libs/libXcursor-1
16 >= x11-libs/libXdmcp-1
17 >= x11-libs/libXext-1
18 >= x11-libs/libXfixes-4
19 >= x11-libs/libXft-2
20 >= x11-libs/libXpm-3
21 >= x11-libs/libXrender-0.9
22 >= x11-libs/libXtst-1
23 >= virtual/opengl
24 >= x11-apps/rgb-1
25 >= x11-apps/iceauth-1
26 >= app-arch/bzip2-1.0.2
27 >= dev-libs/libxslt-1.1.24
28 >= dev-libs/libxml2-2.7
29 >= dev-libs/libpcre-8.0
30 >= dev-libs/openssl-0.9.8
31 >= media-libs/fontconfig-2
32 >= media-libs/freetype-2
33 >= media-libs/alsa-lib-1.0.21
34 >= media-libs/libtiff-3.9
35 >= app-admin/fam-2.7.0
36 >= app-text/ghostscript-gpl-8
37 >= media-libs/giflib-4
38 >= media-libs/libjpeg-7
39 >= media-libs/libpng-1.2.40
40 >= media-libs/libart_lgpl-2.3.20
41 >= media-libs/libjasper-1.900
42 >= media-libs/openexr-1.6
43 >= net-dns/libidn-1.15
44 >= app-text/aspell-0.60
45 >= net-dns/avahi-qt4-0.6.25
46 >= sys-apps/dbus-1.3
47 >= x11-misc/shared-mime-info-0.70
48 >= app-misc/strigi-0.7
49 >= dev-libs/soprano-2.3.1
50 >= virtual/phonon
51 >= kde-base/kde4-env-${PVER}"
52
53 SDEPEND=">= sys-dev/gettext-0.17"
54
55 sminclude kde4
56
57 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
58
59 src_compile()
60 {
61 cd ${SRCDIR}
62
63 kde4_configure \
64 -DKDE_DISTRIBUTION_TEXT=Magellan \
65 $(cmake_with BZip2) \
66 $(cmake_with FAM) \
67 $(cmake_with OpenGL) \
68 $(cmake_with ASPELL) \
69 $(cmake_with OpenSSL) \
70 $(cmake_with Avahi) \
71 $(cmake_with Soprano) \
72 $(cmake_with Jasper) \
73 $(cmake_with OpenEXR) \
74 $(cmake_without DNSSD) \
75 $(cmake_without HSPELL) \
76 $(cmake_without GSSAPI) \
77 $(cmake_without HSPELL) \
78 $(cmake_without ENCHANT) \
79 || die
80
81 mmake || die
82 }
83
84 postinstall()
85 {
86 kde4_postinstall
87
88 echo
89 echo "To have full zeroconf support with kde,"
90 echo "make sure the avahi daemons are running."
91 echo "Also multicast dns host lookups should be"
92 echo "enabled in '/etc/nsswitch.conf'."
93 echo "e.g: ipv6 'hosts: files mdns dns'"
94 echo "or for ipv4 'hosts: files mdns4 dns'"
95 echo
96 }

Properties

Name Value
svn:keywords Id