Commit Graph

56 Commits

Author SHA1 Message Date
Leonid Pliushch 1f3e6cfb43
use https in homepage and source urls where possible 2022-04-18 14:08:45 +05:30
Leonid Pliushch 239d02d526
gtk3: prevent adding 'glib-compile-resources' to gtk3 package 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 13efba8427
gtk(2,3): simplify hooks and don't print 'No schema file found' in case when no glib schemas exist 2022-04-18 14:08:28 +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