Commit Graph

7494 Commits

Author SHA1 Message Date
Leonid Pliushch
7ac2c9d388 Merge pull request #3652 from shayneholmes/update-vimrc
vim: Update vimrc
2019-04-13 18:31:06 +03:00
Leonid Pliushch
8f4004bfbf Merge branch 'master' into update-vimrc 2019-04-13 18:30:02 +03:00
Leonid Pliushch
b598c47df7 vim, vim-python: replace /usr/bin with /data/data/com.termux/files/usr/bin in vimrc files 2019-04-13 18:27:01 +03:00
Leonid Pliushch
4bf43d5058 vim-python: apply changes to vimrc from package 'vim' 2019-04-13 18:25:40 +03:00
Leonid Pliushch
9a948e1bf5 vim: bump revision 2019-04-13 18:24:01 +03:00
Leonid Pliushch
625fc68e91 graphicsmagick: add *-config files to devpackage 2019-04-13 15:38:23 +03:00
Leonid Pliushch
0f6febb694 blogc: update to 0.15.1 2019-04-13 15:11:48 +03:00
Fredrik Fornwall
28036dda58 ack-grep: Update from 2.24 to 2.28 2019-04-13 09:32:36 +02:00
Fredrik Fornwall
5f4ec3df11 apache2: Update from 2.4.38 to 2.4.39 2019-04-13 09:32:31 +02:00
Fredrik Fornwall
a5ea858847 unrar: Update from 5.7.3 to 5.7.4 2019-04-13 09:32:19 +02:00
Fredrik Fornwall
c45ca344c2 swi-prolog: Update from 8.1.0 to 8.1.3 2019-04-13 09:31:35 +02:00
Fredrik Fornwall
fbc818f7d9 ctags: Update from 0.0.20180830 to 0.0.20190412 2019-04-13 09:31:28 +02:00
Fredrik Fornwall
21588f2d9f abook: Update from 0.6.0pre2 to 0.6.1 2019-04-13 09:31:21 +02:00
Fredrik Fornwall
75bf13f98a cmatrix: Update from 1.2 to 2.0 2019-04-13 09:31:14 +02:00
Leonid Pliushch
6f4a5f78c6 readme: android-7 is no longer in testing state 2019-04-13 01:42:10 +03:00
Henrik Grimler
803fae3222 Merge pull request #3657 from Grimler91/protobuf-c
libprotobuf-c: add package
2019-04-12 21:48:50 +02:00
Henrik Grimler
0b730b5d0f libprotobuf-c: add missing dependency protobuf 2019-04-12 21:37:30 +02:00
Leonid Pliushch
fd11dfb7c4 update license info & bump revisions for sl, unrar, frobtads 2019-04-12 17:24:48 +03:00
Leonid Pliushch
8b2ae5b3e8 package_uploader.sh: handle licenses "custom" and "non-free" 2019-04-12 17:23:45 +03:00
Leonid Pliushch
acacf14861 Revert "new package: nonfree-repo"
This reverts commit 551edcc8f4d69ede1e95fa13d1ad41173e437416.
2019-04-12 17:18:33 +03:00
Leonid Pliushch
cded93e316 Revert "frobtads, sl, unrar: disable packages because their license is not accepted by hosting"
This reverts commit d941ce1f79c4a66ac183a3b0b94082d47788a394.
2019-04-12 17:18:14 +03:00
Fredrik Fornwall
2d58caa19c socat: Update from 1.7.3.2 to 1.7.3.3 2019-04-12 01:40:15 +02:00
Fredrik Fornwall
e6ba34915f mpd: Update from 0.21.5 to 0.21.7 2019-04-12 01:33:12 +02:00
Fredrik Fornwall
3cb66bc5ea ghostscript: Update from 9.26 to 9.27 2019-04-12 01:32:42 +02:00
Fredrik Fornwall
12e610bc30 nginx: Update from 1.15.10 to 1.15.11 2019-04-12 01:32:35 +02:00
Fredrik Fornwall
65cacc9be6 mariadb: Update from 10.3.13 to 10.3.14 2019-04-11 23:46:32 +02:00
Fredrik Fornwall
9d21678983 nodejs: Update from 11.13.0 to 11.14.0 2019-04-11 23:08:09 +02:00
Fredrik Fornwall
41e1dc48dd libedit: Update from 20181209 to 20190324 2019-04-11 23:07:17 +02:00
Fredrik Fornwall
190ed15f9d libpixman: Update from 0.38.0 to 0.38.4 2019-04-11 23:07:08 +02:00
Fredrik Fornwall
11e79995c7 stunnel: Update from 5.51 to 5.53 2019-04-11 22:54:37 +02:00
Fredrik Fornwall
fbcb2f3dbc hugo: Update from 0.54.0 to 0.55.0 2019-04-11 22:51:26 +02:00
Fredrik Fornwall
3ab819f01f vim: Update from 8.1.1100 to 8.1.1150 2019-04-11 22:50:01 +02:00
its-pointless
47944e0290 math header refix 2019-04-11 23:14:10 +03:00
Henrik Grimler
7072ba04d8 libprotobuf-c: add package 2019-04-11 21:49:29 +02:00
Shayne Holmes
5f630bd495 vim: Fix scroll mappings
The included `vimrc` file sets mappings for <ScrollWheelUp> and
<ScrollWheelDown>, so that scrolling is smooth. Unfortunately,
'compatible' is set by default [0], so the `<>` notation used for those
mappings isn't enabled. Instead of the key `<ScrollWheelUp>` being
mapped, the mapping is actually from the typed string "<ScrollWheelUp>".

[0]: `:help compatible-default` explains that vim will turn the
'compatible' option off when "a user vimrc is found", or under various
other conditions (note that the system-wide vimrc doesn't count [1]),
but even in the case where a user vimrc exists, this system-wide vimrc
is executed before that happens.

[1]: From `:help compatible-default`:

    Note that this does NOT happen when a system-wide vimrc file was
    found.
2019-04-09 15:18:12 -07:00
Shayne Holmes
aa0c59c6cf vim: Update sensible.vim 2019-04-09 15:17:54 -07:00
Leonid Pliushch
5c8877c43a update command-not-found suggestions 2019-04-09 21:19:20 +03:00
Leonid Pliushch
b816bfa10b mpd: wrapper is no longer needed
DT_RUNPATH and versioned symbols do all work.
2019-04-09 20:13:58 +03:00
Leonid Pliushch
53c9c845bf swi-prolog: specify necessary host tools in setup-ubuntu.sh 2019-04-09 18:57:29 +03:00
Leonid Pliushch
3e75377b3e swi-prolog: prevent build failure on some environment configurations 2019-04-09 18:57:29 +03:00
Leonid Pliushch
8351a9bf18 ossp-uuid: reformat build.sh 2019-04-09 18:57:29 +03:00
Leonid Pliushch
b1aa515658 swi-prolog: reformat build.sh 2019-04-09 18:57:29 +03:00
erlanger
da5f38cb33 SWI-Prolog - update to 8.1.0 2019-04-09 18:57:29 +03:00
Leonid Pliushch
94bc15d58f notmuch: rebuild to fix broken symlink in manpages 2019-04-09 17:47:50 +03:00
Leonid Pliushch
8f042ae6b3 build-package.sh: do not try to gzip manpages that are already gzipped
Avoid warning and broken symlinks.
2019-04-09 17:45:43 +03:00
Leonid Pliushch
49139961ff finch: remove broken symlink libymsg.so
Seems like libpurple/protocols/yahoo is no longer available and libymsh.so
cannot be built.
2019-04-09 15:04:24 +03:00
Leonid Pliushch
619819c9d6 poppler: glib-mkenums fix is no longer needed 2019-04-09 14:50:54 +03:00
Tom Yan
7bfe758c81 build-package: set CMAKE_FIND_ROOT_PATH_MODE_PROGRAM to NEVER 2019-04-09 14:23:24 +03:00
Tom Yan
d825fb6191 libpulseaudio: bump revision after changes 2019-04-09 14:22:37 +03:00
Tom Yan
29b6c114f4 libpulseaudio: fix aaudio error callback
The error callback can be called before the transition of the sink
state has completed. It therefore needs to wait until the sink has
left init state before reconfiguring it with pa_sink_suspend calls.

Also try to recover from all errors (and log what the error is when
it is not AAUDIO_ERROR_DISCONNECTED).
2019-04-09 14:22:37 +03:00