Browse Source

Init

master
Gustavo Adolfo Mesa Roldán 4 years ago
commit
215562fb73
976 changed files with 144968 additions and 0 deletions
  1. +42
    -0
      .gitignore
  2. +47
    -0
      AUTHORS
  3. +9
    -0
      CHANGELOG.md
  4. +46
    -0
      CODE_OF_CONDUCT.md
  5. +92
    -0
      CONTRIBUTING.md
  6. +674
    -0
      COPYING
  7. +1
    -0
      ChangeLog
  8. +370
    -0
      INSTALL
  9. +674
    -0
      LICENSE
  10. +5
    -0
      Makefile.am
  11. +359
    -0
      NEWS
  12. +40
    -0
      README
  13. +40
    -0
      TRANSLATION_PROGRESS.txt
  14. +1
    -0
      _config.yml
  15. +6
    -0
      b.sh
  16. +41
    -0
      build-po.sh
  17. +54
    -0
      build-pot.sh
  18. +5
    -0
      compile.sh
  19. +1401
    -0
      configure.ac
  20. +11
    -0
      data/Makefile.am
  21. +5
    -0
      data/applications/Makefile.am
  22. +10
    -0
      data/applications/g15-config.desktop.in
  23. +12
    -0
      data/autostart/Makefile.am
  24. +20
    -0
      data/autostart/g15-indicator.desktop.in
  25. +20
    -0
      data/autostart/g15-systemtray.desktop.in
  26. +21
    -0
      data/autostart/gnome15.desktop.in
  27. +10
    -0
      data/dbus/Makefile.am
  28. +23
    -0
      data/dbus/g15-system-service.conf
  29. +3
    -0
      data/dbus/org.gnome15.Gnome15.service
  30. +4
    -0
      data/dbus/org.gnome15.SystemService.service
  31. BIN
      data/fonts/CyrKoi-VGA8.psf.gz
  32. BIN
      data/fonts/tom-thumb.pcf
  33. +1
    -0
      data/icons/AwOken/Makefile.am
  34. +5
    -0
      data/icons/AwOken/apps/128/Makefile.am
  35. BIN
      data/icons/AwOken/apps/128/gnome15.png
  36. +5
    -0
      data/icons/AwOken/apps/16/Makefile.am
  37. BIN
      data/icons/AwOken/apps/16/gnome15.png
  38. +5
    -0
      data/icons/AwOken/apps/22/Makefile.am
  39. BIN
      data/icons/AwOken/apps/22/gnome15.png
  40. +5
    -0
      data/icons/AwOken/apps/24/Makefile.am
  41. BIN
      data/icons/AwOken/apps/24/gnome15.png
  42. +5
    -0
      data/icons/AwOken/apps/48/Makefile.am
  43. BIN
      data/icons/AwOken/apps/48/gnome15.png
  44. +5
    -0
      data/icons/AwOken/apps/64/Makefile.am
  45. BIN
      data/icons/AwOken/apps/64/gnome15.png
  46. +1
    -0
      data/icons/AwOken/apps/Makefile.am
  47. +6
    -0
      data/icons/AwOken/status/128/Makefile.am
  48. BIN
      data/icons/AwOken/status/128/logitech-g-keyboard-error-panel.png
  49. BIN
      data/icons/AwOken/status/128/logitech-g-keyboard-panel.png
  50. +6
    -0
      data/icons/AwOken/status/16/Makefile.am
  51. BIN
      data/icons/AwOken/status/16/logitech-g-keyboard-error-panel.png
  52. BIN
      data/icons/AwOken/status/16/logitech-g-keyboard-panel.png
  53. +6
    -0
      data/icons/AwOken/status/22/Makefile.am
  54. BIN
      data/icons/AwOken/status/22/logitech-g-keyboard-error-panel.png
  55. BIN
      data/icons/AwOken/status/22/logitech-g-keyboard-panel.png
  56. +6
    -0
      data/icons/AwOken/status/24/Makefile.am
  57. BIN
      data/icons/AwOken/status/24/logitech-g-keyboard-error-panel.png
  58. BIN
      data/icons/AwOken/status/24/logitech-g-keyboard-panel.png
  59. +6
    -0
      data/icons/AwOken/status/48/Makefile.am
  60. BIN
      data/icons/AwOken/status/48/logitech-g-keyboard-error-panel.png
  61. BIN
      data/icons/AwOken/status/48/logitech-g-keyboard-panel.png
  62. +6
    -0
      data/icons/AwOken/status/64/Makefile.am
  63. BIN
      data/icons/AwOken/status/64/logitech-g-keyboard-error-panel.png
  64. BIN
      data/icons/AwOken/status/64/logitech-g-keyboard-panel.png
  65. +1
    -0
      data/icons/AwOken/status/Makefile.am
  66. +11
    -0
      data/icons/Makefile.am
  67. +1
    -0
      data/icons/elementary/Makefile.am
  68. +6
    -0
      data/icons/elementary/status/16/Makefile.am
  69. +225
    -0
      data/icons/elementary/status/16/logitech-g-keyboard-error-panel.svg
  70. +124
    -0
      data/icons/elementary/status/16/logitech-g-keyboard-panel.svg
  71. +6
    -0
      data/icons/elementary/status/22/Makefile.am
  72. +235
    -0
      data/icons/elementary/status/22/logitech-g-keyboard-error-panel.svg
  73. +124
    -0
      data/icons/elementary/status/22/logitech-g-keyboard-panel.svg
  74. +6
    -0
      data/icons/elementary/status/24/Makefile.am
  75. +440
    -0
      data/icons/elementary/status/24/logitech-g-keyboard-error-panel.svg
  76. +124
    -0
      data/icons/elementary/status/24/logitech-g-keyboard-panel.svg
  77. +1
    -0
      data/icons/elementary/status/Makefile.am
  78. +1
    -0
      data/icons/hicolor/16x16/Makefile.am
  79. +6
    -0
      data/icons/hicolor/16x16/status/Makefile.am
  80. BIN
      data/icons/hicolor/16x16/status/logitech-g-keyboard-applet.png
  81. BIN
      data/icons/hicolor/16x16/status/logitech-g-keyboard-error-applet.png
  82. +1
    -0
      data/icons/hicolor/22x22/Makefile.am
  83. +5
    -0
      data/icons/hicolor/22x22/apps/Makefile.am
  84. BIN
      data/icons/hicolor/22x22/apps/gnome15.png
  85. +6
    -0
      data/icons/hicolor/22x22/status/Makefile.am
  86. BIN
      data/icons/hicolor/22x22/status/logitech-g-keyboard-applet.png
  87. BIN
      data/icons/hicolor/22x22/status/logitech-g-keyboard-error-applet.png
  88. +1
    -0
      data/icons/hicolor/24x24/Makefile.am
  89. +5
    -0
      data/icons/hicolor/24x24/apps/Makefile.am
  90. BIN
      data/icons/hicolor/24x24/apps/gnome15.png
  91. +6
    -0
      data/icons/hicolor/24x24/status/Makefile.am
  92. BIN
      data/icons/hicolor/24x24/status/logitech-g-keyboard-applet.png
  93. BIN
      data/icons/hicolor/24x24/status/logitech-g-keyboard-error-applet.png
  94. +1
    -0
      data/icons/hicolor/48x48/Makefile.am
  95. +5
    -0
      data/icons/hicolor/48x48/apps/Makefile.am
  96. BIN
      data/icons/hicolor/48x48/apps/gnome15.png
  97. +1
    -0
      data/icons/hicolor/64x64/Makefile.am
  98. +5
    -0
      data/icons/hicolor/64x64/apps/Makefile.am
  99. BIN
      data/icons/hicolor/64x64/apps/gnome15.png
  100. +1
    -0
      data/icons/hicolor/Makefile.am

+ 42
- 0
.gitignore View File

@ -0,0 +1,42 @@
*.*~
Makefile
Makefile.in
config.log
config.status
gnome15-*.tar.gz
py-compile
compile
missing
install-sh
autom4te.cache
configure
GNOME_G15Applet.server
g15-config.desktop
g15-macros.desktop
g15-indicator.desktop
g15-systemtray.desktop
gnome15.desktop
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
aclocal.m4
libtool.m4
*.o
*.la
*.lo
.deps
*.pyc
*.pyo
ltmain.sh
libtool
depcomp
config.sub
config.guess
src/pylibg19/dist
src/pylibg19/MANIFEST
src/pylibg19/build
.libs
en_GB
data/udev/*.rules
src/gnome15/g15globals.py

+ 47
- 0
AUTHORS View File

@ -0,0 +1,47 @@
Authors:
* Brett Smith <tanktarta@blueyonder.co.uk>
* Nuno Araujo <nuno.araujo@russo79.com>
* NoXPhasma <noxphasma@live.de>
* Huskynarr <admin@huskynarr.com>
Contains work based on "Logitech-G19-Linux-Daemon" [1], written by
"MultiCoreNop" [2].
Contains work based on Impulse [3], written by Ian Halpern [4].
Contains code taken from Pitivi [5], authored by Edward Hervey [6].
Contains objgraph [7], written by Marius Gedminas [8], released under
the MIT license.
Contains code from tailer [9], written by Mike Thornton, released under
the MIT license.
Contains code from Things [10], written by Donn. C. Ingle [11].
Contains code from python-teamspeak3 [12], written by Adam
Coddington, released under the MIT license.
Contains code from pywapi [13], written by Eugene Kaznacheev [14],
released under the MIT license.
Some of the graphical work was made by Andrea Calabrò.
Images src/plugins/pommodoro/Machovka_tomato.png was taken from [15]
and was released under the public domain.
1. http://github.com/MultiCoreNop/Logitech-G19-Linux-Daemon
2. http://github.com/MultiCoreNop
3. http://impulse.ian-halpern.com/
4. <ian@ian-halpern.com>
5. http://www.pitivi.org
6. Edward Hervey <bilboed@bilboed.com>
7. http://mg.pov.lt/objgraph/
8. Marius Gedminas <marius@pov.lt>
9. http://github.com/six8/pytailer
10. https://savannah.nongnu.org/projects/things/
11. Donn.C.Ingle <donn.ingle@gmail.com>
12. https://bitbucket.org/latestrevision/python-teamspeak3/
13. https://code.google.com/p/python-weather-api/
14. Eugene Kaznacheev <qetzal@gmail.com>
15. http://openclipart.org/detail/2542/tomato-by-machovka

+ 9
- 0
CHANGELOG.md View File

@ -0,0 +1,9 @@
## 1.0.0 (2017-06-18)
Bugfixes:
- `function --params` this is only for an example
Features:
- Add an not exist function (#commitid, @huskynarr)

+ 46
- 0
CODE_OF_CONDUCT.md View File

@ -0,0 +1,46 @@
# Contributor Covenant Code of Conduct
## Our Pledge
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
## Our Standards
Examples of behavior that contributes to creating a positive environment include:
* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
Examples of unacceptable behavior by participants include:
* The use of sexualized language or imagery and unwelcome sexual attention or advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a professional setting
## Our Responsibilities
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
## Scope
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at contact@gnome15.org. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
## Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/

+ 92
- 0
CONTRIBUTING.md View File

@ -0,0 +1,92 @@
# Contributing
When contributing to this repository, please first discuss the change you wish to make via issue,
email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
## Pull Request Process
1. Ensure any install or build dependencies are removed before the end of the layer when doing a
build.
2. Update the README.md with details of changes to the interface, this includes new environment
variables, exposed ports, useful file locations and container parameters.
3. Increase the version numbers in any examples files and the README.md to the new version that this
Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/).
4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
do not have permission to do that, you may request the second reviewer to merge it for you.
## Code of Conduct
### Our Pledge
In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, gender identity and expression, level of experience,
nationality, personal appearance, race, religion, or sexual identity and
orientation.
### Our Standards
Examples of behavior that contributes to creating a positive environment
include:
* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
Examples of unacceptable behavior by participants include:
* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting
### Our Responsibilities
Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.
Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.
### Scope
This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.
### Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at [INSERT EMAIL ADDRESS]. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.
Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.
### Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at [http://contributor-covenant.org/version/1/4][version]
[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/

+ 674
- 0
COPYING View File

@ -0,0 +1,674 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.

+ 1
- 0
ChangeLog View File

@ -0,0 +1 @@

+ 370
- 0
INSTALL View File

@ -0,0 +1,370 @@
Installation Instructions
*************************
Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation,
Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without warranty of any kind.
Basic Installation
==================
Briefly, the shell commands `./configure; make; make install' should
configure, build, and install this package. The following
more-detailed instructions are generic; see the `README' file for
instructions specific to this package. Some packages provide this
`INSTALL' file but do not implement all of the features documented
below. The lack of an optional feature in a given package is not
necessarily a bug. More recommendations for GNU packages can be found
in *note Makefile Conventions: (standards)Makefile Conventions.
The `configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation. It uses
those values to create a `Makefile' in each directory of the package.
It may also create one or more `.h' files containing system-dependent
definitions. Finally, it creates a shell script `config.status' that
you can run in the future to recreate the current configuration, and a
file `config.log' containing compiler output (useful mainly for
debugging `configure').
It can also use an optional file (typically called `config.cache'
and enabled with `--cache-file=config.cache' or simply `-C') that saves
the results of its tests to speed up reconfiguring. Caching is
disabled by default to prevent problems with accidental use of stale
cache files.
If you need to do unusual things to compile the package, please try
to figure out how `configure' could check whether to do them, and mail
diffs or instructions to the address given in the `README' so they can
be considered for the next release. If you are using the cache, and at
some point `config.cache' contains results you don't want to keep, you
may remove or edit it.
The file `configure.ac' (or `configure.in') is used to create
`configure' by a program called `autoconf'. You need `configure.ac' if
you want to change it or regenerate `configure' using a newer version
of `autoconf'.
The simplest way to compile this package is:
1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system.
Running `configure' might take a while. While running, it prints
some messages telling which features it is checking for.
2. Type `make' to compile the package.
3. Optionally, type `make check' to run any self-tests that come with
the package, generally using the just-built uninstalled binaries.
4. Type `make install' to install the programs and any data files and
documentation. When installing into a prefix owned by root, it is
recommended that the package be configured and built as a regular
user, and only the `make install' phase executed with root
privileges.
5. Optionally, type `make installcheck' to repeat any self-tests, but
this time using the binaries in their final installed location.
This target does not install anything. Running this target as a
regular user, particularly if the prior `make install' required
root privileges, verifies that the installation completed
correctly.
6. You can remove the program binaries and object files from the
source code directory by typing `make clean'. To also remove the
files that `configure' created (so you can compile the package for
a different kind of computer), type `make distclean'. There is
also a `make maintainer-clean' target, but that is intended mainly
for the package's developers. If you use it, you may have to get
all sorts of other programs in order to regenerate files that came
with the distribution.
7. Often, you can also type `make uninstall' to remove the installed
files again. In practice, not all packages have tested that
uninstallation works correctly, even though it is required by the
GNU Coding Standards.
8. Some packages, particularly those that use Automake, provide `make
distcheck', which can by used by developers to test that all other
targets like `make install' and `make uninstall' work correctly.
This target is generally not run by end users.
Compilers and Options
=====================
Some systems require unusual options for compilation or linking that
the `configure' script does not know about. Run `./configure --help'
for details on some of the pertinent environment variables.
You can give `configure' initial values for configuration parameters
by setting variables in the command line or in the environment. Here
is an example:
./configure CC=c99 CFLAGS=-g LIBS=-lposix
*Note Defining Variables::, for more details.
Compiling For Multiple Architectures
====================================
You can compile the package for more than one kind of computer at the
same time, by placing the object files for each architecture in their
own directory. To do this, you can use GNU `make'. `cd' to the
directory where you want the object files and executables to go and run
the `configure' script. `configure' automatically checks for the
source code in the directory that `configure' is in and in `..'. This
is known as a "VPATH" build.
With a non-GNU `make', it is safer to compile the package for one
architecture at a time in the source code directory. After you have
installed the package for one architecture, use `make distclean' before
reconfiguring for another architecture.
On MacOS X 10.5 and later systems, you can create libraries and
executables that work on multiple system types--known as "fat" or
"universal" binaries--by specifying multiple `-arch' options to the
compiler but only a single `-arch' option to the preprocessor. Like
this:
./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
CPP="gcc -E" CXXCPP="g++ -E"
This is not guaranteed to produce working output in all cases, you
may have to build one architecture at a time and combine the results
using the `lipo' tool if you have problems.
Installation Names
==================
By default, `make install' installs the package's commands under
`/usr/local/bin', include files under `/usr/local/include', etc. You
can specify an installation prefix other than `/usr/local' by giving
`configure' the option `--prefix=PREFIX', where PREFIX must be an
absolute file name.
You can specify separate installation prefixes for
architecture-specific files and architecture-independent files. If you
pass the option `--exec-prefix=PREFIX' to `configure', the package uses
PREFIX as the prefix for installing programs and libraries.
Documentation and other data files still use the regular prefix.
In addition, if you use an unusual directory layout you can give
options like `--bindir=DIR' to specify different values for particular
kinds of files. Run `configure --help' for a list of the directories
you can set and what kinds of files go in them. In general, the
default for these options is expressed in terms of `${prefix}', so that
specifying just `--prefix' will affect all of the other directory
specifications that were not explicitly provided.
The most portable way to affect installation locations is to pass the
correct locations to `configure'; however, many packages provide one or
both of the following shortcuts of passing variable assignments to the
`make install' command line to change installation locations without
having to reconfigure or recompile.
The first method involves providing an override variable for each
affected directory. For example, `make install
prefix=/alternate/directory' will choose an alternate location for all
directory configuration variables that were expressed in terms of
`${prefix}'. Any directories that were specified during `configure',
but not in terms of `${prefix}', must each be overridden at install
time for the entire installation to be relocated. The approach of
makefile variable overrides for each directory variable is required by
the GNU Coding Standards, and ideally causes no recompilation.
However, some platforms have known limitations with the semantics of
shared libraries that end up requiring recompilation when using this
method, particularly noticeable in packages that use GNU Libtool.
The second method involves providing the `DESTDIR' variable. For
example, `make install DESTDIR=/alternate/directory' will prepend
`/alternate/directory' before all installation names. The approach of
`DESTDIR' overrides is not required by the GNU Coding Standards, and
does not work on platforms that have drive letters. On the other hand,
it does better at avoiding recompilation issues, and works well even
when some directory options were not specified in terms of `${prefix}'
at `configure' time.
Optional Features
=================
If the package supports it, you can cause programs to be installed
with an extra prefix or suffix on their names by giving `configure' the
option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
Some packages pay attention to `--enable-FEATURE' options to
`configure', where FEATURE indicates an optional part of the package.
They may also pay attention to `--with-PACKAGE' options, where PACKAGE
is something like `gnu-as' or `x' (for the X Window System). The
`README' should mention any `--enable-' and `--with-' options that the
package recognizes.
For packages that use the X Window System, `configure' can usually
find the X include and library files automatically, but if it doesn't,
you can use the `configure' options `--x-includes=DIR' and
`--x-libraries=DIR' to specify their locations.
Some packages offer the ability to configure how verbose the
execution of `make' will be. For these packages, running `./configure
--enable-silent-rules' sets the default to minimal output, which can be
overridden with `make V=1'; while running `./configure
--disable-silent-rules' sets the default to verbose, which can be
overridden with `make V=0'.
Particular systems
==================
On HP-UX, the default C compiler is not ANSI C compatible. If GNU
CC is not installed, it is recommended to use the following options in
order to use an ANSI C compiler:
./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
and if that doesn't work, install pre-built binaries of GCC for HP-UX.
HP-UX `make' updates targets which have the same time stamps as
their prerequisites, which makes it generally unusable when shipped
generated files such as `configure' are involved. Use GNU `make'
instead.
On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
parse its `<wchar.h>' header file. The option `-nodtk' can be used as
a workaround. If GNU CC is not installed, it is therefore recommended
to try
./configure CC="cc"
and if that doesn't work, try
./configure CC="cc -nodtk"
On Solaris, don't put `/usr/ucb' early in your `PATH'. This
directory contains several dysfunctional programs; working variants of
these programs are available in `/usr/bin'. So, if you need `/usr/ucb'
in your `PATH', put it _after_ `/usr/bin'.
On Haiku, software installed for all users goes in `/boot/common',
not `/usr/local'. It is recommended to use the following options:
./configure --prefix=/boot/common
Specifying the System Type
==========================
There may be some features `configure' cannot figure out
automatically, but needs to determine by the type of machine the package
will run on. Usually, assuming the package is built to be run on the
_same_ architectures, `configure' can figure that out, but if it prints
a message saying it cannot guess the machine type, give it the
`--build=TYPE' option. TYPE can either be a short name for the system
type, such as `sun4', or a canonical name which has the form:
CPU-COMPANY-SYSTEM
where SYSTEM can have one of these forms:
OS
KERNEL-OS
See the file `config.sub' for the possible values of each field. If
`config.sub' isn't included in this package, then this package doesn't
need to know the machine type.
If you are _building_ compiler tools for cross-compiling, you should
use the option `--target=TYPE' to select the type of system they will
produce code for.
If you want to _use_ a cross compiler, that generates code for a
platform different from the build platform, you should specify the
"host" platform (i.e., that on which the generated programs will
eventually be run) with `--host=TYPE'.
Sharing Defaults
================
If you want to set default values for `configure' scripts to share,
you can create a site shell script called `config.site' that gives
default values for variables like `CC', `cache_file', and `prefix'.
`configure' looks for `PREFIX/share/config.site' if it exists, then
`PREFIX/etc/config.site' if it exists. Or, you can set the
`CONFIG_SITE' environment variable to the location of the site script.
A warning: not all `configure' scripts look for a site script.
Defining Variables
==================
Variables not defined in a site shell script can be set in the
environment passed to `configure'. However, some packages may run
configure again during the build, and the customized values of these
variables may be lost. In order to avoid this problem, you should set
them in the `configure' command line, using `VAR=value'. For example:
./configure CC=/usr/local2/bin/gcc
causes the specified `gcc' to be used as the C compiler (unless it is
overridden in the site shell script).
Unfortunately, this technique does not work for `CONFIG_SHELL' due to
an Autoconf limitation. Until the limitation is lifted, you can use
this workaround:
CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
`configure' Invocation
======================
`configure' recognizes the following options to control how it
operates.
`--help'
`-h'
Print a summary of all of the options to `configure', and exit.
`--help=short'
`--help=recursive'
Print a summary of the options unique to this package's
`configure', and exit. The `short' variant lists options used
only in the top level, while the `recursive' variant lists options
also present in any nested packages.
`--version'
`-V'
Print the version of Autoconf used to generate the `configure'
script, and exit.
`--cache-file=FILE'
Enable the cache: use and save the results of the tests in FILE,
traditionally `config.cache'. FILE defaults to `/dev/null' to
disable caching.
`--config-cache'
`-C'
Alias for `--cache-file=config.cache'.
`--quiet'
`--silent'
`-q'
Do not print messages saying which checks are being made. To
suppress all normal output, redirect it to `/dev/null' (any error
messages will still be shown).
`--srcdir=DIR'
Look for the package's source code in directory DIR. Usually
`configure' can determine that directory automatically.
`--prefix=DIR'
Use DIR as the installation prefix. *note Installation Names::
for more details, including other options available for fine-tuning
the installation locations.
`--no-create'
`-n'
Run the configure checks, but stop before creating any output
files.
`configure' also accepts some other, not widely useful, options. Run
`configure --help' for more details.

+ 674
- 0
LICENSE View File

@ -0,0 +1,674 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
{one line to give the program's name and a brief idea of what it does.}
Copyright (C) {year} {name of author}
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
{project} Copyright (C) {year} {fullname}
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.

+ 5
- 0
Makefile.am View File

@ -0,0 +1,5 @@
SUBDIRS = src data man i18n
# For Python autoconf macros
ACLOCAL_AMFLAGS = -I m4

+ 359
- 0
NEWS View File

@ -0,0 +1,359 @@
gnome15 0.11.0 (2018-02-10)
===========================
New community at https://gnome15.org/
gnome15 0.10.2 (2015-05-14)
==========================
Gnome15 is a suite of tools for the Logitech G series keyboards and
headsets, including the G15, G19, G13, G930, G35, G510, G11, G110 and
the Z-10 speakers aiming to provide the best integration possible with
the Linux Desktop.
Gnome15 provides:
* A panel indicator (or applet)
* A configuration tool
* A macro system
* A set of plugins
Developers can extend Gnome15 by writing plugins in the Python
programming language, or they can use the provided D-Bus API.
Gnome15 uses GNOME technologies, while staying well integrated with
other desktops such as Ubuntu Unity and XFCE. It should also work with
KDE.
About this release
------------------
Release 0.10.0 is a major release because of the changes to the kernel
driver, which makes it incopatible with the 0.9.x series.
So, users wanting to stick with gnome15-0.9.x should use branch `pre-refactor`
of the kernel drivers found at https://github.com/CMoH/lg4l, while
gnome15-0.10.x would rely on branch `master`.
Also, this rather unofficial release is made outside russo79.com, since
the website is down for quite a while. The rest of the release is the same
as 0.9.8.
A new "Pommodoro Timer" plugin is now available.
The Gnome shell extension now supports Gnome 3.10
Changes since 0.10.1
--------------------
* g15-config: fix import error with pygobject-3.14.0
Changes since 0.10.0
--------------------
* driver_kernel: fix keymaps for G110 and G15v2
Changes since 0.9.7
-------------------
* Break compatibility with old kernel module implementation.
* The Gnome Shell extension now displays the plugin list in
alphabetical order. (https://projects.russo79.com/issues/172)
* A new "Pommodoro Timer" plugin is now available.
(https://projects.russo79.com/issues/240)
* The Gnome Shell extension now supports Gnome 3.10.
(https://projects.russo79.com/issues/290)
Bugs fixed in this release
--------------------------
* The build now displays an error error if neither PIL or pillow python
libraries are available. (https://projects.russo79.com/issues/286)
* The stop key (multimedia) now sends the correct keycode when Gnome15
is running. (https://projects.russo79.com/issues/291)
* The weather plugin now keeps refreshing its data even if it is not
the active plugin. (https://projects.russo79.com/issues/298)
* The screensaver plugin now correctly displays the user message on
G19 keyboards. (https://projects.russo79.com/issues/299)
* The g15top module now provides a uptime method. This module is used
as a fallback replacement for python-gtop on systems that don't
provide it. (https://projects.russo79.com/issues/301)
Under the hood changes for this release
---------------------------------------
* Exceptions are now logged in a consistent way
(https://projects.russo79.com/issues/269)
* XDG directories are now used instead of hard coded paths.
(https://projects.russo79.com/issues/278)
* mono icons are no longer installed by default. These icons are only
used on Ubuntu systems. (https://projects.russo79.com/issues/285)
* The python interpreter for Gnome15 scripts was changed from 'python'
to 'python2'. 'python2' is available on all the supported
distributions except Debian 7 (Wheezy). Users of Debian 7 building
Gnome15 from source must manually change the shebang lines of the
files in the src/scripts directory.
(https://projects.russo79.com/issues/289)
* User custom plugins should now be installed in
$XDG_DATA_HOME/gnome15/plugins instead of
$XDG_CONFIG_HOME/gnome15/plugins.
Support for $XDG_CONFIG_HOME/gnome15/plugins will be removed in a
future release.
Have contributed code to this release:
* Bram Faas <jacala@home.nl>
gnome15 0.9.7 (2013-10-05)
==========================
Gnome15 is a suite of tools for the Logitech G series keyboards and
headsets, including the G15, G19, G13, G930, G35, G510, G11, G110 and
the Z-10 speakers aiming to provide the best integration possible with
the Linux Desktop.
Gnome15 provides:
* A panel indicator (or applet)
* A configuration tool
* A macro system
* A set of plugins
Developers can extend Gnome15 by writing plugins in the Python
programming language, or they can use the provided D-Bus API.
Gnome15 uses GNOME technologies, while staying well integrated with
other desktops such as Ubuntu Unity and XFCE. It should also work with
KDE.
About this release
------------------
Release 0.9.7 is mainly a bug fix release with some enhancements.
Some minor changes took place with the configuration tool.
The "Driver" tab no longer exists and the driver can now be selected
directly from the "Keyboard" tab. A new button is used to display the
driver options.
Changes since 0.9.6
-------------------
* The volume monitor plugin now allows the selection of the sound card
to monitor. (https://projects.russo79.com/issues/212)
* The sense plugin now supports udisks version 2.
(https://projects.russo79.com/issues/261)
* Users using the g15direct driver can now make the G13 joystick behave
as a digital joystick. (https://projects.russo79.com/issues/280)
Bugs fixed in this release
--------------------------
* The sense plugin now gracefully handles errors when it cannot connect
to a sensor source. (https://projects.russo79.com/issues/235)
* The screensaver plugin now detects Gnome Shell integrated screensaver.
(https://projects.russo79.com/issues/257)
* Fix a issue with the build system that automatically tries to build
appindicator even when the appindicator python library was not
available. (https://projects.russo79.com/issues/258)
* Fixed the license displayed in the About dialogs.
(https://projects.russo79.com/issues/259)
* Fixed the detection of the pillow library when building Gnome15.
(https://projects.russo79.com/issues/260)
* The sense plugin udisks sensor source is now periodically refreshed.
(https://projects.russo79.com/issues/262)
* The Display resolution plugin kept checking the display resolution
even when the plugin was disabled.
(https://projects.russo79.com/issues/266)
* The impulse plugin wasn't correctly linked to the libpulse and fftw3
libraries. (https://projects.russo79.com/issues/267)
* The virtual joysticks simulated by Gnome15 are now calibrated to at
they center instead of their top-left position.
(https://projects.russo79.com/issues/271)
* Simulation of joystick events using G keys has been fixed and no
longer throws an exception.
(https://projects.russo79.com/issues/273)
* No longer display a "Unknown property: GtkMenu.ubuntu-local" when
displaying some windows. (https://projects.russo79.com/issues/274)
* Correctly simulate joystick axis movements when using the kernel
driver. (https://projects.russo79.com/issues/275)
* Correctly handle changes of the kernel driver options.
(https://projects.russo79.com/issues/276)
* The g15-system-service can now be manually stopped (useful for
development only). (https://projects.russo79.com/issues/281)
Under the hood changes for this release
---------------------------------------
* The GetPagesBelowPriority D-Bus method is now marked as deprecated
and should no longer be used.
(https://projects.russo79.com/issues/270)
Have contributed code to this release:
* NoXPhasma <noxphasma@live.de>
gnome15 0.9.6 (2013-09-01)
==========================
Gnome15 is a suite of tools for the Logitech G series keyboards and
headsets, including the G15, G19, G13, G930, G35, G510, G11, G110 and
the Z-10 speakers aiming to provide the best integration possible with
the Linux Desktop.
Gnome15 provides:
* A panel indicator (or applet)
* A configuration tool
* A macro system
* A set of plugins
Developers can extend Gnome15 by writing plugins in the Python
programming language, or they can use the provided D-Bus API.
Gnome15 uses GNOME technologies, while staying well integrated with
other desktops such as Ubuntu Unity and XFCE. It should also work with
KDE.
About this release
------------------
Release 0.9.6 was focused on simplifying and cleaning up the source
code tree as well as the build system.
The new structure has less levels of depth and should be simpler to
maintain on the long term.
Most of the previous sub-projects that were maintained separatedly are
now aggregated into a single tree.
Besides some external dependencies, gnome15 can now be build by
issuing a single './configure; make; make install' command.
The kernel modules have also been updated with the latest upstream
changes.
Of course, some bugs were also fixed.
This is also the first release of Gnome15 to be a 'official' one.
Brett Smith, the original maintainer has decided to retire himself from
the project, and he supports what was until now a unofficial fork of
Gnome15.
He will however keep contributing to the project.
Changes since 0.9.5
-------------------
* https://projects.russo79.com/issues/256
Bugs fixed in this release
--------------------------
* https://projects.russo79.com/issues/130
* https://projects.russo79.com/issues/242
* https://projects.russo79.com/issues/246
* https://projects.russo79.com/issues/247
* https://projects.russo79.com/issues/248
* https://projects.russo79.com/issues/250
* https://projects.russo79.com/issues/253
* https://projects.russo79.com/issues/254
Under the hood changes for this release
---------------------------------------
* https://projects.russo79.com/issues/171
* https://projects.russo79.com/issues/219
* https://projects.russo79.com/issues/245
gnome15 0.9.5 (2013-07-03)
==========================
This is an "unofficial" release of Gnome15.
There was no news from the original author since almost
seven months now.
Changes since 0.9.4:
* https://projects.russo79.com/issues/195
* https://projects.russo79.com/issues/208
* https://projects.russo79.com/issues/209
Bugs fixed in this release:
* https://projects.russo79.com/issues/173
* https://projects.russo79.com/issues/191
* https://projects.russo79.com/issues/194
* https://projects.russo79.com/issues/220
* https://projects.russo79.com/issues/223
* https://projects.russo79.com/issues/227
* https://projects.russo79.com/issues/228
* https://projects.russo79.com/issues/229
* https://projects.russo79.com/issues/232
* https://projects.russo79.com/issues/233
* https://projects.russo79.com/issues/234
Under the hood changes for this release:
* https://projects.russo79.com/issues/190
* https://projects.russo79.com/issues/218
* https://projects.russo79.com/issues/226
* https://projects.russo79.com/issues/236
gnome15 0.9.4 (2013-06-04)
==========================
This is an "unofficial" release of Gnome15.
There was no news from the original author since almost
six months now.
Changes since 0.9.3:
* https://projects.russo79.com/issues/196
Bugs fixed in this release:
* https://projects.russo79.com/issues/160
* https://projects.russo79.com/issues/162
* https://projects.russo79.com/issues/167
* https://projects.russo79.com/issues/174
* https://projects.russo79.com/issues/181
* https://projects.russo79.com/issues/183
* https://projects.russo79.com/issues/186
* https://projects.russo79.com/issues/187
* https://projects.russo79.com/issues/188
* https://projects.russo79.com/issues/189
* https://projects.russo79.com/issues/191
* https://projects.russo79.com/issues/192
* https://projects.russo79.com/issues/194
* https://projects.russo79.com/issues/211
Under the hood changes for this release:
* https://projects.russo79.com/issues/193
gnome15 0.9.3 (2013-04-29)
==========================
This is an "unofficial" release of Gnome15.
There was no news from the original author since four
months now.
Changes since 0.9.2:
* Update URL for the project.
Bugs fixed in this release:
* https://projects.russo79.com/issues/113
* https://projects.russo79.com/issues/148
* https://projects.russo79.com/issues/149
* https://projects.russo79.com/issues/150
* https://projects.russo79.com/issues/156
* https://projects.russo79.com/issues/160
* https://projects.russo79.com/issues/161
* https://projects.russo79.com/issues/162
* https://projects.russo79.com/issues/163
* https://projects.russo79.com/issues/167
* https://projects.russo79.com/issues/170
gnome15 0.5.0 (2011-03-09)
Big changes under the hood. g15-desktop-service is now the
process that manages the plugins, LCD and macros. Panel
integration is now provided by separate packages.
Macro creation and editing in the configuration UI is now
possible.
Lots of bug fixes as well (see the changelog).

+ 40
- 0
README View File

@ -0,0 +1,40 @@
STATUS OF GNOME15
=================
Gnome15 is currently **not complete maintained**.
The original primary repository has been unavailable since November 2014 due to a hosting server crash.
This fork was made to add a feature and has not been updated since November 2013, but it appears to be the latest snapshot of the repository that is currently publicly available.
I intend to bring this repository up to date with the latest version (the version before the server crash) using the code contained in the latest distribution packages available.
We want to maintain it, so many we can. Feel free to work with.
Gnome15
=======
A set of tools for configuring the Logitech G15 keyboard.
Contains pylibg19, a library providing support for the Logitech G19 until there
is kernel support available. It was based "Logitech-G19-Linux-Daemon" [1],
the work of "MultiCoreNop" [2].
1. http://github.com/MultiCoreNop/Logitech-G19-Linux-Daemon
2. http://github.com/MultiCoreNop
Installation
============
See the 'INSTALL' file or the [Wiki Entry](https://github.com/Huskynarr/gnome15/wiki/INSTALL)
How to report bugs
==================
Issues can be submited on the [github website](https://github.com/Huskynarr/gnome15/issues) [3].
3. https://github.com/Huskynarr/gnome15/issues
Requirements
============
- Python 2.6
- PyUSB 0.4
- PIL (Python Image Library, just about any version should be ok)

+ 40
- 0
TRANSLATION_PROGRESS.txt View File

@ -0,0 +1,40 @@
SVG
===
themes/default/mx5500-menu-screen.svg
themes/default/default-menu-screen.svg
themes/default/default-menu-child-entry.svg
themes/default/default-error-screen.svg
themes/default/default-confirmation-screen.svg
themes/default/mx5500-confirmation-screen.svg
themes/default/g19-confirmation-screen.svg
themes/default/mx5500-menu-separator.svg
themes/default/mx5500-error-screen.svg
themes/default/g19-menu-screen.svg
themes/default/default-menu-entry.svg
themes/default/default-menu-separator.svg
themes/default/g19-error-screen.svg
themes/default/mx5500-menu-child-entry.svg
themes/default/mx5500-menu-entry.svg
themes/default/g19-menu-entry.svg
themes/default/g19-menu-child-entry.svg
themes/default/g19-menu-separator.svg
main/resources/images/g19-background.svg
main/resources/images/mx5500-background.svg
main/resources/images/default-background.svg
main/resources/icons/hicolor/scalable/apps/gnome15.svg
main/resources/icons/hicolor/scalable/status/logitech-g-keyboard-panel.svg
main/resources/icons/hicolor/scalable/status/logitech-g-keyboard-error-panel.svg
Desktop
=======
gnome/applications/g15-config.desktop
gnome/applications/g15-config.desktop.in
gnome/autostart/gnome15.desktop
gnome/autostart/gnome15.desktop.in
gnome/autostart/g15-indicator.desktop.in
gnome/autostart/g15-systemtray.desktop.in
gnome/autostart/g15-indicator.desktop
gnome/autostart/g15-systemtray.desktop

+ 1
- 0
_config.yml View File

@ -0,0 +1 @@
theme: jekyll-theme-dinky

+ 6
- 0
b.sh View File

@ -0,0 +1,6 @@
#!/bin/bash
SUFFIX=""
VERSION=$(grep "AC_INIT" configure.in|awk -F, '{ print $2 }'|awk -F\) '{ print $1 }'|sed 's/ //g')
autoreconf -f && ./configure --enable-udev=/lib/udev/rules.d && make && make dist && cp gnome15-${VERSION}.tar.gz ~/Workspaces/home\:tanktarta\:gnome15${SUFFIX}/gnome15

+ 41
- 0
build-po.sh View File

@ -0,0 +1,41 @@
#!/bin/bash
echo -e "Locale: \c"
read locale
if [ -n "${locale}" ]; then
cd $(dirname $0)
basedir=$(pwd)
for i in src/*; do
if [ -d ${i} ]; then
modname=$(basename $i)
echo $modname
pushd ${i} >/dev/null
mkdir -p i18n
# Generate python / ui
pushd i18n >/dev/null
for i in *.pot; do
bn=$(basename $i .pot).${locale}.po
msginit --no-translator --input=${i} --output=${bn} --locale=${locale}
done
popd >/dev/null
# Generate theme
for j in *
do
if [ -d $j/i18n ]; then
pushd $j/i18n >/dev/null
for k in *.pot ; do
bn=$(basename $k .pot).${locale}.po
echo "$k -> $bn [$locale]"
msginit --no-translator --input=${k} --output=${bn} --locale=${locale}
done
popd >/dev/null
fi
done
popd >/dev/null
fi
done
fi

+ 54
- 0
build-pot.sh View File

@ -0,0 +1,54 @@
#!/bin/bash
#
# Creates the initial i18n structure for plugins
#
cd $(dirname $0)
basedir=$(pwd)
for i in src/*; do
if [ -d ${i} ]; then
modname=$(basename $i)
pushd ${i}
mkdir -p i18n
# Python
xgettext --language=Python --keyword=_ --output=i18n/${modname}.pot *.py
# Theme files
for m in *; do
if [ -d "$m" ]; then
pushd $m
if [ $(ls *.svg 2>/dev/null|wc -l) -gt 0 ]; then
mkdir -p i18n
echo "Found SVG"
for s in *.svg; do
echo "Generating C header$s"
svgname=$(basename ${s} .svg)
${basedir}/../gnome15/mksvgheaders.py ${s} > i18n/${svgname}.h
if [ -s i18n/${svgname}.h ]; then
echo "Generating POT for ${svgname}.h"
xgettext --language=Python --keyword=_ --keyword=N_ --output=i18n/${svgname}.pot i18n/${svgname}.h
else
rm -f i18n/${svgname}.h
fi
done
fi
popd
fi
done
# .ui files
if [ $(ls *.ui 2>/dev/null|wc -l) -gt 0 ]; then
for i in *.ui; do
intltool-extract --type=gettext/glade ${i}
uiname=$(basename $i .ui)
mv -f ${i}.h i18n
xgettext --language=Python --keyword=_ --keyword=N_ --output=i18n/${uiname}.pot i18n/${i}.h
done
fi
popd
fi
done

+ 5
- 0
compile.sh View File

@ -0,0 +1,5 @@
autoreconf -i
./configure
make
sudo make install

+ 1401
- 0
configure.ac
File diff suppressed because it is too large
View File


+ 11
- 0
data/Makefile.am View File

@ -0,0 +1,11 @@
SUBDIRS = \
applications \
autostart \
dbus \
udev \
themes \
images \
ukeys \
ui \
icons

+ 5
- 0
data/applications/Makefile.am View File

@ -0,0 +1,5 @@
appdir = $(datadir)/applications
app_DATA = g15-config.desktop
EXTRA_DIST = \
$(app_DATA)

+ 10
- 0
data/applications/g15-config.desktop.in View File

@ -0,0 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name=Logitech G Keyboard Configuration
Comment=Configure your Logitech G15 or G19 keyboard
Exec=g15-config
Icon=gnome15
Terminal=false
StartupNotify=true
Type=Application
Categories=GTK;Settings;HardwareSettings;

+ 12
- 0
data/autostart/Makefile.am View File

@ -0,0 +1,12 @@
if ENABLE_SYSTEMTRAY
MAYBE_SYSTEMTRAY = g15-systemtray.desktop
endif
if ENABLE_INDICATOR
MAYBE_INDICATOR = g15-indicator.desktop
endif
autostartdir = $(sysconfdir)/xdg/autostart
autostart_DATA = gnome15.desktop $(MAYBE_SYSTEMTRAY) $(MAYBE_INDICATOR)
EXTRA_DIST = \
gnome15.desktop g15-systemtray.desktop g15-indicator.desktop

+ 20
- 0
data/autostart/g15-indicator.desktop.in View File

@ -0,0 +1,20 @@
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Logitech G Keyboard Indicator
Name[fr]=Indicateur Logitech Clavier G
Name[it]=Tastiera Logitech G Indicatore
Icon=gnome15
Comment=Panel indicator allowing control and monitor of the Gnome15 desktop service for Logitech G keyboards.
Comment[fr]=Voyant panneau permettant le contrôle et le suivi du service Gnome15 bureau pour les claviers Logitech G.
Comment[it]=Pannello indicatore che consente il controllo e il monitoraggio del servizio Gnome15 desktop per tastiere Logitech G
Exec=g15-indicator
Terminal=false
Type=Application
Categories=TrayIcon;GTK
GenericName=
#X-GNOME-Autostart-Delay=0
#AutostartCondition=GNOME /desktop/gnome/gnome15/enabled
X-GNOME-Autostart-Phase=Applications
#X-GNOME-AutoRestart=true
#X-Ubuntu-Gettext-Domain=gnome15

+ 20
- 0
data/autostart/g15-systemtray.desktop.in View File

@ -0,0 +1,20 @@
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Logitech G Keyboard Tray Icon
Name[fr]=Clavier Logitech G Icône System Tray
Name[it]=Logitech G Keyboard Tray Icon di sistema
Icon=gnome15
Comment=Tray icon allowing control and monitor of the Gnome15 desktop service for Logitech G keyboards.
Comment[fr]=Icône permet de contrôler et de surveiller le service Gnome15 bureau pour les claviers Logitech G.
Comment[it]=Tray icon che consente il controllo e il monitoraggio del servizio Gnome15 desktop per tastiere Logitech G.
Exec=g15-systemtray
Terminal=false
Type=Application
Categories=TrayIcon;GTK
GenericName=
#X-GNOME-Autostart-Delay=0
#AutostartCondition=GNOME /desktop/gnome/gnome15/enabled
X-GNOME-Autostart-Phase=Applications
#X-GNOME-AutoRestart=true
#X-Ubuntu-Gettext-Domain=gnome15

+ 21
- 0
data/autostart/gnome15.desktop.in View File

@ -0,0 +1,21 @@
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Logitech G Keyboard Desktop Service
Name[fr]=Clavier Logitech G Desktop Service
Name[it]=Tastiera Logitech G Desktop Servizio
Icon=gnome15
Comment=Logitech G series keyboard desktop service.
Comment[fr]=Logitech série G clavier de bureau de service.
Comment[it]=Serie G di Logitech tastiera servizio desktop.
Exec=g15-desktop-service
Terminal=false
Type=Application
Categories=System;GTK
GenericName=
#X-GNOME-Autostart-Delay=8
X-GNOME-Autostart-Phase=WindowManager
#AutostartCondition=GNOME /desktop/gnome/gnome15/enabled
#X-GNOME-Autostart-Phase=Applications
#X-GNOME-AutoRestart=true
#X-Ubuntu-Gettext-Domain=gnome15

+ 10
- 0
data/dbus/Makefile.am View File

@ -0,0 +1,10 @@
if ENABLE_DRIVER_KERNEL
systemdbusconfdir = $(sysconfdir)/dbus-1/system.d
systemdbusconf_DATA = g15-system-service.conf
systemdbusdir = $(datadir)/dbus-1/system-services
systemdbus_DATA = org.gnome15.SystemService.service
endif
dbusdir = $(datadir)/dbus-1/services
dbus_DATA = org.gnome15.Gnome15.service
EXTRA_DIST = org.gnome15.Gnome15.service org.gnome15.SystemService.service g15-system-service.conf

+ 23
- 0
data/dbus/g15-system-service.conf View File

@ -0,0 +1,23 @@
<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<!-- Only root can own the service -->
<policy user="root">
<allow own="org.gnome15.SystemService"/>
<allow send_destination="org.gnome15.SystemService" send_interface="org.gnome15.SystemService"/>
<allow send_destination="org.gnome15.SystemService" send_interface="org.freedesktop.DBus.Introspectable"/>
</policy>
<policy at_console="true">
<allow send_destination="org.gnome15.SystemService" send_interface="org.gnome15.SystemService"/>
<allow send_destination="org.gnome15.SystemService" send_interface="org.freedesktop.DBus.Introspectable"/>
</policy>
<policy context="default">
<allow send_destination="org.gnome15.SystemService" send_interface="org.gnome15.SystemService"/>
<allow send_destination="org.gnome15.SystemService" send_interface="org.freedesktop.DBus.Introspectable"/>
</policy>
</busconfig>

+ 3
- 0
data/dbus/org.gnome15.Gnome15.service View File

@ -0,0 +1,3 @@
[D-BUS Service]
Name=org.gnome15.Gnome15
#Exec=g15-desktop-service

+ 4
- 0
data/dbus/org.gnome15.SystemService.service View File

@ -0,0 +1,4 @@
[D-BUS Service]
Name=org.gnome15.SystemService
Exec=/usr/bin/g15-system-service
User=root

BIN
data/fonts/CyrKoi-VGA8.psf.gz View File


BIN
data/fonts/tom-thumb.pcf View File


+ 1
- 0
data/icons/AwOken/Makefile.am View File

@ -0,0 +1 @@
SUBDIRS = status apps

+ 5
- 0
data/icons/AwOken/apps/128/Makefile.am View File

@ -0,0 +1,5 @@
imagesdir = $(datadir)/icons/AwOken/clear/128x128/apps
images_DATA = gnome15.png
EXTRA_DIST = \
$(images_DATA)

BIN
data/icons/AwOken/apps/128/gnome15.png View File

Before After
Width: 128  |  Height: 128  |  Size: 9.5 KiB

+ 5
- 0
data/icons/AwOken/apps/16/Makefile.am View File

@ -0,0 +1,5 @@
imagesdir = $(datadir)/icons/AwOken/clear/16x16/apps
images_DATA = gnome15.png
EXTRA_DIST = \
$(images_DATA)

BIN
data/icons/AwOken/apps/16/gnome15.png View File

Before After
Width: 16  |  Height: 16  |  Size: 3.4 KiB

+ 5
- 0
data/icons/AwOken/apps/22/Makefile.am View File

@ -0,0 +1,5 @@
imagesdir = $(datadir)/icons/AwOken/clear/22x22/apps
images_DATA = gnome15.png
EXTRA_DIST = \
$(images_DATA)

BIN
data/icons/AwOken/apps/22/gnome15.png View File

Before After
Width: 22  |  Height: 22  |  Size: 3.6 KiB

+ 5
- 0
data/icons/AwOken/apps/24/Makefile.am View File

@ -0,0 +1,5 @@
imagesdir = $(datadir)/icons/AwOken/clear/24x24/apps
images_DATA = gnome15.png
EXTRA_DIST = \
$(images_DATA)

BIN
data/icons/AwOken/apps/24/gnome15.png View File

Before After
Width: 24  |  Height: 24  |  Size: 3.6 KiB

+ 5
- 0
data/icons/AwOken/apps/48/Makefile.am View File

@ -0,0 +1,5 @@
imagesdir = $(datadir)/icons/AwOken/clear/48x48/apps
images_DATA = gnome15.png
EXTRA_DIST = \
$(images_DATA)

BIN
data/icons/AwOken/apps/48/gnome15.png View File

Before After
Width: 48  |  Height: 48  |  Size: 5.0 KiB

+ 5
- 0
data/icons/AwOken/apps/64/Makefile.am View File

@ -0,0 +1,5 @@
imagesdir = $(datadir)/icons/AwOken/clear/64x64/apps
images_DATA = gnome15.png
EXTRA_DIST = \
$(images_DATA)

BIN
data/icons/AwOken/apps/64/gnome15.png View File

Before After
Width: 64  |  Height: 64  |  Size: 5.7 KiB

+ 1
- 0
data/icons/AwOken/apps/Makefile.am View File

@ -0,0 +1 @@
SUBDIRS = 16 22 24 48 64 128

+ 6
- 0
data/icons/AwOken/status/128/Makefile.am View File

@ -0,0 +1,6 @@
imagesdir = $(datadir)/icons/AwOken/clear/128x128/status
images_DATA = logitech-g-keyboard-error-panel.png \
logitech-g-keyboard-panel.png
EXTRA_DIST = \
$(images_DATA)

BIN
data/icons/AwOken/status/128/logitech-g-keyboard-error-panel.png View File

Before After
Width: 128  |  Height: 128  |  Size: 9.2 KiB

BIN
data/icons/AwOken/status/128/logitech-g-keyboard-panel.png View File

Before After
Width: 128  |  Height: 128  |  Size: 9.5 KiB

+ 6
- 0
data/icons/AwOken/status/16/Makefile.am View File

@ -0,0 +1,6 @@
imagesdir = $(datadir)/icons/AwOken/clear/16x16/status
images_DATA = logitech-g-keyboard-error-panel.png \
logitech-g-keyboard-panel.png
EXTRA_DIST = \
$(images_DATA)

BIN
data/icons/AwOken/status/16/logitech-g-keyboard-error-panel.png View File

Before After
Width: 16  |  Height: 16  |  Size: 3.3 KiB

BIN
data/icons/AwOken/status/16/logitech-g-keyboard-panel.png View File

Before After
Width: 16  |  Height: 16  |  Size: 3.4 KiB

+ 6
- 0
data/icons/AwOken/status/22/Makefile.am View File

@ -0,0 +1,6 @@
imagesdir = $(datadir)/icons/AwOken/clear/22x22/status
images_DATA = logitech-g-keyboard-error-panel.png \
logitech-g-keyboard-panel.png
EXTRA_DIST = \
$(images_DATA)

BIN
data/icons/AwOken/status/22/logitech-g-keyboard-error-panel.png View File

Before After
Width: 22  |  Height: 22  |  Size: 3.6 KiB

BIN
data/icons/AwOken/status/22/logitech-g-keyboard-panel.png View File

Before After
Width: 22  |  Height: 22  |  Size: 3.6 KiB

+ 6
- 0
data/icons/AwOken/status/24/Makefile.am View File

@ -0,0 +1,6 @@
imagesdir = $(datadir)/icons/AwOken/clear/24x24/status
images_DATA = logitech-g-keyboard-error-panel.png \
logitech-g-keyboard-panel.png
EXTRA_DIST = \
$(images_DATA)

BIN
data/icons/AwOken/status/24/logitech-g-keyboard-error-panel.png View File

Before After
Width: 24  |  Height: 24  |  Size: 3.6 KiB

BIN
data/icons/AwOken/status/24/logitech-g-keyboard-panel.png View File

Before After
Width: 24  |  Height: 24  |  Size: 3.6 KiB

+ 6
- 0
data/icons/AwOken/status/48/Makefile.am View File

@ -0,0 +1,6 @@
imagesdir = $(datadir)/icons/AwOken/clear/48x48/status
images_DATA = logitech-g-keyboard-error-panel.png \
logitech-g-keyboard-panel.png
EXTRA_DIST = \
$(images_DATA)

BIN
data/icons/AwOken/status/48/logitech-g-keyboard-error-panel.png View File

Before After
Width: 48  |  Height: 48  |  Size: 4.9 KiB

BIN
data/icons/AwOken/status/48/logitech-g-keyboard-panel.png View File

Before After
Width: 48  |  Height: 48  |  Size: 5.0 KiB

+ 6
- 0
data/icons/AwOken/status/64/Makefile.am View File

@ -0,0 +1,6 @@
imagesdir = $(datadir)/icons/AwOken/clear/64x64/status
images_DATA = logitech-g-keyboard-error-panel.png \
logitech-g-keyboard-panel.png
EXTRA_DIST = \
$(images_DATA)

BIN
data/icons/AwOken/status/64/logitech-g-keyboard-error-panel.png View File

Before After
Width: 64  |  Height: 64  |  Size: 5.5 KiB

BIN
data/icons/AwOken/status/64/logitech-g-keyboard-panel.png View File

Before After
Width: 64  |  Height: 64  |  Size: 5.7 KiB

+ 1
- 0
data/icons/AwOken/status/Makefile.am View File

@ -0,0 +1 @@
SUBDIRS = 16 22 24 48 64 128

+ 11
- 0
data/icons/Makefile.am View File

@ -0,0 +1,11 @@
SUBDIRS = hicolor
if ENABLE_ICONS_AWOKEN
SUBDIRS += AwOken
endif
if ENABLE_ICONS_MONO
SUBDIRS += \
ubuntu-mono-dark \
ubuntu-mono-light
endif
EXTRA_DIST= AwOken ubuntu-mono-dark ubuntu-mono-light

+ 1
- 0
data/icons/elementary/Makefile.am View File

@ -0,0 +1 @@
SUBDIRS = status

+ 6
- 0
data/icons/elementary/status/16/Makefile.am View File

@ -0,0 +1,6 @@
imagesdir = $(datadir)/icons/elementary/status/16
images_DATA = logitech-g-keyboard-error-panel.svg \
logitech-g-keyboard-panel.svg
EXTRA_DIST = \
$(images_DATA)

+ 225
- 0
data/icons/elementary/status/16/logitech-g-keyboard-error-panel.svg View File

@ -0,0 +1,225 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.0 r9654"
sodipodi:docname="logitech-g-keyboard-error-panel.svg">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient15383">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop15385" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop15387" />
</linearGradient>
<linearGradient
gradientTransform="translate(-24.361257,-3.561305)"
gradientUnits="userSpaceOnUse"
xlink:href="#linearGradient3587-6-5"
id="linearGradient2401"
y2="18.561304"
x2="32.361256"
y1="4.561305"
x1="32.361256" />
<linearGradient
id="linearGradient3587-6-5">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:1"
id="stop3589-9-2" />
<stop
offset="1"
style="stop-color:#363636;stop-opacity:1"
id="stop3591-7-4" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3587-6-5"
id="linearGradient15268"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-24.361257,-2.5792516)"
x1="32.361256"
y1="4.561305"
x2="32.361256"
y2="18.561304" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3187"
id="linearGradient15359"
x1="7.8707113"
y1="1039.3387"
x2="7.8707113"
y2="1049.3208"
gradientUnits="userSpaceOnUse" />
<linearGradient
gradientTransform="translate(-1.9999384,-1)"
gradientUnits="userSpaceOnUse"
xlink:href="#linearGradient3187"
id="linearGradient3190"
y2="21"
x2="9"
y1="3"
x1="9" />
<linearGradient
id="linearGradient3187">
<stop
offset="0"
style="stop-color:#a60000;stop-opacity:1"
id="stop3189" />
<stop
offset="1"
style="stop-color:#ff1313;stop-opacity:1"
id="stop3191" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15383"
id="linearGradient15389"
x1="3.891"
y1="1044.3623"
x2="12.109"
y2="1044.3623"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3187-4"
id="linearGradient15359-6"
x1="7.8707113"
y1="1039.3387"
x2="7.8707113"
y2="1049.3208"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient3187-4">
<stop
offset="0"
style="stop-color:#a60000;stop-opacity:1"
id="stop3189-3" />
<stop
offset="1"
style="stop-color:#ff1313;stop-opacity:1"
id="stop3191-3" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3187-4"
id="linearGradient14386"
x1="7.8707113"
y1="1039.3387"
x2="7.8707113"
y2="1049.3208"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient14388">
<stop
offset="0"
style="stop-color:#a60000;stop-opacity:1"
id="stop14390" />
<stop
offset="1"
style="stop-color:#ff1313;stop-opacity:1"
id="stop14392" />
</linearGradient>
<linearGradient
gradientTransform="translate(16,0.98196006)"
y2="1049.3208"
x2="7.8707113"
y1="1039.3387"
x1="7.8707113"
gradientUnits="userSpaceOnUse"
id="linearGradient14396"
xlink:href="#linearGradient3187-4"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient14388"
id="linearGradient15232"
x1="7.8573594"
y1="1038.9584"
x2="7.8573594"
y2="1049.3608"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.79205066,0,0,0.79205067,1.6959705,217.27951)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#712024"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="15.327746"
inkscape:cx="15.065023"
inkscape:cy="4.0301227"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1143"
inkscape:window-height="734"
inkscape:window-x="2070"
inkscape:window-y="178"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="layer1-7"
transform="matrix(0.7920629,0,0,0.79203837,1.6959968,1037.3227)">
<path
style="opacity:0.6;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 2,2.96875 c -1.108,0 -2,0.892 -2,2 l 0,10 c 0,1.108 0.892,2 2,2 l 12,0 c 1.108,0 2,-0.892 2,-2 l 0,-10 c 0,-1.108 -0.892,-2 -2,-2 l -12,0 z M 8.75,4.9375 c 0.457327,9.9e-6 0.854744,0.028427 1.21875,0.09375 0.373326,0.05601 0.707409,0.1347597 0.96875,0.21875 0.270659,0.074676 0.488242,0.1347595 0.65625,0.21875 0.177325,0.084009 0.300325,0.1408426 0.375,0.1875 l -0.625,1.75 C 11.045075,7.2475909 10.704492,7.1120077 10.3125,7 9.929827,6.8786746 9.488577,6.843758 9.03125,6.84375 8.013912,6.843758 7.301079,7.1181744 6.84375,7.6875 6.395747,8.2475066 6.156247,9.0200058 6.15625,10 c -3e-6,0.476004 0.04425,0.920504 0.15625,1.3125 0.111997,0.38267 0.307247,0.688753 0.53125,0.96875 0.223996,0.280002 0.476496,0.497585 0.8125,0.65625 0.335995,0.149335 0.739495,0.250002 1.1875,0.25 0.242661,2e-6 0.456994,-0.02191 0.625,-0.03125 0.177327,-0.0093 0.338077,-0.0345 0.46875,-0.0625 l 0,-3.375 2.15625,0 0,4.8125 c -0.261342,0.102667 -0.671342,0.2005 -1.25,0.3125 -0.578674,0.121333 -1.275673,0.1875 -2.125,0.1875 -0.728005,0 -1.402671,-0.11975 -2,-0.34375 -0.588003,-0.224 -1.080002,-0.539416 -1.5,-0.96875 -0.420002,-0.429332 -0.766668,-0.968415 -1,-1.59375 C 3.994749,11.49967 3.906249,10.802671 3.90625,10 3.906249,9.1880057 4.029249,8.4690897 4.28125,7.84375 4.533249,7.2184243 4.873832,6.6793415 5.3125,6.25 5.751164,5.8113424 6.255747,5.4740094 6.84375,5.25 7.441079,5.0260098 8.077995,4.9375099 8.75,4.9375 z"
id="path3208"
inkscape:connector-curvature="0" />
<path
style="opacity:0.7;fill:url(#linearGradient15268);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect2386"
d="m 2,1.9820534 c -1.108,0 -2,0.892 -2,2 L 0,13.98206 c 0,1.108 0.892,2 2,2 l 12,0 c 1.108,0 2,-0.892 2,-2 L 16,3.9820534 c 0,-1.108 -0.892,-2 -2,-2 z M 7.46875,13.95081 c 10.289091,11.3713 5.144546,5.68565 0,0 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssssscc" />
</g>
<text
xml:space="preserve"
style="font-size:11.08870888px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:174.00000095%;letter-spacing:7.92050648px;word-spacing:0px;fill:url(#linearGradient15232);fill-opacity:1;stroke:#f50000;stroke-width:0.39602533;stroke-miterlimit:4;stroke-opacity:0.10196078;stroke-dasharray:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Bold"
x="4.2234039"
y="1048.3263"
id="text15270"
sodipodi:linespacing="174%"
transform="scale(1.0000155,0.99998451)"><tspan
sodipodi:role="line"
id="tspan15272"
x="4.2234039"
y="1048.3263"
style="fill:url(#linearGradient15232);fill-opacity:1;stroke:#f50000;stroke-width:0.39602533;stroke-miterlimit:4;stroke-opacity:0.10196078;stroke-dasharray:none">G</tspan></text>
</g>
</svg>

+ 124
- 0
data/icons/elementary/status/16/logitech-g-keyboard-panel.svg View File

@ -0,0 +1,124 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.0 r9654"
sodipodi:docname="logitech-g-keyboard-panel.svg">
<defs
id="defs4">
<linearGradient
gradientTransform="translate(-24.361257,-3.561305)"
gradientUnits="userSpaceOnUse"
xlink:href="#linearGradient3587-6-5"
id="linearGradient2401"
y2="18.561304"
x2="32.361256"
y1="4.561305"
x1="32.361256" />
<linearGradient
id="linearGradient3587-6-5">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:1"
id="stop3589-9-2" />
<stop
offset="1"
style="stop-color:#363636;stop-opacity:1"
id="stop3591-7-4" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3587-6-5"
id="linearGradient15268"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-24.361257,-3.5792516)"
x1="32.361256"
y1="4.561305"
x2="32.361256"
y2="18.561304" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3587-6-5-1"
id="linearGradient15268-2"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-24.361257,-3.5792516)"
x1="32.361256"
y1="4.561305"
x2="32.361256"
y2="18.561304" />
<linearGradient
id="linearGradient3587-6-5-1">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:1"
id="stop3589-9-2-0" />
<stop
offset="1"
style="stop-color:#363636;stop-opacity:1"
id="stop3591-7-4-5" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="15.327746"
inkscape:cx="15.260746"
inkscape:cy="6.4766664"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1143"
inkscape:window-height="734"
inkscape:window-x="624"
inkscape:window-y="115"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<path
inkscape:connector-curvature="0"
style="opacity:0.60000012;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 3.2803579,1039.583 c -0.8775846,0 -1.5840876,0.7065 -1.5840876,1.5841 l 0,7.9205 c 0,0.8776 0.706503,1.5841 1.5840876,1.5841 l 9.5045251,0 c 0.877585,0 1.584088,-0.7065 1.584088,-1.5841 l 0,-7.9205 c 0,-0.8776 -0.706503,-1.5841 -1.584088,-1.5841 l -9.5045251,0 z m 5.3462955,1.5594 c 0.3622233,0 0.6769944,0.022 0.9653034,0.074 0.2956905,0.044 0.5602992,0.1067 0.7672922,0.1733 0.214374,0.059 0.386709,0.1315 0.519779,0.198 0.140449,0.066 0.23787,0.1115 0.297016,0.1485 l -0.495027,1.3861 c -0.236564,-0.1257 -0.50632,-0.2331 -0.8167951,-0.3218 -0.3030941,-0.096 -0.6525831,-0.1485 -1.0148061,-0.1485 -0.8057764,0 -1.3703711,0.2421 -1.7325958,0.693 -0.3548382,0.4435 -0.5445325,1.0307 -0.5445301,1.8069 -2.4e-6,0.377 0.035045,0.7291 0.1237568,1.0395 0.088706,0.3031 0.2433528,0.5703 0.4207733,0.7921 0.1774147,0.2218 0.3774056,0.394 0.6435356,0.5197 0.2661229,0.1183 0.5857122,0.1733 0.9405519,0.1733 0.192198,0 0.3619592,0.01 0.4950274,0 0.1404507,-0.01 0.2677716,-0.027 0.3712705,-0.049 l 0,-2.6731 1.7078446,0 0,3.8117 c -0.206994,0.081 -0.531732,0.1588 -0.990055,0.2475 -0.458335,0.096 -1.0103888,0.1485 -1.6830929,0.1485 -0.5766117,0 -1.1109767,-0.095 -1.5840876,-0.2723 -0.465724,-0.1774 -0.8554092,-0.4272 -1.1880657,-0.7673 -0.3326596,-0.3401 -0.6072345,-0.7671 -0.7920438,-1.2623 -0.1774184,-0.4953 -0.2475142,-1.0721 -0.2475137,-1.7078 -5e-7,-0.6432 0.097421,-1.2126 0.2970165,-1.7079 0.199594,-0.4953 0.4693506,-0.8976 0.8167951,-1.2376 0.3474412,-0.3474 0.7470929,-0.6146 1.2128171,-0.792 0.4731108,-0.1774 0.9775761,-0.2722 1.5098334,-0.2722 z"
id="rect2386-1" />
<g
id="layer1-7"
transform="matrix(0.79204379,0,0,0.79204379,1.6962703,1037.2069)">
<path
style="opacity:0.7;fill:url(#linearGradient15268);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 2,0.96875 c -1.108,0 -2,0.892 -2,2 l 0,10 c 0,1.108 0.892,2 2,2 l 12,0 c 1.108,0 2,-0.892 2,-2 l 0,-10 c 0,-1.108 -0.892,-2 -2,-2 l -12,0 z M 8.75,2.9375 c 0.4573273,9.9e-6 0.8547436,0.028427 1.21875,0.09375 0.373326,0.05601 0.707409,0.1347597 0.96875,0.21875 0.270659,0.074676 0.488242,0.1660095 0.65625,0.25 0.177325,0.084009 0.300325,0.1408426 0.375,0.1875 l -0.625,1.75 C 11.045075,5.2788409 10.704492,5.1432577 10.3125,5.03125 9.9298266,4.9099246 9.488577,4.843758 9.03125,4.84375 8.0139118,4.843758 7.3010792,5.1494244 6.84375,5.71875 6.3957468,6.2787566 6.156247,7.0200058 6.15625,8 c -3e-6,0.4760044 0.044247,0.9205039 0.15625,1.3125 0.1119968,0.3826698 0.3072466,0.720003 0.53125,1 0.2239961,0.280002 0.4764959,0.497585 0.8125,0.65625 0.3359952,0.149335 0.7394948,0.218752 1.1875,0.21875 0.2426608,2e-6 0.4569939,0.0093 0.625,0 C 9.6460769,11.1782 9.8068267,11.153 9.9375,11.125 l 0,-3.375 2.15625,0 0,4.8125 c -0.261342,0.102667 -0.671342,0.2005 -1.25,0.3125 -0.578674,0.121333 -1.275673,0.1875 -2.125,0.1875 -0.7280048,0 -1.4026708,-0.11975 -2,-0.34375 -0.5880029,-0.224 -1.0800024,-0.539416 -1.5,-0.96875 -0.4200016,-0.429332 -0.7666679,-0.968415 -1,-1.59375 C 3.9947492,9.53092 3.9062493,8.8026707 3.90625,8 3.9062493,7.1880057 4.0292492,6.4690897 4.28125,5.84375 4.5332487,5.2184243 4.8738317,4.7105915 5.3125,4.28125 5.7511641,3.8425924 6.2557469,3.5052594 6.84375,3.28125 7.4410791,3.0572598 8.0779951,2.9375099 8.75,2.9375 z"
transform="translate(0,1)"
id="rect2386"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

+ 6
- 0
data/icons/elementary/status/22/Makefile.am View File

@ -0,0 +1,6 @@
imagesdir = $(datadir)/icons/elementary/status/22
images_DATA = logitech-g-keyboard-error-panel.svg \
logitech-g-keyboard-panel.svg
EXTRA_DIST = \
$(images_DATA)

+ 235
- 0
data/icons/elementary/status/22/logitech-g-keyboard-error-panel.svg View File

@ -0,0 +1,235 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.0 r9654"
sodipodi:docname="logitech-g-keyboard-error-panel.svg">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient15383">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop15385" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop15387" />
</linearGradient>
<linearGradient
gradientTransform="translate(-24.361257,-3.561305)"
gradientUnits="userSpaceOnUse"
xlink:href="#linearGradient3587-6-5"
id="linearGradient2401"
y2="18.561304"
x2="32.361256"
y1="4.561305"
x1="32.361256" />
<linearGradient
id="linearGradient3587-6-5">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:1"
id="stop3589-9-2" />
<stop
offset="1"
style="stop-color:#363636;stop-opacity:1"
id="stop3591-7-4" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3587-6-5"
id="linearGradient15268"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-24.361257,-2.5792516)"
x1="32.361256"
y1="4.561305"
x2="32.361256"
y2="18.561304" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3187"
id="linearGradient15359"
x1="7.8707113"
y1="1039.3387"
x2="7.8707113"
y2="1049.3208"
gradientUnits="userSpaceOnUse" />
<linearGradient
gradientTransform="translate(-1.9999384,-1)"
gradientUnits="userSpaceOnUse"
xlink:href="#linearGradient3187"
id="linearGradient3190"
y2="21"
x2="9"
y1="3"
x1="9" />
<linearGradient
id="linearGradient3187">
<stop
offset="0"
style="stop-color:#a60000;stop-opacity:1"
id="stop3189" />
<stop
offset="1"
style="stop-color:#ff1313;stop-opacity:1"
id="stop3191" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15383"
id="linearGradient15389"
x1="3.891"
y1="1044.3623"
x2="12.109"
y2="1044.3623"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3187-4"
id="linearGradient15359-6"
x1="7.8707113"
y1="1039.3387"
x2="7.8707113"
y2="1049.3208"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient3187-4">
<stop
offset="0"
style="stop-color:#a60000;stop-opacity:1"
id="stop3189-3" />
<stop
offset="1"
style="stop-color:#ff1313;stop-opacity:1"
id="stop3191-3" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3187-4"
id="linearGradient14386"
x1="7.8707113"
y1="1039.3387"
x2="7.8707113"
y2="1049.3208"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient14388">
<stop
offset="0"
style="stop-color:#a60000;stop-opacity:1"
id="stop14390" />
<stop
offset="1"
style="stop-color:#ff1313;stop-opacity:1"
id="stop14392" />
</linearGradient>
<linearGradient
gradientTransform="translate(16,0.98196006)"
y2="1049.3208"
x2="7.8707113"
y1="1039.3387"
x1="7.8707113"
gradientUnits="userSpaceOnUse"
id="linearGradient14396"
xlink:href="#linearGradient3187-4"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient14388"
id="linearGradient15232"
x1="7.8573594"
y1="1038.9584"
x2="7.8573594"
y2="1049.3608"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.81168191,0,0,0.81168194,1.4097392,213.25912)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3587-6-5"
id="linearGradient3017"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-24.361257,-2.5792516)"
x1="32.361256"
y1="4.561305"
x2="32.361256"
y2="18.561304" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#712024"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="15.327746"
inkscape:cx="15.065023"
inkscape:cy="4.0301227"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1143"
inkscape:window-height="734"
inkscape:window-x="2154"
inkscape:window-y="35"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="layer1-7"
transform="matrix(0.82455116,0,0,0.79901353,1.4320907,1037.1991)">
<path
style="opacity:0.6;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 2,2.96875 c -1.108,0 -2,0.892 -2,2 l 0,10 c 0,1.108 0.892,2 2,2 l 12,0 c 1.108,0 2,-0.892 2,-2 l 0,-10 c 0,-1.108 -0.892,-2 -2,-2 l -12,0 z M 8.75,4.9375 c 0.457327,9.9e-6 0.854744,0.028427 1.21875,0.09375 0.373326,0.05601 0.707409,0.1347597 0.96875,0.21875 0.270659,0.074676 0.488242,0.1347595 0.65625,0.21875 0.177325,0.084009 0.300325,0.1408426 0.375,0.1875 l -0.625,1.75 C 11.045075,7.2475909 10.704492,7.1120077 10.3125,7 9.929827,6.8786746 9.488577,6.843758 9.03125,6.84375 8.013912,6.843758 7.301079,7.1181744 6.84375,7.6875 6.395747,8.2475066 6.156247,9.0200058 6.15625,10 c -3e-6,0.476004 0.04425,0.920504 0.15625,1.3125 0.111997,0.38267 0.307247,0.688753 0.53125,0.96875 0.223996,0.280002 0.476496,0.497585 0.8125,0.65625 0.335995,0.149335 0.739495,0.250002 1.1875,0.25 0.242661,2e-6 0.456994,-0.02191 0.625,-0.03125 0.177327,-0.0093 0.338077,-0.0345 0.46875,-0.0625 l 0,-3.375 2.15625,0 0,4.8125 c -0.261342,0.102667 -0.671342,0.2005 -1.25,0.3125 -0.578674,0.121333 -1.275673,0.1875 -2.125,0.1875 -0.728005,0 -1.402671,-0.11975 -2,-0.34375 -0.588003,-0.224 -1.080002,-0.539416 -1.5,-0.96875 -0.420002,-0.429332 -0.766668,-0.968415 -1,-1.59375 C 3.994749,11.49967 3.906249,10.802671 3.90625,10 3.906249,9.1880057 4.029249,8.4690897 4.28125,7.84375 4.533249,7.2184243 4.873832,6.6793415 5.3125,6.25 5.751164,5.8113424 6.255747,5.4740094 6.84375,5.25 7.441079,5.0260098 8.077995,4.9375099 8.75,4.9375 z"
id="path3208"
inkscape:connector-curvature="0" />
<path
style="opacity:0.7;fill:url(#linearGradient3017);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect2386"
d="m 2,1.9820534 c -1.108,0 -2,0.892 -2,2 L 0,13.98206 c 0,1.108 0.892,2 2,2 l 12,0 c 1.108,0 2,-0.892 2,-2 L 16,3.9820534 c 0,-1.108 -0.892,-2 -2,-2 z M 7.46875,13.95081 c 10.289091,11.3713 5.144546,5.68565 0,0 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssssscc" />
</g>
<text
xml:space="preserve"
style="font-size:11.36354637px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:174.00000095%;letter-spacing:8.11681938px;word-spacing:0px;fill:url(#linearGradient15232);fill-opacity:1;stroke:#f50000;stroke-width:0.40584096;stroke-miterlimit:4;stroke-opacity:0.10196078;stroke-dasharray:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Bold"
x="3.9998164"
y="1064.9036"
id="text15270"
sodipodi:linespacing="174%"
transform="scale(1.0158551,0.98439239)"><tspan
sodipodi:role="line"
id="tspan15272"
x="3.9998164"
y="1064.9036"
style="fill:url(#linearGradient15232);fill-opacity:1;stroke:#f50000;stroke-width:0.40584096;stroke-miterlimit:4;stroke-opacity:0.10196078;stroke-dasharray:none">G</tspan></text>
</g>
</svg>

+ 124
- 0
data/icons/elementary/status/22/logitech-g-keyboard-panel.svg View File

@ -0,0 +1,124 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.0 r9654"
sodipodi:docname="logitech-g-keyboard-panel.svg">
<defs
id="defs4">
<linearGradient
gradientTransform="translate(-24.361257,-3.561305)"
gradientUnits="userSpaceOnUse"
xlink:href="#linearGradient3587-6-5"
id="linearGradient2401"
y2="18.561304"
x2="32.361256"
y1="4.561305"
x1="32.361256" />
<linearGradient
id="linearGradient3587-6-5">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:1"
id="stop3589-9-2" />
<stop
offset="1"
style="stop-color:#363636;stop-opacity:1"
id="stop3591-7-4" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3587-6-5"
id="linearGradient15268"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-24.361257,-3.5792516)"
x1="32.361256"
y1="4.561305"
x2="32.361256"
y2="18.561304" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3587-6-5-1"
id="linearGradient15268-2"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-24.361257,-3.5792516)"
x1="32.361256"
y1="4.561305"
x2="32.361256"
y2="18.561304" />
<linearGradient
id="linearGradient3587-6-5-1">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:1"
id="stop3589-9-2-0" />
<stop
offset="1"
style="stop-color:#363636;stop-opacity:1"
id="stop3591-7-4-5" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="15.327746"
inkscape:cx="15.260746"
inkscape:cy="6.4766664"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1143"
inkscape:window-height="734"
inkscape:window-x="484"
inkscape:window-y="168"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<path
inkscape:connector-curvature="0"
style="opacity:0.60000012;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 3.0621582,1039.5076 c -0.9137281,0 -1.6493287,0.7356 -1.6493287,1.6493 l 0,8.2467 c 0,0.9137 0.7356006,1.6493 1.6493287,1.6493 l 9.8959728,0 c 0.913728,0 1.649329,-0.7356 1.649329,-1.6493 l 0,-8.2467 c 0,-0.9137 -0.735601,-1.6493 -1.649329,-1.6493 l -9.8959728,0 z m 5.5664845,1.6236 c 0.3771416,0 0.7048766,0.023 1.0050598,0.077 0.307869,0.046 0.5833755,0.1112 0.7988935,0.1804 0.223203,0.062 0.402636,0.1369 0.541186,0.2062 0.146234,0.069 0.247668,0.1161 0.30925,0.1546 l -0.515416,1.4432 c -0.246306,-0.1309 -0.527173,-0.2427 -0.8504355,-0.3351 -0.315577,-0.1 -0.6794596,-0.1546 -1.0566009,-0.1546 -0.8389626,0 -1.4268102,0.2521 -1.8039533,0.7216 -0.3694523,0.4618 -0.5669592,1.0731 -0.5669568,1.8813 -2.4e-6,0.3925 0.036489,0.7591 0.1288538,1.0824 0.09236,0.3155 0.2533754,0.5937 0.438103,0.8246 0.1847216,0.2309 0.3929492,0.4103 0.6700398,0.5412 0.2770833,0.1231 0.609835,0.1804 0.9792889,0.1804 0.2001137,0 0.3768666,0.01 0.5154153,0 0.1462351,-0.01 0.2788002,-0.028 0.3865612,-0.051 l 0,-2.7833 1.7781835,0 0,3.9687 c -0.21552,0.085 -0.553632,0.1654 -1.030831,0.2577 -0.4772125,0.1001 -1.0520023,0.1547 -1.752412,0.1547 -0.6003596,0 -1.1567327,-0.099 -1.6493288,-0.2835 -0.484905,-0.1848 -0.8906395,-0.4449 -1.2369965,-0.7989 -0.3463604,-0.3541 -0.6322437,-0.7987 -0.8246644,-1.3144 -0.1847255,-0.5156 -0.2577082,-1.1162 -0.2577076,-1.7781 -6e-7,-0.6696 0.1014331,-1.2626 0.3092491,-1.7782 0.2078144,-0.5157 0.488681,-0.9345 0.8504352,-1.2886 0.3617506,-0.3617 0.7778621,-0.6399 1.2627673,-0.8246 0.492596,-0.1847 1.0178379,-0.2835 1.5720164,-0.2835 z"
id="rect2386-1" />
<g
id="layer1-7"
transform="matrix(0.82466437,0,0,0.82466437,1.4128295,1037.0336)">
<path
style="opacity:0.7;fill:url(#linearGradient15268);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 2,0.96875 c -1.108,0 -2,0.892 -2,2 l 0,10 c 0,1.108 0.892,2 2,2 l 12,0 c 1.108,0 2,-0.892 2,-2 l 0,-10 c 0,-1.108 -0.892,-2 -2,-2 l -12,0 z M 8.75,2.9375 c 0.4573273,9.9e-6 0.8547436,0.028427 1.21875,0.09375 0.373326,0.05601 0.707409,0.1347597 0.96875,0.21875 0.270659,0.074676 0.488242,0.1660095 0.65625,0.25 0.177325,0.084009 0.300325,0.1408426 0.375,0.1875 l -0.625,1.75 C 11.045075,5.2788409 10.704492,5.1432577 10.3125,5.03125 9.9298266,4.9099246 9.488577,4.843758 9.03125,4.84375 8.0139118,4.843758 7.3010792,5.1494244 6.84375,5.71875 6.3957468,6.2787566 6.156247,7.0200058 6.15625,8 c -3e-6,0.4760044 0.044247,0.9205039 0.15625,1.3125 0.1119968,0.3826698 0.3072466,0.720003 0.53125,1 0.2239961,0.280002 0.4764959,0.497585 0.8125,0.65625 0.3359952,0.149335 0.7394948,0.218752 1.1875,0.21875 0.2426608,2e-6 0.4569939,0.0093 0.625,0 C 9.6460769,11.1782 9.8068267,11.153 9.9375,11.125 l 0,-3.375 2.15625,0 0,4.8125 c -0.261342,0.102667 -0.671342,0.2005 -1.25,0.3125 -0.578674,0.121333 -1.275673,0.1875 -2.125,0.1875 -0.7280048,0 -1.4026708,-0.11975 -2,-0.34375 -0.5880029,-0.224 -1.0800024,-0.539416 -1.5,-0.96875 -0.4200016,-0.429332 -0.7666679,-0.968415 -1,-1.59375 C 3.9947492,9.53092 3.9062493,8.8026707 3.90625,8 3.9062493,7.1880057 4.0292492,6.4690897 4.28125,5.84375 4.5332487,5.2184243 4.8738317,4.7105915 5.3125,4.28125 5.7511641,3.8425924 6.2557469,3.5052594 6.84375,3.28125 7.4410791,3.0572598 8.0779951,2.9375099 8.75,2.9375 z"
transform="translate(0,1)"
id="rect2386"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

+ 6
- 0
data/icons/elementary/status/24/Makefile.am View File

@ -0,0 +1,6 @@
imagesdir = $(datadir)/icons/elementary/status/24
images_DATA = logitech-g-keyboard-error-panel.svg \
logitech-g-keyboard-panel.svg
EXTRA_DIST = \
$(images_DATA)

+ 440
- 0
data/icons/elementary/status/24/logitech-g-keyboard-error-panel.svg View File

@ -0,0 +1,440 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="24"
height="24"
id="svg2"
version="1.1"
inkscape:version="0.48.0 r9654"
sodipodi:docname="logitech-g-keyboard-error-panel.svg">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient15383">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop15385" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop15387" />
</linearGradient>
<linearGradient
gradientTransform="translate(-24.361257,-3.561305)"
gradientUnits="userSpaceOnUse"
xlink:href="#linearGradient3587-6-5"
id="linearGradient2401"
y2="18.561304"
x2="32.361256"
y1="4.561305"
x1="32.361256" />
<linearGradient
id="linearGradient3587-6-5">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:1"
id="stop3589-9-2" />
<stop
offset="1"
style="stop-color:#363636;stop-opacity:1"
id="stop3591-7-4" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3587-6-5"
id="linearGradient15268"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-24.361257,-2.5792516)"
x1="32.361256"
y1="4.561305"
x2="32.361256"
y2="18.561304" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3187"
id="linearGradient15359"
x1="7.8707113"
y1="1039.3387"
x2="7.8707113"
y2="1049.3208"
gradientUnits="userSpaceOnUse" />
<linearGradient
gradientTransform="translate(-1.9999384,-1)"
gradientUnits="userSpaceOnUse"
xlink:href="#linearGradient3187"
id="linearGradient3190"
y2="21"
x2="9"
y1="3"
x1="9" />
<linearGradient
id="linearGradient3187">
<stop
offset="0"
style="stop-color:#a60000;stop-opacity:1"
id="stop3189" />
<stop
offset="1"
style="stop-color:#ff1313;stop-opacity:1"
id="stop3191" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15383"
id="linearGradient15389"
x1="3.891"
y1="1044.3623"
x2="12.109"
y2="1044.3623"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3187-4"
id="linearGradient15359-6"
x1="7.8707113"
y1="1039.3387"
x2="7.8707113"
y2="1049.3208"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient3187-4">
<stop
offset="0"
style="stop-color:#a60000;stop-opacity:1"
id="stop3189-3" />
<stop
offset="1"
style="stop-color:#ff1313;stop-opacity:1"
id="stop3191-3" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3187-4"
id="linearGradient14386"
x1="7.8707113"
y1="1039.3387"
x2="7.8707113"
y2="1049.3208"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient14388">
<stop
offset="0"
style="stop-color:#a60000;stop-opacity:1"
id="stop14390" />
<stop
offset="1"
style="stop-color:#ff1313;stop-opacity:1"
id="stop14392" />
</linearGradient>
<linearGradient
gradientTransform="translate(16,0.98196006)"
y2="1049.3208"
x2="7.8707113"
y1="1039.3387"
x1="7.8707113"
gradientUnits="userSpaceOnUse"
id="linearGradient14396"
xlink:href="#linearGradient3187-4"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient14388"
id="linearGradient15232"
x1="7.8573594"
y1="1038.9584"
x2="7.8573594"
y2="1049.3608"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.5318789,0,0,1.5318789,-0.48723732,-540.16479)" />
<linearGradient
id="linearGradient3587-6-5-1">
<stop
id="stop3589-9-2-0"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop3591-7-4-5"
style="stop-color:#363636;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
y2="18.561304"
x2="32.361256"
y1="4.561305"
x1="32.361256"
gradientTransform="translate(-24.361257,-3.5792516)"
gradientUnits="userSpaceOnUse"
id="linearGradient15268-2"
xlink:href="#linearGradient3587-6-5-1"
inkscape:collect="always" />
<linearGradient
y2="18.561304"
x2="32.361256"
y1="4.561305"
x1="32.361256"
gradientTransform="matrix(0.52176089,0,0,0.52176089,-9.0623463,3.5574156)"
gradientUnits="userSpaceOnUse"
id="linearGradient15268-8"
xlink:href="#linearGradient3587-6-5-0"
inkscape:collect="always" />
<linearGradient
id="linearGradient3587-6-5-0">
<stop
id="stop3589-9-2-3"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop3591-7-4-7"
style="stop-color:#363636;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
x1="32.361256"
y1="4.561305"
x2="32.361256"
y2="18.561304"
id="linearGradient2401-1"
xlink:href="#linearGradient3587-6-5-0"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-24.361257,-3.561305)" />
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1049.3608"
x2="7.8573594"
y1="1038.9584"
x1="7.8573594"
id="linearGradient15232-9"
xlink:href="#linearGradient14388-2"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3187-4-3"
id="linearGradient14396-8"
gradientUnits="userSpaceOnUse"
x1="7.8707113"
y1="1039.3387"
x2="7.8707113"
y2="1049.3208"
gradientTransform="translate(16,0.98196006)" />
<linearGradient
id="linearGradient14388-2">
<stop
id="stop14390-0"
style="stop-color:#a60000;stop-opacity:1"
offset="0" />
<stop
id="stop14392-6"
style="stop-color:#ff1313;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1049.3208"
x2="7.8707113"
y1="1039.3387"
x1="7.8707113"
id="linearGradient14386-9"
xlink:href="#linearGradient3187-4-3"
inkscape:collect="always" />
<linearGradient
id="linearGradient3187-4-3">
<stop
id="stop3189-3-1"
style="stop-color:#a60000;stop-opacity:1"
offset="0" />
<stop
id="stop3191-3-4"
style="stop-color:#ff1313;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1049.3208"
x2="7.8707113"
y1="1039.3387"
x1="7.8707113"
id="linearGradient15359-6-4"
xlink:href="#linearGradient3187-4-3"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1044.3623"
x2="12.109"
y1="1044.3623"
x1="3.891"
id="linearGradient15389-8"
xlink:href="#linearGradient15383-5"
inkscape:collect="always" />
<linearGradient
id="linearGradient3187-8">
<stop
id="stop3189-6"
style="stop-color:#a60000;stop-opacity:1"
offset="0" />
<stop
id="stop3191-8"
style="stop-color:#ff1313;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
x1="9"
y1="3"
x2="9"
y2="21"
id="linearGradient3190-7"
xlink:href="#linearGradient3187-8"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-1.9999384,-1)" />
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1049.3208"
x2="7.8707113"
y1="1039.3387"
x1="7.8707113"
id="linearGradient15359-0"
xlink:href="#linearGradient3187-8"
inkscape:collect="always" />
<linearGradient
y2="18.561304"
x2="32.361256"
y1="4.561305"
x1="32.361256"
gradientTransform="translate(-24.361257,-2.5792516)"
gradientUnits="userSpaceOnUse"
id="linearGradient15268-3"
xlink:href="#linearGradient3587-6-5-7"
inkscape:collect="always" />
<linearGradient
id="linearGradient3587-6-5-7">
<stop
id="stop3589-9-2-4"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop3591-7-4-4"
style="stop-color:#363636;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
x1="32.361256"
y1="4.561305"
x2="32.361256"
y2="18.561304"
id="linearGradient2401-4"
xlink:href="#linearGradient3587-6-5-7"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-24.361257,-3.561305)" />
<linearGradient
id="linearGradient15383-5"
inkscape:collect="always">
<stop
id="stop15385-2"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
id="stop15387-5"
offset="1"
style="stop-color:#000000;stop-opacity:0;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient14388-2"
id="linearGradient14457"
gradientUnits="userSpaceOnUse"
x1="7.8573594"
y1="1038.9584"
x2="7.8573594"
y2="1049.3608" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#712024"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="8.1932665"
inkscape:cx="-24.73218"
inkscape:cy="17.750124"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1143"
inkscape:window-height="734"
inkscape:window-x="63"
inkscape:window-y="30"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1028.3622)">
<g
id="layer1-7"
transform="matrix(1.4946442,0,0,1.4946442,-39.909467,1028.5188)" />
<g
transform="matrix(1.0954803,0,0,1.0985673,3.3299036,-106.37217)"
id="layer1-6"
inkscape:label="Layer 1">
<g
transform="translate(0,1035.3622)"
id="layer1-7-49">
<path
inkscape:connector-curvature="0"
id="path3208"
d="m 2,2.96875 c -1.108,0 -2,0.892 -2,2 l 0,10 c 0,1.108 0.892,2 2,2 l 12,0 c 1.108,0 2,-0.892 2,-2 l 0,-10 c 0,-1.108 -0.892,-2 -2,-2 l -12,0 z M 8.75,4.9375 c 0.457327,9.9e-6 0.854744,0.028427 1.21875,0.09375 0.373326,0.05601 0.707409,0.1347597 0.96875,0.21875 0.270659,0.074676 0.488242,0.1347595 0.65625,0.21875 0.177325,0.084009 0.300325,0.1408426 0.375,0.1875 l -0.625,1.75 C 11.045075,7.2475909 10.704492,7.1120077 10.3125,7 9.929827,6.8786746 9.488577,6.843758 9.03125,6.84375 8.013912,6.843758 7.301079,7.1181744 6.84375,7.6875 6.395747,8.2475066 6.156247,9.0200058 6.15625,10 c -3e-6,0.476004 0.04425,0.920504 0.15625,1.3125 0.111997,0.38267 0.307247,0.688753 0.53125,0.96875 0.223996,0.280002 0.476496,0.497585 0.8125,0.65625 0.335995,0.149335 0.739495,0.250002 1.1875,0.25 0.242661,2e-6 0.456994,-0.02191 0.625,-0.03125 0.177327,-0.0093 0.338077,-0.0345 0.46875,-0.0625 l 0,-3.375 2.15625,0 0,4.8125 c -0.261342,0.102667 -0.671342,0.2005 -1.25,0.3125 -0.578674,0.121333 -1.275673,0.1875 -2.125,0.1875 -0.728005,0 -1.402671,-0.11975 -2,-0.34375 -0.588003,-0.224 -1.080002,-0.539416 -1.5,-0.96875 -0.420002,-0.429332 -0.766668,-0.968415 -1,-1.59375 C 3.994749,11.49967 3.906249,10.802671 3.90625,10 3.906249,9.1880057 4.029249,8.4690897 4.28125,7.84375 4.533249,7.2184243 4.873832,6.6793415 5.3125,6.25 5.751164,5.8113424 6.255747,5.4740094 6.84375,5.25 7.441079,5.0260098 8.077995,4.9375099 8.75,4.9375 z"
style="opacity:0.6;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
<text
sodipodi:linespacing="174%"
id="text15270-5"
y="1049.2343"
x="3.191"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:174.00000095%;letter-spacing:10px;word-spacing:0px;fill:url(#linearGradient14457);fill-opacity:1;stroke:#f50000;stroke-width:0.68122756;stroke-miterlimit:4;stroke-opacity:0.10196078;stroke-dasharray:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Bold"
xml:space="preserve"><tspan
style="fill:url(#linearGradient14457);fill-opacity:1;stroke:#f50000;stroke-width:0.68122756;stroke-miterlimit:4;stroke-opacity:0.10196078;stroke-dasharray:none"
y="1049.2343"
x="3.191"
id="tspan15272-0"
sodipodi:role="line">G</tspan></text>
</g>
<g
id="layer1-0"
inkscape:label="Layer 1"
transform="matrix(1.4049352,0,0,1.4088942,-4.3934378,-425.06132)">
<g
transform="matrix(1.494802,0,0,1.494802,0.04158389,1026.1849)"
id="layer1-7-4">
<path
inkscape:connector-curvature="0"
id="rect2386-6"
d="m 4.6919268,5.930385 c -0.578111,0 -1.0435218,0.4654107 -1.0435218,1.0435218 l 0,5.2176092 c 0,0.578111 0.4654108,1.043521 1.0435218,1.043521 l 6.2611302,0 c 0.578111,0 1.043522,-0.46541 1.043522,-1.043521 l 0,-5.2176092 c 0,-0.5781111 -0.465411,-1.0435218 -1.043522,-1.0435218 l -6.2611302,0 z m 3.521886,1.0272167 c 0.2386155,5.2e-6 0.4459718,0.014832 0.6358961,0.048915 0.1947872,0.029224 0.3690982,0.070312 0.5054562,0.1141352 0.141219,0.038963 0.254745,0.086617 0.342405,0.1304402 0.09252,0.043833 0.156698,0.073486 0.195661,0.09783 L 9.5671301,8.262004 C 9.4112931,8.1792219 9.2335901,8.1084798 9.0290641,8.0500386 8.8294002,7.9867358 8.5991734,7.9522126 8.3605581,7.9522084 7.8297508,7.9522126 7.4578226,8.1116974 7.2192061,8.4087492 6.9854556,8.7009388 6.860494,9.0876936 6.8604955,9.5990163 c -1.5e-6,0.2483606 0.023086,0.4802827 0.081525,0.6848107 0.058436,0.199663 0.1603092,0.37567 0.2771854,0.521761 0.1168724,0.146094 0.248617,0.259621 0.4239308,0.342406 0.1753091,0.07792 0.3858394,0.114136 0.619591,0.114135 0.1266109,1e-6 0.2384416,0.0049 0.3261006,0 0.092522,-0.0049 0.1763952,-0.018 0.2445754,-0.03261 l 0,-1.760943 1.1250464,0 0,2.510974 c -0.136358,0.05357 -0.35028,0.104613 -0.652201,0.16305 -0.301929,0.06331 -0.6655959,0.09783 -1.1087415,0.09783 -0.3798444,0 -0.7318588,-0.06248 -1.0435218,-0.179356 C 6.8471891,11.944201 6.590483,11.779629 6.3713447,11.555619 6.1522043,11.331611 5.9713274,11.050338 5.8495838,10.724063 5.7327089,10.39779 5.6865331,10.017818 5.6865335,9.5990163 5.6865331,9.1753494 5.7507097,8.8002471 5.8821938,8.4739693 6.0136769,8.1476988 6.1913798,7.8827315 6.4202598,7.6587179 6.6491375,7.4298436 6.9124091,7.2538364 7.2192061,7.136957 7.5308691,7.0200877 7.863187,6.9576069 8.2138128,6.9576017 z"
style="opacity:0.7;fill:url(#linearGradient15268-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</g>
</g>
</svg>

+ 124
- 0
data/icons/elementary/status/24/logitech-g-keyboard-panel.svg View File

@ -0,0 +1,124 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="24"
height="24"
id="svg2"
version="1.1"
inkscape:version="0.48.0 r9654"
sodipodi:docname="logitech-g-keyboard-panel.svg">
<defs
id="defs4">
<linearGradient
gradientTransform="translate(-24.361257,-3.561305)"
gradientUnits="userSpaceOnUse"
xlink:href="#linearGradient3587-6-5"
id="linearGradient2401"
y2="18.561304"
x2="32.361256"
y1="4.561305"
x1="32.361256" />
<linearGradient
id="linearGradient3587-6-5">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:1"
id="stop3589-9-2" />
<stop
offset="1"
style="stop-color:#363636;stop-opacity:1"
id="stop3591-7-4" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3587-6-5"
id="linearGradient15268"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-24.361257,-3.5792516)"
x1="32.361256"
y1="4.561305"
x2="32.361256"
y2="18.561304" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3587-6-5-1"
id="linearGradient15268-2"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-24.361257,-3.5792516)"
x1="32.361256"
y1="4.561305"
x2="32.361256"
y2="18.561304" />
<linearGradient
id="linearGradient3587-6-5-1">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:1"
id="stop3589-9-2-0" />
<stop
offset="1"
style="stop-color:#363636;stop-opacity:1"
id="stop3591-7-4-5" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="21.612122"
inkscape:cx="10.556556"
inkscape:cy="13.039965"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1143"
inkscape:window-height="734"
inkscape:window-x="63"
inkscape:window-y="30"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1028.3622)">
<path
inkscape:connector-curvature="0"
style="opacity:0.60000012;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 5.5182181,1034.344 c -1.2140582,0 -2.1914408,0.9774 -2.1914408,2.1915 l 0,10.9571 c 0,1.2141 0.9773826,2.1915 2.1914408,2.1915 l 13.1486449,0 c 1.214058,0 2.191441,-0.9774 2.191441,-2.1915 l 0,-10.9571 c 0,-1.2141 -0.977383,-2.1915 -2.191441,-2.1915 l -13.1486449,0 z m 7.3961129,2.1573 c 0.501103,0 0.936561,0.031 1.335409,0.103 0.409061,0.061 0.775122,0.1477 1.06148,0.2398 0.296567,0.082 0.534976,0.1818 0.719066,0.2739 0.194299,0.092 0.329072,0.1542 0.410895,0.2054 l -0.684825,1.9175 c -0.327265,-0.1739 -0.700448,-0.3224 -1.129961,-0.4452 -0.419304,-0.1329 -0.90279,-0.2055 -1.403892,-0.2055 -1.114719,0 -1.895785,0.3351 -2.396889,0.9589 -0.490886,0.6136 -0.753311,1.4258 -0.753308,2.4997 -3e-6,0.5214 0.04849,1.0085 0.171207,1.4381 0.122717,0.4191 0.336657,0.7889 0.582101,1.0957 0.245437,0.3068 0.522106,0.5451 0.890273,0.719 0.368157,0.1636 0.81028,0.2397 1.301168,0.2397 0.265888,0 0.500738,0.011 0.684824,0 0.194302,-0.011 0.370439,-0.037 0.51362,-0.068 l 0,-3.6981 2.362647,0 0,5.2731 c -0.286358,0.1125 -0.735603,0.2198 -1.36965,0.3425 -0.634065,0.1329 -1.397781,0.2055 -2.328406,0.2055 -0.79769,0 -1.536936,-0.1313 -2.191441,-0.3768 -0.644287,-0.2454 -1.1833808,-0.5911 -1.6435804,-1.0614 -0.4602047,-0.4705 -0.840054,-1.0612 -1.0957208,-1.7464 -0.2454422,-0.6851 -0.3424134,-1.4832 -0.3424126,-2.3626 -8e-7,-0.8897 0.1347727,-1.6775 0.4108951,-2.3626 0.2761202,-0.6852 0.6493039,-1.2417 1.1299616,-1.7122 0.4806537,-0.4806 1.0335351,-0.8502 1.6778221,-1.0957 0.654506,-0.2454 1.352387,-0.3765 2.088717,-0.3765 z"
id="rect2386-1" />
<g
id="layer1-7"
transform="matrix(1.0957204,0,0,1.0957204,3.3267773,1031.0569)">
<path
style="opacity:0.7;fill:url(#linearGradient15268);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 2,0.96875 c -1.108,0 -2,0.892 -2,2 l 0,10 c 0,1.108 0.892,2 2,2 l 12,0 c 1.108,0 2,-0.892 2,-2 l 0,-10 c 0,-1.108 -0.892,-2 -2,-2 l -12,0 z M 8.75,2.9375 c 0.4573273,9.9e-6 0.8547436,0.028427 1.21875,0.09375 0.373326,0.05601 0.707409,0.1347597 0.96875,0.21875 0.270659,0.074676 0.488242,0.1660095 0.65625,0.25 0.177325,0.084009 0.300325,0.1408426 0.375,0.1875 l -0.625,1.75 C 11.045075,5.2788409 10.704492,5.1432577 10.3125,5.03125 9.9298266,4.9099246 9.488577,4.843758 9.03125,4.84375 8.0139118,4.843758 7.3010792,5.1494244 6.84375,5.71875 6.3957468,6.2787566 6.156247,7.0200058 6.15625,8 c -3e-6,0.4760044 0.044247,0.9205039 0.15625,1.3125 0.1119968,0.3826698 0.3072466,0.720003 0.53125,1 0.2239961,0.280002 0.4764959,0.497585 0.8125,0.65625 0.3359952,0.149335 0.7394948,0.218752 1.1875,0.21875 0.2426608,2e-6 0.4569939,0.0093 0.625,0 C 9.6460769,11.1782 9.8068267,11.153 9.9375,11.125 l 0,-3.375 2.15625,0 0,4.8125 c -0.261342,0.102667 -0.671342,0.2005 -1.25,0.3125 -0.578674,0.121333 -1.275673,0.1875 -2.125,0.1875 -0.7280048,0 -1.4026708,-0.11975 -2,-0.34375 -0.5880029,-0.224 -1.0800024,-0.539416 -1.5,-0.96875 -0.4200016,-0.429332 -0.7666679,-0.968415 -1,-1.59375 C 3.9947492,9.53092 3.9062493,8.8026707 3.90625,8 3.9062493,7.1880057 4.0292492,6.4690897 4.28125,5.84375 4.5332487,5.2184243 4.8738317,4.7105915 5.3125,4.28125 5.7511641,3.8425924 6.2557469,3.5052594 6.84375,3.28125 7.4410791,3.0572598 8.0779951,2.9375099 8.75,2.9375 z"
transform="translate(0,1)"
id="rect2386"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

+ 1
- 0
data/icons/elementary/status/Makefile.am View File

@ -0,0 +1 @@
SUBDIRS = 16 22 24

+ 1
- 0
data/icons/hicolor/16x16/Makefile.am View File

@ -0,0 +1 @@
SUBDIRS = status

+ 6
- 0
data/icons/hicolor/16x16/status/Makefile.am View File

@ -0,0 +1,6 @@
imagesdir = $(datadir)/icons/hicolor/16x16/status
images_DATA = logitech-g-keyboard-error-applet.png \
logitech-g-keyboard-applet.png
EXTRA_DIST = \
$(images_DATA)

BIN
data/icons/hicolor/16x16/status/logitech-g-keyboard-applet.png View File

Before After
Width: 16  |  Height: 16  |  Size: 771 B

BIN
data/icons/hicolor/16x16/status/logitech-g-keyboard-error-applet.png View File

Before After
Width: 16  |  Height: 16  |  Size: 780 B

+ 1
- 0
data/icons/hicolor/22x22/Makefile.am View File

@ -0,0 +1 @@
SUBDIRS = apps status

+ 5
- 0
data/icons/hicolor/22x22/apps/Makefile.am View File

@ -0,0 +1,5 @@
imagesdir = $(datadir)/icons/hicolor/22x22/apps
images_DATA = gnome15.png
EXTRA_DIST = \
$(images_DATA)

BIN
data/icons/hicolor/22x22/apps/gnome15.png View File

Before After
Width: 22  |  Height: 22  |  Size: 872 B

+ 6
- 0
data/icons/hicolor/22x22/status/Makefile.am View File

@ -0,0 +1,6 @@
imagesdir = $(datadir)/icons/hicolor/22x24/status
images_DATA = logitech-g-keyboard-error-applet.png \
logitech-g-keyboard-applet.png
EXTRA_DIST = \
$(images_DATA)

BIN
data/icons/hicolor/22x22/status/logitech-g-keyboard-applet.png View File

Before After
Width: 22  |  Height: 22  |  Size: 1.1 KiB

BIN
data/icons/hicolor/22x22/status/logitech-g-keyboard-error-applet.png View File

Before After
Width: 22  |  Height: 22  |  Size: 1.1 KiB

+ 1
- 0
data/icons/hicolor/24x24/Makefile.am View File

@ -0,0 +1 @@
SUBDIRS = apps status

+ 5
- 0
data/icons/hicolor/24x24/apps/Makefile.am View File

@ -0,0 +1,5 @@
imagesdir = $(datadir)/icons/hicolor/24x24/apps
images_DATA = gnome15.png
EXTRA_DIST = \
$(images_DATA)

BIN
data/icons/hicolor/24x24/apps/gnome15.png View File

Before After
Width: 22  |  Height: 22  |  Size: 872 B

+ 6
- 0
data/icons/hicolor/24x24/status/Makefile.am View File

@ -0,0 +1,6 @@
imagesdir = $(datadir)/icons/hicolor/24x24/status
images_DATA = logitech-g-keyboard-error-applet.png \
logitech-g-keyboard-applet.png
EXTRA_DIST = \
$(images_DATA)

BIN
data/icons/hicolor/24x24/status/logitech-g-keyboard-applet.png View File

Before After
Width: 24  |  Height: 24  |  Size: 1002 B

BIN
data/icons/hicolor/24x24/status/logitech-g-keyboard-error-applet.png View File

Before After
Width: 24  |  Height: 24  |  Size: 1.0 KiB

+ 1
- 0
data/icons/hicolor/48x48/Makefile.am View File

@ -0,0 +1 @@
SUBDIRS = apps

+ 5
- 0
data/icons/hicolor/48x48/apps/Makefile.am View File

@ -0,0 +1,5 @@
imagesdir = $(datadir)/icons/hicolor/48x48/apps
images_DATA = gnome15.png
EXTRA_DIST = \
$(images_DATA)

BIN
data/icons/hicolor/48x48/apps/gnome15.png View File

Before After
Width: 48  |  Height: 48  |  Size: 2.2 KiB

+ 1
- 0
data/icons/hicolor/64x64/Makefile.am View File

@ -0,0 +1 @@
SUBDIRS = apps

+ 5
- 0
data/icons/hicolor/64x64/apps/Makefile.am View File

@ -0,0 +1,5 @@
imagesdir = $(datadir)/icons/hicolor/64x64/apps
images_DATA = gnome15.png
EXTRA_DIST = \
$(images_DATA)

BIN
data/icons/hicolor/64x64/apps/gnome15.png View File

Before After
Width: 64  |  Height: 64  |  Size: 2.9 KiB

+ 1
- 0
data/icons/hicolor/Makefile.am View File

@ -0,0 +1 @@
SUBDIRS = 16x16 22x22 24x24 48x48 64x64 scalable

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save