Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
62e78bd2
Commit
62e78bd2
authored
Aug 06, 2009
by
Anton V. Boyarshinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xfce settings added
parent
5f43d4c7
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
313 additions
and
2 deletions
+313
-2
branding.spec
branding.spec
+56
-2
lite.png
xfce-settings/backgrounds/lite.png
+0
-0
xdm.png
xfce-settings/backgrounds/xdm.png
+0
-0
AbiWord Document.abw
xfce-settings/etcskel/Templates/AbiWord Document.abw
+25
-0
Gnumeric Spreadsheet.gnumeric
...-settings/etcskel/Templates/Gnumeric Spreadsheet.gnumeric
+0
-0
OpenOffice.org Calc.ods
xfce-settings/etcskel/Templates/OpenOffice.org Calc.ods
+0
-0
OpenOffice.org Draw.odg
xfce-settings/etcskel/Templates/OpenOffice.org Draw.odg
+0
-0
OpenOffice.org Impress.odp
xfce-settings/etcskel/Templates/OpenOffice.org Impress.odp
+0
-0
OpenOffice.org Writer.odt
xfce-settings/etcskel/Templates/OpenOffice.org Writer.odt
+0
-0
gtkrc
xfce-settings/themes/ALTLinux/gtk-2.0/gtkrc
+232
-0
splash.png
xfce-settings/themes/ALTLinux/splash.png
+0
-0
No files found.
branding.spec
View file @
62e78bd2
...
@@ -22,7 +22,7 @@ BuildRequires: ImageMagick fontconfig bc
...
@@ -22,7 +22,7 @@ BuildRequires: ImageMagick fontconfig bc
%define Theme Desktop
%define Theme Desktop
%define status ПРОТОТИП
%define status ПРОТОТИП
%define status_en Prototype
%define status_en Prototype
%define variants altlinux-office-desktop altlinux-office-server altlinux-lite
%define variants altlinux-office-desktop altlinux-office-server altlinux-lite
altlinux-workbench school-master altlinux-gnome-desktop
Packager: Anton V. Boyarshinov <boyarsh at altlinux dot org>
Packager: Anton V. Boyarshinov <boyarsh at altlinux dot org>
...
@@ -146,7 +146,7 @@ KDE3 settings for %Brand %version %Theme
...
@@ -146,7 +146,7 @@ KDE3 settings for %Brand %version %Theme
Summary: GNOME settings for %Brand %version %Theme
Summary: GNOME settings for %Brand %version %Theme
License: Distributable
License: Distributable
Group: Graphical desktop/
KD
E
Group: Graphical desktop/
GNOM
E
Requires: altlinux-menus
Requires: altlinux-menus
Requires: gtk2-theme-mist
Requires: gtk2-theme-mist
Provides: gnome-theme-%brand-%theme = %version-%release
Provides: gnome-theme-%brand-%theme = %version-%release
...
@@ -158,6 +158,18 @@ Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "brandi
...
@@ -158,6 +158,18 @@ Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "brandi
%description gnome-settings
%description gnome-settings
GNOME settings for %Brand %version %Theme
GNOME settings for %Brand %version %Theme
%package xfce-settings
Summary: XFCE settings for %Brand %version %Theme
License: Distributable
Group: Graphical desktop
#Provides: gnome-menus
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-xfce-settings ";done )
%description xfce-settings
XFCE settings for %Brand %version %Theme
%package slideshow
%package slideshow
Summary: Slideshow for %Brand %version %Theme installer
Summary: Slideshow for %Brand %version %Theme installer
...
@@ -291,6 +303,33 @@ touch %buildroot%_indexhtmldir/index.html
...
@@ -291,6 +303,33 @@ touch %buildroot%_indexhtmldir/index.html
install -m644 indexhtml.desktop %buildroot%_desktopdir/
install -m644 indexhtml.desktop %buildroot%_desktopdir/
popd
popd
#xfce-settings
pushd xfce-settings
mkdir -p %buildroot/etc/skel/.config/xfce4/desktop
mkdir -p %buildroot/etc/skel/.config/xfce4/mcs_settings
mkdir -p %buildroot/etc/skel/.config/xfce4/panel
mkdir -p %buildroot/etc/skel/.config/xfce4-session
mkdir -p %buildroot/etc/skel/.config/autostart
mkdir -p %buildroot/etc/skel/.local/share/applications
mkdir -p %buildroot/etc/skel/Templates
install -m 644 etcskel/Templates/* %buildroot/etc/skel/Templates/
install -m 644 etcskel/.config/xfce4/helpers.rc %buildroot/etc/skel/.config/xfce4/
install -m 644 etcskel/.config/xfce4/desktop/* %buildroot/etc/skel/.config/xfce4/desktop
install -m 644 etcskel/.config/xfce4/mcs_settings/* %buildroot/etc/skel/.config/xfce4/mcs_settings
install -m 644 etcskel/.config/xfce4/panel/* %buildroot/etc/skel/.config/xfce4/panel
install -m 644 etcskel/.config/xfce4-session/* %buildroot/etc/skel/.config/xfce4-session/
install -m 644 etcskel/.config/autostart/* %buildroot/etc/skel/.config/autostart
install -m 644 etcskel/.local/share/applications/* %buildroot/etc/skel/.local/share/applications
install -m 644 etcskel/.wm-select %buildroot/etc/skel/
install -m 644 etcskel/.Xdefaults %buildroot/etc/skel/
mkdir -p %buildroot/usr/share/xfce4/backdrops
install -m 644 backgrounds/* %buildroot/usr/share/xfce4/backdrops
mkdir -p '%buildroot/usr/share/themes/ALTLinux-%Theme/gtk-2.0'
install -m 644 'themes/ALTLinux/gtk-2.0/* %buildroot/usr/share/themes/ALTLinux-%Theme/gtk-2.0/'
install -m 644 'themes/ALTLinux/*.png %buildroot/usr/share/themes/ALTLinux-%Theme/'
popd
#bootloader
#bootloader
%pre bootloader
%pre bootloader
[ -s /boot/splash/%theme ] && rm -fr /boot/splash/%theme ||:
[ -s /boot/splash/%theme ] && rm -fr /boot/splash/%theme ||:
...
@@ -370,6 +409,21 @@ echo $lang > lang
...
@@ -370,6 +409,21 @@ echo $lang > lang
%_indexhtmldir/*
%_indexhtmldir/*
%_desktopdir/*
%_desktopdir/*
%files xfce-settings
/etc/skel/Templates
%exclude /etc/skel/Templates/*
/etc/skel/.wm-select
/etc/skel/.Xdefaults
/etc/skel/.config
/etc/skel/.config
/etc/skel/.local
%exclude /etc/skel/.config/xfce4/panel/launcher-11888137035.rc
%exclude /etc/skel/.config/xfce4/panel/launcher-12888137035.rc
%exclude /etc/skel/.config/xfce4/panel/launcher-10.rc
/usr/share/themes/*
/usr/share/xfce4/backdrops
%changelog
%changelog
* Thu Jun 11 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt17
* Thu Jun 11 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt17
- ksplashrc added for kde4
- ksplashrc added for kde4
...
...
xfce-settings/backgrounds/lite.png
0 → 100644
View file @
62e78bd2
This diff is collapsed.
Click to expand it.
xfce-settings/backgrounds/xdm.png
0 → 100644
View file @
62e78bd2
This diff is collapsed.
Click to expand it.
xfce-settings/etcskel/Templates/AbiWord Document.abw
0 → 100644
View file @
62e78bd2
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE abiword PUBLIC "-//ABISOURCE//DTD AWML 1.0 Strict//EN" "http://www.abisource.com/awml.dtd">
<abiword
template=
"false"
styles=
"unlocked"
xmlns:fo=
"http://www.w3.org/1999/XSL/Format"
xmlns:svg=
"http://www.w3.org/2000/svg"
xid-max=
"2"
xmlns:dc=
"http://purl.org/dc/elements/1.1/"
fileformat=
"1.1"
xmlns:math=
"http://www.w3.org/1998/Math/MathML"
xmlns:awml=
"http://www.abisource.com/awml.dtd"
xmlns=
"http://www.abisource.com/awml.dtd"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
version=
"1.9.1"
xml:space=
"preserve"
props=
"dom-dir:ltr; document-footnote-restart-section:0; document-endnote-type:numeric; document-endnote-place-enddoc:1; document-endnote-initial:1; lang:ru-RU; document-endnote-restart-section:0; document-footnote-restart-page:0; document-footnote-type:numeric; document-footnote-initial:1; document-endnote-place-endsection:0"
>
<!-- ======================================================================== -->
<!-- This file is an AbiWord document. -->
<!-- AbiWord is a free, Open Source word processor. -->
<!-- More information about AbiWord is available at http://www.abisource.com/ -->
<!-- You should not edit this file by hand. -->
<!-- ======================================================================== -->
<metadata>
<m
key=
"dc.format"
>
application/x-abiword
</m>
<m
key=
"abiword.generator"
>
AbiWord
</m>
</metadata>
<history
version=
"1"
edit-time=
"28"
last-saved=
"1220355936"
uid=
"97a36974-78e4-11dd-8fc6-95322c393459"
>
<version
id=
"1"
started=
"1220355936"
uid=
"a84e51bc-78e4-11dd-8fc6-95322c393459"
auto=
"0"
top-xid=
"2"
/>
</history>
<styles>
<s
type=
"P"
name=
"Normal"
followedby=
"Current Settings"
props=
"font-family:Times New Roman; margin-top:0pt; color:000000; margin-left:0pt; text-position:normal; widows:2; font-style:normal; text-indent:0in; font-variant:normal; font-weight:normal; margin-right:0pt; font-size:12pt; text-decoration:none; margin-bottom:0pt; line-height:1.0; bgcolor:transparent; text-align:left; font-stretch:normal"
/>
</styles>
<pagesize
pagetype=
"A4"
orientation=
"portrait"
width=
"210.000000"
height=
"297.000000"
units=
"mm"
page-scale=
"1.000000"
/>
<section
xid=
"1"
props=
"page-margin-footer:0.5000in; page-margin-header:0.5000in; page-margin-right:1.0000in; page-margin-left:1.0000in; page-margin-top:1.0000in; page-margin-bottom:1.0000in"
>
<p
style=
"Normal"
xid=
"2"
></p>
</section>
</abiword>
xfce-settings/etcskel/Templates/Gnumeric Spreadsheet.gnumeric
0 → 100644
View file @
62e78bd2
File added
xfce-settings/etcskel/Templates/OpenOffice.org Calc.ods
0 → 100644
View file @
62e78bd2
File added
xfce-settings/etcskel/Templates/OpenOffice.org Draw.odg
0 → 100644
View file @
62e78bd2
File added
xfce-settings/etcskel/Templates/OpenOffice.org Impress.odp
0 → 100644
View file @
62e78bd2
File added
xfce-settings/etcskel/Templates/OpenOffice.org Writer.odt
0 → 100644
View file @
62e78bd2
File added
xfce-settings/themes/ALTLinux/gtk-2.0/gtkrc
0 → 100644
View file @
62e78bd2
# created by Ksenia Kharitonova and Anton Boyarshinov
# based on Xfce-4.2, created June 2005 by Olivier Fourdan
# Released under the GPL license
style "default"
{
GtkButton::default_border = {0, 0, 0, 0}
GtkButton::default_outside_border = {0, 0, 0, 0}
GtkButton::child_displacement_x = 0
GtkButton::child_displacement_y = 1
GtkButton::default_spacing = 5
GtkButton::focus-padding = 1
GtkCheckButton::indicator_size = 12
GtkMenuBar::internal-padding = 2
GtkMenuBar::shadow_type = out
GtkHandleBox::shadow_type = out
GtkMenuItem::selected_shadow_type = etched-in
GtkPaned::handle_full_size = 1
GtkPaned::handle_size = 7
GtkRadioButton::indicator_size = 15
GtkRange::slider_width = 15
GtkRange::stepper_size = 15
GtkRange::stepper_spacing = 0
GtkRange::trough_border = 0
GtkScrollbar::has_backward_stepper = 1
GtkScrollbar::min_slider_length = 20
GtkToolbar::shadow_type = out
GtkWidget::focus-line-width = 1
GtkWidget::focus_padding = 4
GtkWidget::interior_focus = 5
GtkWidget::internal_padding = 4
ExoIconBar::focus_padding = 2
xthickness = 2
ythickness = 2
base[ACTIVE] = "#d3d7e0"
base[INSENSITIVE] = "#bcd2d1"
base[NORMAL] = "#ffffff"
base[PRELIGHT] = "#86CBED"
base[SELECTED] = "#86CBED"
bg[ACTIVE] = "#e6e8ea"
bg[INSENSITIVE] = "#DBE9EB"
bg[NORMAL] = "#DBE9EB"
bg[PRELIGHT] = "#86CBED"
bg[SELECTED] = "#86CBED"
fg[ACTIVE] = "#000000"
fg[INSENSITIVE] = "#8e8e8a"
fg[NORMAL] = "#000000"
fg[PRELIGHT] = "#000000"
fg[SELECTED] = "#000000"
text[ACTIVE] = "#000000"
text[INSENSITIVE] = "#000000"
text[NORMAL] = "#000000"
text[PRELIGHT] = "#000000"
text[SELECTED] = "#000000"
}
style "colored" = "default"
{
xthickness = 2
ythickness = 2
bg[ACTIVE] = "#bcd2d1"
bg[PRELIGHT] = "#86CBED"
base[PRELIGHT] = "#bcd2d1"
fg[ACTIVE] = "#000000"
fg[PRELIGHT] = "#ffffff"
text[PRELIGHT] = "#ffffff"
}
style "menu" = "colored"
{
xthickness = 2
ythickness = 2
bg[INSENSITIVE] = "#DBE9EB"
bg[NORMAL] = "#DBE9EB"
bg[ACTIVE] = "#DBE9EB"
bg[INSENSITIVE] = "#DBE9EB"
bg[NORMAL] = "#DBE9EB"
bg[ACTIVE] = "#DBE9EB"
}
style "menuitem" = "menu"
{
xthickness = 1
ythickness = 2
bg[INSENSITIVE] = "#DBE9EB"
bg[NORMAL] = "#DBE9EB"
}
style "menubar" = "colored"
{
xthickness = 2
ythickness = 2
}
style "button" = "default"
{
xthickness = 2
ythickness = 2
bg[PRELIGHT] = "#e2eae7"
bg[NORMAL] = "#DDE6E3"
bg[ACTIVE] = "#e2eae7"
}
style "notebook" = "default"
{
xthickness = 2
ythickness = 2
bg[NORMAL] = "#e5f0f1"
bg[ACTIVE] = "#b3d1d5"
}
style "scrollbar" = "default"
{
xthickness = 2
ythickness = 2
fg[PRELIGHT] = "#000000"
bg[NORMAL] = "#a6d9f2"
bg[ACTIVE] = "#bbcfd8"
}
style "scale" = "scrollbar"
{
xthickness = 2
ythickness = 2
}
style "progress" = "colored"
{
xthickness = 0
ythickness = 0
bg[NORMAL] = "#d3d7e0"
bg[ACTIVE] = "#a5a5a9"
}
style "handlebox" = "default"
{
xthickness = 0
ythickness = 2
}
style "rox" = "default"
{
bg[NORMAL] = "#ffffff"
bg[ACTIVE] = "#ffffff"
}
style "titlebar" = "default"
{
bg[SELECTED] = "#3b8cbb"
fg[SELECTED] = "#000000"
bg[INSENSITIVE] = "#bcd2d1"
fg[INSENSITIVE] = "#8e9795"
}
widget_class "*" style "default"
widget_class "*GtkTree*" style "colored"
class "*GtkTree*" style "colored"
widget_class "*GtkCTree*" style "colored"
class "*GtkCTree*" style "colored"
widget_class "*GtkList*" style "colored"
class "*GtkList*" style "colored"
widget_class "*GtkCList*" style "colored"
class "*GtkCList*" style "colored"
widget_class "*Entry*" style "colored"
class "*Entry*" style "colored"
widget_class "*Text*" style "colored"
class "*Text*" style "colored"
widget_class "*Menu*" style "menu"
class "*Menu*" style "menu"
widget_class "*MenuItem*" style "menuitem"
class "*MenuItem*" style "menuitem"
widget_class "*BonoboDockItem" style "menubar"
class "*BonoboDockItem" style "menubar"
widget_class "*ToolBar" style "menubar"
class "*ToolBar" style "menubar"
widget_class "*MenuBar" style "menubar"
class "*MenuBar" style "menubar"
widget_class "*Button*" style "button"
class "*Button*" style "button"
widget_class "*button*" style "button"
class "*button*" style "button"
widget_class "*OptionMenu*" style "button"
class "*OptionMenu*" style "button"
widget_class "*.GtkNotebook" style "notebook"
class "*.GtkNotebook" style "notebook"
widget_class "*GtkVScrollbar*" style "scrollbar"
class "*GtkVScrollbar*" style "scrollbar"
widget_class "*GtkHScrollbar*" style "scrollbar"
class "*GtkHScrollbar*" style "scrollbar"
widget_class "*GtkHScale*" style "scale"
class "*GtkHScale*" style "scale"
widget_class "*GtkVScale*" style "scale"
class "*GtkVScale*" style "scale"
widget_class "*.GtkProgress*" style "progress"
class "*.GtkProgress*" style "progress"
widget_class "*HandleBox" style "handlebox"
widget_class "*.Collection" style "rox"
widget "xfwm" style "titlebar"
class "MetaFrames" style "titlebar"
widget_class "MetaFrames" style "titlebar"
xfce-settings/themes/ALTLinux/splash.png
0 → 100644
View file @
62e78bd2
28.4 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment