branding.spec 26 KB
Newer Older
1
%define Theme KDesktop
Sergey V Turchin's avatar
Sergey V Turchin committed
2
%define codename Centaurea Sadleriana
3
%define brand altlinux
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
4
%define Brand ALT Linux
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
5

Sergey V Turchin's avatar
Sergey V Turchin committed
6
Name: branding-%brand-kdesktop
7
Version: 6.0.0
8
Release: alt33
9
BuildArch: noarch
10

11 12 13 14 15 16
%define theme %name
%define design_graphics_abi_epoch 0
%define design_graphics_abi_major 12
%define design_graphics_abi_minor 0
%define design_graphics_abi_bugfix 0

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
17
BuildRequires: cpio fonts-ttf-dejavu fonts-ttf-droid
18
BuildRequires: design-bootloader-source >= 5.0-alt2
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
19 20 21
%ifnarch %arm
BuildRequires: cpio gfxboot >= 4 
%endif
22

23
BuildRequires(pre): libqt4-core
24 25 26
BuildRequires: libalternatives-devel
BuildRequires: libqt4-devel

27
BuildRequires: ImageMagick fontconfig bc libGConf-devel
28

29 30
%define status %nil
%define status_en %nil
31
%define variants altlinux-desktop altlinux-office-desktop altlinux-office-server altlinux-lite altlinux-workbench school-master altlinux-gnome-desktop
32

33
Source: branding.tar
34 35 36 37 38 39 40 41

Group: Graphics
Summary: System/Base
License: GPL

%description
Distro-specific packages with design and texts

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
42

43 44
%package bootloader
Group: System/Configuration/Boot and Init
45
Summary: Graphical boot logo for grub2, lilo and syslinux
46 47
License: GPL

48
PreReq: coreutils
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
49
Provides: design-bootloader-system-%theme design-bootloader-livecd-%theme design-bootloader-livecd-%theme design-bootloader-%theme branding-alt-%theme-bootloader
50

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
51
Obsoletes: design-bootloader-system-%theme design-bootloader-livecd-%theme design-bootloader-livecd-%theme design-bootloader-%theme branding-alt-%theme-bootloader
52

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
53 54
%define grub_normal white/black
%define grub_high black/white
55

56 57 58
%description bootloader
Here you find the graphical boot logo. Suitable for both lilo and syslinux.

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
59
%package bootsplash
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
60
BuildArch: noarch
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
61 62 63
Summary: Theme for splash animations during bootup
License: Distributable
Group:  System/Configuration/Boot and Init
64 65 66
Provides: plymouth-theme-%theme
Requires: plymouth-plugin-script
PreReq: plymouth
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
67 68

%description bootsplash
69 70
This package contains graphics for boot process, displayed via Plymouth

71

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
72
%package alterator
73
BuildArch: noarch
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
74
Summary: Design for alterator for %Brand %Theme 
75 76
License: GPL
Group: System/Configuration/Other
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
77
Provides: design-alterator-browser-%theme  branding-alt-%theme-browser-qt branding-altlinux-%theme-browser-qt
78
Provides: alterator-icons design-alterator design-alterator-%theme
79
Obsoletes:  branding-alt-%theme-browser-qt  branding-altlinux-%theme-browser-qt 
80

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
81
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-browser-qt ";done )
82
Obsoletes: design-alterator-server design-alterator-desktop design-altertor-browser-desktop  design-altertor-browser-server 
83
PreReq(post,preun): alternatives >= 0.2 alterator
84

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
85
%description alterator
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
86
Design for QT and web alterator for %Brand %Theme
87

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
88
%package graphics
89
BuildArch: noarch
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
90 91 92
Summary: design for ALT
License: Different licenses
Group: Graphics
93 94 95
Provides: design-graphics = %design_graphics_abi_major.%design_graphics_abi_minor.%design_graphics_abi_bugfix
Provides: design-graphics-%theme  branding-alt-%theme-graphics design-graphics-kdesktop
Obsoletes:  branding-alt-%theme-graphics design-graphics-%theme design-graphics-kdesktop
Andrey Cherepanov's avatar
Andrey Cherepanov committed
96
Provides: gnome-session-splash = %version-%release
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
97 98 99 100 101
PreReq(post,preun): alternatives >= 0.2

%description graphics
This package contains some graphics for ALT design.

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
102

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
103
%define provide_list altlinux fedora redhat system altlinux
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
104 105
%define obsolete_list altlinux-release fedora-release redhat-release
%define conflicts_list altlinux-release-sisyphus altlinux-release-4.0 altlinux-release-junior altlinux-release-master altlinux-release-server altlinux-release-terminal altlinux-release-small_business
106

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
107
%package release
108
BuildArch: noarch
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
109 110

Summary: %distribution %Theme release file
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
111
License: GPL
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
112
Group: System/Configuration/Other
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
113 114
Provides: %(for n in %provide_list; do echo -n "$n-release = %version-%release "; done) altlinux-release-%theme  branding-alt-%theme-release
Obsoletes: %obsolete_list  branding-alt-%theme-release
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
115
Conflicts: %conflicts_list
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
116
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-release ";done )
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
117 118 119 120

%description release
%distribution %version %Theme release file.

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
121
%package notes
122
BuildArch: noarch
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
123 124
Provides: alt-license-theme = %version alt-notes-%theme
Obsoletes: alt-license-%theme alt-notes-%theme
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
125 126 127
Summary: Distribution license and release notes
License: Distributable
Group: Documentation
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
128
Conflicts: alt-notes-children alt-notes-hpc alt-notes-junior alt-notes-junior-sj alt-notes-junior-sm alt-notes-school-server alt-notes-server-lite alt-notes-skif alt-notes-terminal 
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
129
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-notes ";done )
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
130 131 132 133

%description notes
Distribution license and release notes

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
134
%package kde4-settings
135
BuildArch: noarch
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
136 137 138 139
Summary: KDE4 settings for %Brand %version %Theme
License: Distributable
Group: Graphical desktop/KDE
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-kde4-settings ";done )
140
PreReq: %name-graphics
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
141 142 143

%description kde4-settings
KDE4 settings for %Brand %version %Theme
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
144

145 146
%package kde3-settings

147
BuildArch: noarch
148 149 150
Summary: KDE3 settings for %Brand %version %Theme
License: Distributable
Group: Graphical desktop/KDE
151
Requires: ksplash-engine-moodin
152
PreReq: %name-graphics
153 154 155 156 157
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-kde3-settings ";done )

%description kde3-settings
KDE3 settings for %Brand %version %Theme

158 159
%package fvwm-settings

160
BuildArch: noarch
161 162 163 164 165 166 167 168
Summary: FVWM2 settings for %Brand %version %Theme
License: Distributable
Group: Graphical desktop/FVWM based
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-fvwm-settings ";done )

%description fvwm-settings
FVWM2 settings for %Brand %version %Theme

169 170
%package gnome-settings

171
BuildArch: noarch
172 173
Summary: GNOME settings for %Brand %version %Theme
License: Distributable
174
Group: Graphical desktop/GNOME
175
Requires: gtk2-theme-mist
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
176
PreReq: gnome-panel
177 178 179
Provides: gnome-theme-%brand-%theme = %version-%release
Provides: metacity-theme-%brand-%theme = %version-%release
Provides: metacity-theme
180
Provides: gnome-menus = 2.30.4
181
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-gnome-settings ";done )
182 183 184 185

%description gnome-settings
GNOME settings for %Brand %version %Theme

186

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
187 188
%package slideshow

189
BuildArch: noarch
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
190 191 192
Summary: Slideshow for %Brand %version %Theme installer
License: Distributable
Group: System/Configuration/Other 
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
193
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-slideshow ";done )
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
194 195 196 197

%description slideshow
Slideshow for %Brand %version %Theme installer

198 199
%package indexhtml

200
BuildArch: noarch
201 202 203
Summary: %name -- ALT Linux html welcome page
License: distributable
Group: System/Base
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
204
Provides: indexhtml indexhtml-%theme = %version indexhtml-Desktop = 1:5.0
205 206 207 208 209 210 211 212 213 214
Obsoletes: indexhtml-desktop indexhtml-Desktop

Conflicts: indexhtml-sisyphus
Conflicts: indexhtml-school_junior
Conflicts: indexhtml-school_lite
Conflicts: indexhtml-school_master
Conflicts: indexhtml-school_terminal
Conflicts: indexhtml-small_business
Conflicts: indexhtml-school-server

215 216
Requires: xdg-utils 
Requires(post): indexhtml-common
217 218 219

%description indexhtml
ALT Linux index.html welcome page.
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
220

221
%prep
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
222
%setup -n branding
223

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
224 225 226 227 228
%ifnarch %arm
%define x86 boot
%else
%define x86 %nil
%endif
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
229

230
%build
231
autoconf
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
232
THEME=%theme NAME='%Theme' BRAND_FNAME='%Brand' BRAND='%brand' STATUS_EN=%status_en STATUS=%status VERSION=%version X86='%x86' ./configure 
233 234
make

235
%install
Stanislav Ievlev's avatar
Stanislav Ievlev committed
236 237
%makeinstall

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
238 239 240 241 242 243 244 245 246 247
#graphics
mkdir -p %buildroot/%_datadir/design/{%theme,backgrounds}
cp -ar graphics/* %buildroot/%_datadir/design/%theme

pushd %buildroot/%_datadir/design/%theme
    pushd backgrounds
	ln -sf ../../../wallpapers more
    popd
popd

248
GRAPHICS_ALTPRIO=`printf '%%.3d%%.3d%%.3d%%.3d\n' %design_graphics_abi_epoch %design_graphics_abi_major %design_graphics_abi_minor %design_graphics_abi_bugfix`
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
249 250
install -d %buildroot//etc/alternatives/packages.d
cat >%buildroot/etc/alternatives/packages.d/%name-graphics <<__EOF__
251 252
%_datadir/design-current	%_datadir/design/%theme	$GRAPHICS_ALTPRIO
%_datadir/design/current	%_datadir/design/%theme	$GRAPHICS_ALTPRIO
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
253
__EOF__
Sergey V Turchin's avatar
Sergey V Turchin committed
254

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
255

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
256
#release
Sergey V Turchin's avatar
Sergey V Turchin committed
257
mkdir -p %buildroot%_sysconfdir/buildreqs/packages/ignore.d/
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
258
install -pD -m644 /dev/null %buildroot%_sysconfdir/buildreqs/packages/ignore.d/%name-release
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
259
echo "%distribution %version %Theme %status_en (%codename)" >%buildroot%_sysconfdir/altlinux-release
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
260 261 262 263
for n in fedora redhat system; do
	ln -s altlinux-release %buildroot%_sysconfdir/$n-release
done

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
264
#notes
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
265 266 267
pushd notes
%makeinstall
popd
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
268

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
269 270 271 272
#kde4-settings
pushd kde4-settings
mkdir -p %buildroot%_sysconfdir/skel/.kde4
cp -a kde4/* %buildroot%_sysconfdir/skel/.kde4/
273
mkdir -p %buildroot%_sysconfdir/kde4/xdg/menus/applications-merged/
Sergey V Turchin's avatar
Sergey V Turchin committed
274
install -m 0644 menu/*.menu %buildroot%_sysconfdir/kde4/xdg/menus/applications-merged/
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
275
popd
276

277 278 279
#kde3-settings
pushd kde3-settings
mkdir -p %buildroot%_sysconfdir/skel/.kde
280
cp -a kde/* %buildroot%_sysconfdir/skel/.kde/
281 282 283 284 285
mkdir -p %buildroot%_sysconfdir/skel/.kde/share
mkdir -p %buildroot%_sysconfdir/skel/.kde/share/config
mkdir -p %buildroot%_sysconfdir/skel/.kde/share/apps
cp -a config/* %buildroot%_sysconfdir/skel/.kde/share/config/
cp -a apps/* %buildroot%_sysconfdir/skel/.kde/share/apps/
286 287 288 289
popd

#kde3-splash
pushd kde3-styles-splash
290 291 292 293
mkdir -p "%buildroot/%_datadir/apps/ksplash/Themes/ALTLinux%Theme"
install -m 644 *.jpg "%buildroot/%_datadir/apps/ksplash/Themes/ALTLinux%Theme/"
install -m 644 *.png "%buildroot/%_datadir/apps/ksplash/Themes/ALTLinux%Theme/"
install -m 644 *.rc "%buildroot/%_datadir/apps/ksplash/Themes/ALTLinux%Theme/"
294 295
popd

296 297 298 299
#fwvm-settings
mkdir -p %buildroot/etc/skel
install -m 644 fvwm-settings/.fvwm2rc %buildroot/etc/skel/

300
#gnome-settings
301
%define XdgThemeName %Brand %Theme
302
pushd gnome-settings
303
mkdir -p '%buildroot/%_datadir/themes/%XdgThemeName'
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
304
install -m 644  panel-default-setup.entries '%buildroot/%_datadir/themes/%XdgThemeName/'
305 306 307 308 309
mkdir -p '%buildroot/%_datadir/themes/%XdgThemeName/gtk-2.0'
install -m 644 gtkrc '%buildroot/%_datadir/themes/%XdgThemeName/gtk-2.0'
mkdir -p '%buildroot/%_datadir/themes/%XdgThemeName/metacity-1'
install -m 644 metacity-theme-1.xml '%buildroot/%_datadir/themes/%XdgThemeName/metacity-1/'
install -m 644 index.theme '%buildroot/%_datadir/themes/%XdgThemeName/'
310 311 312
mkdir -p '%buildroot/etc/gnome/xdg/menus/'
install -m 644 gnome-applications.menu '%buildroot/etc/gnome/xdg/menus/'
install -m 644 settings.menu '%buildroot/etc/gnome/xdg/menus/'
313 314
popd

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
315 316
#slideshow
mkdir -p %buildroot/usr/share/install2/slideshow
317
install -m 0644 slideshow/*  %buildroot/usr/share/install2/slideshow/
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
318

319
#bootloader
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
320
%pre bootloader
321
[ -s /usr/share/gfxboot/%theme ] && rm -fr  /usr/share/gfxboot/%theme ||:
322
[ -s /boot/splash/%theme ] && rm -fr  /boot/splash/%theme ||:
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
323 324

%post bootloader
325
%__ln_s -nf %theme/message /boot/splash/message
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
326 327 328 329
. /etc/sysconfig/i18n
lang=$(echo $LANG | cut -d. -f 1)
cd boot/splash/%theme/
echo $lang > lang
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
330
[ "$lang" = "C" ] || echo lang | cpio -o --append -F message
331
. shell-config
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
332
shell_config_set /etc/sysconfig/grub2 GRUB_THEME /boot/grub/themes/%theme/theme.txt
333 334
shell_config_set /etc/sysconfig/grub2 GRUB_COLOR_NORMAL %grub_normal
shell_config_set /etc/sysconfig/grub2 GRUB_COLOR_HIGHLIGHT %grub_high
335 336 337 338 339 340 341


%preun bootloader
[ $1 = 0 ] || exit 0
[ "`readlink /boot/splash/message`" != "%theme/message" ] ||
    %__rm -f /boot/splash/message

342 343 344
%post indexhtml
%_sbindir/indexhtml-update

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
345
%ifnarch %arm
346 347 348
%files bootloader
%_datadir/gfxboot/%theme
/boot/splash/%theme
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
349
/boot/grub/themes/%theme
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
350
%endif
351

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
352 353
#bootsplash
%post bootsplash
354 355 356 357
subst "s/Theme=.*/Theme=%theme/" /etc/plymouth/plymouthd.conf
[ -f /etc/sysconfig/grub2 ] && \
      subst "s|GRUB_WALLPAPER=.*|GRUB_WALLPAPER=/usr/share/plymouth/themes/%theme/grub.jpg|" \
             /etc/sysconfig/grub2 ||:
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
358

359 360 361
%post gnome-settings
%gconf2_set string /desktop/gnome/interface/font_name Sans 11
%gconf2_set string /desktop/gnome/interface/monospace_font_name Monospace 10
362 363
cat '/%_datadir/themes/%XdgThemeName/panel-default-setup.entries' > \
/etc/gconf/schemas/panel-default-setup.entries
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
364 365
/usr/bin/gconftool-2 --direct --config-source=$(/usr/bin/gconftool-2 --get-default-source) \
--load='/%_datadir/themes/%XdgThemeName/panel-default-setup.entries'
366 367
/usr/bin/gconftool-2 --direct --config-source=$(/usr/bin/gconftool-2 --get-default-source) \
--load='/%_datadir/themes/%XdgThemeName/panel-default-setup.entries' /apps/panel
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
368

369

370

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
371
%files alterator
Stanislav Ievlev's avatar
Stanislav Ievlev committed
372 373
%config %_altdir/*.rcc
/usr/share/alterator-browser-qt/design/*.rcc
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
374
/usr/share/alterator/design/*
375

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
376 377 378
%files graphics
%config /etc/alternatives/packages.d/%name-graphics
%_datadir/design
379

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
380
%files bootsplash
381
%_datadir/plymouth/themes/%theme/*
382

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
383 384 385 386
%files release
%_sysconfdir/*-*
%_sysconfdir/buildreqs/packages/ignore.d/*

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
387 388 389
%files notes
%_datadir/alt-notes/*

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
390
%files kde4-settings
391
%_sysconfdir/kde4/xdg/menus/applications-merged/*.menu
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
392
%_sysconfdir/skel/.kde4
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
393

394
%ifnarch %arm
395
%files kde3-settings
396
%_sysconfdir/skel/.kde
397
%_datadir/apps/ksplash/Themes/*
398
%endif
399

400 401 402
%files fvwm-settings
%_sysconfdir/skel/.fvwm2rc

403
%files gnome-settings
404
%_datadir/themes/*
405
/etc/gnome/xdg/menus/*
406

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
407 408
%files slideshow
/usr/share/install2/slideshow
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
409

410
%define indexhtmldir %_defaultdocdir/indexhtml
411

412
%files indexhtml
413 414 415 416 417
%ghost %indexhtmldir/index.html
%indexhtmldir/index-*.html
%indexhtmldir/index.css
%indexhtmldir/img
%_desktopdir/indexhtml.desktop
418
%_datadir/kde4/apps/kio_desktop/DesktopLinks/indexhtml.desktop
419

420
%changelog
421 422 423 424
* Tue Aug 16 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt33
- remove "beta"
- fix FAQ URL for uk,en languages

Sergey V Turchin's avatar
Sergey V Turchin committed
425 426 427
* Wed Aug 03 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt32
- add KDesktop slideshow

428 429 430
* Tue Jul 05 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt31
- don't require altlinux-freedesktop-menu-gnomish-menu

431 432 433
* Mon Jul 04 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt30
- fix indexhtml.desktop permissions

Sergey V Turchin's avatar
Sergey V Turchin committed
434 435 436 437
* Fri Jul 01 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt29
- add grub.png symlink to steps
- rebuilt with new design-bootloader-source

438 439 440
* Fri Jun 24 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt28
- hide cups in KDE4 menu

441 442 443
* Fri Jun 24 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt27
- install indexhtml.desktop to KDE4 desktop

Sergey V Turchin's avatar
Sergey V Turchin committed
444 445 446
* Fri Jun 17 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt26
- fix indexhtml look

Sergey V Turchin's avatar
Sergey V Turchin committed
447 448 449
* Thu Jun 16 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt25
- update boot images

450 451 452
* Thu Jun 16 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt24
- fix boot progress images

Sergey V Turchin's avatar
Sergey V Turchin committed
453 454 455
* Thu Jun 16 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt23
- update boot backgrounds

Sergey V Turchin's avatar
Sergey V Turchin committed
456 457 458
* Tue Jun 14 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt22
- update bootsplash images

Sergey V Turchin's avatar
Sergey V Turchin committed
459 460 461
* Fri Jun 10 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt21
- update boot backgrounds

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
462 463 464
* Fri Jun 10 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.0.0-alt11
- images with p6 logo

Sergey V Turchin's avatar
Sergey V Turchin committed
465 466 467
* Wed Jun 08 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt20
- fix grub2 theme colors

Sergey V Turchin's avatar
Sergey V Turchin committed
468 469 470 471
* Tue Jun 07 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt19
- fix bootloader colors
- fetch colors from KDE4

Sergey V Turchin's avatar
Sergey V Turchin committed
472 473 474 475
* Mon Jun 06 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt18
- fix installer scroll area border color
- merge last changes from centaurus branding

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
476 477 478
* Mon Jun 06 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.0.0-alt10
- automatic 800x600 for virtualbox

Sergey V Turchin's avatar
Sergey V Turchin committed
479 480 481 482
* Fri Jun 03 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt17
- add logos
- update kdm colors

Sergey V Turchin's avatar
Sergey V Turchin committed
483 484 485
* Thu Jun 02 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt16
- update basic colors

Sergey V Turchin's avatar
Sergey V Turchin committed
486 487 488
* Wed Jun 01 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt15
- update basic backgrounds and colors

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
489 490 491 492
* Thu May 26 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.0.0-alt9
- setup default gnome panel
- .gconf deleted from etcskel

493 494 495
* Tue May 24 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt14
- change title label to KDesktop

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
496 497 498
* Mon May 23 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.0.0-alt8
- dependence on altlinux-menus dropped

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
499 500 501 502
* Sat May 07 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.0.0-alt7
- beta status deleted
- rebuild with design-bootloader-source 5.9-alt4

503 504 505
* Thu Apr 28 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt13
- fix default background color

Sergey V Turchin's avatar
Sergey V Turchin committed
506 507 508
* Thu Apr 28 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt12
- fix requires

Sergey V Turchin's avatar
Sergey V Turchin committed
509 510 511 512 513
* Thu Apr 28 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt11
- remove old unused backgrounds
- fix gnome settings placement
- import last changes from centaurus branding

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
514 515 516
* Wed Apr 27 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.0.0-alt6
- settings menu translation fixed

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
517 518 519 520
* Tue Apr 26 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.0.0-alt5
- arm buildabulity
- gnome menus customization

Sergey V Turchin's avatar
Sergey V Turchin committed
521 522 523
* Tue Apr 12 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt10
- update groups and steps icons

524 525 526
* Thu Mar 24 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt9
- return kde3 startup splash

527 528 529
* Tue Feb 22 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt8
- import last changes from centaurus branding

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
530 531 532
* Mon Feb 21 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.0.0-alt4
- indexhtml colors changed (mex3)

533 534 535
* Fri Feb 11 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt7
- import last changes from centaurus branding

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
536 537
* Thu Feb 10 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.0.0-alt3
- fixed logo in web interface
538
- boot colors changed
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
539

540 541
* Mon Feb 07 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt6
- update kdm4 color scheme
542 543
- import last changes from centaurus branding

544 545
* Thu Feb 03 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.0.0-alt2
- install menu position changed
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
546
- web design from mex3@
547

Sergey V Turchin's avatar
Sergey V Turchin committed
548 549 550
* Tue Feb 01 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt5
- import last changes from centaurus branding

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
551 552 553 554 555
* Fri Jan 28 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.0.0-alt1
- production slideshow
- installer wallpaper changed
- grub theme

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
556 557 558
* Wed Dec 15 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.9.9-alt11
- fvwm settings added

Sergey V Turchin's avatar
Sergey V Turchin committed
559 560 561
* Fri Nov 19 2010 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt4
- import last changes from centaurus:
  - gfxboot colors changed
562

563 564 565 566 567 568
* Tue Nov 16 2010 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt3
- import last changes from centaurus:
  - plymouth: scaling for non 4:3 or 16:9 resolutions fixed
  - non 4:3 or 16:9 resolutions support
  - typo in plymouth script fixed

Sergey V Turchin's avatar
Sergey V Turchin committed
569 570 571
* Fri Nov 12 2010 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt2
- update last changes from centaurus

572 573 574
* Thu Oct 28 2010 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt1
- update fixes from centaurus

575 576 577
* Thu Sep 30 2010 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt0.3
- update graphics from centaurus

Sergey V Turchin's avatar
Sergey V Turchin committed
578 579 580
* Tue Sep 14 2010 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt0.2
- update design, codename

581 582 583
* Thu Sep 09 2010 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt0.1
- update kdesktop design to 6.0.0 beta

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
584 585 586 587
* Tue Aug 31 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.9.9-alt4
- status changed to beta
- background changed

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
588 589 590
* Mon Aug 02 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.9.9-alt3
- fonts changed

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
591 592 593
* Tue May 25 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.9.9-alt2.2
- rebuld with design-bootloader-source 5.9

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
594
* Fri May 21 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.9.9-alt2.1
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
595
- rebuild with gfxboot.git-4.1.47
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
596

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
597 598 599
* Tue Apr 06 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.9.9-alt2
- product-logo.png changed

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
600
* Thu Mar 04 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.9.9-alt1
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
601
- Centaurus branding
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
602

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
603 604 605
* Wed Mar 03 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.1-alt1
- OO.o desktop files names changed

Sergey V Turchin's avatar
Sergey V Turchin committed
606 607 608
* Wed Dec 23 2009 Sergey V Turchin <zerg@altlinux.org> 5.0.0-alt28.M51.1
- built for M51

Sergey V Turchin's avatar
Sergey V Turchin committed
609 610 611 612
* Wed Dec 23 2009 Sergey V Turchin <zerg@altlinux.org> 5.0.0-alt29
- add icon for Firewall group
- remove "beta"

Sergey V Turchin's avatar
Sergey V Turchin committed
613 614 615
* Fri Nov 27 2009 Sergey V Turchin <zerg@altlinux.org> 5.0.0-alt26.M51.3
- built for M51

Sergey V Turchin's avatar
Sergey V Turchin committed
616 617 618
* Fri Nov 27 2009 Sergey V Turchin <zerg@altlinux.org> 5.0.0-alt28
- update steps and groups icons

619 620 621
* Mon Nov 23 2009 Sergey V Turchin <zerg@altlinux.org> 5.0.0-alt26.M51.2
- built for M51

622 623 624
* Mon Nov 23 2009 Sergey V Turchin <zerg@altlinux.org> 5.0.0-alt27
- update sysconfig-base icon

Sergey V Turchin's avatar
Sergey V Turchin committed
625 626 627 628 629 630
* Mon Nov 23 2009 Sergey V Turchin <zerg@altlinux.org> 5.0.0-alt26
- udpate graphics
- update alterator-browser-qt style
- remove bootsplash and graphics conflicts
- move status word to SouthEast

Artem Zolochevskiy's avatar
Artem Zolochevskiy committed
631 632 633 634 635
* Fri Oct 30 2009 Artem Zolochevskiy <azol@altlinux.ru> 5.0.0-alt25
- indexhtml:
  + change default indexhtml dir
  + use unified local documentation link

Andrey Cherepanov's avatar
Andrey Cherepanov committed
636 637 638
* Mon Oct 26 2009 Andrey Cherepanov <cas@altlinux.org> 5.0.0-alt22
- provide design-graphics and gnome-session-splash to avoid wrong 
  graphics package installation
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
639

Andrey Cherepanov's avatar
Andrey Cherepanov committed
640 641 642 643
* Thu Oct 22 2009 Andrey Cherepanov <cas@altlinux.org> 5.0.0-alt21
- fix Russian name and copyright years
- fix images
- remove beta status
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
644

Sergey V Turchin's avatar
Sergey V Turchin committed
645 646 647
* Tue Sep 24 2009 Alexandra Panyukova <mex3@altlinux.ru> 5.0.0-alt24
- new pictures

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
648 649
* Mon Sep 07 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt20
- beep on boot disabled
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
650

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
651 652
* Thu Aug 13 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt19
- production images, slides (and colors?)
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
653

Alexey Rusakov's avatar
Alexey Rusakov committed
654 655 656
* Sun Jul 12 2009 Alexey Rusakov <ktirf@altlinux.org> 5.0.0-alt18.1.1
- fix unexpanded autoconf substitute (closes bug 20757)
- beautify theme names in -gnome-settings
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
657

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
658 659 660
* Thu Jun 25 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt18.1
- titles removed from wallpater and installer 

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
661 662 663
* Wed Jun 24 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt18
- sources restructure 

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
664 665 666 667
* Thu Jun 11 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt17
- ksplashrc added for kde4
- kde3-settings and splash for kde3 added (mex@)
- gnome-settngs added (mex@)
668

Alexandra Panyukova's avatar
Alexandra Panyukova committed
669
* Wed May 13 2009 Alexandra Panyukova <mex3@altlinux.ru> 5.0.0-alt16
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
670
- \%setup fixed from boyarsh@
Alexandra Panyukova's avatar
Alexandra Panyukova committed
671 672
- remove package name from .gear-rules from boyarsh@

Alexandra Panyukova's avatar
Alexandra Panyukova committed
673 674 675 676
* Fri Apr 24 2009 Alexandra Panyukova <mex3@altlinux.ru> 5.0.0-alt15
- minor fixes of strange merge
- changes in alterator.css.in from inger@

Alexandra Panyukova's avatar
Alexandra Panyukova committed
677 678 679
* Fri Apr 17 2009 Alexandra Panyukova <mex3@altlinux.ru> 5.0.0-alt14
- better quality background image for installer

Alexandra Panyukova's avatar
Alexandra Panyukova committed
680 681 682 683
* Thu Apr 16 2009 Alexandra Panyukova <mex3@altlinux.ru> 5.0.0-alt13
- alterator.css = alterator.css+menu.css
- some strange results of merge fixed

Alexandra Panyukova's avatar
Alexandra Panyukova committed
684 685 686
* Fri Apr 10 2009 Alexandra Panyukova <mex3@altlinux.ru> 5.0.0-alt12
- gear-rules fixed

Alexandra Panyukova's avatar
Alexandra Panyukova committed
687 688 689 690 691
* Fri Apr 10 2009 Alexandra Panyukova <mex3@altlinux.ru> 5.0.0-alt11
- web logo - white and smaller;
  labels on buttons - darker;
  disabled elements - lighter;

Alexandra Panyukova's avatar
Alexandra Panyukova committed
692 693 694
* Fri Apr 10 2009 Alxandra Panyukova <mex3@altlinux.ru> 5.0.0-alt10
- some misspells fixed

Alexandra Panyukova's avatar
Alexandra Panyukova committed
695 696 697
* Thu Apr 09 2009 Alexandra Panyukova <mex3@altlinux.ru> 5.0.0-alt9
- darker text and new logo for web

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
698 699
* Thu Apr 09 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt8
- gradients and some colors in css fixed by mex3@
Alexandra Panyukova's avatar
Alexandra Panyukova committed
700

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
701 702 703 704 705 706 707 708 709 710 711 712 713
* Tue Apr 07 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt7
- fixes for installer design from mex3@ 

* Fri Apr 03 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt6
- default gray design from mex3@
- \%status_en intorduces for release file 

* Wed Apr 01 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt5
- logo in www design fixed 

* Tue Mar 31 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt4
- www design fixed 

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
714 715 716 717
* Tue Mar 31 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt3
- conflicts for -alterator subpackages added
- design for web alterator changed

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
718 719 720
* Mon Mar 30 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt2
- -browser-qt subpackage remaned to -alterator as it really is

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
721 722 723 724
* Fri Mar 27 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt1
- addes \%status to altlinux-release
- images for verbose bootsplash mode from one source

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
725
* Wed Mar 25 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt24
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
726
- added versioned provides for indexhtml 
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
727 728

* Tue Mar 24 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt23
729
- indexhtml subpackage added 
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
730 731 732 733 734

* Mon Mar 23 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt22
- nepomukserverrc added into kde4 

* Wed Mar 18 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt21
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
735
- other images for browser-qt added
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
736 737
- gtkrcs added into kde4-settings
- plasma-applet-networkmanagenemt removed from kde4 by default
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
738
- conflicts bitween different brandings added
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
739 740

* Thu Mar 05 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt20
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
741
- steps icons added 
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
742 743

* Fri Feb 27 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt19
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
744 745
- sample slideshow added

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777
* Wed Feb 25 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt18
- 1024x768 removed :D
- more transparent menu selection bar

* Tue Feb 24 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt17
- 1024x768 added 
- fonts changed

* Thu Feb 19 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt16
- not setup language in bootloader during install (when it is 'C') 

* Wed Feb 18 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt15
- rebuild with new bootloader-source with support of real language change 

* Tue Feb 17 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt14
- auto set default language for bootloader from /etc/sysconfig/i18n 

* Mon Feb 16 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt13
- rebuild for fix oversized /boot/splash/message 

* Fri Feb 13 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt12
- default language set to ru_RU for system boot 

* Wed Feb 11 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt11
- fixed conflict of notes subpackage with itself 

* Tue Feb 10 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt10
- more kde4 settings from zerg@ 
- alternative and obsoletes for graphics added

* Thu Feb 05 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt9
- rebuild with new translations 
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
778

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
779 780
* Thu Feb 05 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt8
- added kde4-settings subpackage 
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
781

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
782 783
* Wed Feb 04 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt7
- added conflicts for notes 
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
784

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
785 786
* Mon Jan 26 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt6
- xdm background fixed 
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
787

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
788 789 790
* Fri Jan 23 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt5
- added 'notes' subpackage 

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
791 792 793
* Thu Jan 15 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt4
- fixed problem with owerwritten alternative 

Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
794 795 796
* Wed Jan 14 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt3
- release subpackage added 

797
* Fri Dec 26 2008 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt2
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
798 799
- colors integration
- graphics package added
800

801 802 803
* Thu Dec 18 2008 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt1
- initial sceleton