mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
This patch includes the changes for the new debian package 0.95.5-1:
Changes are:
- New libwutil library, new version 3:
- Updated debian/control file, replacing libwutil2 with libwutil3.
- Files moved in debian folder:
- libwutil2.changelog-upstream -> libwutil3.changelog-upstream
- libwutil2.install -> libwutil3.install
- Removed file libwutil2.symbols
- New file libwutil3.symbols
- libtiff migrated from version 4 to version 5:
* "Build-Depends: libtiff5-dev" in packages wmaker and libwraster3-dev,
since libtiff-dev introduces dependency to libtiff4 which is in oldlibs.
- Small changes:
* Included the word "WindowMaker" in the wmaker package description,
to found it easily.
15 lines
524 B
Diff
15 lines
524 B
Diff
Description: This patch changes the default config paths
|
|
Author: Andreas Metzler <ametzler@debian.org>
|
|
Last-Update: 2010-08-07
|
|
--- a/src/wconfig.h.in
|
|
+++ b/src/wconfig.h.in
|
|
@@ -125,7 +125,7 @@
|
|
*/
|
|
|
|
/* list of paths to look for the config files, searched in order of appearance */
|
|
-#define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:"PKGDATADIR
|
|
+#define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:/etc/GNUstep/Defaults:"PKGDATADIR
|
|
#define DEF_MENU_FILE "menu"
|
|
|
|
/* name of the script to execute at startup */
|