1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<?xml version="1.0" encoding="UTF-8"?>
<component>
<id>com.github.nomeata.pidgin_blinklight</id>
<metadata_license>MIT</metadata_license>
<name>pidgin-blinklight</name>
<summary>Blinks your ThinkPad's ThinkLight upon new messages</summary>
<description>
<p>This plugin for Pidgin will blink your laptops when you get new
messages, so you notice them even if the conversation window is
not up front and you don't have or don't see the window list.</p>
<p>To use this with an Thinkpad's ThinkLight, you need to have the
ibm-acpi kernel module loaded.</p>
<p>To use this with an ASUS laptop, you need to have the asus_acpi
kernel module loaded.</p>
</description>
<url type="homepage">https://github.com/nomeata/pidgin-blinklight</url>
<launchable type="desktop-id">tucnak.desktop</launchable>
<provides>
<modalias>dmi:*:pn*:pvrThinkPad*:rvn*</modalias>
</provides>
</component>
|