Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2023-09-20Use `SUPPORTED` file for locale options (#2069)codefiles
* Use `SUPPORTED` file for locale options * Add glibc to `PKGBUILD` depends
2023-06-28Adding python-simple-term-menu to the dependency list (#1901)Anton Hvornum
* Adding python-simple-term-menu to the dependency list * Added dependencies to all binaries we call, such as 'ps' and 'mkfs' etc * Sorted the depends list - just for peace of mind * Bumped version in prep for release of rc1, also updated README a bit * Removed older python versions from classifiers
2023-05-07Update version 2.5.6 (#1791)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-04-19PyParted and a large rewrite of the underlying partitioning (#1604)Daniel Girtler
* Invert mypy files * Add optional pre-commit hooks * New profile structure * Serialize profiles * Use profile instead of classmethod * Custom profile setup * Separator between back * Support profile import via url * Move profiles module * Refactor files * Remove symlink * Add user to docker group * Update schema description * Handle list services * mypy fixes * mypy fixes * Rename profilesv2 to profiles * flake8 * mypy again * Support selecting DM * Fix mypy * Cleanup * Update greeter setting * Update schema * Revert toml changes * Poc external dependencies * Dependency support * New encryption menu * flake8 * Mypy and flake8 * Unify lsblk command * Update bootloader configuration * Git hooks * Fix import * Pyparted * Remove custom font setting * flake8 * Remove default preview * Manual partitioning menu * Update structure * Disk configuration * Update filesystem * luks2 encryption * Everything works until installation * Btrfsutil * Btrfs handling * Update btrfs * Save encryption config * Fix pipewire issue * Update mypy version * Update all pre-commit * Update package versions * Revert audio/pipewire * Merge master PRs * Add master changes * Merge master changes * Small renaming * Pull master changes * Reset disk enc after disk config change * Generate locals * Update naming * Fix imports * Fix broken sync * Fix pre selection on table menu * Profile menu * Update profile * Fix post_install * Added python-pyparted to PKGBUILD, this requires [testing] to be enabled in order to run makepkg. Package still works via python -m build etc. * Swaped around some setuptools logic in pyproject Since we define `package-data` and `packages` there should be no need for: ``` [tool.setuptools.packages.find] where = ["archinstall", "archinstall.*"] ``` * Removed pyproject collisions. Duplicate definitions. * Made sure pyproject.toml includes languages * Add example and update README * Fix pyproject issues * Generate locale * Refactor imports * Simplify imports * Add profile description and package examples * Align code * Fix mypy * Simplify imports * Fix saving config * Fix wrong luks merge * Refactor installation * Fix cdrom device loading * Fix wrongly merged code * Fix imports and greeter * Don't terminate on partprobe error * Use specific path on partprobe from luks * Update archinstall/lib/disk/device_model.py Co-authored-by: codefiles <11915375+codefiles@users.noreply.github.com> * Update archinstall/lib/disk/device_model.py Co-authored-by: codefiles <11915375+codefiles@users.noreply.github.com> * Update github workflow to test archinstall installation * Update sway merge * Generate locales * Update workflow --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> Co-authored-by: Anton Hvornum <anton@hvornum.se> Co-authored-by: Anton Hvornum <anton.feeds+github@gmail.com> Co-authored-by: codefiles <11915375+codefiles@users.noreply.github.com>
2023-03-31Replaced double-grep with awk (#1710)Anton Hvornum
2023-03-31Improved PKGBUILD and correctly identify __version__ without git (#1709)Anton Hvornum
2023-03-29Added missing pkgver definition (#1697)Anton Hvornum
2023-03-29Updated PKGBUILD with a pkgver, depends and hashsums (#1696)Anton Hvornum
* Fixing some values that trigger issues in PKGBUILD * license dynamic * Updated PKGBUILD to contain a pkgver() as well as update hashsums and added systemd as depends
2023-02-27Replacing flit (#1655)Anton Hvornum
* Replacing flit * Removed python-flit as a dependency * Removed note about flit * Removed flit references in pyproject.toml
2022-05-29Cleanup and version changes in prep for releaseAnton Hvornum
2022-05-18Version bump to RC1 for v2.4.3Anton Hvornum
2022-04-29Updated PKGBUILD to handle symlink issues for nowAnton Hvornum
2022-03-28Made archinstall build reproducable when generating docsAnton Hvornum
2021-06-06Remove source check (not required)m1ten
2021-06-05updated makedepends and added manualm1ten
2021-04-05Fix PKGBUILD conflicts and add provides linePyfisch
2021-04-05Indent using 8 spaces in PKGBUILDPyfisch
2021-04-05Add primary PKGBUILD for testing the packagePyfisch
2021-04-05Remove outdated PKGBUILD filesPyfisch
setup.cfg whitespace changes.
2021-04-04Update repo to archlinux/archinstallRafael Fontenelle
2021-01-25Move PKGBUILD dir to PKGBUILDs dir and create a new PKGBUILD for gitGiancarlo Razzolini
Create a new PKGBUILD that builds from the current git directory for ease of testing. Moved the PKGBUILD directory to PKGBUILDs.
2021-01-20Updated hashsums to latest version: v2.1.0Anton Hvornum
2021-01-20Version bump. All future releases will now be PGP-signed.Anton Hvornum
2020-12-06Updated hash in PKGBUILDAnton Hvornum
2020-12-06Updated hash of PKGBUILDAnton Hvornum
2020-12-06Updated hash for PKGBUILDAnton Hvornum
2020-12-06Version bump: 2.0.6Anton Hvornum
Packaging for release.
2020-11-11Updated hash to v2.0.6rc17.Anton Hvornum
2020-11-11Version bump: 2.0.6rc17Anton Hvornum
2020-11-08Fix for #61. Variable mix-matches should be fixed and tested now. There's ↵Anton Hvornum
also slightly better debug output to show where the issue is rather than just 'AttributeError'.
2020-11-08Fixing a variable missmatch in #61. The global configuration snapshot (that ↵Anton Hvornum
is used for debug printing) does not contain the password for the new user (for safety reasons). So we can no longer get the password from that snapshot, but instead we have to get it from the global variable users (:dict).
2020-11-08Fixing issues with lists being passed instead of stringsLord Anton Hvornum
2020-11-08Version bumpLord Anton Hvornum
2020-11-08Version bumpLord Anton Hvornum
2020-11-08Fixed variable issues and version bumpLord Anton Hvornum
2020-11-08Fixed an issue where python's setuptools didn't like running bdist_wheel. ↵Lord Anton Hvornum
Causing issues upstream on pypi because examples/ and VERSION would be missing for instance.
2020-11-08Attempting to fix pypi build issues.Lord Anton Hvornum
2020-11-08Updated sha256 hashes.Lord Anton Hvornum
2020-11-07Updated sha256 hashes.Lord Anton Hvornum
2020-11-06Update PKGBUILDAnton Hvornum
2020-11-06Update PKGBUILDAnton Hvornum
2020-11-06Update PKGBUILDAnton Hvornum
2020-11-02md5 -> sha256demostanis
2020-10-23Add vim linedemostanis
2020-10-23Added one single sh file to run archinstalldemostanis
2020-10-23Added sums to PKGBUILDdemostanis
2020-10-11Added imports for `archinstall.TTS()` as well as added optinal depends for ↵Anton Hvornum
`PKGBUILD` files.
2020-10-01Apparently empty source definitions aren't allowed.Anton Hvornum
2020-10-01Renamed the pre-compiled PKGBUILD profile to archinstall-bin. Also added ↵Anton Hvornum
archinstall which is helper-scripts to run archinstall in python-module mode which depends on python-archinstall. Version bump to 2.0.5
2020-09-01Version bump to release v2.0.4Anton Hvornum