1
0
mirror of https://github.com/gryf/wmtemp.git synced 2026-04-23 22:51:28 +02:00

Get rid of wmgeneral directory.

For now 'wmgeneral' was used for accessing common dockapps functions.
Those functions was extracted to the library called libdockapp[1]. This
patch removes wmgeneral directory and make use of libdockapp library.

[1] http://www.dockapps.net/libdockapp
This commit is contained in:
2017-12-11 09:56:41 -08:00
parent e89b081f45
commit 2fbe3c59e5
9 changed files with 9 additions and 948 deletions
+4 -1
View File
@@ -10,7 +10,8 @@ Based on WMTempMon dockapp, although it was heavily reworked.
Compile
-------
To build the dockapp, perform the commands:
To build the dockapp, you'll need `libdockap`_ it should be available in your
package repository. While you have it installed, perform the commands:
.. code:: shell-session
@@ -67,3 +68,5 @@ Licence
-------
This software is licensed under GPL2 license. See COPYING file for details.
.. _libdockapp: http://www.dockapps.net/libdockapp