sonakinci41 / DamaDamas-icon-theme

icon theme
GNU General Public License v3.0
35 stars 6 forks source link

Cmake install is broken #2

Closed mmetak closed 7 years ago

mmetak commented 7 years ago

After this commit the build fails because cmake con't find those files in repo relating to plasma theme.

btw I made a package for it here.

sonakinci41 commented 7 years ago

Hi, thank you for packing the theme and for the issue. Damadamas plasma theme is here https://github.com/sonakinci41/damadamas-plasma-theme color theme is here https://github.com/sonakinci41/damadamas-colors I am not experienced in Cmake I am glad you have the chance to explain the error.

mmetak commented 7 years ago
diff -ruN a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt    2017-04-07 14:14:24.341850729 +0200
+++ b/CMakeLists.txt    2017-04-07 14:15:47.671352640 +0200
@@ -20,13 +20,3 @@
 set(DAMADAMAS_INSTALL_DIR ${ICON_INSTALL_DIR}/damadamas)
 install( DIRECTORY ${damadamas_icon_dirs} DESTINATION ${DAMADAMAS_INSTALL_DIR} PATTERN "*.sh" EXCLUDE )
 install( FILES index.theme DESTINATION ${DAMADAMAS_INSTALL_DIR})
-install(FILES colors metadata.desktop DESTINATION ${PLASMA_DATA_INSTALL_DIR}/usr/share/plasma/desktoptheme/damadamas/)
-
-FILE(GLOB widgets widgets/*.svgz)
-install( FILES ${widgets} DESTINATION ${PLASMA_DATA_INSTALL_DIR}/usr/share/plasma/desktoptheme/damadamas/widgets/ )
-
-FILE(GLOB dialogs dialogs/*.svgz)
-install( FILES ${dialogs} DESTINATION ${PLASMA_DATA_INSTALL_DIR}/usr/share/plasma/desktoptheme/damadamas/dialogs/ )
-
-FILE(GLOB icons icons/*.svgz)
-install( FILES ${icons} DESTINATION ${PLASMA_DATA_INSTALL_DIR}/usr/share/plasma/desktoptheme/damadamas/icons/ )
sonakinci41 commented 7 years ago

999c8a2