0
0
mirror of https://github.com/termux-pacman/glibc-packages.git synced 2024-11-13 13:59:21 +00:00
glibc-packages/gpkg/glib/gio-xdgmime-xdgmime.c.patch
Ivan Max f1009398db
new pkgs to gpkg (#161)
gpkg/libaom
gpkg/libdav1d
gpkg/lld
gpkg/glib
gpkg/fribidi
gpkg/harfbuzz
gpkg/libcairo
gpkg/libdatrie
gpkg/libgraphite
gpkg/liblzo
gpkg/libpixman
gpkg/libthai
gpkg/pango
gpkg/gobject-introspection

fix pkgs
gpkg/libiconv
gpkg/libgmp
2024-01-04 19:05:49 +03:00

12 lines
462 B
Diff
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- ./gio/xdgmime/xdgmime.c.orig 2021-12-10 20:05:07.591717430 +0530
+++ ./gio/xdgmime/xdgmime.c 2021-12-10 20:05:11.861717428 +0530
@@ -235,7 +235,7 @@
xdg_data_dirs = getenv ("XDG_DATA_DIRS");
if (xdg_data_dirs == NULL)
- xdg_data_dirs = "/usr/local/share/:/usr/share/";
+ xdg_data_dirs = "@TERMUX_PREFIX@/local/share/:@TERMUX_PREFIX@/share/";
/* Work out how many dirs were dealing with. */
if (xdg_data_home != NULL || home != NULL)