Commit Graph

18520 Commits

Author SHA1 Message Date
Leonid Pliushch 0b378124c7
libandroid-shmem-x11: remove package since it is unused
Original libandroid-shmem should be fine.

Supporting shm*() system calls is out-of-scope since
they are blocked by seccomp on Android 8 or later.

Functions like ASharedMemory_create() have no usage currently and
will be re-implemented if necessary. They are also available in
Bionic libc starting from Android API 26.
2022-04-18 14:08:51 +05:30
Leonid Pliushch 93336ff011
plotutils: add patch to fix compilation errors with recent libpng 2022-04-18 14:08:51 +05:30
Leonid Pliushch 028e113b46
new package: plotutils
Requested in https://github.com/termux/x11-packages/issues/52.
2022-04-18 14:08:50 +05:30
Leonid Pliushch 97896b7030
python2-six: update to 1.12.0 2022-04-18 14:08:50 +05:30
Leonid Pliushch 44462482af
i3: rebuild due to updated libev dependency 2022-04-18 14:08:50 +05:30
Leonid Pliushch e520d3401b
gtk2: allow configuration with automake-1.16 2022-04-18 14:08:50 +05:30
Leonid Pliushch 00bea948c8
gtk2: fix missing gdkconfig.h 2022-04-18 14:08:49 +05:30
Leonid Pliushch e67119e44b
xrdp: bump revision 2022-04-18 14:08:49 +05:30
Leonid Pliushch a28f97396e
xrdp: remove unused sessions
Leave only Xvnc for now.
2022-04-18 14:08:49 +05:30
Leonid Pliushch 349ab10b08
xrdp: fix dependencies
Add some new dependencies:

  * procps: required by etc/xrdp/xrdp.sh script
  * tigervnc: required by Xvnc session
2022-04-18 14:08:49 +05:30
Leonid Pliushch 57cc7714bc
xrdp: update conffiles list 2022-04-18 14:08:48 +05:30
Leonid Pliushch 0c98582295
xrdp: don't package init.d scripts 2022-04-18 14:08:48 +05:30
Leonid Pliushch 32360c9aed
xrdp: fix configuration files
* Fix paths in scripts & configs
 * Add configs to DEB conffiles field
2022-04-18 14:08:48 +05:30
Leonid Pliushch 13098e77f2
qemu: bump revision due to updated dependency "libsasl" 2022-04-18 14:08:48 +05:30
Leonid Pliushch 64ea0ebd13
xrdp: verious fixes & enable xrdp-sesman 2022-04-18 14:08:47 +05:30
Leonid Pliushch 44daa53a9e
new package: xrdp
Requested in https://github.com/termux/x11-packages/issues/46.
2022-04-18 14:08:47 +05:30
Leonid Pliushch 584f39502a
move xorg-server to disabled packages
Reasons:

  * xorg-server: has no real usage for now but still may be useful for devs.
    Though, it works with xf86-video-dummy, but it still better to use Xvfb
    for now.

  * xf86-video-fbdev: linking error - package unusable at all
2022-04-18 14:08:47 +05:30
Leonid Pliushch 3648bdcf2f
remove package: x11-testing-repo
It's no longer needed.
2022-04-18 14:08:47 +05:30
Leonid Pliushch 3c9cfda2ef
qemu: update to 3.1.0 2022-04-18 14:08:46 +05:30
Leonid Pliushch 38ddf3cc8a
xkeyboard-config: package requires libx11 at build time 2022-04-18 14:08:46 +05:30
Leonid Pliushch 74ee52a55d
update submodule 'termux-packages' 2022-04-18 14:08:46 +05:30
Leonid Pliushch 87239f2e5d
mpv-x: bump revision due to package rebuilding
Needed at least because ffmpeg was updated.
2022-04-18 14:08:45 +05:30
Leonid Pliushch 6c50b1f23e
qt: put pkg-config files to right packages
See https://github.com/termux/x11-packages/issues/39.
2022-04-18 14:08:45 +05:30
Leonid Pliushch dc3c1798ba
libglade: fix build error 2022-04-18 14:08:45 +05:30
Leonid Pliushch 1f3e6cfb43
use https in homepage and source urls where possible 2022-04-18 14:08:45 +05:30
Leonid Pliushch 7f3dddea09
libxtst (devpackage): also depend on xorgproto 2022-04-18 14:08:45 +05:30
Leonid Pliushch 39626e4be6
libxtst: devpackage should depend on libxi-dev
Fixes https://github.com/termux/x11-packages/issues/36.
2022-04-18 14:08:44 +05:30
Leonid Pliushch 9f93b7c0cc
aterm: use 6x13 fonts by default 2022-04-18 14:08:44 +05:30
Leonid Pliushch 5b7c95f7c6
libx11: fix dlopen() failure on libxcursor library 2022-04-18 14:08:44 +05:30
Leonid Pliushch cda7e75358
new package: xorg-xlsfonts
Needed for viewing available X fonts.
2022-04-18 14:08:44 +05:30
Leonid Pliushch c6ce507124
aterm: depend on at least one xorg-fonts package
See https://github.com/termux/x11-packages/issues/35
2022-04-18 14:08:44 +05:30
Leonid Pliushch 7952da7b59
qt5: enable qt5-tools
Note that qt5-tools package is incomplete as missing some important
programs like QtDesigner or QtLinguist.
2022-04-18 14:08:43 +05:30
Leonid Pliushch aaacdba9bf
qt5-base: fix qt spec path for cmake
Fixes https://github.com/termux/x11-packages/issues/34.
2022-04-18 14:08:43 +05:30
Leonid Pliushch a301e65483
new package: libandroid-shmem-x11
* Provides functions specified in https://developer.android.com/ndk/reference/group/memory
   for lower Android versions.

 * Tries to use shmget, shmat, shmdt, shmctl system calls if available
   and not blocked by seccomp.
2022-04-18 14:08:43 +05:30
Leonid Pliushch e4bb70011b
feh: update to 3.0 2022-04-18 14:08:43 +05:30
Leonid Pliushch ad7759da3f
adwaita-icon-theme: update to 3.30.1 2022-04-18 14:08:43 +05:30
Leonid Pliushch 3ec8b6292e
geoip2-database: update to 20181121 2022-04-18 14:08:42 +05:30
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