Skip to content

Commit 08d9364

Browse files
committed
Merge branch 'dev' into dev-stable
2 parents f37951b + edfd360 commit 08d9364

File tree

27 files changed

+208
-57
lines changed

27 files changed

+208
-57
lines changed

build.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -993,9 +993,9 @@ make_alteriso_info(){
993993
# iso version info
994994
if [[ "${include_info}" = true ]]; then
995995
local _info_file="${isofs_dir}/alteriso-info" _version="${iso_version}"
996-
#remove "${_info_file}"; touch "${_info_file}"
996+
remove "${_info_file}"; touch "${_info_file}"
997997
[[ -d "${script_path}/.git" ]] && [[ "${gitversion}" = false ]] && _version="${iso_version}-${gitrev}"
998-
"${tools_dir}/alteriso-info.sh" -a "${arch}" -b "${boot_splash}" -c "${channel_name%.add}" -d "${iso_publisher}" -k "${kernel}" -o "${os_name}" -p "${password}" -u "${username}" -v "${_version}" -m "$(printf "%s," "${modules[@]}")"
998+
"${tools_dir}/alteriso-info.sh" -a "${arch}" -b "${boot_splash}" -c "${channel_name%.add}" -d "${iso_publisher}" -k "${kernel}" -o "${os_name}" -p "${password}" -u "${username}" -v "${_version}" -m "$(printf "%s," "${modules[@]}")" > "${_info_file}"
999999
fi
10001000

10011001
return 0
@@ -1048,14 +1048,14 @@ make_iso() {
10481048

10491049

10501050
# Parse options
1051-
ARGUMENT=("${DEFAULT_ARGUMENT[@]}" "${@}")
1052-
OPTS=("a:" "b" "c:" "d" "e" "g:" "h" "j" "k:" "l:" "o:" "p:" "r" "t:" "u:" "w:" "x")
1053-
OPTL=("arch:" "boot-splash" "comp-type:" "debug" "cleaning" "cleanup" "gpgkey:" "help" "lang:" "japanese" "kernel:" "out:" "password:" "comp-opts:" "user:" "work:" "bash-debug" "nocolor" "noconfirm" "nodepend" "gitversion" "msgdebug" "noloopmod" "tarball" "noiso" "noaur" "nochkver" "channellist" "config:" "noefi" "nodebug" "nosigcheck" "normwork" "log" "logpath:" "nolog" "nopkgbuild" "pacman-debug" "confirm" "tar-type:" "tar-opts:" "add-module:" "nogitversion")
1054-
OPT="$(getopt -o "$(printf "%s," "${OPTS[@]}")" -l "$(printf "%s," "${OPTL[@]}")" -- "${ARGUMENT[@]}")" || exit 1
1055-
1056-
eval set -- "${OPT}"
1057-
msg_debug "Argument: ${OPT}"
1058-
unset OPT OPTS OPTL DEFAULT_ARGUMENT
1051+
ARGUMENT=("${DEFAULT_ARGUMENT[@]}" "${@}") OPTS=("a:" "b" "c:" "d" "e" "g:" "h" "j" "k:" "l:" "o:" "p:" "r" "t:" "u:" "w:" "x") OPTL=("arch:" "boot-splash" "comp-type:" "debug" "cleaning" "cleanup" "gpgkey:" "help" "lang:" "japanese" "kernel:" "out:" "password:" "comp-opts:" "user:" "work:" "bash-debug" "nocolor" "noconfirm" "nodepend" "gitversion" "msgdebug" "noloopmod" "tarball" "noiso" "noaur" "nochkver" "channellist" "config:" "noefi" "nodebug" "nosigcheck" "normwork" "log" "logpath:" "nolog" "nopkgbuild" "pacman-debug" "confirm" "tar-type:" "tar-opts:" "add-module:" "nogitversion")
1052+
GETOPT=(-o "$(printf "%s," "${OPTS[@]}")" -l "$(printf "%s," "${OPTL[@]}")" -- "${ARGUMENT[@]}")
1053+
getopt -Q "${GETOPT[@]}" || exit 1 # 引数エラー判定
1054+
readarray -t OPT < <(getopt "${GETOPT[@]}") # 配列に代入
1055+
1056+
eval set -- "${OPT[@]}"
1057+
msg_debug "Argument: ${OPT[*]}"
1058+
unset OPT OPTS OPTL DEFAULT_ARGUMENT GETOPT
10591059

10601060
while true; do
10611061
case "${1}" in
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[org/gnome/gedit/plugins]
2+
active-plugins=['spell', 'sort', 'modelines', 'filebrowser', 'docinfo']
3+
4+
[org/gnome/gedit/preferences/editor]
5+
display-line-numbers=false
6+
highlight-current-line=false
7+
wrap-last-split-mode='word'
8+
9+
[org/gnome/gedit/preferences/ui]
10+
show-tabs-mode='auto'
11+
statusbar-visible=true

channels/gnome/airootfs.any/etc/dconf/db/local.d/02-live-installer-panel

Lines changed: 0 additions & 2 deletions
This file was deleted.

channels/gnome/airootfs.any/usr/share/calamares/branding/alter/branding.desc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ strings:
7474
versionedName: Alter Linux
7575
shortVersionedName: Alter Linux
7676
bootloaderEntryName: Alter
77-
productUrl: https://fascode.net/projects/linux/alter/
77+
productUrl: https://alter.fascode.net/
7878
supportUrl: https://github.com/SereneTeam/alterlinux/issues
7979
knownIssuesUrl: https://alterlinux.com
8080
releaseNotesUrl: https://github.com/SereneTeam/alterlinux/releases
@@ -127,7 +127,7 @@ slideshowAPI: 2
127127
# branding component also ships a stylesheet.qss. Then they are
128128
# the corresponding CSS attributes of #sidebarApp.
129129
style:
130-
sidebarBackground: "#222D32"
130+
sidebarBackground: "#272727"
131131
sidebarText: "#FFFFFF"
132132
sidebarTextSelect: "#0079ef"
133-
sidebarTextHighlight: "#222D32"
133+
sidebarTextHighlight: "#272727"

channels/gnome/config.any

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@
1515
# Set the user's default shell.
1616
usershell="/bin/zsh"
1717

18-
# Force install the AUR package.
19-
noaur=false
18+
# aur Warning
19+
if [[ "${noaur-""}" = true ]]; then
20+
msg_warn "===== Warning of Gnome channel ====="
21+
msg_warn "If noaur is true, many extensions will not be installed."
22+
msg_warn "===================================="
23+
fi
2024

2125
# Modules to include
2226
# An array of module directory names to include.

channels/gnome/packages_aur.i686/gnome-extensions.i686

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ gnome-shell-extension-coverflow-alt-tab
1717
gnome-shell-extension-dash-to-panel
1818
gnome-shell-extension-desktop-icons-ng
1919
gnome-shell-extension-extensions
20-
#gnome-shell-extension-topicons-redux

channels/gnome/packages_aur.x86_64/gnome-extensions.x86_64

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ gnome-shell-extension-coverflow-alt-tab
1717
gnome-shell-extension-dash-to-panel
1818
gnome-shell-extension-desktop-icons-ng
1919
gnome-shell-extension-extensions
20-
#gnome-shell-extension-topicons-redux

channels/lxde/airootfs.any/usr/share/calamares/branding/alter/branding.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ strings:
7474
versionedName: Alter Linux
7575
shortVersionedName: Alter Linux
7676
bootloaderEntryName: Alter
77-
productUrl: https://fascode.net/projects/linux/alter/
77+
productUrl: https://alter.fascode.net/
7878
supportUrl: https://github.com/SereneTeam/alterlinux/issues
7979
knownIssuesUrl: https://alterlinux.com
8080
releaseNotesUrl: https://github.com/SereneTeam/alterlinux/releases

channels/plasma/airootfs.any/usr/share/plasma/desktoptheme/alterlinux/metadata.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ X-KDE-PluginInfo-EnabledByDefault=true
1515
X-KDE-PluginInfo-License=GPL 3+
1616
X-KDE-PluginInfo-Name=alterlinux
1717
X-KDE-PluginInfo-Version=0.1
18-
X-KDE-PluginInfo-Website=https://fascode.net/projects/linux/alter/
18+
X-KDE-PluginInfo-Website=https://alter.fascode.net/
1919
X-Plasma-API=5.0
2020

2121
[Wallpaper]

channels/plasma/airootfs.any/usr/share/plasma/look-and-feel/net.fascode.alterlinux/metadata.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ X-KDE-PluginInfo-License=GPL 3+
1212
X-Plasma-MainScript=defaults
1313
X-KDE-PluginInfo-Name=net.fascode.alterlinux
1414
X-KDE-PluginInfo-Version=0.1
15-
X-KDE-PluginInfo-Website=https://fascode.net/projects/alterlinux
15+
X-KDE-PluginInfo-Website=https://alter.fascode.net/
1616
X-KDE-ServiceTypes=Plasma/LookAndFeel

0 commit comments

Comments
 (0)