OSDN Git Service

[add] : Added share-extra module for pen4
authorhayao <hayao@fascode.net>
Sun, 10 Oct 2021 11:36:37 +0000 (20:36 +0900)
committerhayao <hayao@fascode.net>
Sun, 10 Oct 2021 11:36:37 +0000 (20:36 +0900)
19 files changed:
modules/share-extra/airootfs.pen4/etc/pacman.conf [new file with mode: 0644]
modules/share-extra/architecture
modules/share-extra/packages.pen4/base.pen4 [new file with mode: 0644]
modules/share-extra/packages.pen4/disk_management.pen4 [new file with mode: 0644]
modules/share-extra/packages.pen4/exclude [new file with mode: 0644]
modules/share-extra/packages.pen4/filesystem.pen4 [new file with mode: 0644]
modules/share-extra/packages.pen4/fonts.pen4 [new file with mode: 0644]
modules/share-extra/packages.pen4/internet-gui.pen4 [new file with mode: 0644]
modules/share-extra/packages.pen4/lang/ja.pen4 [new file with mode: 0644]
modules/share-extra/packages.pen4/media.pen4 [new file with mode: 0644]
modules/share-extra/packages.pen4/other.pen4 [new file with mode: 0644]
modules/share-extra/packages.pen4/scripts.pen4 [new file with mode: 0644]
modules/share-extra/packages.pen4/xorg.pen4 [new file with mode: 0644]
modules/share-extra/packages_aur.pen4/fonts.pen4 [new file with mode: 0644]
modules/share-extra/packages_aur.pen4/lang/ja.pen4 [new file with mode: 0644]
modules/share-extra/packages_aur.pen4/medit.pen4 [new file with mode: 0644]
modules/share-extra/packages_aur.pen4/other.pen4 [new file with mode: 0644]
modules/share-extra/packages_aur.pen4/plymouth/theme.pen4 [new file with mode: 0644]
modules/share-extra/packages_aur.pen4/vlc.pen4 [new file with mode: 0644]

diff --git a/modules/share-extra/airootfs.pen4/etc/pacman.conf b/modules/share-extra/airootfs.pen4/etc/pacman.conf
new file mode 100644 (file)
index 0000000..06c679f
--- /dev/null
@@ -0,0 +1,133 @@
+#
+# /etc/pacman.conf
+#
+# See the pacman.conf(5) manpage for option and repository directives
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2021 Fascode Network.
+#
+
+#
+# GENERAL OPTIONS
+#
+[options]
+# The following paths are commented out with their default values listed.
+# If you wish to use different paths, uncomment and update the paths.
+#RootDir     = /
+#DBPath      = /var/lib/pacman/
+#CacheDir    = /var/cache/pacman/pkg/
+#LogFile     = /var/log/pacman.log
+#GPGDir      = /etc/pacman.d/gnupg/
+#HookDir     = /etc/pacman.d/hooks/
+HoldPkg     = pacman glibc
+#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
+#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
+#CleanMethod = KeepInstalled
+Architecture = pentium4
+
+# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
+#IgnorePkg   =
+#IgnoreGroup =
+
+#NoUpgrade   =
+#NoExtract   =
+
+# Misc options
+#UseSyslog
+Color
+#NoProgressBar
+CheckSpace
+#VerbosePkgLists
+ParallelDownloads = 5
+
+# By default, pacman accepts packages signed by keys that its local keyring
+# trusts (see pacman-key and its man page), as well as unsigned packages.
+SigLevel    = Required DatabaseOptional
+LocalFileSigLevel = Optional
+#RemoteFileSigLevel = Required
+
+# NOTE: You must run `pacman-key --init` before first using pacman; the local
+# keyring can then be populated with the keys of all official Arch Linux
+# packagers with `pacman-key --populate archlinux`.
+
+#
+# REPOSITORIES
+#   - can be defined here or included from another file
+#   - pacman will search repositories in the order defined here
+#   - local/custom mirrors can be added here or in separate files
+#   - repositories listed first will take precedence when packages
+#     have identical names, regardless of version number
+#   - URLs will have $repo replaced by the name of the current repo
+#   - URLs will have $arch replaced by the name of the architecture
+#
+# Repository entries are of the format:
+#       [repo-name]
+#       Server = ServerName
+#       Include = IncludePath
+#
+# The header [repo-name] is crucial - it must be present and
+# uncommented to enable the repo.
+#
+
+# The testing repositories are disabled by default. To enable, uncomment the
+# repo name header and Include lines. You can add preferred servers immediately
+# after the header, and they will be used before the default mirrors.
+
+# Alter Linux
+[alter-stable]
+Include = /etc/pacman.d/mirrorlist-alter
+
+#[testing]
+#Include = /etc/pacman.d/mirrorlist
+#Server = http://de.mirror.archlinux32.org/$arch/$repo/
+#Server = https://de.mirror.archlinux32.org/$arch/$repo/
+#Server = http://mirror.archlinux32.org/$arch/$repo/
+#Server = https://mirror.archlinux32.org/$arch/$repo/
+#Server = http://mirror.archlinux32.oss/$arch/$repo/
+
+[core]
+Include = /etc/pacman.d/mirrorlist
+Server = http://de.mirror.archlinux32.org/$arch/$repo/
+Server = https://de.mirror.archlinux32.org/$arch/$repo/
+Server = http://mirror.archlinux32.org/$arch/$repo/
+Server = https://mirror.archlinux32.org/$arch/$repo/
+Server = http://mirror.archlinux32.oss/$arch/$repo/
+
+[extra]
+Include = /etc/pacman.d/mirrorlist
+Server = http://de.mirror.archlinux32.org/$arch/$repo/
+Server = https://de.mirror.archlinux32.org/$arch/$repo/
+Server = http://mirror.archlinux32.org/$arch/$repo/
+Server = https://mirror.archlinux32.org/$arch/$repo/
+Server = http://mirror.archlinux32.oss/$arch/$repo/
+
+#[community-testing]
+#Include = /etc/pacman.d/mirrorlist
+#Server = http://de.mirror.archlinux32.org/$arch/$repo/
+#Server = https://de.mirror.archlinux32.org/$arch/$repo/
+#Server = http://mirror.archlinux32.org/$arch/$repo/
+#Server = https://mirror.archlinux32.org/$arch/$repo/
+#Server = http://mirror.archlinux32.oss/$arch/$repo/
+
+[community]
+Include = /etc/pacman.d/mirrorlist
+Server = http://de.mirror.archlinux32.org/$arch/$repo/
+Server = https://de.mirror.archlinux32.org/$arch/$repo/
+Server = http://mirror.archlinux32.org/$arch/$repo/
+Server = https://mirror.archlinux32.org/$arch/$repo/
+Server = http://mirror.archlinux32.oss/$arch/$repo/
+
+# This is Yamada Hayao's personal repository.
+# It was used early but is now disabled.
+#[hayao]
+#Server = https://repo.dyama.net/$repo/$arch
+#Server = https://xn--d-8o2b.com/repo/$repo/$arch
+
+# An example of a custom package repository.  See the pacman manpage for
+# tips on creating your own repositories.
+#[custom]
+#SigLevel = Optional TrustAll
+#Server = file:///home/custompkgs
diff --git a/modules/share-extra/packages.pen4/base.pen4 b/modules/share-extra/packages.pen4/base.pen4
new file mode 100644 (file)
index 0000000..14de737
--- /dev/null
@@ -0,0 +1,13 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2021 Fascode Network.
+#
+# Base packages
+
+
+base-devel
diff --git a/modules/share-extra/packages.pen4/disk_management.pen4 b/modules/share-extra/packages.pen4/disk_management.pen4
new file mode 100644 (file)
index 0000000..be5d1ef
--- /dev/null
@@ -0,0 +1,32 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2021 Fascode Network.
+#
+# Disk management
+
+#-- GUI --#
+#baobab
+#gnome-disk-utility
+#gparted
+
+#-- CLI --#
+clonezilla
+ddrescue
+dmraid
+fsarchiver
+gptfdisk
+hdparm
+lvm2
+mdadm
+nvme-cli
+partclone
+parted
+partimage
+sdparm
+smartmontools
+testdisk
diff --git a/modules/share-extra/packages.pen4/exclude b/modules/share-extra/packages.pen4/exclude
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/modules/share-extra/packages.pen4/filesystem.pen4 b/modules/share-extra/packages.pen4/filesystem.pen4
new file mode 100644 (file)
index 0000000..3ea44e4
--- /dev/null
@@ -0,0 +1,15 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2021 Fascode Network.
+#
+# File System
+
+
+#-- mtp --#
+gvfs-mtp
+mtpfs
diff --git a/modules/share-extra/packages.pen4/fonts.pen4 b/modules/share-extra/packages.pen4/fonts.pen4
new file mode 100644 (file)
index 0000000..6895fa3
--- /dev/null
@@ -0,0 +1,17 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2021 Fascode Network.
+#
+# Fonts
+
+
+# font
+adobe-source-code-pro-fonts
+noto-fonts
+noto-fonts-cjk
+noto-fonts-emoji
diff --git a/modules/share-extra/packages.pen4/internet-gui.pen4 b/modules/share-extra/packages.pen4/internet-gui.pen4
new file mode 100644 (file)
index 0000000..aef1983
--- /dev/null
@@ -0,0 +1,23 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2021 Fascode Network.
+#
+# Internet
+
+
+#-- connection --#
+network-manager-applet
+
+
+#-- mail client --#
+thunderbird
+# mailspring
+
+
+#-- web browser --#
+firefox
diff --git a/modules/share-extra/packages.pen4/lang/ja.pen4 b/modules/share-extra/packages.pen4/lang/ja.pen4
new file mode 100644 (file)
index 0000000..db1f696
--- /dev/null
@@ -0,0 +1,27 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2021 Fascode Network.
+#
+# This package list will only be installed if the Japanese option is enabled.
+#
+# Japanese package
+
+# fcitx config
+alterlinux-fcitx-conf
+
+# fcitx
+fcitx
+fcitx-configtool
+fcitx-mozc
+fcitx-qt5
+
+# Firefox
+#firefox-i18n-ja
+
+# LibreOffice
+libreoffice-still-ja
diff --git a/modules/share-extra/packages.pen4/media.pen4 b/modules/share-extra/packages.pen4/media.pen4
new file mode 100644 (file)
index 0000000..22724c8
--- /dev/null
@@ -0,0 +1,19 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2021 Fascode Network.
+#
+# Media
+
+#-- bluetooth --#
+blueman
+bluez
+bluez-utils
+
+
+#-- media player --#
+vlc
diff --git a/modules/share-extra/packages.pen4/other.pen4 b/modules/share-extra/packages.pen4/other.pen4
new file mode 100644 (file)
index 0000000..8f91664
--- /dev/null
@@ -0,0 +1,51 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2021 Fascode Network.
+#
+
+
+#-- archiver --#
+xarchiver
+
+
+#-- GVFS --#
+smbclient
+gvfs
+gvfs-smb
+
+
+#-- boot manager --#
+# grub-theme-vimix-alter
+grub-theme-vimix
+grub-customizer
+
+
+#-- documents --#
+man-db
+man-pages
+
+
+#-- system monitor --#
+htop
+
+
+#-- pacman --#
+gnome-packagekit
+
+
+#-- printer --#
+system-config-printer
+
+
+#-- text editor --#
+nano
+vim
+
+
+#-- other --#
+libreoffice-still
diff --git a/modules/share-extra/packages.pen4/scripts.pen4 b/modules/share-extra/packages.pen4/scripts.pen4
new file mode 100644 (file)
index 0000000..f1f6229
--- /dev/null
@@ -0,0 +1,13 @@
+#
+# Alter Linux package list
+# lap1sid
+# Twitter: @Pixel_3a
+# Email  : lap1sid@fascode.net
+#
+# (c) 2019-2021 Fascode Network.
+#
+
+#-- scripts --#
+fascode-gtk-bookmarks
+alterlinux-desktop-file
+alterlinux-welcome-page
diff --git a/modules/share-extra/packages.pen4/xorg.pen4 b/modules/share-extra/packages.pen4/xorg.pen4
new file mode 100644 (file)
index 0000000..281db57
--- /dev/null
@@ -0,0 +1,35 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2021 Fascode Network.
+#
+# Xorg
+
+#-- xorg --#
+gpm
+xorg-server
+xorg-xinit
+
+#-- drivers --#
+xf86-video-voodoo
+xf86-video-vmware
+xf86-video-vesa
+xf86-video-sisusb
+xf86-video-openchrome
+xf86-video-nouveau
+xf86-video-intel
+xf86-video-fbdev
+xf86-video-dummy
+xf86-video-ati
+xf86-video-amdgpu
+xf86-input-wacom
+xf86-input-void
+xf86-input-vmmouse
+xf86-input-synaptics
+xf86-input-libinput
+xf86-input-evdev
+xf86-input-elographics
diff --git a/modules/share-extra/packages_aur.pen4/fonts.pen4 b/modules/share-extra/packages_aur.pen4/fonts.pen4
new file mode 100644 (file)
index 0000000..865b299
--- /dev/null
@@ -0,0 +1,15 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2021 Fascode Network.
+#
+# Fonts
+
+
+# font
+
+nerd-fonts-source-code-pro
diff --git a/modules/share-extra/packages_aur.pen4/lang/ja.pen4 b/modules/share-extra/packages_aur.pen4/lang/ja.pen4
new file mode 100644 (file)
index 0000000..9f52d22
--- /dev/null
@@ -0,0 +1,15 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2021 Fascode Network.
+#
+# This package list will only be installed if the Japanese option is enabled.
+#
+# Japanese package
+
+# other
+man-pages-ja
diff --git a/modules/share-extra/packages_aur.pen4/medit.pen4 b/modules/share-extra/packages_aur.pen4/medit.pen4
new file mode 100644 (file)
index 0000000..ac5214f
--- /dev/null
@@ -0,0 +1,12 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2021 Fascode Network.
+#
+
+alterlinux-medit-themes
+medit
diff --git a/modules/share-extra/packages_aur.pen4/other.pen4 b/modules/share-extra/packages_aur.pen4/other.pen4
new file mode 100644 (file)
index 0000000..828e4c3
--- /dev/null
@@ -0,0 +1,13 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2021 Fascode Network.
+#
+
+#-- other --#
+ipad_charge-git
+tlpui
diff --git a/modules/share-extra/packages_aur.pen4/plymouth/theme.pen4 b/modules/share-extra/packages_aur.pen4/plymouth/theme.pen4
new file mode 100644 (file)
index 0000000..eecddd1
--- /dev/null
@@ -0,0 +1,11 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2021 Fascode Network.
+#
+
+plymouth-theme-alter-logo-git
diff --git a/modules/share-extra/packages_aur.pen4/vlc.pen4 b/modules/share-extra/packages_aur.pen4/vlc.pen4
new file mode 100644 (file)
index 0000000..7e1cdbe
--- /dev/null
@@ -0,0 +1,11 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2021 Fascode Network.
+#
+
+vlc-plugin-fluidsynth-bin