summaryrefslogtreecommitdiff
path: root/packaging/arch
Commit message (Collapse)AuthorAgeFilesLines
* Fixes Arch PKGBUILDMichel Blanc2014-10-081-2/+3
| | | | | | | Build was failing with new Ansible submodule setup for core and extras modules. Integrated fix from @firecat53 Added @firecat53 to contributors.
* Removes man3 section and adds contributor listMichel Blanc2014-04-281-2/+9
| | | | | | Seems that there are no man for section 3 anymore. Removed install snippet from PKGBUILD. Added list of PKGBUILD contributors in header.
* Merge pull request #6053 from cgtx/develMichael DeHaan2014-03-161-6/+6
|\ | | | | corrections for Arch PKGBUILD
| * remove optional vars folderscgtx2014-02-181-2/+0
| |
| * use correct permission mode when installingcgtx2014-02-181-6/+8
| |
* | Trim references to fireball as we want folks using accelerate or pipelining ↵Michael DeHaan2014-02-281-4/+3
|/ | | | options. Fireball is pretty well deprecated at this point, but will still be part of the release.
* Include all man pages in Arch Linux package.Bartłomiej Piotrowski2014-02-091-8/+5
| | | | | | While we're on it, change $pkgdesc to follow its counterpart from official repositories. Additionally don't install RELEASES.txt and CONTRIBUTING.md; there is little use for them from the user's perspective.
* Make PKGBUILD packaging standards compliant.Bartłomiej Piotrowski2014-02-053-41/+27
| | | | | | | | | | | * replace pointless patch with PYTHON=python2 * simplify git describe command * move pkgver() function lower, so build chroots can make use of it * align packages in optdepends using spaces * use double quotation marks only where it's needed * unify usage of brackets sorrounding variables * shorten pkgdesc (kudos to Fedora) * update README
* AnsibleWorks -> AnsibleMichael DeHaan2014-01-281-2/+2
|
* Fix bad links on Arch aur package readme.Matthew Jones2013-11-071-3/+3
| | | These were totally wrong and somehow pointing to completely unrelated projects.
* * Updated all ansible.cc references in the documentation to pointJoshua Lund2013-06-191-1/+1
| | | | | to ansibleworks.com * Fixed a few misspelled words
* Fix typo in PKGBUILDBuce2013-06-181-1/+1
| | | | ansbile.cfg -> ansible.cfg
* Include docs, config in Arch packageBuce2013-06-091-0/+9
|
* Add provides=('ansible') to PKGBUILDBuce2013-06-091-1/+2
| | | | This lets packages use ansible-git as a dependency in place of ansible.
* Let makepkg control compression of man pagesBuce2013-06-091-5/+0
| | | | | makepkg will automatically compress man pages in MAN_DIRS if 'zipman' is in the OPTIONS array of makepkg.conf.
* Added optional dependencies for fireball mode to PKGBUILD.John Gosset2013-05-311-0/+4
|
* update archlinux PKGBUILD for pacman 4.1Daniel Wallace2013-05-151-34/+26
|
* Updates Arch PKGBUILDMichel Blanc2013-04-301-2/+2
| | | | Recurse in subdirectories to handle the new libs layout. Updated on AUR.
* Fixes arch building fileMichel Blanc2013-03-112-29/+10
| | | | | | | Arch python binary patch was broken since improvement in 785068d. This change fixes patch, removing most of the lines thanks to the new PYTHON variable. New source file already uploaded on AUR.
* Update packaging/arch/PKGBUILDMichel Blanc2013-01-311-2/+2
| | | Removes python2-json dependancy which is not required on Arch (python 2.7)
* Update packaging/arch/PKGBUILDMichel Blanc2013-01-231-2/+2
| | | Uploaded new version to AUR and bumped version.
* Updates Arch PKGBUILD to include other man pagesMichel Blanc2013-01-091-2/+6
| | | Man pages for ansible-pull and ansible-docs are now installed properly
* Changes URL to ansible.ccMichel Blanc2013-01-051-3/+3
| | | | Removed github URL in favor of ansible.cc
* Arch PKGBUILD fixesMichel Blanc2013-01-031-3/+5
| | | | | | | Adds examples in package Changes json dependency to python2-simplejson, reflecting the new package name Removed duplicate python2-yaml
* Updates Arch linux packaging filesMichel Blanc2012-11-163-5/+55
| | | | | | | | Added a README.md to explain the purpose of the directory Fixed dependencies in PKGBUILD Added patch to change python binary name for arch users, so they don't end up using python 3 (python links to python3 by default on arch linux).
* distribution packaging should install all manpagesMatt Klich2012-09-211-4/+2
| | | | closes #1069
* Fixes Arch PKGBUILD dependenciesMichel Blanc2012-04-191-2/+2
| | | | | Adds missing depends (python2-yaml helps...) Adds missing build deps (fakeroot)
* Adds ArchLinux build fileMichel Blanc2012-04-191-0/+44
Adds PKGBUILD file required to build Arch Linux packages