Commit Graph

20950 Commits

Author SHA1 Message Date
Tee KOBAYASHI 98df8df449
picom: Get rid of references to leaked builtins 2022-04-18 14:50:19 +05:30
Tee KOBAYASHI 2bfa9e4f52
bochs: Get rid of references to leaked builtins 2022-04-18 14:50:19 +05:30
Tee KOBAYASHI 5c237493a8
flacon: Get rid of references to leaked libunwind
out of previous `taglib` shared libraries.
2022-04-18 14:50:19 +05:30
ar664 7a416e173d
qt5: Update to 5.15.3 2022-04-18 14:50:19 +05:30
Tee KOBAYASHI ceddcf42e8
qt-creator: Fix hardcoded paths in build.sh
%ci:no-build
2022-04-18 14:50:18 +05:30
Tee KOBAYASHI a61b2858f0
qt5-qtwebkit: Fix build with Bison 3.7 (or newer)
%ci:no-build
2022-04-18 14:50:18 +05:30
Tee KOBAYASHI 3a603f2f3d
sdl2: Create symlinks for shared lib
Some apps assume `libSDL2-2.0.so.0`.
2022-04-18 14:50:18 +05:30
Tee KOBAYASHI 4b6018685b
sdl2: Enable OpenGL support 2022-04-18 14:50:18 +05:30
Tee KOBAYASHI 671b39bc2c
mesa: Add hack for overriding libc funcs in shared libs
See https://github.com/termux/x11-packages/issues/638#issuecomment-1070790946.
2022-04-18 14:50:18 +05:30
Tee KOBAYASHI 94efd571b5
sdl2: Revbump revdeps 2022-04-18 14:50:18 +05:30
Tee KOBAYASHI dd68818c03
sdl2: Create `libSDL2.so` symlink 2022-04-18 14:50:17 +05:30
Henrik Grimler 4b5e768691
mesa: conflict with ndk-sysroot 23b-5 and older
ndk-sysroot as well as mesa contained the header KHR/khrplatform.h. It
was removed from ndk-sysroot in 23b-6.  Mesa 21.3.7 also depends on
libexpat.

Fixes https://github.com/termux/x11-packages/issues/630.
2022-04-18 14:50:17 +05:30
Tee KOBAYASHI b4bc050f41
mesa: Update to 21.3.7 2022-04-18 14:50:17 +05:30
Yisus7u7 90390b6fae
update some packages (#615)
* arqiver: update to 0.9.0

* dwm: update to 6.3

* featherpad: update to 1.1.1

* feh: update to 3.8

* fluent-gtk-theme: update to 2022.01.15

* fluent-icon-theme: update to 2022.02.04

* geany-plugins: update to 1.38

Co-authored-by: Yisus7u7 <jesuspixel5@gmail.com>
Co-authored-by: xtkoba <69125751+xtkoba@users.noreply.github.com>
2022-04-18 14:50:17 +05:30
RazyRabbit 3797cef17a
sdl2: update to 2.0.20 2022-04-18 14:50:17 +05:30
Tee KOBAYASHI de6a1ef164
(Re-)revbump openssl revdeps 2022-04-18 14:50:16 +05:30
Tee KOBAYASHI 64067ae13b
xrdp: Depend on openssl-1.1 2022-04-18 14:50:16 +05:30
Tee KOBAYASHI b9e9dea016
boost: Make revdeps build-depend on boost-headers
%ci:no-build
2022-04-18 14:50:16 +05:30
Yaksh Bariya eaa833684d
revbump all packages dependent on openssl
See https://github.com/termux/termux-packages/issues/9234
2022-04-18 14:50:16 +05:30
Yaksh Bariya 8e62e880b0
xwayland: Rebuild against OpenSSL3 2022-04-18 14:50:16 +05:30
Yaksh Bariya a00e8f7406
xrdp: link against legacy openssl-1.1 2022-04-18 14:50:15 +05:30
Yaksh Bariya 15b12b8187
xorg-server: Rebuild against OpenSSL3 2022-04-18 14:50:15 +05:30
Yaksh Bariya 8e2305e96c
xorg-server-xvfb: Rebuild against OpenSSL3 2022-04-18 14:50:15 +05:30
Yaksh Bariya 58dfdc5534
x11vnc: Rebuild against OpenSSL3 2022-04-18 14:50:15 +05:30
Yaksh Bariya 43eb0ef896
uget: Rebuild against OpenSSL3 2022-04-18 14:50:15 +05:30
Yaksh Bariya 79edefe180
transmission-gtk: Rebuild against OpenSSL3 2022-04-18 14:50:15 +05:30
Yaksh Bariya 5d7e139424
tigervnc: Rebuild against OpenSSL3 2022-04-18 14:50:14 +05:30
Yaksh Bariya 19949a5704
qt5-qtbase: fix builds 2022-04-18 14:50:14 +05:30
Yaksh Bariya dd909fab2e
netsurf: Rebuild against OpenSSL3 2022-04-18 14:50:14 +05:30
Yaksh Bariya 79913e4bb8
mumble-server: link against legacy openssl-1.1 2022-04-18 14:50:14 +05:30
Yaksh Bariya b8859dd1dd
libvncserver: Rebuild against OpenSSL3 2022-04-18 14:50:14 +05:30
Yaksh Bariya 602843f334
hexchat: Rebuild against OpenSSL3 2022-04-18 14:50:13 +05:30
Henrik Grimler 25cfef684e
tigervnc: make xorg patch step less verbose
Was added to debug issues, and accidentally pushed.

%ci:no-build
2022-04-18 14:50:13 +05:30
Henrik Grimler f7e8539ea4
tigervnc: download xorg-server src through TERMUX_PKG_SRCURL as well
And put those sources to the correct place in
termux_step_post_get_source.
2022-04-18 14:50:13 +05:30
Henrik Grimler 34da5307a6
tigervnc: source xorg-server-xvfb's build.sh to get configure args
Instead of implementing custom function in the build recipe.

%ci:no-build
2022-04-18 14:50:13 +05:30
Henrik Grimler c996aeccce
tigervnc: remove xorg configure patch
Doesn't seem to be necessary anymore
2022-04-18 14:50:13 +05:30
Tee KOBAYASHI 5a086e5032
picom: Update to 9.1 2022-04-18 14:50:12 +05:30
wmcbtech30 d4b6b67d41
chocolate-doom: update maintainer and bump revision 2022-04-18 14:50:12 +05:30
Henrik Grimler 25295348a6
xorg-server-xvfb: remove man1/Xserver.1.gz from package
Otherwise it conflicts with xorg-server.  Also fix double /usr in
removed file $TERMUX_PREFIX/usr/share/X11/xkb/compiled.

Fixes https://github.com/termux/x11-packages/issues/596.
2022-04-18 14:50:12 +05:30
Tee KOBAYASHI 4e09da7452
new package: mumble-server 2022-04-18 14:50:12 +05:30
Tee KOBAYASHI 138a7c1a43
putty: Add subpackage putty-tools
containing `plink`, `pscp`, `psftp`, `psusan` and `puttygen`.
2022-04-18 14:50:12 +05:30
Tee KOBAYASHI 6279216b94
new package: cuse 2022-04-18 14:50:12 +05:30
xeffyr fbac053c98
update maintainer for some packages
As requested by https://github.com/termux/x11-packages/pull/579.

Closes https://github.com/termux/x11-packages/pull/579.
2022-04-18 14:50:11 +05:30
xeffyr c6fd038d3a
qemu: update maintainer info
%ci:no-build
2022-04-18 14:50:11 +05:30
Tee KOBAYASHI b0c12f6ad7
emacs-x: Enable JSON support 2022-04-18 14:50:11 +05:30
Henrik Grimler 309b0c271d
spek: disable package, doesn't build with latest ffmpeg
And the missing deb prevents me from updating command-not-found.
2022-04-18 14:50:11 +05:30
Tee KOBAYASHI b3b0137a93
audacious-plugins: Fix build with ffmpeg 5.0 2022-04-18 14:50:11 +05:30
NoNameMan1231 d7cb9812b6
papirus-icon-theme: updated to 20220101 (#573)
Signed-off-by: NoNameMan1231 <87801676+NoNameMan1231@users.noreply.github.com>
2022-04-18 14:50:10 +05:30
Leonid Pliushch 38198f9d11
audacious-plugins: bump revision 2022-04-18 14:50:10 +05:30
Leonid Pliushch 967e7343cd
spek: bump revision 2022-04-18 14:50:10 +05:30