From kde-commits Fri Oct 18 16:04:24 2013 From: Antonio Larrosa Jimenez Date: Fri, 18 Oct 2013 16:04:24 +0000 To: kde-commits Subject: KDE/kdeartwork Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=138211227300959 SVN commit 1367153 by antlarr: Remove the sounds directory since the two files that were there didn't have any license and the author seems not to be reachable on the internet after several attempts. M +0 -1 CMakeLists.txt D sounds (directory) --- trunk/KDE/kdeartwork/CMakeLists.txt #1367152:1367153 @@ -21,7 +21,6 @@ if (Q_WS_X11) macro_optional_add_subdirectory(kwin-styles) endif (Q_WS_X11) -macro_optional_add_subdirectory(sounds) macro_optional_add_subdirectory(styles) macro_optional_add_subdirectory(wallpapers) macro_optional_add_subdirectory(HighResolutionWallpapers)