Skip to content

Commit

Permalink
package symbology-ng-style.xml instead of the .db file
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Nov 22, 2016
1 parent d716640 commit efd2992
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/qgis-providers-common.install
Expand Up @@ -2,5 +2,5 @@ usr/share/qgis/svg/*
usr/share/qgis/resources/qgis.db
usr/share/qgis/resources/srs-template.db
usr/share/qgis/resources/customization.xml
usr/share/qgis/resources/symbology-ng-style.db
usr/share/qgis/resources/symbology-ng-style.xml
usr/share/qgis/resources/cpt-city-qgis-min/*
2 changes: 1 addition & 1 deletion ms-windows/osgeo4w/package.cmd
Expand Up @@ -325,7 +325,7 @@ tar -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%-common/%PACKAGENAME
"apps/%PACKAGENAME%/resources/qgis.db" ^
"apps/%PACKAGENAME%/resources/spatialite.db" ^
"apps/%PACKAGENAME%/resources/srs.db" ^
"apps/%PACKAGENAME%/resources/symbology-ng-style.db" ^
"apps/%PACKAGENAME%/resources/symbology-ng-style.xml" ^
"apps/%PACKAGENAME%/resources/cpt-city-qgis-min/" ^
"apps/%PACKAGENAME%/svg/" ^
"apps/%PACKAGENAME%/crssync.exe" ^
Expand Down
2 changes: 1 addition & 1 deletion resources/CMakeLists.txt
@@ -1,4 +1,4 @@
INSTALL(FILES srs.db qgis.db symbology-ng-style.db spatialite.db customization.xml
INSTALL(FILES srs.db qgis.db symbology-ng-style.xml spatialite.db customization.xml
DESTINATION ${QGIS_DATA_DIR}/resources)
INSTALL(DIRECTORY cpt-city-qgis-min DESTINATION ${QGIS_DATA_DIR}/resources)
INSTALL(DIRECTORY themes DESTINATION ${QGIS_DATA_DIR}/resources)

0 comments on commit efd2992

Please sign in to comment.