mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
add plib
This commit is contained in:
parent
9ed434ffef
commit
f9c1220a61
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -262,3 +262,6 @@
|
|||||||
[submodule "build-pkg/pkg/youtube-dlp"]
|
[submodule "build-pkg/pkg/youtube-dlp"]
|
||||||
path = pkg/youtube-dlp
|
path = pkg/youtube-dlp
|
||||||
url = https://aur.archlinux.org/youtube-dlp.git
|
url = https://aur.archlinux.org/youtube-dlp.git
|
||||||
|
[submodule "pkg/plib"]
|
||||||
|
path = pkg/plib
|
||||||
|
url = https://aur.archlinux.org/plib.git
|
||||||
|
1
.idea/vcs.xml
generated
1
.idea/vcs.xml
generated
@ -46,6 +46,7 @@
|
|||||||
<mapping directory="$PROJECT_DIR$/pkg/nordic-kde-git" vcs="Git" />
|
<mapping directory="$PROJECT_DIR$/pkg/nordic-kde-git" vcs="Git" />
|
||||||
<mapping directory="$PROJECT_DIR$/pkg/opencl-amd" vcs="Git" />
|
<mapping directory="$PROJECT_DIR$/pkg/opencl-amd" vcs="Git" />
|
||||||
<mapping directory="$PROJECT_DIR$/pkg/openh264" vcs="Git" />
|
<mapping directory="$PROJECT_DIR$/pkg/openh264" vcs="Git" />
|
||||||
|
<mapping directory="$PROJECT_DIR$/pkg/plib" vcs="Git" />
|
||||||
<mapping directory="$PROJECT_DIR$/pkg/pocketsphinx" vcs="Git" />
|
<mapping directory="$PROJECT_DIR$/pkg/pocketsphinx" vcs="Git" />
|
||||||
<mapping directory="$PROJECT_DIR$/pkg/portfolio-file-manager" vcs="Git" />
|
<mapping directory="$PROJECT_DIR$/pkg/portfolio-file-manager" vcs="Git" />
|
||||||
<mapping directory="$PROJECT_DIR$/pkg/pycharm-professional" vcs="Git" />
|
<mapping directory="$PROJECT_DIR$/pkg/pycharm-professional" vcs="Git" />
|
||||||
|
@ -9,10 +9,12 @@ FROM archlinux:base-devel
|
|||||||
# 2. Enable parallel downloads
|
# 2. Enable parallel downloads
|
||||||
# TODO: Wait until next baseimage update
|
# TODO: Wait until next baseimage update
|
||||||
# && sed --in-place 's|^#ParallelDownloads\s*=.*$|ParallelDownloads = 4|' /etc/pacman.conf \
|
# && sed --in-place 's|^#ParallelDownloads\s*=.*$|ParallelDownloads = 4|' /etc/pacman.conf \
|
||||||
# 3. Update mirrors + packages; install svn for makepkg to handle svn sources
|
# 3. Update mirrors + packages
|
||||||
|
# 4. Install svn for makepkg to handle svn sources
|
||||||
RUN printf '\n[options]\nDisableDownloadTimeout\n' >> /etc/pacman.conf && \
|
RUN printf '\n[options]\nDisableDownloadTimeout\n' >> /etc/pacman.conf && \
|
||||||
printf '\n[de-p1st]\nSigLevel = Optional TrustAll\nServer = https://arch.p1st.de\n' >> /etc/pacman.conf && \
|
printf '\n[de-p1st]\nSigLevel = Optional TrustAll\nServer = https://arch.p1st.de\n' >> /etc/pacman.conf && \
|
||||||
pacman -Syu --noconfirm && pacman -S --needed --noconfirm svn
|
pacman -Syu --noconfirm && \
|
||||||
|
pacman -S --needed --noconfirm svn
|
||||||
|
|
||||||
# 1. Set packager
|
# 1. Set packager
|
||||||
# 2. Store built packages in /out/
|
# 2. Store built packages in /out/
|
||||||
|
@ -22,7 +22,7 @@ is defined).
|
|||||||
```
|
```
|
||||||
mkdir -p ~/.config/redshift
|
mkdir -p ~/.config/redshift
|
||||||
|
|
||||||
cat >~/.config/redshift/redshift.conf <<'EOF'
|
cat << 'EOF' > ~/.config/redshift/redshift.conf
|
||||||
[redshift]
|
[redshift]
|
||||||
temp-day=5000
|
temp-day=5000
|
||||||
temp-night=3800
|
temp-night=3800
|
||||||
|
1
pkg/plib
Submodule
1
pkg/plib
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 43be6ddcd02dd96a09e926b2de9548f900930b7d
|
Loading…
Reference in New Issue
Block a user