Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into snappy
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Sep 25, 2017
2 parents 041ce46 + bb5b014 commit 5664ce8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ set(QT_IMPORTS_DIR "lib/${ARCH_TRIPLET}")
option(INSTALL_TESTS "Install the tests on make install" on)
option(CLICK_MODE "Installs to a contained location" on)

set(APP_VERSION 2.4.9)
set(APP_VERSION 2.4.11)
set(APP_NAME noson)
set(APP_ID "noson")
set(APP_ID "noson.janbar")
set(MAIN_QML "Main.qml")
set(ICON "noson.png")
set(ICON_FILE "app/graphics/noson.png")
Expand Down Expand Up @@ -60,7 +60,7 @@ if(CLICK_MODE)
else(CLICK_MODE)
# Standard install paths
include(GNUInstallDirs)
set(APP_HARDCODE ${APP_ID})
set(APP_HARDCODE "noson")
set(DATA_DIR ${CMAKE_INSTALL_DATADIR}/${APP_HARDCODE})
set(DESKTOP_DIR ${CMAKE_INSTALL_DATADIR}/applications)
set(NOSONAPP_DIR ${CMAKE_INSTALL_PREFIX}/${DATA_DIR})
Expand Down
2 changes: 1 addition & 1 deletion app/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import "./ui"

MainView {
objectName: "nosonMainView"
applicationName: "noson"
applicationName: "noson.janbar"
id: mainView

backgroundColor: styleMusic.mainView.backgroundColor
Expand Down
2 changes: 1 addition & 1 deletion manifest.json.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@APP_ID@.janbar",
"name": "@APP_ID@",
"description": "A fast and smart SONOS controller for Ubuntu platforms: phone, touch and desktop.",
"architecture": "@CLICK_ARCH@",
"title": "@APP_NAME@",
Expand Down

0 comments on commit 5664ce8

Please sign in to comment.