From cd628c763ed2fd473e0a6246edc01c5e2540a213 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Sun, 12 Jan 2014 19:11:33 +0400 Subject: [PATCH] added oblikuestrategies --- projects/oblikuestrategies.html | 96 +++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 projects/oblikuestrategies.html diff --git a/projects/oblikuestrategies.html b/projects/oblikuestrategies.html new file mode 100644 index 0000000..fd6a32b --- /dev/null +++ b/projects/oblikuestrategies.html @@ -0,0 +1,96 @@ + + + + + + Oblikue strategies + + + + + + + + +
+
+

oblikue-strategies

+

Plasmoid that displays a random draw Oblique Strategies

+

General information
+ Installation guide
+ Screenshots
+ Links

+
+
+ +

Information

+

Plasmoid written on CPP that displays a random draw from Brian Eno and Peter Schmidt's Oblique Strategies. It is GNOME applet fork with some of special features.

+ +

Developers and contributors

+
    +
  • Evgeniy Alekseev
  • +
+ +

License

+
    +
  • GPL
  • +
+ +

Installation

+ +

Instruction

+
    +
  • Download an archive with latest version of source files.

  • +
  • Extract it and install the application. For global isntallation type:

    +
    cd /where/your/applet/is/installed
    +mkdir build && cd build
    +cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=Release ../
    +make
    +sudo make install
    +

    For local isntallation type:

    +
    cd /where/your/applet/is/installed
    +mkdir build && cd build
    +cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --localprefix` -DCMAKE_BUILD_TYPE=Release ../
    +make
    +make install
  • +
  • Restart plasma to load the applet:

    +
    kquitapp plasma-desktop && sleep 2 && plasma-desktop
    +

    Also you might need to run kbuildsycoca4 in order to get the *.desktop file recognized:

    +
    kbuildsycoca4 &> /dev/null
  • +
+ +

Dependencies

+

I want note that all were tested on latest version of dependencies.

+
    +
  • kdebase-workspace
  • +
  • automoc4 (make)
  • +
  • cmake (make)
  • +
+ +

Screenshots

+

Widget:
+
+Configuration window:
+

+ +

Links

+ + +
+ +
+ + + +