jer 15/06/08 18:18:01 Added: wmfs-201003-pthread.patch wmfs-201003-desktop.patch Log: Initial commit. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 x11-wm/wmfs/files/wmfs-201003-pthread.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/files/wmfs-201003-pthread.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/files/wmfs-201003-pthread.patch?rev=1.1&content-type=text/plain Index: wmfs-201003-pthread.patch =================================================================== --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,7 +92,8 @@ set(LIBRARIES_TO_LINK ${FREETYPE_LIBRARIES} ${X11_LIBRARIES} - Xft) + Xft + pthread) # Includes include(FindDoxygen) 1.1 x11-wm/wmfs/files/wmfs-201003-desktop.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/files/wmfs-201003-desktop.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/files/wmfs-201003-desktop.patch?rev=1.1&content-type=text/plain Index: wmfs-201003-desktop.patch =================================================================== --- a/wmfs.desktop +++ b/wmfs.desktop @@ -1,5 +1,6 @@ -[Desktop Entry] +[Desktop Entry] Encoding=UTF-8 +Type=Application Name=wmfs Comment=Window manager from scratch TryExec=wmfs
