# 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) { d> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2016-04-18emacs: Add interface for package locations....Alex Kost
2016-03-28Update NEWS.Ludovic Courtès
2016-03-27Update 'NEWS'.Ludovic Courtès
2016-03-02utils: Use '@' for separating package names and version numbers....Mathieu Lirzin
2016-01-25emacs: Add interface for licenses....Alex Kost
2016-01-25emacs: Rename 'file-path' to 'file-name'....Alex Kost
2016-01-16emacs: Add interface for system generations....Alex Kost
2016-01-02Update NEWS....Alex Kost
2015-11-06Update NEWS....Alex Kost
2015-11-04Update NEWS.Ludovic Courtès
2015-11-04doc: Back up on the claim of encrypted root partitions....Ludovic Courtès
2015-11-04Update NEWS.Ludovic Courtès
2015-07-21Update NEWS.Ludovic Courtès
2015-07-21Update NEWS.Ludovic Courtès
2015-05-13Update NEWS.Ludovic Courtès
2015-05-13NEWS: Mention new postgresql service in 0.8.2.David Thompson
2015-05-13Update NEWS.Ludovic Courtès