This commit is contained in:
Daniel Langbein 2021-09-09 12:37:46 +02:00
parent 9ed434ffef
commit f9c1220a61
5 changed files with 10 additions and 3 deletions

3
.gitmodules vendored
View File

@ -262,3 +262,6 @@
[submodule "build-pkg/pkg/youtube-dlp"]
path = pkg/youtube-dlp
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
View File

@ -46,6 +46,7 @@
<mapping directory="$PROJECT_DIR$/pkg/nordic-kde-git" vcs="Git" />
<mapping directory="$PROJECT_DIR$/pkg/opencl-amd" 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/portfolio-file-manager" vcs="Git" />
<mapping directory="$PROJECT_DIR$/pkg/pycharm-professional" vcs="Git" />

View File

@ -9,10 +9,12 @@ FROM archlinux:base-devel
# 2. Enable parallel downloads
# TODO: Wait until next baseimage update
# && 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 && \
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
# 2. Store built packages in /out/

View File

@ -22,7 +22,7 @@ is defined).
```
mkdir -p ~/.config/redshift
cat >~/.config/redshift/redshift.conf <<'EOF'
cat << 'EOF' > ~/.config/redshift/redshift.conf
[redshift]
temp-day=5000
temp-night=3800

1
pkg/plib Submodule

@ -0,0 +1 @@
Subproject commit 43be6ddcd02dd96a09e926b2de9548f900930b7d