summaryrefslogtreecommitdiff
path: root/libre/pacman/makepkg.conf
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-12-31 04:39:17 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-12-31 04:39:17 -0200
commitc2d64fb62a8a28788d5b34fe5ad071ca31e20d76 (patch)
tree64ad29eaba7304e832e6c568168ee548859272b9 /libre/pacman/makepkg.conf
parentd48854c69c1ddd462b50efadfd69b35b18ecfe33 (diff)
pacman-4.2.0-5.parabola1: updating version
* add needed vcs handlers to makepkg.conf, pull upstream roundup patch * update makepkg-pkgrel-4.patch
Diffstat (limited to 'libre/pacman/makepkg.conf')
-rw-r--r--libre/pacman/makepkg.conf12
1 files changed, 9 insertions, 3 deletions
diff --git a/libre/pacman/makepkg.conf b/libre/pacman/makepkg.conf
index 758d7d029..f997615e6 100644
--- a/libre/pacman/makepkg.conf
+++ b/libre/pacman/makepkg.conf
@@ -19,6 +19,13 @@ DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %
# /usr/bin/lftpget -c
# /usr/bin/wget
+#-- The package required by makepkg to download VCS sources
+# Format: 'protocol::package'
+VCSCLIENTS=('bzr::bzr'
+ 'git::git'
+ 'hg::mercurial'
+ 'svn::subversion')
+
#########################################################################
# ARCHITECTURE, COMPILE FLAGS
#########################################################################
@@ -43,17 +50,16 @@ DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
# BUILD ENVIRONMENT
#########################################################################
#
-# Defaults: BUILDENV=(fakeroot !distcc color !ccache check !sign)
+# Defaults: BUILDENV=(!distcc color !ccache check !sign)
# A negated environment option will do the opposite of the comments below.
#
-#-- fakeroot: Allow building packages as a non-root user
#-- distcc: Use the Distributed C/C++/ObjC compiler
#-- color: Colorize output messages
#-- ccache: Use ccache to cache compilation
#-- check: Run the check() function if present in the PKGBUILD
#-- sign: Generate PGP signature file
#
-BUILDENV=(fakeroot !distcc color !ccache check !sign)
+BUILDENV=(!distcc color !ccache check !sign)
#
#-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
#-- specify a space-delimited list of hosts running in the DistCC cluster.