# We insert a hook called "@SOUND_THEME_DIRECTORY@" where, at build time, we # insert the directory of the package "sound-theme-freedesktop" in the store. --- src/sound-theme-spec.c.orig 2015-01-11 13:13:29.520527358 +0100 +++ src/sound-theme-spec.c 2015-01-11 14:27:23.035046849 +0100 @@ -321,9 +321,13 @@ const char *g; if (!(g = getenv("XDG_DATA_DIRS")) || *g == 0) - return "/usr/local/share:/usr/share"; - - return g; + return "@SOUND_THEME_DIRECTORY@"; + else { + const char *stp = ":@SOUND_THEME_DIRECTORY@"; + size_t len = strlen(stp) + strlen(g) + 1; + char *g2 = (char*) malloc(len); + return strcat(strcpy(g2, g), stp); + } } static int load_theme_dir(ca_theme_data *t, const char *name) { pe='submit' value='switch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/aspell.scm
AgeCommit message (Expand)Author
2023-07-09gnu: aspell-dict-nb: Correct to 0.50-2....Tobias Geerinckx-Rice
2023-03-02Merge remote-tracking branch 'savannah/master' into core-updates...Christopher Baines
2023-03-01gnu: aspell: fix cross-compile....Z572
2023-02-19gnu: Use HTTPS package home pages wherever possible....Tobias Geerinckx-Rice
2023-02-23gnu: Add aspell-dict-bg....Yovan Naumovski
2023-01-30Merge remote-tracking branch 'origin/master' into core-updates...Efraim Flashner
2023-01-04gnu: hunspell: Move hunspell and dictionaries to hunspell module....Brian Cully
2023-01-03gnu: Add aspell-dict-bn....Akib Azmain Turja
2022-12-14gnu: Add aspell-dict-nb....Simen Endsjø
2022-08-12gnu: aspell: Incorporate grafted changes....Marius Bakke
2022-08-10gnu: aspell: Fix CVE-2019-25051 with a graft....Marius Bakke
2022-08-09gnu: aspell: Patch CVE-2019-25051....Efraim Flashner
2022-05-01gnu: ispell: Update to 3.4.05....Tobias Geerinckx-Rice