blob: ab3d754787a36d45505a03ddb50af960b15f9f3b (
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
|
copy debian/edit-as-root.desktop and set binary-install/konqueror::
build-deps: add x11proto-kb-dev, xmkmf
kdesktop.install:
debian/tmp/usr/share/apps/kdesktop/DesktopLinks/Home.desktop usr/share/apps/kdesktop/unused/
debian/tmp/usr/share/apps/kdesktop/DesktopLinks/System.desktop usr/share/apps/kdesktop/unused/
debian/tmp/usr/share/apps/kdesktop/directory.trash usr/share/apps/kdesktop/unused/
(and remove install links for those files too)
konqueror.install:
don't install konqueror/profiles except filemanagement and webbrowsing
remove debian/tmp/share/apps/konqsidebartng/entries/system.desktop
remove .svgz from kdebase-data.install
replace 10_tdmrc_defaults.diff with 10_tdmrc_defaults_kubuntu.diff
install/klipper::
sed -i '/X-Ubuntu-Gettext-Domain=/d' debian/tmp/etc/kde3/klipperrc
binary-install/kdebase-bin::
install -p -D -m644 debian/kcheckpass.pam debian/kdebase-bin/etc/pam.d/kcheckpass
install -p -D -m644 debian/kscreensaver.pam debian/kdebase-bin/etc/pam.d/kscreensaver
install -p -D -m644 debian/ubuntu.xmodmap debian/kdebase-bin/usr/share/apps/kxkb/ubuntu.xmodmap
install -p -D -m644 debian/80ubuntu-xmodmap debian/kdebase-bin/etc/X11/Xsession.d/80ubuntu-xmodmap
--with-sudo-kdesu-backend
XS-Vcs-Bzr: http://bazaar.launchpad.net/~kubuntu-members/kdebase/debian
a couple of Replaces (search for ubuntu)
kdebase-data.install: debian/tmp/etc/xdg/menus/applications-merged/kde-essential.menu into applications-merged not kde-applications-merged
in konsole.README.Debian s/fontconfig/fontconfig-config
in tdm.postinst install at s/99/13/
from kdebase-kio-plugins.install remove debian/tmp/usr/share/services/kfile_trash.desktop (that's to remove the trash from the "system applet")
add debian/ubuntu.xmodmap debian/80ubuntu-xmodmap and add install rules to binary-install/kdebase-bin::
control: khelpcenter, suggest don't depend on htdig
tdm.init: Launch usplash_down at the end of the stop section
Added konqueror dependancy for konqueror-nsplugins. (LP: #139893)
Maintainer field
make sure control and control.in are synced
remove kdebase dependency on pmount
Support for KIO Media LUKS
make kdesktop depend on xdg-user-dirs
|