diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-30 15:13:17 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-30 15:13:17 +0200 |
commit | 8fa55e5f7491e00d248347befed3cd51b09b65a2 (patch) | |
tree | c6731dbabcf42681be8ab8828d660741694e5971 | |
parent | 1b77faa39b756f2c62d336bc48d93f0415e9774e (diff) | |
download | ayatana-indicator-session-8fa55e5f7491e00d248347befed3cd51b09b65a2.tar.gz ayatana-indicator-session-8fa55e5f7491e00d248347befed3cd51b09b65a2.tar.bz2 ayatana-indicator-session-8fa55e5f7491e00d248347befed3cd51b09b65a2.zip |
INSTALL: Update to our new namespace.
-rw-r--r-- | INSTALL | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,6 @@ # # Copyright (C) 2013 Canonical Ltd +# Copyright (C) 2017, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License version 3 as @@ -26,7 +27,7 @@ Compile-time build dependencies Runtime DBus dependencies ------------------------- - - com.canonical.indicators.webcredentials + - org.ayatana.indicators.webcredentials - org.freedesktop.Accounts - org.freedesktop.Accounts.User - org.freedesktop.DisplayManager.Seat @@ -40,7 +41,7 @@ Runtime DBus dependencies Building the code ----------------- The simplest case is: - $ cd indicator-session-X.Y.Z + $ cd ayatana-indicator-session-X.Y.Z $ mkdir build $ cd build $ cmake .. @@ -48,7 +49,7 @@ The simplest case is: Running the tests ----------------- - $ cd indicator-session-X.Y.Z + $ cd ayatana-indicator-session-X.Y.Z $ mkdir build $ cd build $ cmake .. @@ -58,7 +59,7 @@ Running the tests Generating Test Coverage Reports -------------------------------- - $ cd indicator-session-X.Y.Z + $ cd ayatan-indicator-session-X.Y.Z $ mkdir build-coverage $ cd build-coverage $ cmake -DCMAKE_BUILD_TYPE=coverage .. @@ -83,4 +84,3 @@ different directory, use $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local # Or wherever... $ make release $ make install - |