Changeset 273
- Timestamp:
- 09/27/07 08:57:01 (1 year ago)
- Files:
-
- larga/trunk/debian/changelog (modified) (2 diffs)
- larga/trunk/debian/larga-skel.postinst (modified) (1 diff)
- larga/trunk/debian/larga-themes.install (modified) (1 diff)
- larga/trunk/debian/larga-themes.postinst (modified) (2 diffs)
- larga/trunk/tasksel-data/larga-tasks.desc (modified) (7 diffs)
- larga/trunk/themes/desktop-base/larga-splash.png (modified) (previous)
- larga/trunk/themes/openoffice (added)
- larga/trunk/themes/openoffice/presentazione.odp (added)
- larga/trunk/userskel/Desktop (added)
- larga/trunk/userskel/Desktop/start.desktop (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
larga/trunk/debian/changelog
r269 r273 1 larga (0.0.3pre 4) unstable; urgency=low1 larga (0.0.3pre5) unstable; urgency=low 2 2 3 3 * Added wallpaper … … 6 6 * Remove debian menu 7 7 * Added gnome splash 8 * Added ODP presentation 8 9 9 10 -- Free Ekanayaka <freee@debian.org> Tue, 25 Sep 2007 01:45:29 +0200 larga/trunk/debian/larga-skel.postinst
r264 r273 29 29 30 30 # Hack to workaround dpsyco's ownership bug 31 #if grep -q trinity/etc/passwd; then32 #for i in $(find /usr/share/dpsyco/userskel/ |cut -f 6- -d /); do33 #chown trinity /home/trinity/$i;34 #done35 #fi31 if grep -q user /etc/passwd; then 32 for i in $(find /usr/share/dpsyco/userskel/ |cut -f 6- -d /); do 33 chown trinity /home/trinity/$i; 34 done 35 fi 36 36 ;; 37 37 larga/trunk/debian/larga-themes.install
r269 r273 1 1 themes/desktop-base/larga.png usr/share/images/desktop-base 2 2 themes/desktop-base/larga-splash.png usr/share/pixmaps/splash 3 themes/openoffice/presentazione.odp usr/share/larga larga/trunk/debian/larga-themes.postinst
r269 r273 28 28 } 29 29 30 set_dhcp_timeout () { 31 DHCP=/etc/dhcp3/dhclient.conf 32 sed -i -e 's/^#timeout 60;/timeout 10/g' $DHCP 33 sed -i -e 's/^#retry 60;/retry 10/g' $DHCP 34 } 35 30 36 case "$1" in 31 37 configure) … … 33 39 # Only run these on new installs 34 40 if [ "$2" == "" ]; then 35 remove_debian_menu 41 remove_debian_menu 42 set_dhcp_timeout 36 43 fi 37 44 larga/trunk/tasksel-data/larga-tasks.desc
r268 r273 96 96 ttf-freefont 97 97 ttf-bitstream-vera 98 wine 98 99 xorg 99 100 xbase-clients … … 122 123 Packages: list 123 124 update-manager 125 audacity 124 126 synaptic 125 127 file-roller … … 127 129 iceweasel-l10n-it 128 130 flashplugin-nonfree 131 evolution 132 planner 129 133 gnome-core 134 gnome-bluetooth 135 bluetooth 136 bluez-cups 137 bluez-gnome 138 bluez-hcidump 139 bluez-pcmcia-support 140 bluez-utils 141 bluez-firmware 142 gnome-hearts 143 gnome-games 144 gnome-pilot 145 gnome-pilot-conduits 130 146 gnome-utils 131 147 gnome-volume-manager … … 158 174 foomatic-db-gimp-print 159 175 gimp 176 gcolor2 160 177 gimp-help-en 161 178 gimp-print … … 165 182 icc-profiles 166 183 inkscape 184 python-xml 167 185 libwmf-bin 168 186 perlmagick … … 205 223 Test-new-install: install skip 206 224 Packages: list 207 gnotime 208 gnumeric 225 acroread 209 226 gnumeric-doc 210 227 gnumeric-plugins-extra 228 openoffice.org 229 openoffice.org-gnome 230 openoffice.org-gtk 231 openoffice.org-gtk-gnome 232 openoffice.org-l10n-it 211 233 212 234 Task: live … … 219 241 memtest86 220 242 memtest86+ 243 244 Task: sound 245 Section: cdd 246 Description: Sound packages 247 Default sound package collection 248 Relevance: 1 249 Test-new-install: install skip 250 Packages: list 251 mplayer 252 freepats 253 gstreamer0.10-fluendo-mp3 254 gstreamer0.10-plugins-bad 255 libasound2-plugins
