summaryrefslogtreecommitdiffstats
path: root/contrib/PKGBUILD
AgeCommit message (Collapse)AuthorFilesLines
2013-02-050.4 release updatesJouke Witteveen1-2/+2
2013-02-01Improve completionJouke Witteveen1-0/+1
- Add Bash completion for netctl-auto and wifi-menu - Add full (but basic) zsh completion
2012-12-28Forking netcfg to netctl (1/2)Jouke Witteveen1-18/+13
This commit contains the moving of files.
2012-10-15add to base groupThomas Bächler1-0/+1
2012-08-092.8.9 release updatesJouke Witteveen1-2/+5
2012-06-01List ifenslave as an optional dependency (FS#30091)Jouke Witteveen1-2/+3
Needed for bonding interfaces.
2012-04-30Move the website to a websiteJouke Witteveen1-1/+1
Give users a way to stumble upon this marvelous piece of literature that had completely been forgotten (it was introduced in the repository around netcfg 2.6, but never installed).
2012-03-21Revised bash completionJouke Witteveen1-1/+1
Bash completion does not deal properly with profile filenames that contain whitespace. There are some minor tweaks in this commit as well, but those should be harmless.
2012-03-20Just those things you notice _after_ a releaseJouke Witteveen1-7/+7
Nothing special.
2012-03-19Release process changesJouke Witteveen1-2/+2
This commit does not change any installed code. - The tarball now includes pre-built documentation, removing the build dependency on asciidoc from the PKGBUILD. - The tarball is now xz compressed. - News is updated.
2012-03-06More forgiving Makefile and added PKGBUILD creationJouke Witteveen1-0/+32
- As noted by Alfredo Palhares it is not always right to fail when the creation of symlinks did not succeed on installation through `make install`. - Building a package is now as easy as `make pkgbuild; makepkg`, although you probably should not execute makepkg inside the source tree.