Commit Graph

19366 Commits

Author SHA1 Message Date
Leonid Pliushch
1a59ebd8d5
vim-gtk: update to 8.1.1400 2022-04-18 14:35:53 +05:30
Leonid Pliushch
a671c5656f
vim-gtk: force-link with libandroid-shmem 2022-04-18 14:35:53 +05:30
Leonid Pliushch
7e4924af53
vim-gtk: remove duplicated pre-configure step 2022-04-18 14:35:53 +05:30
Leonid Pliushch
4265b18041
vim-gtk: add support for Lua 2022-04-18 14:35:52 +05:30
Leonid Pliushch
b0837f13fd
vim-gtk: fix build.sh
Now VIM should have GTK3 support.
2022-04-18 14:35:52 +05:30
Leonid Pliushch
ec2a584277
new package: vim-gtk
Initial release.
Likely with problems & missing stuff.

Requested in https://github.com/termux/x11-packages/issues/79.
2022-04-18 14:35:52 +05:30
Leonid Pliushch
64ee9557fd
qemu-common: set icache/dcache line size to 0
From Bionic's sysconf.cpp:

  // We do not have actual implementations for cache queries.
  // It's valid to return 0 as the result is unknown.
  case _SC_LEVEL1_ICACHE_SIZE:      return 0;
  case _SC_LEVEL1_ICACHE_ASSOC:     return 0;
  case _SC_LEVEL1_ICACHE_LINESIZE:  return 0;
  case _SC_LEVEL1_DCACHE_SIZE:      return 0;
  case _SC_LEVEL1_DCACHE_ASSOC:     return 0;
  case _SC_LEVEL1_DCACHE_LINESIZE:  return 0;

So actually it already should be set to 0, but it appears some devices set it
to -1 which triggers assertion error.
2022-04-18 14:35:52 +05:30
Leonid Pliushch
4e4bc08cc2
qemu-common: update to 4.0.0 2022-04-18 14:35:52 +05:30
Leonid Pliushch
51fe438376
qemu-common: disable linking with libutil in tests 2022-04-18 14:35:51 +05:30
Leonid Pliushch
aa867a9eba
qemu-common: update configure.patch 2022-04-18 14:35:51 +05:30
Leonid Pliushch
9e61f9a92a
qemu-common (android-5): replace libutil dependency with patch 2022-04-18 14:35:51 +05:30
Leonid Pliushch
bd7b83a6fd
tigervnc: build with '-Oz' even for ARM
Should fix segfault for at least API 24 repository.
2022-04-18 14:35:51 +05:30
Leonid Pliushch
3d11d3a771
tigervnc: use sources of older Xserver (v1.20.0) - same as expected by xserver120.patch 2022-04-18 14:35:51 +05:30
Leonid Pliushch
e25823db0d
tigervnc: bump revision 2022-04-18 14:35:51 +05:30
Leonid Pliushch
40c460001b
tigervnc: remove xorg-server-xvfb from build-depends 2022-04-18 14:35:50 +05:30
Leonid Pliushch
82b3614aeb
libxshmfence: bump revision 2022-04-18 14:35:50 +05:30
Leonid Pliushch
bba5dbc176
libxdmcp: bump revision 2022-04-18 14:35:50 +05:30
Leonid Pliushch
8d9e21f3df
libxau: bump revision 2022-04-18 14:35:50 +05:30
Leonid Pliushch
348477bacd
libx11: bump revision 2022-04-18 14:35:50 +05:30
Leonid Pliushch
df0a2bf4dc
libxfont2: bump revision 2022-04-18 14:35:49 +05:30
Leonid Pliushch
0511b87ff3
new package: freeglut
Requested in https://github.com/termux/x11-packages/issues/78.
2022-04-18 14:35:49 +05:30
Leonid Pliushch
fee7c2a1fa
dmenu: add libx11 to dependencies 2022-04-18 14:35:49 +05:30
Leonid Pliushch
bdaf2e7abe
new package: dmenu
Requested in https://github.com/termux/x11-packages/issues/74.
2022-04-18 14:35:49 +05:30
Leonid Pliushch
93dd61013c
new package: x2x
Requested in https://github.com/termux/x11-packages/issues/88.
2022-04-18 14:35:49 +05:30
Leonid Pliushch
a4220addb9
gtk3: fix linking of immodules
Prevents dlopen() error when calling 'gtk-query-immodules-3.0' on Android 5.
2022-04-18 14:35:49 +05:30
Leonid Pliushch
964a12bc4b
mtpaint: depend on libwebp
%ci:reset-backlog
2022-04-18 14:35:48 +05:30
Leonid Pliushch
36ec3a7012
xorg-mkfontscale: depend on findutils 2022-04-18 14:35:48 +05:30
Leonid Pliushch
8ca7d2912d
imagemagick-x: bump revision 2022-04-18 14:35:48 +05:30
Leonid Pliushch
69148551aa
qemu-common: adapt build scripts for both android-5 and android-7 2022-04-18 14:35:48 +05:30
Leonid Pliushch
02c1275050
imagemagick-x: adapt build scripts for both Android-5 and Android-7 2022-04-18 14:35:48 +05:30
Leonid Pliushch
d563629b4b
wireshark-gtk: update to 2.6.9 2022-04-18 14:35:48 +05:30
Leonid Pliushch
cdb090e4a3
sdl2: bump revision 2022-04-18 14:35:47 +05:30
Leonid Pliushch
09cc57efb6
xtrans: bump revision 2022-04-18 14:35:47 +05:30
Leonid Pliushch
8c31b02047
xrdp: bump revision 2022-04-18 14:35:47 +05:30
Leonid Pliushch
4209188ebb
xournal: bump revision 2022-04-18 14:35:47 +05:30
Leonid Pliushch
8267f0d8bb
xorgproto: bump revision 2022-04-18 14:35:47 +05:30
Leonid Pliushch
de013a7453
xorg-xsetroot: bump revision 2022-04-18 14:35:46 +05:30
Leonid Pliushch
592161ef01
xorg-xmessage: bump revision 2022-04-18 14:35:46 +05:30
Leonid Pliushch
6c0a15b72c
xorg-xlsfonts: bump revision 2022-04-18 14:35:46 +05:30
Leonid Pliushch
1310bb9e1b
xorg-xkbcomp: bump revision 2022-04-18 14:35:46 +05:30
Leonid Pliushch
cacda8f000
xorg-xev: bump revision 2022-04-18 14:35:46 +05:30
Leonid Pliushch
c4040a7cd3
xorg-xdpyinfo: bump revision 2022-04-18 14:35:46 +05:30
Leonid Pliushch
9b9ae4fbf9
xorg-xclock: bump revision 2022-04-18 14:35:45 +05:30
Leonid Pliushch
1c43a41b9c
xorg-xcalc: bump revision 2022-04-18 14:35:45 +05:30
Leonid Pliushch
e938d25075
xorg-xauth: bump revision 2022-04-18 14:35:45 +05:30
Leonid Pliushch
2839a52551
xorg-util-macros: bump revision 2022-04-18 14:35:45 +05:30
Leonid Pliushch
ebac761e18
xorg-twm: bump revision 2022-04-18 14:35:45 +05:30
Leonid Pliushch
16fedbcc66
xorg-server-xvfb: bump revision 2022-04-18 14:35:44 +05:30
Leonid Pliushch
a1a6b80c54
xorg-mkfontscale: bump revision 2022-04-18 14:35:44 +05:30
Leonid Pliushch
e0369ed8a4
xorg-fonts-encodings: bump revision 2022-04-18 14:35:44 +05:30