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
48cdab78
Commit
48cdab78
authored
Jul 04, 2013
by
Anton V. Boyarshinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
7.0.0-alt2
- os-release fixed
parent
72db948c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
branding.spec
branding.spec
+5
-2
os-release.in
components/systemd/os-release.in
+3
-3
configure.ac
configure.ac
+2
-0
No files found.
branding.spec
View file @
48cdab78
...
...
@@ -6,7 +6,7 @@
Name: branding-%brand-%theme
Version: 7.0.0
Release: alt
1
Release: alt
2
BuildRequires: cpio fonts-ttf-dejavu fonts-ttf-droid
BuildRequires: design-bootloader-source >= 5.0-alt2
...
...
@@ -218,7 +218,7 @@ ALT Linux index.html welcome page.
%build
autoconf
THEME=%theme NAME='%Theme' BRAND_FNAME='%Brand' BRAND='%brand' STATUS_EN=%status_en STATUS=%status VERSION=%version PRODUCT_NAME_RU='%ProductName_ru' X86='%x86' ./configure
THEME=%theme NAME='%Theme' BRAND_FNAME='%Brand' BRAND='%brand' STATUS_EN=%status_en STATUS=%status VERSION=%version PRODUCT_NAME_RU='%ProductName_ru'
CODENAME='%codename'
X86='%x86' ./configure
make
%install
...
...
@@ -364,6 +364,9 @@ subst 's/#theme-name=/theme-name=Clearlooks-Phenix/' /etc/lightdm/lightdm-gtk-gr
%_desktopdir/indexhtml.desktop
%changelog
* Thu Jul 04 2013 Anton V. Boyarshinov <boyarsh@altlinux.ru> 7.0.0-alt2
- os-release fixed
* Tue Jun 18 2013 Anton V. Boyarshinov <boyarsh@altlinux.ru> 7.0.0-alt1
- release version
...
...
components/systemd/os-release
→
components/systemd/os-release
.in
View file @
48cdab78
NAME="ALT Linux"
VERSION="
6.9.0 alpha (Cheiron
)"
VERSION="
@VERSION@ @STATUS_EN@ (@CODENAME@
)"
ID=altlinux
VERSION_ID=6.9.0
PRETTY_NAME="
ALT Linux 6.9.0 Centaurus alpha (Cheiron
)"
PRETTY_NAME="
@BRAND_FNAME@ @VERSION@ @STATUS_EN@ @NAME@ (@CODENAME@
)"
ANSI_COLOR="1;33"
CPE_NAME="cpe:/o:alt linux:
centaurus:6.9.0
"
CPE_NAME="cpe:/o:alt linux:
@THEME@:@VERSION@
"
HOME_URL="http://altlinux.ru/"
BUG_REPORT_URL="https://bugs.altlinux.org/"
configure.ac
View file @
48cdab78
...
...
@@ -18,6 +18,7 @@ DARK_COLOR_DEC=`./color_dec ${DARK_COLOR_HEX}`
DOCDIR=documentation
AC_SUBST(THEME)
AC_SUBST(CODENAME)
AC_SUBST(NAME)
AC_SUBST(BRAND)
AC_SUBST(BRAND_FNAME)
...
...
@@ -50,6 +51,7 @@ AC_CONFIG_FILES([
components/bootloader/gfxboot.cfg
components/indexhtml/index-ru.html
components/indexhtml/index-en.html
components/systemd/os-release
kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc
notes/release-notes.ru.html
notes/release-notes.all.html
...
...
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