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
5a260fd3
Commit
5a260fd3
authored
Dec 26, 2008
by
Anton V. Boyarshinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5.0-alt2
- colors integration - graphics package added
parent
5a3d0325
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
47 additions
and
1 deletion
+47
-1
branding-alt-desktop.spec
branding-alt-desktop.spec
+34
-1
configure.ac
configure.ac
+13
-0
kdeglobals.in
kde3-settings/config/kdeglobals.in
+0
-0
No files found.
branding-alt-desktop.spec
View file @
5a260fd3
...
@@ -64,6 +64,18 @@ PreReq(post,preun): alternatives >= 0.2
...
@@ -64,6 +64,18 @@ PreReq(post,preun): alternatives >= 0.2
%description browser-qt
%description browser-qt
Design for QT alterator for Desktop version
Design for QT alterator for Desktop version
%package graphics
Summary: design for ALT
License: Different licenses
Group: Graphics
Provides: design-graphics-%theme
PreReq(post,preun): alternatives >= 0.2
%description graphics
This package contains some graphics for ALT design.
%prep
%prep
%setup -q
%setup -q
...
@@ -119,6 +131,23 @@ cat >%buildroot/%_altdir/%name <<__EOF__
...
@@ -119,6 +131,23 @@ cat >%buildroot/%_altdir/%name <<__EOF__
__EOF__
__EOF__
popd
popd
#graphicks
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
install -d %buildroot//etc/alternatives/packages.d
cat >%buildroot/etc/alternatives/packages.d/%name <<__EOF__
%_datadir/artworks %_datadir/design/%theme 10
%_datadir/design-current %_datadir/design/%theme 10
__EOF__
#bootloader
#bootloader
%pre bootloader
%pre bootloader
...
@@ -154,6 +183,9 @@ popd
...
@@ -154,6 +183,9 @@ popd
/usr/share/alterator-browser-qt/design/desktop.rcc
/usr/share/alterator-browser-qt/design/desktop.rcc
%files graphics
%config /etc/alternatives/packages.d/%name
%_datadir/design
%files bootsplash
%files bootsplash
%_sysconfdir/bootsplash/themes/%theme/
%_sysconfdir/bootsplash/themes/%theme/
...
@@ -161,7 +193,8 @@ popd
...
@@ -161,7 +193,8 @@ popd
%changelog
%changelog
* Fri Dec 26 2008 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt2
* Fri Dec 26 2008 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt2
- colors integration
- colors integration
- graphics package added
* Thu Dec 18 2008 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt1
* Thu Dec 18 2008 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt1
- initial sceleton
- initial sceleton
...
...
configure.ac
View file @
5a260fd3
...
@@ -37,6 +37,18 @@ AC_ARG_WITH(status,
...
@@ -37,6 +37,18 @@ AC_ARG_WITH(status,
[
[
STATUS=""
STATUS=""
])
])
AC_ARG_WITH(brand,
AC_HELP_STRING([--with-status=brand],
[brand, e.g '--with-brand="ALT Linux"']),
[
if test -n "$with_brand" ; then
BRAND_FNAME="$with_brand"
fi
],
[
BRAND_FNAME=""
])
AC_ARG_WITH(version,
AC_ARG_WITH(version,
AC_HELP_STRING([--with-version=5.0],
AC_HELP_STRING([--with-version=5.0],
...
@@ -59,6 +71,7 @@ INACTIVE_COLOR=`./fetch_color inactiveTitleBtnBg`
...
@@ -59,6 +71,7 @@ INACTIVE_COLOR=`./fetch_color inactiveTitleBtnBg`
AC_SUBST(THEMEMC)
AC_SUBST(THEMEMC)
AC_SUBST(THEMELC)
AC_SUBST(THEMELC)
AC_SUBST(THEME)
AC_SUBST(THEME)
AC_SUBST(BRAND_FNAME)
AC_SUBST(STATUS)
AC_SUBST(STATUS)
AC_SUBST(VERSION)
AC_SUBST(VERSION)
AC_SUBST(PROGRESS_COLOR)
AC_SUBST(PROGRESS_COLOR)
...
...
kde3-settings/config/kdeglobals
→
kde3-settings/config/kdeglobals
.in
View file @
5a260fd3
File moved
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