Skip to content

Commit

Permalink
build: update project ID to an actual webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
nullobsi committed May 23, 2024
1 parent 4a88049 commit 1e4bbad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ project(

# NOTE: If PROJECT_URL, or PROJECT_REV_URL, are changed, then cantata-dynamic, README, and
# dbus/mpd.cantata.xml will need renaming/updating.
set(PROJECT_ID "cantata.unix.dog")
set(PROJECT_REV_ID "dog.unix.cantata")
set(PROJECT_ID "Cantata.cantata.unix.dog")
set(PROJECT_REV_ID "dog.unix.cantata.Cantata")
set(EXECUTABLE_NAME "cantata")

message(STATUS "Configuring ${PROJECT_NAME} v${PROJECT_VERSION}")
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ playback:
The list of action names maybe obtained by calling the listActions DBUS method,
e.g.:

qdbus dog.unix.cantata /cantata listActions
qdbus dog.unix.cantata.Cantata /cantata listActions


11. Dynamic Helper Script - Local Mode
Expand Down
2 changes: 1 addition & 1 deletion dog.unix.cantata.yml → dog.unix.cantata.Cantata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id: dog.unix.cantata
id: dog.unix.cantata.Cantata
runtime: org.kde.Platform
runtime-version: '6.7'
sdk: org.kde.Sdk
Expand Down

0 comments on commit 1e4bbad

Please sign in to comment.