Leonid Pliushch
5d765d55ca
python2-xlib: update to 0.24
2022-04-18 14:35:54 +05:30
Leonid Pliushch
3103e47cff
imagemagick-x: update to 7.0.8.48
2022-04-18 14:35:54 +05:30
Leonid Pliushch
8a00e12de6
xsel: fix build.sh
2022-04-18 14:35:54 +05:30
Leonid Pliushch
37da022742
xsel: fix license field
2022-04-18 14:35:53 +05:30
Doron Behar
b7cebd020b
Add xsel package.
2022-04-18 14:35:53 +05:30
Leonid Pliushch
5b37e64de0
qemu-common & tigervnc: bump revision
...
Rebuild packages in order to fix unwining on Android 5 ARM.
2022-04-18 14:35:53 +05:30
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
Leonid Pliushch
307278e334
xorg-fonts-alias: bump revision
2022-04-18 14:35:44 +05:30
Leonid Pliushch
647b1a264c
xorg-fonts-100dpi: bump revision
2022-04-18 14:35:44 +05:30
Leonid Pliushch
b5517f6520
xorg-fonts-75dpi: bump revision
2022-04-18 14:35:44 +05:30
Leonid Pliushch
8c08d90328
xorg-font-util: bump revision
2022-04-18 14:35:43 +05:30
Leonid Pliushch
8e34971679
xkeyboard-config: bump revision
2022-04-18 14:35:43 +05:30
Leonid Pliushch
f7694eae30
xcompmgr: bump revision
2022-04-18 14:35:43 +05:30
Leonid Pliushch
d95d42a46b
xcb-util-xrm: bump revision
2022-04-18 14:35:43 +05:30
Leonid Pliushch
19ab79635f
xcb-util-wm: bump revision
2022-04-18 14:35:43 +05:30
Leonid Pliushch
35f98acc1c
xcb-util-renderutil: bump revision
2022-04-18 14:35:43 +05:30
Leonid Pliushch
0046b519f2
xcb-util-keysyms: bump revision
2022-04-18 14:35:42 +05:30
Leonid Pliushch
fbd84ba880
xcb-util-image: bump revision
2022-04-18 14:35:42 +05:30
Leonid Pliushch
3a95f19b7d
xcb-util-cursor: bump revision
2022-04-18 14:35:42 +05:30
Leonid Pliushch
a5e29d6430
xcb-util: bump revision
2022-04-18 14:35:42 +05:30
Leonid Pliushch
0533fdf627
xcb-proto: bump revision
2022-04-18 14:35:42 +05:30
Leonid Pliushch
58593ed2f5
xbitmaps: bump revision
2022-04-18 14:35:42 +05:30
Leonid Pliushch
1d760b8f64
xarchiver: bump revision
2022-04-18 14:35:41 +05:30
Leonid Pliushch
9832d02a1a
wireshark-gtk: bump revision
2022-04-18 14:35:41 +05:30
Leonid Pliushch
8acb9ed018
uget: bump revision
2022-04-18 14:35:41 +05:30
Leonid Pliushch
911f3c08fc
ttf-dejavu: bump revision
2022-04-18 14:35:41 +05:30
Leonid Pliushch
e7c39f490e
transmission-gtk: bump revision
2022-04-18 14:35:41 +05:30
Leonid Pliushch
c09fc2fd5b
tigervnc: bump revision
2022-04-18 14:35:40 +05:30
Leonid Pliushch
73fc2844d1
the-powder-toy: bump revision
2022-04-18 14:35:40 +05:30
Leonid Pliushch
2912073b6e
startup-notification: bump revision
2022-04-18 14:35:40 +05:30
Leonid Pliushch
00b0b77c20
shared-mime-info: bump revision
2022-04-18 14:35:40 +05:30
Leonid Pliushch
a913444105
sdl2-ttf: bump revision
2022-04-18 14:35:40 +05:30
Leonid Pliushch
9f1c90497e
sdl2-image: bump revision
2022-04-18 14:35:40 +05:30
Leonid Pliushch
5056994d6d
sdl-net: bump revision
2022-04-18 14:35:39 +05:30
Leonid Pliushch
87ed0da3a6
sdl: bump revision
2022-04-18 14:35:39 +05:30
Leonid Pliushch
f15d5020eb
qt5-base: bump revision
2022-04-18 14:35:39 +05:30
Leonid Pliushch
b4c293f278
qgit: bump revision
2022-04-18 14:35:39 +05:30
Leonid Pliushch
5168004905
qemu-common: bump revision
2022-04-18 14:35:39 +05:30
Leonid Pliushch
e3218445fc
python2-xlib: bump revision
2022-04-18 14:35:38 +05:30
Leonid Pliushch
a4e3831a83
python2-six: bump revision
2022-04-18 14:35:38 +05:30
Leonid Pliushch
e3e6c5d7da
pypanel: bump revision
2022-04-18 14:35:38 +05:30
Leonid Pliushch
dce4081cb2
putty: bump revision
2022-04-18 14:35:38 +05:30
Leonid Pliushch
11eca160fa
plotutils: bump revision
2022-04-18 14:35:38 +05:30
Leonid Pliushch
b10ac9c6c0
pinentry-gtk: bump revision
2022-04-18 14:35:37 +05:30
Leonid Pliushch
f927140a38
pcmanfm: bump revision
2022-04-18 14:35:37 +05:30
Leonid Pliushch
6317145338
pango-x: bump revision
2022-04-18 14:35:37 +05:30
Leonid Pliushch
544308da4e
openbox: bump revision
2022-04-18 14:35:37 +05:30
Leonid Pliushch
996e855509
obconf: bump revision
2022-04-18 14:35:37 +05:30
Leonid Pliushch
543b299389
mtdev: bump revision
2022-04-18 14:35:37 +05:30
Leonid Pliushch
3fcfd9d5a9
mpv-x: bump revision
2022-04-18 14:35:36 +05:30
Leonid Pliushch
9409230a29
mesa: bump revision
2022-04-18 14:35:36 +05:30
Leonid Pliushch
e432277946
menu-cache: bump revision
2022-04-18 14:35:36 +05:30
Leonid Pliushch
d784b45398
matchbox-keyboard: bump revision
2022-04-18 14:35:36 +05:30
Leonid Pliushch
4b079ba489
lxmenu-data: bump revision
2022-04-18 14:35:36 +05:30
Leonid Pliushch
f6c62f6df5
loqui: bump revision
2022-04-18 14:35:35 +05:30
Leonid Pliushch
ecc8fea7ea
libxxf86vm: bump revision
2022-04-18 14:35:35 +05:30
Leonid Pliushch
9c57c78d3e
libxxf86dga: bump revision
2022-04-18 14:35:35 +05:30
Leonid Pliushch
491019a5b9
libxtst: bump revision
2022-04-18 14:35:35 +05:30
Leonid Pliushch
93ec4f1e83
libxt: bump revision
2022-04-18 14:35:35 +05:30
Leonid Pliushch
04761f9f85
libxss: bump revision
2022-04-18 14:35:35 +05:30
Leonid Pliushch
5a7915b1df
libxshmfence: bump revision
2022-04-18 14:35:34 +05:30
Leonid Pliushch
e130eda4ad
libxrender: bump revision
2022-04-18 14:35:34 +05:30
Leonid Pliushch
3c6b1a440a
libxrandr: bump revision
2022-04-18 14:35:34 +05:30
Leonid Pliushch
0b47dbc0cc
libxpm: bump revision
2022-04-18 14:35:34 +05:30
Leonid Pliushch
12d9079e3d
libxmu: bump revision
2022-04-18 14:35:34 +05:30
Leonid Pliushch
54c3255d50
libxkbfile: bump revision
2022-04-18 14:35:33 +05:30
Leonid Pliushch
651257408d
libxkbcommon: bump revision
2022-04-18 14:35:33 +05:30
Leonid Pliushch
22e7d5778d
libxinerama: bump revision
2022-04-18 14:35:33 +05:30
Leonid Pliushch
62aea81360
libxi: bump revision
2022-04-18 14:35:33 +05:30
Leonid Pliushch
7d1bd712ee
libxft: bump revision
2022-04-18 14:35:33 +05:30
Leonid Pliushch
aed315a874
libxfont2: bump revision
2022-04-18 14:35:32 +05:30
Leonid Pliushch
b8007ba51b
libxfixes: bump revision
2022-04-18 14:35:32 +05:30
Leonid Pliushch
e15d068178
libxext: bump revision
2022-04-18 14:35:32 +05:30
Leonid Pliushch
5b4f9c9df4
libxdmcp: bump revision
2022-04-18 14:35:32 +05:30
Leonid Pliushch
1097952596
libxdamage: bump revision
2022-04-18 14:35:32 +05:30
Leonid Pliushch
b4efc55115
libxcursor: bump revision
2022-04-18 14:35:32 +05:30
Leonid Pliushch
750aef4742
libxcomposite: bump revision
2022-04-18 14:35:31 +05:30
Leonid Pliushch
11978b6802
libxcb: bump revision
2022-04-18 14:35:31 +05:30
Leonid Pliushch
cf64627e22
libxaw: bump revision
2022-04-18 14:35:31 +05:30
Leonid Pliushch
8334add99f
libxau: bump revision
2022-04-18 14:35:31 +05:30
Leonid Pliushch
f3178334ab
libx11: bump revision
2022-04-18 14:35:31 +05:30
Leonid Pliushch
41a9d9fee0
libsm: bump revision
2022-04-18 14:35:30 +05:30
Leonid Pliushch
d798896ebf
libpciaccess: bump revision
2022-04-18 14:35:30 +05:30
Leonid Pliushch
271ee58f09
libnotify: bump revision
2022-04-18 14:35:30 +05:30
Leonid Pliushch
4ef3801cad
libice: bump revision
2022-04-18 14:35:30 +05:30
Leonid Pliushch
c6d617f9f7
libgnomecanvas: bump revision
2022-04-18 14:35:30 +05:30
Leonid Pliushch
853d7af05c
libglade: bump revision
2022-04-18 14:35:30 +05:30
Leonid Pliushch
a601c2809c
libfontenc: bump revision
2022-04-18 14:35:29 +05:30
Leonid Pliushch
ae02d0f45d
libfm-extra: bump revision
2022-04-18 14:35:29 +05:30
Leonid Pliushch
a23704335c
libfm: bump revision
2022-04-18 14:35:29 +05:30
Leonid Pliushch
9b65622622
libfakekey: bump revision
2022-04-18 14:35:29 +05:30
Leonid Pliushch
ffb40274e6
libevdev: bump revision
2022-04-18 14:35:29 +05:30
Leonid Pliushch
e9809b7bfe
libepoxy: bump revision
2022-04-18 14:35:29 +05:30
Leonid Pliushch
14cffe4019
libdrm: bump revision
2022-04-18 14:35:28 +05:30
Leonid Pliushch
5714849cd4
libcairo-x: bump revision
2022-04-18 14:35:28 +05:30
Leonid Pliushch
3bfa4ef8bc
libart-lgpl: bump revision
2022-04-18 14:35:28 +05:30
Leonid Pliushch
2069665367
imlib2: bump revision
2022-04-18 14:35:28 +05:30
Leonid Pliushch
2ea70a4248
imlib2: bump revision
2022-04-18 14:35:22 +05:30
Leonid Pliushch
e90c210e58
imagemagick-x: bump revision
2022-04-18 14:30:39 +05:30
Leonid Pliushch
e6514946a4
i3status: bump revision
2022-04-18 14:30:39 +05:30
Leonid Pliushch
b20686fa77
i3: bump revision
2022-04-18 14:30:39 +05:30