summaryrefslogtreecommitdiff
path: root/package/editors
AgeCommit message (Collapse)Author
2009-04-29vim: regenerate the configure.patchWade Berrier
2009-03-18pkgconfig: add pkgconfig package for targetPeter Korsgaard
The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
2009-03-15vim: really fix patch downloadPeter Korsgaard
Thanks to Markus Heidelberg for noticing.
2009-03-09vim: fixup patch download location after change to DOWNLOAD macro.Peter Korsgaard
Closes #161.
2009-02-08vim: cleanup sed invocationPeter Korsgaard
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-09ed: bump version, convert to Makefile.autotools.in formatPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-11-14package: Kconfig: use menu instead of menuconfig for sub menusPeter Korsgaard
As discussed on the list - These things should normally not be (un)selectable.
2008-10-26vim: add TARGET_CONFIGURE_OPTSPeter Korsgaard
Patch by Markus Heidelberg.
2008-10-26package: cleanup PKG_CONFIG_SYSROOTPeter Korsgaard
PKG_CONFIG_SYSROOT_DIR and friends get set in package/Makefile.in, so there's no need to set it in the makefiles of the individual packages as well. Based on a patch by Markus Heidelberg.
2008-10-19vim: use $(MAKE) instead of hardcoding makePeter Korsgaard
2008-10-06vim:Wade Berrier
-Apply patches from list (http://buildroot.uclibc.org/lists/buildroot/2008-July/009846.html http://buildroot.uclibc.org/lists/buildroot/2008-August/010104.html) -add more vim patches -Switch to http vs ftp since ftp is slow -Fix configure.patch to apply cleanly after patch update
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-06-14packages: fix pkgconfig depencies and select pkgconfig where neededPeter Korsgaard
2008-04-03package/editors: fix patch-kernel.sh argumentsPeter Korsgaard
2008-03-26nano: fix install locationPeter Korsgaard
Fix typo in install location. Reported by Simon Pasch.
2008-03-11buildroot: use BR2_KERNEL_MIRROR everywherePeter Korsgaard
Based on patch by Nigel Kukard.
2008-03-07nano: install to /usr/binPeter Korsgaard
2008-03-07vim: config names should be lower casePeter Korsgaard
2008-03-07buildroot: move editors under package/editors and merge menusPeter Korsgaard
Based on patch by Arnar Mar Sig.
2008-03-06added vim and editors directoryJohn Voltz