[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kolor-manager/frameworks] /: update README
From:       Kai-Uwe Behrmann <ku.b () gmx ! de>
Date:       2015-05-08 20:40:05
Message-ID: E1Yqp41-0000Rh-Cu () scm ! kde ! org
[Download RAW message or body]

Git commit 7c50d0c6d2299ebdb04a0e883248f6169e93b87e by Kai-Uwe Behrmann.
Committed on 08/05/2015 at 20:38.
Pushed by behrmann into branch 'frameworks'.

update README

M  +4    -6    README
M  +1    -1    devices/kmdevices.cpp
M  +1    -1    information/kminfo.cpp
M  +1    -1    settings/kmsettings.cpp

http://commits.kde.org/kolor-manager/7c50d0c6d2299ebdb04a0e883248f6169e93b87e

diff --git a/README b/README
index c006ee5..720d3f1 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@
 *******************************
 
 started by Joe Simon in summer 2008-2009
-KolorManager maintained by Kai-Uwe Behrmann 2010-2014
+KolorManager maintained by Kai-Uwe Behrmann 2010-2015
 KolorServer maintained by Casian Andrei 2012
 
 *kmdevices (Kolor Management Devices - Monitor/Printer/etc. profile setup)
@@ -13,7 +13,7 @@ KolorServer maintained by Casian Andrei 2012
 
 -----REQUIRED LIBRARIES---------------------------------------------
 
-- The v1.0.2 tagged release builds fine using Oyranos-0.9.5 .
+- The v1.1.0 tagged release builds fine using Oyranos-0.9.6 .
 - Actual git should the latest Oyranos from it's git repository. KolorManager gets \
                updated pretty quick to Oyranos changes.
 - Synnefo's libsynnefo is used for the program logic
 
@@ -29,7 +29,7 @@ make install
 
 -----RUNNING-------------------------------------------------------
 
--This build should install a "Kolor Management" icon in the KDE4 settings window, \
under "Computer Administration".  An alternative method for running the individual \
modules would be to type this in a terminal: +-This build should install a "Kolor \
Management" icon in the KF5 settings window, under "Computer Administration".  An \
alternative method for running the individual modules would be to type this in a \
terminal:  
 kcmshell4 [KMMODULE]     (Where KMMODULE is "kmdevices", "kminfo", or "kmsettings")  \
  
@@ -58,7 +58,7 @@ ColourWiki: \
http://www.oyranos.org/wiki/index.php?title=Kolor-manager  # local debug build
 mkdir build
 cd build
-cmake -DCMAKE_INSTALL_PREFIX=~/.kde4/ -DCMAKE_BUILD_TYPE=debugfull \
-DCMAKE_CXX_FLAGS="-g -Wall" ../kolor-manager +cmake -DCMAKE_INSTALL_PREFIX=~/.local \
-DCMAKE_BUILD_TYPE=debugfull -DCMAKE_CXX_FLAGS="-g -Wall" ../kolor-manager  #Possibly \
prepend the PKG_CONFIG_PATH variable to reflect Oyranos...  kbuildsycoca4 # update \
KDEs internal icon and module cachings  kcmshell4 kminfo & # start
@@ -100,5 +100,3 @@ KMDEVICES
 -Camera support needs to be outlined first
 
 KMINFO
--There needs to be a way to refresh the profile listing every time a change has been \
made in 'devices' and 'settings' modules.  Right now, the user must restart Kolor \
                Manager in order to see 
-the profile listing to be changed in Information.
diff --git a/devices/kmdevices.cpp b/devices/kmdevices.cpp
index 47e8630..820c9f6 100644
--- a/devices/kmdevices.cpp
+++ b/devices/kmdevices.cpp
@@ -42,7 +42,7 @@ K_PLUGIN_FACTORY( kmdevicesFactory,
 kmdevices::kmdevices(QWidget *parent, const QVariantList &args ) :
     KCModule( parent, args )
 {
-    KAboutData about("kmdevices", i18n("KMDevices"), "1.0.2",
+    KAboutData about("kmdevices", i18n("KMDevices"), "1.1.0",
                    i18n("KDE version of Synnefo"),
                    KAboutLicense::BSDL,
                    i18n("(c) 2008 Joseph Simon III"));
diff --git a/information/kminfo.cpp b/information/kminfo.cpp
index 3f89fcf..cc4f288 100644
--- a/information/kminfo.cpp
+++ b/information/kminfo.cpp
@@ -46,7 +46,7 @@ K_PLUGIN_FACTORY( kminfoFactory,
 kminfo::kminfo(QWidget *parent, const QVariantList &args ) :
     KCModule( parent, args )
 {
-    KAboutData about("kminfo", i18n("KMInfo"), "1.0.2",
+    KAboutData about("kminfo", i18n("KMInfo"), "1.1.0",
                    i18n("KDE version of Synnefo"),
                    KAboutLicense::BSDL,
                    i18n("(c) 2008 Joseph Simon III"));
diff --git a/settings/kmsettings.cpp b/settings/kmsettings.cpp
index d26e9b3..a7f4f5a 100644
--- a/settings/kmsettings.cpp
+++ b/settings/kmsettings.cpp
@@ -44,7 +44,7 @@ K_PLUGIN_FACTORY( kmsettingsFactory,
 kmsettings::kmsettings(QWidget *parent, const QVariantList &args ) :
     KCModule( parent, args )
 {
-    KAboutData about("kmsettings", i18n("KMSettings"), "1.0.2",
+    KAboutData about("kmsettings", i18n("KMSettings"), "1.1.0",
                    i18n("KDE version of Synnefo"),
                    KAboutLicense::BSDL,
                    i18n("(c) 2008 Joseph Simon III"));


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic