Compare commits
2 Commits
175d72ee84
...
197cd20d6c
| Author | SHA1 | Date | |
|---|---|---|---|
|
197cd20d6c
|
|||
|
083f11965d
|
@@ -78,8 +78,8 @@ endforeach ()
|
||||
|
||||
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "SteelSeries Sensei Raw control utility")
|
||||
set (CPACK_PACKAGE_VERSION ${project_VERSION})
|
||||
set (CPACK_PACKAGE_VENDOR "Premysl Janouch")
|
||||
set (CPACK_PACKAGE_CONTACT "Přemysl Janouch <p@janouch.name>")
|
||||
set (CPACK_PACKAGE_VENDOR "Premysl Eric Janouch")
|
||||
set (CPACK_PACKAGE_CONTACT "Přemysl Eric Janouch <p@janouch.name>")
|
||||
set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
|
||||
|
||||
set (CPACK_GENERATOR "TGZ;ZIP")
|
||||
|
||||
2
LICENSE
2
LICENSE
@@ -1,4 +1,4 @@
|
||||
Copyright (c) 2013, Přemysl Janouch <p@janouch.name>
|
||||
Copyright (c) 2013, Přemysl Eric Janouch <p@janouch.name>
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for any
|
||||
purpose with or without fee is hereby granted.
|
||||
|
||||
@@ -12,6 +12,8 @@ If you don't fancy command line tools, there's also a basic GTK+ frontend
|
||||
available. On Ubuntu and its derivatives, you should be able to find it in your
|
||||
System Settings.
|
||||
|
||||
image::sensei-raw-ctl-gui.png[align="center"]
|
||||
|
||||
Supported devices
|
||||
-----------------
|
||||
- SteelSeries Sensei Raw
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* Very tightly coupled with the sensei-raw-ctl utility.
|
||||
*
|
||||
* Copyright (c) 2013, Přemysl Janouch <p@janouch.name>
|
||||
* Copyright (c) 2013, Přemysl Eric Janouch <p@janouch.name>
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
* purpose with or without fee is hereby granted.
|
||||
|
||||
BIN
sensei-raw-ctl-gui.png
Normal file
BIN
sensei-raw-ctl-gui.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* The code might be a bit long but does very little; most of it is UI.
|
||||
*
|
||||
* Copyright (c) 2013 - 2016, Přemysl Janouch <p@janouch.name>
|
||||
* Copyright (c) 2013 - 2016, Přemysl Eric Janouch <p@janouch.name>
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
* purpose with or without fee is hereby granted.
|
||||
|
||||
Reference in New Issue
Block a user