Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3697 - (hide annotations) (download)
Fri Oct 30 12:50:22 2009 UTC (14 years, 10 months ago) by niro
File size: 2146 byte(s)
auto added: ver bump to 4.3.2-r1
1 niro 3695 # $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 niro 3697 >= app-text/enchant-1.5.0
46 niro 3695 >= net-dns/avahi-qt4-0.6.25
47     >= sys-apps/dbus-1.3
48     >= x11-misc/shared-mime-info-0.70
49     >= app-misc/strigi-0.7
50     >= dev-libs/soprano-2.3.1
51     >= virtual/phonon
52     >= kde-base/kde4-env-${PVER}"
53    
54     SDEPEND=">= sys-dev/gettext-0.17"
55    
56     sminclude kde4
57    
58     UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
59    
60     src_compile()
61     {
62     cd ${SRCDIR}
63    
64     kde4_configure \
65     -DKDE_DISTRIBUTION_TEXT=Magellan \
66     $(cmake_with BZip2) \
67     $(cmake_with FAM) \
68     $(cmake_with OpenGL) \
69     $(cmake_with ASPELL) \
70     $(cmake_with OpenSSL) \
71     $(cmake_with Avahi) \
72     $(cmake_with Soprano) \
73     $(cmake_with Jasper) \
74     $(cmake_with OpenEXR) \
75 niro 3697 $(cmake_with ENCHANT) \
76 niro 3695 $(cmake_without DNSSD) \
77     $(cmake_without HSPELL) \
78     $(cmake_without GSSAPI) \
79     $(cmake_without HSPELL) \
80     || die
81    
82     mmake || die
83     }
84    
85     postinstall()
86     {
87     kde4_postinstall
88    
89     echo
90     echo "To have full zeroconf support with kde,"
91     echo "make sure the avahi daemons are running."
92     echo "Also multicast dns host lookups should be"
93     echo "enabled in '/etc/nsswitch.conf'."
94     echo "e.g: ipv6 'hosts: files mdns dns'"
95     echo "or for ipv4 'hosts: files mdns4 dns'"
96     echo
97     }

Properties

Name Value
svn:keywords Id