Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • zvova7890/pacman
  • ateles0x96/pacman
  • carsme/pacman
  • thijzert/pacman
  • staticnoise/pacman
  • jforberg/pacman
  • samueldr/pacman
  • archlinux/alpm/pacman
  • erwin-iosef/pacman-tinker
  • darktohka/pacman
  • poscat/pacman
  • integral-tech/pacman
  • voskresenie/pacman
  • heftig/pacman
  • guinux/pacman
  • tbodt/pacman
  • 0xfadead/pacman
  • rudy-in/pacman
  • karanveerb/pacman
  • xkozakj/pacman
  • misaka13514/pacman
  • boria138/pacman
  • tiziodcaio/pacman
  • vixfwis/pacman
  • filip-hejsek/pacman
  • ventureo/pacman
  • ikspress/pacman
  • 7ji/pacman
  • shyanjmc/pacman
  • lolpro11/pacman
  • patlefort/pacman
  • okabe/pacman
  • radioactiveman/pacman
  • yan12125/pacman
  • lazka/pacman
  • wiktor/pacman
  • boomer41/pacman
  • porkepix/pacman
  • rafaelff/pacman
  • lilydjwg/pacman
  • bartus/pacman
  • young42/pacman
  • demi/pacman
  • levitating/pacman
  • gromit/pacman
  • alerque/pacman
  • vannten/pacman
  • tomhale/pacman
  • hanabishi/pacman
  • aedalzotto/pacman
  • nikelborm/pacman
  • mikewalrus/pacman
  • vnepogodin/pacman
  • loqs/pacman
  • agowa338/pacman
  • alexhenrie/pacman
  • eds-collabora/pacman
  • disconnect3d/pacman
  • chrislongros/pacman
  • brocellous/pacman
  • zoorat/pacman
  • moviuro/pacman
  • vekhir/pacman
  • jamarley/pacman
  • pobrn/pacman
  • felixonmars/pacman
  • octylfractal/pacman
  • jackrosenthal/pacman
  • xiretza/pacman
  • antiz/pacman
  • matta/pacman
  • eworm/pacman
  • kpcyrd/pacman
  • wsdmatty/pacman
  • fxzzi/pacman
  • jwitteveen/pacman
  • xaoseric/pacman
  • derverrcktefuchs/pacman
  • jdknight/pacman
  • eclairevoyant/pacman
  • nrolans/pacman
  • prawn/pacman
  • joanbrugueram/pacman
  • franklinyu/pacman
  • mrtnster/pacman
  • bgyorgy/pacman
  • intelfx/pacman
  • soloturn/pacman
  • eatsu/pacman
  • sw/pacman
  • rgacogne/pacman
  • fantasquex/pacman
  • txtsd/pacman
  • miepee/pacman
  • mkurz/pacman
  • danielnachun/pacman
  • rhbvkleef/pacman
  • dvzrv/pacman
  • klausenbusk/pacman
  • sxw/pacman
  • michel/pacman
  • benthetechguy/pacman
  • daandemeyer/pacman
  • arodseth/pacman
  • diabonas/pacman
  • anthraxx/pacman
  • foxboron/pacman
  • mmdbalkhi/pacman
  • jelle/pacman
  • gustawho/pacman
  • mosman/pacman
  • lemmarathon/pacman
  • mattalxndr/pacman
  • pacman/pacman
114 results
Show changes
Commits on Source (2)
......@@ -199,7 +199,7 @@ Options
flags specified in LTOFLAGS to CFLAGS, CXXFLAGS and LDFLAGS (or
``-flto'' if LTOFLAGS is empty).
*autodep*;;
*autodeps*;;
Enable the automatic addition of libraries to the depends and
provides arrays. Search library directories are controlled by
the LIB_DIRS variable defined below.
......@@ -236,7 +236,7 @@ Options
**LIB_DIRS=(**lib:usr/lib ...**)**::
If `autodeps` is specified in the `OPTIONS` array, this variable will
instruct makepkg where to look to find librarys to add to the `provides`
instruct makepkg where to look to find libraries to add to the `provides`
array. The format is "prefix:path", where provides will be added for
libraries found in "path" with the specified prefix added.
......
......@@ -109,7 +109,7 @@ PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
#-- Directory to store source code in for debug packages
DBGSRCDIR="/usr/src/debug"
#-- Prefix and directories for library autodeps
LIB_DIRS=('lib:/usr/lib' 'lib32:/usr/lib32')
LIB_DIRS=('lib:usr/lib' 'lib32:usr/lib32')
#########################################################################
# PACKAGE OUTPUT
......