Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1833 - (hide annotations) (download)
Sat Jun 6 17:21:24 2009 UTC (14 years, 11 months ago) by niro
File size: 1889 byte(s)
auto added: ver bump to 4.2.4-r1
1 niro 1833 # $Id$
2    
3     PNAME="kdelibs4"
4     PVER="4.2.4"
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-7.9
30     >= dev-libs/openssl-0.9.8
31     >= media-libs/fontconfig-2
32     >= media-libs/freetype-2
33     >= media-libs/alsa-lib-1.0.19
34     >= media-libs/libtiff-3.8
35     >= app-admin/fam-2.7.0
36     >= app-text/ghostscript-esp-8.15
37     >= media-libs/giflib-4
38     >= media-libs/libjpeg-6b
39     >= media-libs/libpng-1.2.36
40     >= media-libs/libart_lgpl-2.3.20
41     >= net-dns/libidn-1.14
42     >= app-text/aspell-0.60
43     >= net-dns/avahi-qt4-0.6.25
44     >= sys-apps/dbus-1.2
45     >= x11-misc/shared-mime-info-0.60
46     >= app-misc/strigi-0.6.5
47     >= dev-libs/soprano-2.2.3
48     >= kde-base/kde4-env-${PVER}"
49    
50     SDEPEND=">= sys-dev/gettext-0.17"
51    
52     sminclude kde4
53    
54     UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
55    
56     src_compile()
57     {
58     cd ${SRCDIR}
59    
60     kde4_configure \
61     -DKDE_DISTRIBUTION_TEXT=Magellan \
62     $(cmake_with BZip2) \
63     $(cmake_with FAM) \
64     $(cmake_with OpenGL) \
65     $(cmake_with ASPELL) \
66     $(cmake_with OpenSSL) \
67     $(cmake_with Avahi) \
68     $(cmake_without DNSSD) \
69     $(cmake_without HSPELL) \
70     || die
71    
72     mmake || die
73     }
74    
75     postinstall()
76     {
77     kde4_postinstall
78    
79     echo
80     echo "To have full zeroconf support with kde,"
81     echo "make sure the avahi daemons are running."
82     echo "Also multicast dns host lookups should be"
83     echo "enabled in '/etc/nsswitch.conf'."
84     echo "e.g: ipv6 'hosts: files mdns dns'"
85     echo "or for ipv4 'hosts: files mdns4 dns'"
86     echo
87     }

Properties

Name Value
svn:keywords Id