Skip to content

Commit f66d3f8

Browse files
committed
Merge branch 'dev' into dev-stable
2 parents 5998424 + a32fbbd commit f66d3f8

13 files changed

Lines changed: 72 additions & 8 deletions

File tree

channels/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## チャンネルについて
2+
チャンネルはビルドに必要なパッケージやファイル、設定などをひとまとめにしたものです。
3+
チャンネルを切り替えることによって様々なエディションをビルドできます。
4+
また、非公式なチャンネルを開発することで簡単にArch Linux派生ディストリビューションを開発することもできます。
5+
6+
チャンネルの詳細な仕様は[こちら](/docs/jp/CHANNEL.md)を参照して下さい。
7+
また、各チャンネルの概要はそれぞれのディレクトリのREADNEを参照して下さい。
8+

channels/cinnamon/README

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Alter Linux Cinnamon
2+
===========
3+
4+
Japanese:
5+
中量級としてCinnamonエディションは開発されました。
6+
豪華なアニメーションと基本的なソフトウェアが入っています。
7+
x86_64をサポートしており、i686の中で最も重いエディションです。
8+
チャンネル名は cinnamon です
9+
10+
English:
11+
Cinnamon Edition was developed as a middleweight class system.
12+
Gorgeous animation & standard software included.
13+
Supported x86_64 & i686.This is a heaviest edition for i686.
14+
The channel-name is cinnamon.

channels/cinnamon/airootfs.any/etc/skel/.bash_profile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
[[ -f ~/.bashrc ]] && . ~/.bashrc
6-
[[ -f /usr/local/bin/alterlinux-user-directory ]] && /usr/local/bin/alterlinux-user-directory
6+
77
if [[ $(systemctl is-active graphical.target) = "active" ]] && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
88
exec startx
99
fi

channels/cinnamon/airootfs.any/etc/skel/.zprofile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# ~/.zsh_profile
33
#
44

5-
[[ -f /usr/local/bin/alterlinux-user-directory ]] && /usr/local/bin/alterlinux-user-directory
65
if [[ $(systemctl is-active graphical.target) = "active" ]] && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
76
exec startx
87
fi

channels/i3/airootfs.any/etc/skel/.bash_profile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
[[ -f ~/.bashrc ]] && . ~/.bashrc
6-
[[ -f /usr/local/bin/alterlinux-user-directory ]] && /usr/local/bin/alterlinux-user-directory
6+
[
77
if [[ $(systemctl is-active graphical.target) = "active" ]] && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
88
exec startx
99
fi

channels/i3/airootfs.any/etc/skel/.zprofile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# ~/.zsh_profile
33
#
44

5-
[[ -f /usr/local/bin/alterlinux-user-directory ]] && /usr/local/bin/alterlinux-user-directory
65
if [[ $(systemctl is-active graphical.target) = "active" ]] && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
76
exec startx
87
fi

channels/lxde/README

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Alter Linux LXDE
2+
===========
3+
4+
Japanese:
5+
Alter Linux LXDEはGUIを搭載した中では最も軽量です。
6+
システム設定ツールと最小限のGTKソフトウェアをが入っています。
7+
LXDEはAlter Linux独自のカスタマイズがされています。
8+
GTKテーマとしてAdapta、アイコンテーマとしてPapirusが使用されています。
9+
チャンネル名は lxde です。
10+
11+
English:
12+
Alter Linux LXDE is the lightest GUI built-in.
13+
Contains system configuration tools and minimal GTK software.
14+
LXDE is customized for Alter Linux.
15+
Adapta is used as the GTK theme and Papirus is used as the icon theme.
16+
The channel name is lxde.

channels/plasma/airootfs.any/etc/skel/.bash_profile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
[[ -f ~/.bashrc ]] && . ~/.bashrc
6-
[[ -f /usr/local/bin/alterlinux-user-directory ]] && /usr/local/bin/alterlinux-user-directory
6+
77
if [[ $(systemctl is-active graphical.target) = "active" ]] && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
88
exec startx
99
fi

channels/plasma/airootfs.any/etc/skel/.zprofile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# ~/.zsh_profile
33
#
44

5-
[[ -f /usr/local/bin/alterlinux-user-directory ]] && /usr/local/bin/alterlinux-user-directory
65
if [[ $(systemctl is-active graphical.target) = "active" ]] && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
76
exec startx
87
fi

channels/releng/README

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Alter Linux Releng
2+
===========
3+
4+
Japanese:
5+
archisoのrelengをAlterISO上で再現したチャンネルです。
6+
Arch Linuxのブートディスクとほぼ同じものをそのままビルドできます。
7+
そのためAlter Linuxのリポジトリや日本語化など、全ての独自機能は無効化されています。
8+
x86_64とi686に対応しています。チャンネル名は xfce です。
9+
10+
English:
11+
This is a channel reproduces archiso releng on AlterISO.
12+
It can be built almost same as Arch Linux boot disk.
13+
For the reason,all unique functions are disabled.(Alter Linux's repository,Japanize)
14+
Supported x86_64 & i686.
15+
The channel-name is xfce.

0 commit comments

Comments
 (0)