summaryrefslogtreecommitdiff
path: root/.gitmodules
AgeCommit message (Collapse)Author
2017-06-03netsurf: Use new tiny frontend and remove libnsfbMichael Forney
The tiny backend was written from scratch and offers several improvements over the framebuffer backend: - Supports copy-paste. - Re-uses browser widgets for UI. - Simpler, and easier to work with.
2017-06-03Add farbfeld 3Michael Forney
2017-05-28e2fsprogs: Add patch to fix missing sys/xattr.h includeMichael Forney
2017-05-25Add bearssl 0.4Michael Forney
2017-04-14libpciaccess: Update to 0.13.5Michael Forney
2017-03-26Add nginx 1.10.3Michael Forney
2017-03-11Add libinput 1.6.3Michael Forney
2017-03-10sdhcp: Use my github repositoryMichael Forney
2017-03-09vis: Update to latest gitMichael Forney
2017-02-22curl: Update to 7.53.0Michael Forney
Since 7.53.0 doesn't ship with a curl.1 man page anymore, but generates through the use of a perl script, just switch to using the source archive. Users are unlikely to modify curl anyway.
2017-02-22Add mtdev 1.1.5Michael Forney
2017-02-17efivar, efibootmgr: Update to 31, 14Michael Forney
2017-02-09Update sourceforge git:// URLs to httpsMichael Forney
The git:// URLs are giving me connection refused. Also, expat is migrating to github, so use that instead.
2017-02-09scc: Update to latest gitMichael Forney
2017-02-01Update libdrm submodule urlMichael Forney
2017-01-22libxkbcommon: Use source archive instead of submoduleMichael Forney
2017-01-22kbd: Update to 2.0.4Michael Forney
Also, switch to building from source tar archive so that we don't need to import pre-generated parsers/lexers, and we don't need to port the gen_charset_syms.pl script to awk.
2017-01-19libressl: Use tar instead of git mirrorMichael Forney
The git mirror is often force-updated causing the tags to become no longer valid. The tar also conveniently has the pre-generated obj_dat.h and obj_mac.h headers.
2017-01-05libevdev: Rewrite make-event-names in awkMichael Forney
2017-01-01libnl: Update to 3.2.29Michael Forney
2016-12-30vis: Add rc script detectionMichael Forney
2016-12-29Add netsurf 3.6Michael Forney
{nsgenbind,webidl}-{lexer,parser}.{c,h} were generated using flex and bison on unmodified 0.4 sources.
2016-12-29Add libjpeg-turbo 1.5.1Michael Forney
2016-12-29Add libpng 1.6.26Michael Forney
2016-12-21vis: Use symlinks instead of patch to change default themeMichael Forney
2016-12-20ubase: Set repository URL to my github branchMichael Forney
This also pulls in a tiny fix for mount (which also happens to silence a gcc 6 warning).
2016-12-14sbase: Switch URL to my git repositoryMichael Forney
I have been, and will likely continue to, fixing many issues with sbase. Since it is tedious to keep track of a patch set, and upstream is slow to apply, just use my sbase repository (at least for now).
2016-12-13Move to flat package hierarchyMichael Forney
Note to self: never try to move submodules again To migrate your existing submodules (more or less): set -x set -e mkdir .git/modules/pkg for old in */*/src ; do new="pkg/${old#*/}" if ! [ -f "$old/.git" ] || [ "${old%%/*}" = pkg ] ; then continue fi git -C ".git/modules/$old" config core.worktree "../../../../../$new" rmdir "$new" mv "$old" "$new" sed -e "s,$old,$new," "$new/.git" > "$new/.git.tmp" mv "$new/.git.tmp" "$new/.git" mkdir ".git/modules/${new%/src}" mv ".git/modules/$old" ".git/modules/$new" rm "${old%/src}"/*.ninja mv "${old%/src}"/*.tar.{gz,xz,bz2} "${new%/src}/" rmdir "${old%/src}" || true done sed -e 's,^\[submodule "[^/]*/,[submodule "pkg/,' .git/config > .git/config.tmp mv .git/config.tmp .git/config
2016-12-11awk: Add patch to fix generating array with too many elementsMichael Forney
2016-12-11sdhcp: Add patch to silence warningMichael Forney
2016-12-10Add ii gitMichael Forney
2016-12-10Add scc gitMichael Forney
2016-12-08git: Drop dashes from builtin invocations in scriptsMichael Forney
This way, we don't have to install symlinks for builtins.
2016-12-08sbase: Add some patches fixing various issuesMichael Forney
2016-11-20pigz: Handle -n option like gzip doesMichael Forney
Otherwise, when we compress files with -n in the oasis build, we'll get timestamps with pigz, and no timestamps with gzip. We can't apply the pigz-specific -T flag because then it doesn't work with GNU gzip.
2016-11-19Move some programming languages from devel to langMichael Forney
2016-11-19Add vis scmMichael Forney
2016-11-18sbase: Don't ignore src anymoreMichael Forney
2016-11-09Add util-linux 2.29 (for fdisk)Michael Forney
2016-11-08Add sdhcp scmMichael Forney
2016-10-31Add st scmMichael Forney
Also, build libwayland-cursor.a from wayland.
2016-10-30Add xkeyboard-config 2.19Michael Forney
2016-10-30Add dmenu scmMichael Forney
2016-10-30Add velox scmMichael Forney
2016-10-30Add swc scmMichael Forney
2016-10-30Add wayland-protocols 1.7Michael Forney
2016-10-30Add wld scmMichael Forney
2016-10-28loksh: Add patch to fix arrow keys in search-historyMichael Forney
2016-10-22sbase: Add patch to fix tr bugMichael Forney
2016-10-22Add fontconfig 2.12.1Michael Forney