Files
dots-hyprland/dist-arch
end-4 6f9bc17d57
Comment on Discussion When dist-arch/ Changes / comment_on_discussion (push) Has been cancelled
deps: add imagemagick
2025-10-09 22:12:09 +02:00
..
2025-10-02 05:54:35 +08:00
2025-10-03 00:03:41 +08:00
2025-10-02 16:38:43 +08:00
2025-10-10 00:55:18 +08:00

Install scripts for Arch Linux

Old Dependency Installation Method

The old deps install method mainly involved ./scriptdata/dependencies.conf (which has been removed now).

There was also a checkdeps.sh:

Current Dependency Installation

Local PKGBUILDs under ./dist-arch/ are used to install dependencies.

The mechanism is introduced by Makrennel in PR#570.

Why is this awesome?

  • It makes it possible to control version since some packages may involve breaking changes from time to time.
  • It makes the dependency trackable for package manager, so that you always know why you have installed some package.
  • As a result, it enables a workable uninstall.sh script.

The PKGBUILDs contains two forms of dependencies:

  • Package name written in dependencies, like a "meta" package.
  • Normal PKGBUILD content to build dependencies, e.g. AGS, which is often for version controlling.