Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-08Wrong indentation on comment.Anton Hvornum
2021-04-08Merging in quality of life improvements from 2.2.0 into 2.1.4 (master)Anton Hvornum
Selectively bringing in quality of life improvements from v2.2.0 work into master
2021-04-08Merge branch 'master' into quality-of-lifeDylan M. Taylor
2021-04-08Disable post-install hooks for nowDylan Taylor
2021-04-08Update kde.pyadvaithm
2021-04-08removed post_install hookadvaithm
2021-04-08Clean up comments a bitDylan M. Taylor
2021-04-08Fix issue with prep functionDylan Taylor
2021-04-08Add filtration on top level profileDylan Taylor
2021-04-08Add minimal profile and implement idea of 'top-level' profilesDylan Taylor
2021-04-08It was pointed out that khelpcenter isn't strictly necessaryDylan M. Taylor
2021-04-08Switch from metapackage to a more minimal installDylan M. Taylor
2021-04-08Added a forgotten return value of _post_installAnton Hvornum
2021-04-08added egl-wayland and changed promptadvaithm
2021-04-08ask user for default session over asking if they want waylandadvaithm
2021-04-08Update kde.pyadvaithm
2021-04-08merge kde and kde-waylandadvaithm
2021-04-08added _post_install hook.advaithm
2021-04-08Update guided.pyadvaithm
2021-04-08Fixing glitch in variable use after moving to __packages__ definition.Anton Hvornum
2021-04-08Updating documentation.Anton Hvornum
2021-04-08Corrected the new-line parameterAnton Hvornum
2021-04-08Break web browser suggestion into second line to avoid wrappingDylan M. Taylor
2021-04-08Make the minimal installation example use the minimal profile instead of ↵Dylan M. Taylor
awesome wm
2021-04-08Update pull_request_template.mdAnton Hvornum
2021-04-08Update pull_request_template.mdAnton Hvornum
2021-04-08Update pull_request_template.mdAnton Hvornum
2021-04-08Update pull_request_template.mdAnton Hvornum
2021-04-08Remove gnome-todo and gnome-sound-recorder from default installationJatin
gnome todo and gnome sound recorder should not be in default installation, honoring the Arch Linux philosophy. These packages are not even pre installed on other major linux distributions.
2021-04-08python setup.py build is not needed if you call installDylan M. Taylor
2021-04-08After testing pacman -R, I noticed it didn't work rightDylan M. Taylor
2021-04-08Update README.mdAnton Hvornum
2021-04-08Made it into more of a "step by step" structureAnton Hvornum
2021-04-08This is probably more technically correctDylan M. Taylor
2021-04-08DOCS: How to test a commit from a live imageDylan M. Taylor
2021-04-08Moved the print logic for browser warningAnton Hvornum
2021-04-08Add a message about specifying a web browserDylan M. Taylor
2021-04-08Remove chromium from default awesome installDylan M. Taylor
Promotes a consistent installation experience across DEs.
2021-04-08Remove evolution from default installation as suggestedDylan M. Taylor
It was pointed out that users can install an email client if they want one.
2021-04-08Fix incorrect behavior for empty sudo usernameSecondThundeR
2021-04-08Fix PKGBUILD conflicts and add provides linePyfisch
2021-04-08Corrected for keymap before encrypt hookAnton Hvornum
Also think that we should patch mkinitcpio, not replace it. Especially in the btrfs case where we simply just want to add `btrfs` to the `MODULES` section.
2021-04-08This comment should no longer apply. This is a fairly sane default for GNOME.Dylan M. Taylor
2021-04-08gnome-sound-recorder is probably also desirableDylan M. Taylor
2021-04-08Fix #183 gnome-extras installs far too much bloat Dylan M. Taylor
This keeps some of the most useful packages from the defaults.
2021-04-08Indent using 8 spaces in PKGBUILDPyfisch
2021-04-08Add primary PKGBUILD for testing the packagePyfisch
2021-04-08Remove outdated PKGBUILD filesPyfisch
setup.cfg whitespace changes.
2021-04-08Add console_scripts archinstall entry pointPyfisch
archinstall should be callable from the command-line. Previously this was achieved with a shell script, however Python packages contain a built in way to to this via the entry points mechanism.
2021-04-08Switch to setup.cfgPyfisch
Configure setup.cfg to find all Python packages. Add more metadata to package.