4968fc407a
- Fix build with clang. Remove USE_GCC=any. - Convert replacement commands in the post-patch target to patches. - Separate x11-wm/windowmaker and x11-wm/libwraster from each other. PR: ports/176772 [*] Reported by: O. Hartmann [*]
11 lines
775 B
Text
11 lines
775 B
Text
--- WindowMaker/plmenu.ko.orig 2013-05-03 03:12:25.000000000 +0900
|
|
+++ WindowMaker/plmenu.ko 2013-05-03 03:12:17.000000000 +0900
|
|
@@ -63,7 +63,7 @@
|
|
),
|
|
("작업공간", WORKSPACE_MENU),
|
|
("작업환경",
|
|
- ("설 정", SHEXEC, "/usr/local/GNUstep/Applications/WPrefs.app/WPrefs || wmakerconf"),
|
|
+ ("설 정", SHEXEC, PREFIX "/GNUstep/Applications/WPrefs.app/WPrefs || wmakerconf"),
|
|
("테 마", OPEN_MENU, "-noext /usr/share/WindowMaker/Themes ~/GNUstep/Library/WindowMaker/Themes WITH setstyle"),
|
|
("테마저장", EXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(테마 이름,파일 이름을 입력하세요:)\""),
|
|
("스 타 일", OPEN_MENU, "-noext /usr/share/WindowMaker/Styles ~/GNUstep/Library/WindowMaker/Styles WITH setstyle"),
|