gschemas translations and autovala support

This commit is contained in:
2017-11-11 11:30:47 -03:00
parent 6f15fc63c4
commit bb96e85e05
110 changed files with 9164 additions and 1286 deletions

View File

@@ -58,3 +58,9 @@ else()
MESSAGE(STATUS "Autostart file data/pamac-tray.desktop will not be installed. You must create your own .desktop file and put it at ~/.config/autostart")
endif()
endif ()
include(GSettings)
add_schema(org.pamac.main.gschema.xml)
if (NOT DISABLE_AUR)
include(GSettings)
add_schema(org.pamac.aur.gschema.xml)
endif ()