Skip to content

Commit eabe38f

Browse files
committed
Merge branch 'dev' into dev-stable
2 parents 5d1828b + b834407 commit eabe38f

File tree

47 files changed

+246
-268
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+246
-268
lines changed

build.sh

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -669,36 +669,6 @@ make_packages() {
669669
${mkalteriso} ${mkalteriso_option} -w "${work_dir}/${arch}" -C "${work_dir}/pacman-${arch}.conf" -D "${install_dir}" -p "${_pkglist[*]}" install
670670
}
671671

672-
# Additional packages (airootfs)
673-
make_packages_file() {
674-
set +e
675-
#local _loadfilelist _pkg _file _excludefile _excludelist _pkglist
676-
677-
#-- Detect package list to load --#
678-
# Add the files for each channel to the list of files to read.
679-
#_loadfilelist=(
680-
# $(ls ${channel_dir}/packages.${arch}/*.${arch} 2> /dev/null)
681-
# ${channel_dir}/packages.${arch}/lang/${locale_name}.${arch}
682-
# $(ls "${script_path}"/channels/share/packages.${arch}/*.${arch} 2> /dev/null)
683-
# "${script_path}"/channels/share/packages.${arch}/lang/${locale_name}.${arch}
684-
#)
685-
686-
#ls "${channel_dir}/package_files.${arch}/*.pkg.*" > /dev/null 2>&1
687-
# Install packages on airootfs
688-
#if [ $? -ne 0 ]; then
689-
# :
690-
#else
691-
${mkalteriso} ${mkalteriso_option} -w "${work_dir}/${arch}" -C "${work_dir}/pacman-${arch}.conf" -D "${install_dir}" -p "${channel_dir}/package_files.${arch}/*.pkg.*" install_file
692-
#fi
693-
#ls "${share_dir}/package_files.${arch}/*.pkg.*" > /dev/null 2>&1
694-
#if [ $? -ne 0 ]; then
695-
# :
696-
#else
697-
${mkalteriso} ${mkalteriso_option} -w "${work_dir}/${arch}" -C "${work_dir}/pacman-${arch}.conf" -D "${install_dir}" -p "${share_dir}/package_files.${arch}/*.pkg.*" install_file
698-
#fi
699-
set -e
700-
}
701-
702672
make_packages_aur() {
703673
local _pkg pkglist_aur=($("${script_path}/tools/pkglist.sh" --aur -a "${arch}" -k "${kernel}" -c "${channel_dir}" -l "${locale_name}" $(if [[ "${boot_splash}" = true ]]; then echo -n "-b"; fi) ))
704674

@@ -1374,7 +1344,6 @@ show_settings
13741344
run_once make_pacman_conf
13751345
run_once make_basefs
13761346
run_once make_packages
1377-
#run_once make_packages_file
13781347
[[ "${noaur}" = false ]] && run_once make_packages_aur
13791348
run_once make_customize_airootfs
13801349
run_once make_setup_mkinitcpio

channels/basic/airootfs.any/etc/pacman.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ Include = /etc/pacman.d/mirrorlist
113113
# This is Yamada Hayao's personal repository.
114114
# It was used early but is now disabled.
115115
#[hayao]
116+
#Server = https://repo.dyama.net/$repo/$arch
116117
#Server = https://xn--d-8o2b.com/repo/$repo/$arch
117118

118119
# An example of a custom package repository. See the pacman manpage for

channels/basic/airootfs.i686/etc/pacman.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Include = /etc/pacman.d/mirrorlist
104104
# This is Yamada Hayao's personal repository.
105105
# It was used early but is now disabled.
106106
#[hayao]
107+
#Server = https://repo.dyama.net/$repo/$arch
107108
#Server = https://xn--d-8o2b.com/repo/$repo/$arch
108109

109110
# An example of a custom package repository. See the pacman manpage for

channels/basic/airootfs.x86_64/etc/pacman.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ Include = /etc/pacman.d/mirrorlist
116116
# This is Yamada Hayao's personal repository.
117117
# It was used early but is now disabled.
118118
#[hayao]
119+
#Server = https://repo.dyama.net/$repo/$arch
119120
#Server = https://xn--d-8o2b.com/repo/$repo/$arch
120121

121122
# An example of a custom package repository. See the pacman manpage for

channels/cinnamon/airootfs.i686/etc/pacman.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ Server = https://mirror.math.princeton.edu/pub/archlinux32/$arch/$repo/
128128
# This is Yamada Hayao's personal repository.
129129
# It was used early but is now disabled.
130130
#[hayao]
131+
#Server = https://repo.dyama.net/$repo/$arch
131132
#Server = https://xn--d-8o2b.com/repo/$repo/$arch
132133

133134
# An example of a custom package repository. See the pacman manpage for

channels/cinnamon/airootfs.x86_64/etc/pacman.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Include = /etc/pacman.d/mirrorlist
115115
# This is Yamada Hayao's personal repository.
116116
# It was used early but is now disabled.
117117
#[hayao]
118+
#Server = https://repo.dyama.net/$repo/$arch
118119
#Server = https://xn--d-8o2b.com/repo/$repo/$arch
119120

120121
# An example of a custom package repository. See the pacman manpage for

channels/gnome-mac/airootfs.any/etc/pacman.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Include = /etc/pacman.d/mirrorlist
115115
# This is Yamada Hayao's personal repository.
116116
# It was used early but is now disabled.
117117
#[hayao]
118+
#Server = https://repo.dyama.net/$repo/$arch
118119
#Server = https://xn--d-8o2b.com/repo/$repo/$arch
119120

120121
# An example of a custom package repository. See the pacman manpage for

channels/gnome-mac/airootfs.x86_64/etc/pacman.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Include = /etc/pacman.d/mirrorlist
115115
# This is Yamada Hayao's personal repository.
116116
# It was used early but is now disabled.
117117
#[hayao]
118+
#Server = https://repo.dyama.net/$repo/$arch
118119
#Server = https://xn--d-8o2b.com/repo/$repo/$arch
119120

120121
# An example of a custom package repository. See the pacman manpage for

channels/gnome-mac/packages_aur.x86_64/gnome-extentions.x86_64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ gnome-shell-extension-clipboard-indicator
1414
gnome-shell-extension-coverflow-alt-tab
1515
gnome-shell-extension-dash-to-dock
1616
gnome-shell-extension-desktop-icons-ng
17-
gnome-shell-extension-extensions-git
17+
gnome-shell-extension-extensions
1818
gnome-shell-extension-topicons-redux

channels/gnome/airootfs.any/etc/pacman.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Include = /etc/pacman.d/mirrorlist
115115
# This is Yamada Hayao's personal repository.
116116
# It was used early but is now disabled.
117117
#[hayao]
118+
#Server = https://repo.dyama.net/$repo/$arch
118119
#Server = https://xn--d-8o2b.com/repo/$repo/$arch
119120

120121
# An example of a custom package repository. See the pacman manpage for

0 commit comments

Comments
 (0)