Changeset 4
- Timestamp:
- 01/23/07 10:47:19 (23 months ago)
- Location:
- 64studio/trunk/debian
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
64studio/trunk/debian/64studio-themes.postinst
r2 r4 48 48 GNOMEMEDIA="vumeter.desktop reclevel.desktop gnome-sound-recorder.desktop gnome-cd.desktop" 49 49 EOG="eog.desktop" 50 KCONFIG="kde/kfontview.desktop"51 50 52 for ITEM in $GNOMEMEDIA $EOG $KCONFIG; do51 for ITEM in $GNOMEMEDIA $EOG; do 53 52 ITEM=/usr/share/applications/$ITEM 54 53 sed -i -e 's/^Categories=.*$/Categories=None;/g' $ITEM … … 91 90 sed -i -e 's|^Icon=.*$|Icon=/usr/share/gimp/2.0/images/wilber-icon.png|g' $GIMP 92 91 92 # Fix broken modpost script in linux-kbuild-2.6.19 93 MODPOST=/usr/src/linux-kbuild-2.6.19/scripts/Makefile.modpost 94 sed -i -e '/^[[:blank:]]*\$(if \$(KBUILD_EXTMOD)\$(KBUILD_MODPOST_WARN)/ d' $MODPOST 95 93 96 ;; 94 97 -
64studio/trunk/debian/changelog
r2 r4 1 64studio (1.1.1) UNRELEASED; urgency=low 2 3 * Fix broken modpost script in linux-kbuild-2.6.19 4 * Drop dependency on kcontrol and the relevant postinst 5 code, as we don't use k3b anymore 6 7 -- Free Ekanayaka <free@64studio.org> Tue, 23 Jan 2007 01:42:51 +0100 8 1 9 64studio (0.9.8) unstable; urgency=low 2 10 -
64studio/trunk/debian/control
r2 r4 37 37 Depends: backgrounds, gnome-themes, polymer, bluefish, bug-buddy, 38 38 qjackctl, evince, gnome-media, rosegarden4, timemachine, gnome-menus, gimp, 39 xpad, tagtool, eog, kcontrol, grub39 xpad, tagtool, eog, grub, linux-kbuild-2.6.19 40 40 Description: 64 Studio artwork and themes 41 41 This package contains themes and artwork for 64 Studio
