Commit Graph

7 Commits

Author SHA1 Message Date
Leonid Pliushch
1450666c77
explicitly set dependencies for packages
Now packages will have full list of dependencies. This is
needed to ensure that all dependencies are installed.
2022-04-18 14:08:25 +05:30
Leonid Pliushch
46768830ae
fix names for more packages
Now x11-packages repository will use original names for
packages. For example, libgtk2 now will be provided as
gtk2, libgtk3 will be available as gtk3, libsdl - as sdl.

List of changed packages:

 libatk        --> atk
 libglu        --> glu
 libgtk2       --> gtk2
 libgtk3       --> gtk3
 libmesa       --> mesa
 libsdl        --> sdl
 libsdl2       --> sdl2
 libsdl-net    --> sdl-net
 riscvemu-sdl  --> riscvemu
 xorg-xvfb     --> xorg-server-xvfb

List of dependent packages (should be rebuilt with new deps):

 dosbox, emacs-x, galculator, geany, libepoxy, mtpaint,
 qemu-system-x86_64, the-powder-toy, tigervnc, wireshark-gtk,
 xarchiver.

Note: depending on which packages are installed, it may be
necessary to upgrade with 'apt dist-upgrade'.
2022-04-18 14:08:23 +05:30
Leonid Pliushch
a5e72b7648
bump revisions due to NDK upgrade 2022-04-18 14:08:15 +05:30
Leonid Pliushch
5505774f85
emacs-x: this package conflicts with 'emacs' (cli version) and should replace it 2022-04-18 14:08:08 +05:30
Leonid Pliushch
fbe6e4d862
emacs-x: don't store file 'share/info/dir' and don't delete tutorials for different langs 2022-04-18 14:08:08 +05:30
Leonid Pliushch
7a4615646f
emacs-x: don't use '---with-xwidgets' and force link with 'libandroid-shmem.so' 2022-04-18 14:08:08 +05:30
Leonid Pliushch
dbea808431
new package: emacs-x (Emacs with X11 support enabled)
Requested in https://github.com/termux/x11-packages/issues/1
2022-04-18 14:08:08 +05:30