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
2e50dcb9
Commit
2e50dcb9
authored
Sep 30, 2011
by
Anton V. Boyarshinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6.0.0-alt17
- theme-livecd.qrc for livecd
parent
c05923cb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
branding.spec
branding.spec
+4
-1
components.mk
components.mk
+3
-1
No files found.
branding.spec
View file @
2e50dcb9
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
Name: branding-%brand-%theme
Name: branding-%brand-%theme
Version: 6.0.0
Version: 6.0.0
Release: alt1
6
Release: alt1
7
BuildRequires: cpio fonts-ttf-dejavu fonts-ttf-droid
BuildRequires: cpio fonts-ttf-dejavu fonts-ttf-droid
BuildRequires: design-bootloader-source >= 5.0-alt2
BuildRequires: design-bootloader-source >= 5.0-alt2
...
@@ -415,6 +415,9 @@ cat '/%_datadir/themes/%XdgThemeName/panel-default-setup.entries' > \
...
@@ -415,6 +415,9 @@ cat '/%_datadir/themes/%XdgThemeName/panel-default-setup.entries' > \
%_desktopdir/indexhtml.desktop
%_desktopdir/indexhtml.desktop
%changelog
%changelog
* Fri Sep 30 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.0.0-alt17
- theme-livecd.qrc for livecd
* Fri Sep 09 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.0.0-alt16
* Fri Sep 09 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.0.0-alt16
- gtk theme fix from mex3@
- gtk theme fix from mex3@
...
...
components.mk
View file @
2e50dcb9
...
@@ -5,7 +5,9 @@ components/browser-qt/design/bg.png: images/installer.png
...
@@ -5,7 +5,9 @@ components/browser-qt/design/bg.png: images/installer.png
browser-qt:components/browser-qt/design/bg.png
browser-qt:components/browser-qt/design/bg.png
install -d $(datadir)/alterator-browser-qt/design
install -d $(datadir)/alterator-browser-qt/design
cd components/browser-qt; rcc-qt4 -binary theme.qrc -o $(datadir)/alterator-browser-qt/design/$(THEME).rcc; cd -
rcc-qt4 -binary components/browser-qt/theme.qrc -o $(datadir)/alterator-browser-qt/design/$(THEME).rcc;
subst 's/background-image.*//' components/browser-qt/design/design.qss
rcc-qt4 -binary components/browser-qt/theme.qrc -o $(datadir)/alterator-browser-qt/design/$(THEME)-live.rcc;
install -d $(sysconfdir)/alternatives/packages.d
install -d $(sysconfdir)/alternatives/packages.d
printf '/etc/alterator/design-browser-qt\t/usr/share/alterator-browser-qt/design/$(THEME).rcc\t50\n'>$(sysconfdir)/alternatives/packages.d/$(THEME).rcc
printf '/etc/alterator/design-browser-qt\t/usr/share/alterator-browser-qt/design/$(THEME).rcc\t50\n'>$(sysconfdir)/alternatives/packages.d/$(THEME).rcc
...
...
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