Difference between revisions of "Manjaro-tools"
Views
Actions
Namespaces
Variants
Tools
→clarify build-set usage
imported>Aaditya |
imported>Aaditya |
||
Line 89: | Line 89: | ||
-h This help | -h This help | ||
To build a single package, for example upower-pm-utils, go into the package build directory (which contains the PKGBUILD), and run it as: | To build a single package, for example upower-pm-utils, go into the directory which is one above the package build directory (which contains the PKGBUILD), and run it as: | ||
sudo build-set -p upower-pm-utils | sudo build-set -p upower-pm-utils | ||
For example, | |||
$ ls | |||
consolekit manjaro-tools openrc-video | |||
eudev networkmanager-openrc packages | |||
eudev-systemdcompat openrc-aur polkit-consolekit | |||
kde-servicemenus-pkg-tools openrc-base README.md | |||
keyboardctl-openrc openrc-core sddm-consolekit | |||
kf5-servicemenus-pkg-tools openrc-desktop sysvinit | |||
lib32-eudev openrc-devel upower-pm-utils | |||
lib32-eudev-systemdcompat openrc-misc | |||
manjaro-openrc openrc-net | |||
$ sudo build-set -p consolekit | |||
==> manjaro-tools version: 0.9.1 | |||
==> OPTARGS: | |||
-> arch: x86_64 | |||
-> branch: testing | |||
-> chroots: /srv/manjarobuild | |||
==> PATHS: | |||
-> chrootdir: /srv/manjarobuild/testing/x86_64 | |||
-> profiledir: /etc/manjaro-tools/sets | |||
-> pkgdir: /var/cache/manjaro-tools/pkg/testing/x86_64 | |||
-> pacman_conf: /usr/share/manjaro-tools/pacman-default.conf | |||
-> makepkg_conf: /usr/share/manjaro-tools/makepkg-x86_64.conf | |||
==> SETS: | |||
-> profiles: default|nosystemd|openrc-artoo|openrc-nodeps|openrc|udev | |||
-> profile: consolekit | |||
-> is_profile: false | |||
==> This package will be built: | |||
-> consolekit | |||
==> Updating chroot for [testing] (x86_64)... | |||
:: Synchronizing package databases... | |||
core is up to date | |||
extra is up to date | |||
community is up to date | |||
:: Starting full system upgrade... | |||
there is nothing to do | |||
==> Making package: consolekit 0.9.2-1 (Fri Nov 14 15:54:02 UTC 2014) | |||
... | |||
... | |||
... | |||
==> Finished making: consolekit 0.9.2-1 (Fri Nov 14 15:54:18 UTC 2014) | |||
-> Moving [consolekit] to [/var/cache/manjaro-tools/pkg/testing/x86_64] | |||
==> chown -R [aaditya:users] [/var/cache/manjaro-tools/pkg/testing] |