Changeset 268
- Timestamp:
- 09/25/07 14:49:41 (1 year ago)
- Files:
-
- larga/trunk/debian/changelog (modified) (1 diff)
- larga/trunk/debian/larga-themes.gconf-defaults (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) (4 diffs)
- larga/trunk/themes/desktop-base/larga-splash.png (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
larga/trunk/debian/changelog
r267 r268 1 larga (0.0.3pre 2) unstable; urgency=low1 larga (0.0.3pre3) unstable; urgency=low 2 2 3 3 * Added wallpaper 4 4 * Added office task 5 5 * Custom gnome theme 6 * Remove debian menu 7 * Added gnome splash 6 8 7 9 -- Free Ekanayaka <freee@debian.org> Tue, 25 Sep 2007 01:45:29 +0200 larga/trunk/debian/larga-themes.gconf-defaults
r266 r268 2 2 /desktop/gnome/background/picture_options stretched 3 3 /desktop/gnome/interface/enable_animations false 4 /desktop/gnome/interface/gtk_theme Clearlooks4 /desktop/gnome/interface/gtk_theme Simple 5 5 /desktop/gnome/interface/icon_theme yasis 6 6 /desktop/gnome/font_rendering/antialiasing rgba larga/trunk/debian/larga-themes.install
r264 r268 1 themes/desktop-base/ usr/share/images 1 themes/desktop-base/larga.png usr/share/images 2 themes/desktop-base/larga-splash.png usr/share/pixmaps/splash larga/trunk/debian/larga-themes.postinst
r264 r268 20 20 # 21 21 22 remove_debian_menu () { 23 24 # Remove Debian menu hierarchy from the Gnome menu 25 GNOME=/etc/xdg/menus/gnome-applications.menu 26 sed -i -e '/<MergeFile>debian-menu/ d' $GNOME 27 28 } 29 22 30 case "$1" in 23 31 configure) 32 33 # Only run these on new installs 34 if [ "$2" == "" ]; then 35 remove_debian_menu 36 fi 24 37 25 38 # Grub timeout and directory … … 36 49 fi 37 50 done 51 52 # GNOME splash 53 update-alternatives --install /usr/share/images/desktop-base/desktop-splash \ 54 desktop-splash /usr/share/pixmaps/splash/larga-splash.png 70 38 55 39 56 ;; larga/trunk/tasksel-data/larga-tasks.desc
r267 r268 84 84 Test-new-install: install skip 85 85 Packages: list 86 msttcorefonts 87 avahi-discover 88 avahi-daemon 86 89 defoma 87 90 discover1 … … 101 104 xserver-xorg-video-all 102 105 xutils 103 xvkbd104 106 105 107 Task: network … … 128 130 gnome-utils 129 131 gnome-volume-manager 132 gnome-themes 133 gnome-mount 130 134 gcalctool 131 135 gdm … … 205 209 gnumeric-doc 206 210 gnumeric-plugins-extra 211 212 Task: live 213 Section: cdd 214 Description: Live CD 215 Default live package collection 216 Relevance: 1 217 Test-new-install: skip skip 218 genisoimage 219 memtest86 220 memtest86+
