Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Commit

Permalink
Remove screenfetch from installable packages
Browse files Browse the repository at this point in the history
libdmx, a dependency of one of screenfetch's dependencies was removed,
so screenfetch can't be installed
  • Loading branch information
Erazem Kokot committed Dec 20, 2019
1 parent 30b5b31 commit 6fb2432
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion etc/anarchy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ config() {
fi

# Default packages
base_defaults="bash bzip2 coreutils file filesystem findutils gawk gcc-libs gettext glibc grep gzip iproute2 iputils licenses pacman pciutils procps-ng psmisc sed shadow systemd systemd-sysvcompat tar util-linux xz wget screenfetch vim cpupower linux-firmware man-db man-pages texinfo sudo btrfs-progs dosfstools e2fsprogs ntfs-3g lvm2"
base_defaults="bash bzip2 coreutils file filesystem findutils gawk gcc-libs gettext glibc grep gzip iproute2 iputils licenses pacman pciutils procps-ng psmisc sed shadow systemd systemd-sysvcompat tar util-linux xz wget vim cpupower linux-firmware man-db man-pages texinfo sudo btrfs-progs dosfstools e2fsprogs ntfs-3g lvm2"

# Desktop packages
de_defaults="xdg-user-dirs xorg-server xorg-apps xorg-xinit xterm ttf-dejavu gvfs gvfs-smb gvfs-mtp pulseaudio pavucontrol pulseaudio-alsa alsa-utils unzip yay"
Expand Down
1 change: 0 additions & 1 deletion lib/configure_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,6 @@ add_software() {
"ntfs-3g" "$sys28" OFF \
"pcmanfm" "$sys21" OFF \
"ranger" "$sys20" OFF \
"screenfetch" "$sys12" OFF \
"scrot" "$sys13" OFF \
"tuxcmd" "$sys15" OFF \
"virtualbox" "$sys16" OFF \
Expand Down

1 comment on commit 6fb2432

@FredBezies
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can reverse this bug. Dependencies had been fixed in Archlinux. See this announcement:

https://www.archlinux.org/news/xorg-cleanup-requires-manual-intervention/

Please sign in to comment.