Skip to content

Commit b4455d5

Browse files
committed
chore(dockerfile): gtk-engine-murrine and gtk-engines were moved to AUR
1 parent a11de29 commit b4455d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ VOLUME /opt/oomox-gtk-theme/test_results
55
ENTRYPOINT /bin/bash
66

77
# App dependensies:
8-
RUN echo "Update arch deps 2019-03-02" && \
8+
RUN echo "Update arch deps 2025-12-14" && \
99
echo -e 'Server = http://archlinux.cu.be/$repo/os/$arch\nServer = http://mirror.metalgamer.eu/archlinux/$repo/os/$arch' > /etc/pacman.d/mirrorlist && \
1010
pacman -Syu --noconfirm && \
11-
pacman -S --needed --noconfirm bash grep sed bc glib2 gdk-pixbuf2 sassc gtk-engine-murrine gtk-engines gtk3 make && \
11+
pacman -S --needed --noconfirm bash grep sed bc glib2 gdk-pixbuf2 sassc gtk3 make && \
1212
rm -fr /var/cache/pacman/pkg/ /var/lib/pacman/sync/
1313

1414
# Test dependencies:
1515
RUN pacman -Syu --noconfirm && \
1616
pacman -S --needed --noconfirm git base-devel && \
1717
(useradd -m user && echo "user ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers || true) && \
1818
sudo -u user bash -c "\
19-
git clone https://aur.archlinux.org/awf-git /home/user/awf && \
20-
cd /home/user/awf && \
19+
git clone https://aur.archlinux.org/pikaur /home/user/pikaur && \
20+
cd /home/user/pikaur && \
2121
makepkg --install --syncdeps --noconfirm" && \
22-
pacman -S --needed --noconfirm gtk3-demos ttf-roboto scrot xorg-server-xvfb libfaketime xdotool parallel gnome-themes-extra adwaita-icon-theme openbox xorg-xrdb xorg-xsetroot imagemagick shellcheck && \
22+
pikaur -S --needed --noconfirm gtk3-demos ttf-roboto scrot xorg-server-xvfb libfaketime xdotool parallel gnome-themes-extra adwaita-icon-theme openbox xorg-xrdb xorg-xsetroot imagemagick shellcheck awf-git gtk-engine-murrine gtk-engines && \
2323
rm -fr /var/cache/pacman/pkg/ /var/lib/pacman/sync/
2424

2525
# Debug dependencies:

0 commit comments

Comments
 (0)