wolfpit.net Git - tool/Arch-pacman/.git/atom - doc/makepkg.8.txt history Unnamed repository; edit this file 'description' to name the repository. https://wolfpit.net/gitweb/?p=tool/Arch-pacman/.git static/git-favicon.png static/git-logo.png 2013-09-03T23:51:20Z gitweb makepkg.8: fix typo in usage 2013-08-21T15:16:44Z Dave Reisner dreisner@archlinux.org Allan McRae allan@archlinux.org 2013-08-21T15:16:44Z https://wolfpit.net/gitweb/?p=tool/Arch-pacman/.git;a=commitdiff;h=9e50e5314c76085814187272c544cecda0a63534
makepkg.8: fix typo in usage

Looks like I fat fingered something when I refactored the original
submissions. Woops.

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
  • [DB] doc/makepkg.8.txt
makepkg: allow make-style environment var overrides 2013-08-05T22:04:37Z Dave Reisner dreisner@archlinux.org Allan McRae allan@archlinux.org 2013-08-05T22:04:37Z https://wolfpit.net/gitweb/?p=tool/Arch-pacman/.git;a=commitdiff;h=3d3c7ebb0dfef248c53f7cfc3730ed3fd89756a9
makepkg: allow make-style environment var overrides

This allows for VAR=value and VAR+=value variable declarations.

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
  • [DB] doc/makepkg.8.txt
Merge branch 'maint' 2013-06-06T03:47:26Z Allan McRae allan@archlinux.org Allan McRae allan@archlinux.org 2013-06-06T03:47:26Z https://wolfpit.net/gitweb/?p=tool/Arch-pacman/.git;a=commitdiff;h=9574bfd6c873d70e29a5003461b2d691f134c8ab
Merge branch 'maint'
  • [DB] doc/makepkg.8.txt
Remove backslash typo from makepkg man page 2013-04-29T02:00:17Z Eric Bélanger snowmaniscool@gmail.com Allan McRae allan@archlinux.org 2013-04-29T02:00:17Z https://wolfpit.net/gitweb/?p=tool/Arch-pacman/.git;a=commitdiff;h=f1d74d928a7ce106dad9303c036222823f347af2
Remove backslash typo from makepkg man page

Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
  • [DB] doc/makepkg.8.txt
makepkg: add support for CARCH environment var 2013-04-29T23:10:08Z Phillip Smith fukawi2@gmail.com Allan McRae allan@archlinux.org 2013-04-29T23:10:08Z https://wolfpit.net/gitweb/?p=tool/Arch-pacman/.git;a=commitdiff;h=5bcc058d4217a3e843e9adfbe0d8882ddf0f31b1
makepkg: add support for CARCH environment var

Add support for overriding configuration in /etc/makepkg.conf and
~/.makepkg.conf by setting the environment variable CARCH similar to
how SRCDEST and PKGDEST behave.

Fixes FS#35030.

Signed-off-by: Allan McRae <allan@archlinux.org>
  • [DB] doc/makepkg.8.txt
Merge branch 'maint' 2013-05-07T02:59:44Z Allan McRae allan@archlinux.org Allan McRae allan@archlinux.org 2013-05-07T02:59:44Z https://wolfpit.net/gitweb/?p=tool/Arch-pacman/.git;a=commitdiff;h=0f988beff8794338485352dc1beafbfcdbb20db1
Merge branch 'maint'
  • [DB] doc/makepkg.8.txt
Add --noprepare option to makepkg 2013-04-29T02:42:22Z Eric Bélanger snowmaniscool@gmail.com Allan McRae allan@archlinux.org 2013-04-29T02:42:22Z https://wolfpit.net/gitweb/?p=tool/Arch-pacman/.git;a=commitdiff;h=9de33488bffffd4bb273f73f98a0ced40ba06f29
Add --noprepare option to makepkg

This new option disables the prepare function. Useful in combination
with -o to get an unpatched copy of the sources for testing purpose.

Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
  • [DB] doc/makepkg.8.txt
Add -V/--version option to makepkg's usage function and man page 2013-04-29T01:49:01Z Eric Bélanger snowmaniscool@gmail.com Allan McRae allan@archlinux.org 2013-04-29T01:49:01Z https://wolfpit.net/gitweb/?p=tool/Arch-pacman/.git;a=commitdiff;h=91b9ea922ae3db12cbff570718709d4c836c4cbf
Add -V/--version option to makepkg's usage function and man page

Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
  • [DB] doc/makepkg.8.txt
makepkg: Add --verifysource to only download/verify source files 2013-02-23T12:08:44Z Olivier Brunel i.am.jack.mail@gmail.com Allan McRae allan@archlinux.org 2013-02-23T12:08:44Z https://wolfpit.net/gitweb/?p=tool/Arch-pacman/.git;a=commitdiff;h=2259dff7f34b082d8e43af15228e74cba75580f6
makepkg: Add --verifysource to only download/verify source files

Because --noextract also implies to not download/verify source files, it wasn't
possible to simply do that, without either extracting and/or building.
(Note: --verifysource takes precedence over --noextract)

Signed-off-by: Olivier Brunel <i.am.jack.mail@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
  • [DB] doc/makepkg.8.txt
Add --needed option to makepkg 2012-11-20T00:51:06Z wgiokas 1007380@gmail.com Allan McRae allan@archlinux.org 2012-11-20T00:51:06Z https://wolfpit.net/gitweb/?p=tool/Arch-pacman/.git;a=commitdiff;h=6b1deedf15d14e426e5450b759710e8782c22ab3
Add --needed option to makepkg

Simply add the option to pass the --needed flag to pacman when using -i
with makepkg. When using makepkg in scripts, particularly for git
packages with the new version functions and not just a date, this can
save disk io and time instead of reinstalling.

This would mostly be useful with the --noconfirm option.

Signed-off-by: wgiokas <1007380@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
  • [DB] doc/makepkg.8.txt
doc: Add --holdver information for makepkg 2012-07-23T07:00:35Z Allan McRae allan@archlinux.org Allan McRae allan@archlinux.org 2012-07-23T07:00:35Z https://wolfpit.net/gitweb/?p=tool/Arch-pacman/.git;a=commitdiff;h=d51902c978144f230038e44a42ff75b587d85326
doc: Add --holdver information for makepkg

Signed-off-by: Allan McRae <allan@archlinux.org>
  • [DB] doc/makepkg.8.txt
makepkg: remove VCS package support 2012-06-03T09:33:34Z Allan McRae allan@archlinux.org Allan McRae allan@archlinux.org 2012-06-03T09:33:34Z https://wolfpit.net/gitweb/?p=tool/Arch-pacman/.git;a=commitdiff;h=d338b3981dcfd039a60fae616886707e4d69fceb
makepkg: remove VCS package support

The current VCS packaging support is really, really, really bad.
It is best to strip it out completely before rewriting it.

Signed-off-by: Allan McRae <allan@archlinux.org>
  • [DB] doc/makepkg.8.txt
Add documentation for the prepare() function 2012-07-28T09:20:11Z Enjolras 0enjolras0@laposte.net Dan McGee dan@archlinux.org 2012-07-28T09:20:11Z https://wolfpit.net/gitweb/?p=tool/Arch-pacman/.git;a=commitdiff;h=eb25a18571d97c20046784f7c8a9815dc40512c7
Add documentation for the prepare() function

Signed-off-by: Dan McGee <dan@archlinux.org>
  • [DB] doc/makepkg.8.txt
asdeps flag passed from makepkg to pacman 2012-07-09T05:55:58Z Daniel Wallace daniel.wallace12@gmail.com Dan McGee dan@archlinux.org 2012-07-09T05:55:58Z https://wolfpit.net/gitweb/?p=tool/Arch-pacman/.git;a=commitdiff;h=52550a2a0a4e6858680828e3fcdf0b12b16c273b
asdeps flag passed from makepkg to pacman

add the asdeps flag for makepkg so that it does pacman -U --asdeps

[Allan: clean-up whitespace]
Signed-off-by: Daniel Wallace <daniel.wallace12@gmail.com>

Signed-off-by: Dan McGee <dan@archlinux.org>
  • [DB] doc/makepkg.8.txt
makepkg.8: remove bold from --pkg's optarg 2012-04-22T04:03:07Z Dave Reisner dreisner@archlinux.org Dan McGee dan@archlinux.org 2012-04-22T04:03:07Z https://wolfpit.net/gitweb/?p=tool/Arch-pacman/.git;a=commitdiff;h=59dc631c9a2c8bacb19109e75c4fd0f604e85758
makepkg.8: remove bold from --pkg's optarg

Keep this in line with the rest of the manpages.

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
  • [DB] doc/makepkg.8.txt
makepkg: allow specifying --pkg multiple times 2012-04-08T17:26:41Z Dave Reisner dreisner@archlinux.org Dan McGee dan@archlinux.org 2012-04-08T17:26:41Z https://wolfpit.net/gitweb/?p=tool/Arch-pacman/.git;a=commitdiff;h=3f9cf8471f9c6faecba8e09deb97a8d042525307
makepkg: allow specifying --pkg multiple times

Make this option additive, so that the following two operations are
equivalent:

  makepkg --pkg foo --pkg bar
  makepkg --pkg foo,bar
  • [DB] doc/makepkg.8.txt
makepkg: adopt parseopts for option parsing 2012-04-08T17:13:07Z Dave Reisner dreisner@archlinux.org Dan McGee dan@archlinux.org 2012-04-08T17:13:07Z https://wolfpit.net/gitweb/?p=tool/Arch-pacman/.git;a=commitdiff;h=d85c71865ee826041c85cd47189ea43b44ce52cc
makepkg: adopt parseopts for option parsing

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
  • [DB] doc/makepkg.8.txt
makepkg: add support for PACKAGER environment var 2011-11-01T01:00:47Z Phillip Smith fukawi2@gmail.com Dan McGee dan@archlinux.org 2011-11-01T01:00:47Z https://wolfpit.net/gitweb/?p=tool/Arch-pacman/.git;a=commitdiff;h=5ba8b83b8be55b9d7a55cc8bfdef80c37117101d
makepkg: add support for PACKAGER environment var

Add support for overriding configuration in /etc/makepkg.conf and
~/.makepkg.conf by setting the environment variable PACKAGER similar to
how SRCDEST and PKGDEST behave.

Signed-off-by: Allan McRae <allan@archlinux.org>
  • [DB] doc/makepkg.8.txt
doc: consistency when referencing other options 2011-09-01T20:03:39Z Dan McGee dan@archlinux.org Dan McGee dan@archlinux.org 2011-09-01T20:03:39Z https://wolfpit.net/gitweb/?p=tool/Arch-pacman/.git;a=commitdiff;h=24f4f9822fe8c6758e72577173495705cfcc6713
doc: consistency when referencing other options

Use '\--option' rather than `--option` everywhere.

Signed-off-by: Dan McGee <dan@archlinux.org>
  • [DB] doc/makepkg.8.txt
Add makepkg -S which is an alias to makepkg --source 2011-08-18T10:46:19Z Sebastien Luttringer seblu@seblu.net Dan McGee dan@archlinux.org 2011-08-18T10:46:19Z https://wolfpit.net/gitweb/?p=tool/Arch-pacman/.git;a=commitdiff;h=4a7f3bbc469d1f6a8da1c7f310ab518ad841c2b9
Add makepkg -S which is an alias to makepkg --source

makepkg --source is a often used go make source package like for AUR.
Have a -S shortcut will save the world.

Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
Signed-off-by: Dan McGee <dan@archlinux.org>
  • [DB] doc/makepkg.8.txt