You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This update is a quality of life update focusing on important bug fixes and adding requested features. Users can update from Pacstall 1.6 or higher with pacstall -U pacstall master, or reinstall using the deb file.
This also fixes optional dependencies being added to Depends and some not installed being added to Suggests. They are all added to Suggests now.
How to use new features
Buildtime optional dependencies
Pacstall previously installed optional dependencies along with the created deb, leading to only optional dependencies that could be used after a package compilation working. Now you can specify any buildtime dependencies in optdepends and they will be installed before the compilation/install.
Note
You may still have to check what packages are installed if the compilation requires passing flags to a build script to enable said features.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Pacstall v3.3.0 Iris
This update is a quality of life update focusing on important bug fixes and adding requested features. Users can update from Pacstall 1.6 or higher with
pacstall -U pacstall master
, or reinstall using the deb file.Developers, Developers, Developers...
Changes
pwd
to$PWD
by @henryws (ref(pwd):pwd
->$PWD
#770)Bug fixes
build_depends
array internally by @henryws (fix(arrays): quote and split #768)optdepends
by @henryws (fix(prompt_optdepends): always show missing optdeps #772)homedir
using~$USER
bashism instead of/home/$USER
by @henryws (fix(homedir): detect any home dir, not just /home #769)Features
Depends
and some not installed being added toSuggests
. They are all added toSuggests
now.How to use new features
Buildtime optional dependencies
Pacstall previously installed optional dependencies along with the created deb, leading to only optional dependencies that could be used after a package compilation working. Now you can specify any buildtime dependencies in
optdepends
and they will be installed before the compilation/install.Pacscript for this releases Deb
This discussion was created from the release 3.3.0 Iris.
Beta Was this translation helpful? Give feedback.
All reactions