blob: e851d68da8ce565437ea441590b9c9bbd2782bc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-3.5.6-r2.ebuild,v 1.2 2007/04/25 08:33:11 carlo Exp $
inherit kde-dist eutils flag-o-matic
SRC_URI="${SRC_URI}
mirror://gentoo/kdebase-3.5-patchset-03.tar.bz2"
DESCRIPTION="KDE base packages: the desktop, panel, window manager, konqueror..."
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="cups java ldap ieee1394 hal lm_sensors logitech-mouse openexr opengl
pam samba ssl zeroconf xcomposite xscreensaver xinerama kdehiddenvisibility"
# hal: enables hal backend for 'media:' ioslave
DEPEND=">=media-libs/freetype-2
media-libs/fontconfig
pam? ( kde-base/kdebase-pam )
>=dev-libs/cyrus-sasl-2
ldap? ( >=net-nds/openldap-2 )
cups? ( net-print/cups )
ssl? ( dev-libs/openssl )
opengl? ( virtual/opengl )
openexr? ( >=media-libs/openexr-1.2.2-r2 )
samba? ( >=net-fs/samba-3.0.4 )
lm_sensors? ( sys-apps/lm_sensors )
logitech-mouse? ( >=dev-libs/libusb-0.1.10a )
ieee1394? ( sys-libs/libraw1394 )
hal? ( || ( dev-libs/dbus-qt3-old ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) )
=sys-apps/hal-0.5* )
zeroconf? ( net-misc/mDNSResponder )
xcomposite? ( x11-libs/libXcomposite x11-libs/libXdamage )
|| ( (
x11-libs/libX11
x11-libs/libXau
x11-libs/libXfixes
x11-libs/libXrender
x11-libs/libXtst
x11-libs/libXext
xscreensaver? ( x11-libs/libXScrnSaver )
xinerama? ( x11-libs/libXinerama )
) <virtual/x11-7 )"
RDEPEND="${DEPEND}
sys-apps/usbutils
sys-devel/gdb
java? ( >=virtual/jre-1.4 )
kernel_linux? ( || ( >=sys-apps/eject-2.1.5 sys-block/unieject ) )
|| ( (
x11-apps/xmessage
x11-apps/xsetroot
x11-apps/xset
x11-apps/xrandr
x11-apps/mkfontdir
x11-apps/xinit
|| ( x11-misc/xkeyboard-config x11-misc/xkbdata )
x11-apps/setxkbmap
x11-apps/xprop
) <virtual/x11-7 )"
DEPEND="${DEPEND}
xcomposite? ( x11-proto/compositeproto x11-proto/damageproto )
xscreensaver? ( x11-proto/scrnsaverproto )
xinerama? ( x11-proto/xineramaproto )
x11-apps/bdftopcf
dev-util/pkgconfig
x11-apps/xhost"
need-kde 3.5.6
PATCHES="${FILESDIR}/kdebase-startkde-3.5.3-xinitrcd.patch
${FILESDIR}/nsplugins-3.5.5-npapi-64bit.patch
${FILESDIR}/nsplugins-3.5.6-keyboard-handler.diff"
pkg_setup() {
kde_pkg_setup
if use hal && has_version '<sys-apps/dbus-0.90' && ! built_with_use sys-apps/dbus qt3; then
eerror "To enable HAL support in this package is required to have"
eerror "sys-apps/dbus compiled with Qt 3 support."
eerror "Please reemerge sys-apps/dbus with USE=\"qt3\"."
die "Please reemerge sys-apps/dbus with USE=\"qt3\"."
fi
}
src_unpack() {
kde_src_unpack
# Avoid using imake (kde bug 114466).
epatch "${WORKDIR}/patches/kdebase-3.5.0_beta2-noimake.patch"
rm -f "${S}/configure"
# FIXME - disable broken tests
sed -i -e "s:TESTS =.*:TESTS =:" ${S}/kioslave/smtp/Makefile.am || die "sed failed"
sed -i -e "s:TESTS =.*:TESTS =:" ${S}/kioslave/trash/Makefile.am || die "sed failed"
sed -i -e "s:SUBDIRS = viewer test:SUBDIRS = viewer:" ${S}/nsplugins/Makefile.am || die "sed failed"
if ! [[ $(xhost >> /dev/null 2>/dev/null) ]] ; then
einfo "User ${USER} has no X access, disabling some tests."
for ioslave in media remote home system ; do
sed -e "s:check\: test${ioslave}::" -e "s:./test${ioslave}::" \
-i kioslave/${ioslave}/Makefile.am || die "sed failed"
done
fi
}
src_compile() {
local myconf="--with-dpms $(use_with ldap)
$(use_with opengl gl) $(use_with ssl)
$(use_with samba) $(use_with openexr)
$(use_with lm_sensors sensors) $(use_with logitech-mouse libusb)
$(use_with ieee1394 libraw1394) $(use_with hal)
$(use_enable zeroconf dnssd)
$(use_with xcomposite composite)
$(use_with xscreensaver)
$(use_with xinerama) $(use_with pam)
--with-usbids=/usr/share/misc/usb.ids"
if ! use pam && use elibc_glibc; then
myconf="${myconf} --with-shadow"
fi
# the java test is problematic (see kde bug 100729) and
# useless. All that's needed for java applets to work is
# to have the 'java' executable in PATH.
myconf="${myconf} --without-java"
export BINDNOW_FLAGS="$(bindnow-flags)"
kde_src_compile
}
src_install() {
kde_src_install
cd ${S}/kdm && make DESTDIR=${D} GENKDMCONF_FLAGS="--no-old --no-backup --no-in-notice" install
# startup and shutdown scripts
insinto ${KDEDIR}/env
doins "${FILESDIR}/agent-startup.sh"
exeinto ${KDEDIR}/shutdown
doexe "${FILESDIR}/agent-shutdown.sh"
# freedesktop environment variables
cat <<EOF > "${T}/xdg.sh"
export XDG_CONFIG_DIRS="${KDEDIR}/etc/xdg"
EOF
insinto "${KDEDIR}/env"
doins "${T}/xdg.sh"
# x11 session script
cat <<EOF > "${T}/kde-${SLOT}"
#!/bin/sh
exec ${KDEDIR}/bin/startkde
EOF
exeinto /etc/X11/Sessions
doexe "${T}/kde-${SLOT}"
# freedesktop compliant session script
sed -e "s:@KDE_BINDIR@:${KDEDIR}/bin:g;s:Name=KDE:Name=KDE ${SLOT}:" \
"${S}/kdm/kfrontend/sessions/kde.desktop.in" > "${T}/kde-${SLOT}.desktop"
insinto /usr/share/xsessions
doins "${T}/kde-${SLOT}.desktop"
# Customize the kdmrc configuration
sed -i -e "s:#SessionsDirs=:SessionsDirs=/usr/share/xsessions\n#SessionsDirs=:" \
"${D}/${KDEDIR}/share/config/kdm/kdmrc" || die
rmdir "${D}/${KDEDIR}/share/templates/.source/emptydir"
}
pkg_preinst() {
kde_pkg_preinst
# We need to symlink here, as kfmclient freaks out completely,
# if it does not find konqueror.desktop in the legacy path.
dodir ${PREFIX}/share/applications/kde
dosym ../../applnk/konqueror.desktop ${PREFIX}/share/applications/kde/konqueror.desktop
}
pkg_postinst() {
# set the default kdm face icon if it's not already set by the system admin
if [ ! -e "${ROOT}${KDEDIR}/share/apps/kdm/faces/.default.face.icon" ]; then
mkdir -p "${ROOT}${KDEDIR}/share/apps/kdm/faces"
cp "${ROOT}${KDEDIR}/share/apps/kdm/pics/users/default1.png" \
"${ROOT}${KDEDIR}/share/apps/kdm/faces/.default.face.icon"
fi
if [ ! -e "${ROOT}${KDEDIR}/share/apps/kdm/faces/root.face.icon" ]; then
mkdir -p "${ROOT}${KDEDIR}/share/apps/kdm/faces"
cp "${ROOT}${KDEDIR}/share/apps/kdm/pics/users/root1.png" \
"${ROOT}${KDEDIR}/share/apps/kdm/faces/root.face.icon"
fi
mkdir -p "${ROOT}${KDEDIR}/share/templates/.source/emptydir"
echo
elog "To enable gpg-agent and/or ssh-agent in KDE sessions,"
elog "edit ${KDEDIR}/env/agent-startup.sh and"
elog "${KDEDIR}/shutdown/agent-shutdown.sh"
echo
}
|