Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Yisus7u7/x11-packages

Repository files navigation

Termux X11 Packages

Packages last build status

Powered by JFrog Bintray

There are located build scripts and patches for Termux X11 packages.

Programs using the X11 Windowing System cannot be used standalone like normal command-line utilities. Termux does not provide a native way for video output and therefore you will need to install additional software.

The recommended setup is a VNC server (package tigervnc) running on localhost and a VNC Viewer (by RealVNC Limited) Android application for accessing the video output.

There possible to use other Xserver solutions like XServer XSDL, but they are not guaranteed to work properly with our packages.

More information about setting up a graphical environment is on the Termux Wiki.

Only for Termux installations on Android 7.0 or higher.

How to enable this repository

To enable this package repository run:

pkg install x11-repo

Building packages

You can build all packages manually by using the provided docker image. The only requirements are Linux-based host with Docker installed.

  1. Clone this repository:

    git clone https://github.com/termux/x11-packages
    
  2. Enter build environment (will download docker image if necessary):

    cd ./x11-packages
    ./start-builder.sh
    
  3. Choose package you want to build and run:

    ./build-package.sh -a ${arch} ${package name}
    

    Replace ${arch} with target CPU architecture and ${package name} with package name you want to build.

Contributing

I am working on packages in my spare time and probably will not be able to process your issues instantly. It would be very helpful if you submit a pull request with new packages or bug fixes.

If you wish to contribute, please take a look at X11 packages contributing guide and developer's wiki pages.

About

Packages using the X Window System.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 83.1%
  • C 7.6%
  • Perl 6.4%
  • Python 2.3%
  • Other 0.6%