Leonid Pliushch
01f495fc8e
qgit: add 'git' to dependencies
2022-04-18 14:08:42 +05:30
Leonid Pliushch
0600b83ccd
fix packages: libevdev, libpciaccess, mtdev, xf86-input-evdev, xf86-input-mtev, xf86-video-dummy, xf86-video-fbdev
2022-04-18 14:08:42 +05:30
Leonid Pliushch
9faba1a7cd
libevdev: update to 1.6.0
2022-04-18 14:08:42 +05:30
Leonid Pliushch
f6554be6b8
libcairo-x: update to 1.16.0
2022-04-18 14:08:42 +05:30
Leonid Pliushch
9d4f0b48b9
x11-testing-repo: easy access to x11-packages:testing
...
Now we have 'testing' X11 packages repo - specially for things that considered
as 'unstable' or under development.
2022-04-18 14:08:41 +05:30
Leonid Pliushch
7b625f8208
xorg-server: package shouldn't conflict with itself.
2022-04-18 14:08:41 +05:30
Leonid Pliushch
7b15dcc92d
xorg-server: fix typo in build.sh
...
It should be added '-Wno-int-to-pointer-cast' instead of '-Wint-to-pointer-cast'.
2022-04-18 14:08:41 +05:30
Twaik Yont
1328e96fe5
Fixing https://github.com/termux/x11-packages/pull/30#issuecomment-440859921
2022-04-18 14:08:41 +05:30
Twaik Yont
547a956ddf
Adding xf86-video-fbdev, xf86-input-evdev, xf86-input mtev and their dependencies libmtdev, libevdev Fixing https://github.com/termux/x11-packages/pull/30#issuecomment-440803079
2022-04-18 14:08:40 +05:30
Leonid Pliushch
66690fcaef
new package: matchbox-keyboard
...
Ref: https://github.com/termux/x11-packages/issues/24
2022-04-18 14:08:40 +05:30
Twaik Yont
7e9b1e0e89
Adding xorg-server package with full Xorg and dummy driver
2022-04-18 14:08:40 +05:30
Leonid Pliushch
6d52dc2c2e
florence: force link with libglib-2.0 and libgio-2.0
...
libflorence-1.0.so is not linked against glib by default for some reason and
this causes linking error.
2022-04-18 14:08:40 +05:30
Leonid Pliushch
0a52fdb7b7
florence: don't store unneeded files in package
2022-04-18 14:08:39 +05:30
Leonid Pliushch
79a1ee4197
new package: florence - on-screen virtual keyboard
...
Ref: https://github.com/termux/x11-packages/issues/24
2022-04-18 14:08:39 +05:30
Leonid Pliushch
23577648ed
imlib2: fix build error due to 'mblen()'
2022-04-18 14:08:39 +05:30
Leonid Pliushch
6ca3e4a955
qt5: fix development packages for 'x11extras' and 'declarative'
...
Add missing dependencies.
2022-04-18 14:08:39 +05:30
Leonid Pliushch
5da18b44b2
qt5: put static libraries to development packages
2022-04-18 14:08:39 +05:30
Leonid Pliushch
550886bf0e
qt5: fix cross compilation for tools and libraries
2022-04-18 14:08:38 +05:30
Leonid Pliushch
e3d0934302
qt5: store static libraries
2022-04-18 14:08:38 +05:30
Leonid Pliushch
6871303835
qt5: build subpackage 'qt5-declarative'
...
This is a draft currently as some qml tools are built for host (x86_64).
2022-04-18 14:08:38 +05:30
Leonid Pliushch
8c7012d620
qt5-base: bump revision
2022-04-18 14:08:38 +05:30
Leonid Pliushch
d62192fb89
qt5-base: don't set '-Oz' for default QMAKE_CFLAGS & QMAKE_CXXFLAGS
2022-04-18 14:08:38 +05:30
Leonid Pliushch
44b0d3ff22
qt5: build x11extras
2022-04-18 14:08:37 +05:30
Leonid Pliushch
bf827da4a4
new package: sdl2-ttf
...
Requested in https://github.com/termux/x11-packages/issues/22 .
Note that package requires libGL.so from Mesa, so at least xlib glx should be enabled.
2022-04-18 14:08:37 +05:30
Leonid Pliushch
0128f1002d
new package: sdl2-image
...
Requested in https://github.com/termux/x11-packages/issues/21 .
2022-04-18 14:08:37 +05:30
Leonid Pliushch
dc615a39a5
i3: update to 4.16
2022-04-18 14:08:37 +05:30
Leonid Pliushch
af1ba4e728
sdl2: update to 2.0.9
2022-04-18 14:08:37 +05:30
Leonid Pliushch
5e57a711f8
feh: update to 2.28.1
2022-04-18 14:08:36 +05:30
Leonid Pliushch
239d02d526
gtk3: prevent adding 'glib-compile-resources' to gtk3 package
2022-04-18 14:08:36 +05:30
Leonid Pliushch
3f991fac21
aterm: fix 'bad system call' error
...
Attempt to fix https://github.com/termux/x11-packages/issues/19 .
2022-04-18 14:08:36 +05:30
Leonid Pliushch
1411e0b341
new package: xorg-xev
2022-04-18 14:08:36 +05:30
Leonid Pliushch
5c80c74f0b
gtk3: fix build error when 'glib-compile-resources' is compiled for target architecture
...
Solved by using 'glib-compile-resources' from host.
2022-04-18 14:08:36 +05:30
Leonid Pliushch
36fcf8e4ac
gtk3 (devpackage): depend on pango-x-dev
...
See issue https://github.com/termux/x11-packages/issues/17
2022-04-18 14:08:36 +05:30
Leonid Pliushch
6380dacf03
disable glx as it causes problems on some devices
...
Fixes https://github.com/termux/x11-packages/issues/16 .
This undo changes introduced in the following commits:
* bf945ba417bfd2ba661287fa1d4d25cf1da052d0.
* a954c554e02b2b8faae3a336101bf5539832c476.
* effb70f99fb7d0e3f3010dc926cec4e0ca612922.
* cd0f20c8bd6f01e7b55491a6009f2826db355a97.
2022-04-18 14:08:35 +05:30
Leonid Pliushch
13d00f4720
qemu: fix emulated prefix path for qemu-user
2022-04-18 14:08:35 +05:30
Leonid Pliushch
9a0b8ab3c3
xorg-server-xvfb: update to 1.20.3
2022-04-18 14:08:35 +05:30
Leonid Pliushch
1e1c9f930d
libdrm: update to 2.4.96
2022-04-18 14:08:35 +05:30
Leonid Pliushch
501a1af985
xkeyboard-config: update to 2.25
2022-04-18 14:08:35 +05:30
Leonid Pliushch
15c161c2e6
qemu: add recommended patches
2022-04-18 14:08:34 +05:30
Leonid Pliushch
79ae4f43eb
mesa-swrast: install file 'dri_interface.h'
2022-04-18 14:08:34 +05:30
Leonid Pliushch
a1700284ec
xorg-server-xvfb: disable dri as it is unsupported now
2022-04-18 14:08:34 +05:30
Leonid Pliushch
da8eeb2989
tigervnc, xorg-server-xvfb: fix GLX extension by providing 'swrast_dri.so' for these packages
...
OpenGL can be used without GLX extension, but Qt requires it anyway. So we have to provide
swrast driver.
2022-04-18 14:08:34 +05:30
Leonid Pliushch
424a70663a
mesa: enable glx via xlib
...
Currently, this is only way to provide GLX api without actually
having GLX extension on X display.
2022-04-18 14:08:34 +05:30
Leonid Pliushch
6d82ee1b96
sdl: add 'pulseaudio' to dependencies
...
Seems PulseAudio daemon is needed too.
2022-04-18 14:08:34 +05:30
Leonid Pliushch
b979e0f6ba
sdl: enable pthreads
...
Fixes issues when creating audio thread.
2022-04-18 14:08:33 +05:30
Leonid Pliushch
31750c84aa
qemu: enable virtfs
2022-04-18 14:08:33 +05:30
Leonid Pliushch
b00c80b8cb
libcap: cleanup
...
Remove line
rm -f ${TERMUX_PREFIX}/lib/libcap.so*
since it was used only for static libcap build
2022-04-18 14:08:33 +05:30
Leonid Pliushch
4336ab7615
new package: libcap - needed by QEMU for VirtFS
2022-04-18 14:08:33 +05:30
Leonid Pliushch
ca3bcb742e
qemu: update to 3.0.0
2022-04-18 14:08:33 +05:30
Leonid Pliushch
7a86a07452
qt5-base: rebuild due to libicu update
...
See https://github.com/termux/x11-packages/issues/12
2022-04-18 14:08:32 +05:30