diff options
author | Holger Freyther <zecke@selfish.org> | 2005-04-03 18:06:05 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2005-04-03 18:06:05 +0000 |
commit | 50584d8e15cc5e130826a1d7d410714723725b7b (patch) | |
tree | d4fab2262954351898499bcf641dcd380ce56278 /packages | |
parent | 8b166bdd9e0cf0328e80393fbd8785191c36cd11 (diff) |
QPE Gaim:
Patch by Patrick Steiner patrick.steiner@a1.net to notify on new messages
even when the gaim window is not visible.
BKrev: 4250308dv-o1M3e8z6qBuaZyD6vARw
Diffstat (limited to 'packages')
-rw-r--r-- | packages/qpe-gaim/files/buzzer-notification.patch | 0 | ||||
-rw-r--r-- | packages/qpe-gaim/qpe-gaim_20041030.bb | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/packages/qpe-gaim/files/buzzer-notification.patch b/packages/qpe-gaim/files/buzzer-notification.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/qpe-gaim/files/buzzer-notification.patch diff --git a/packages/qpe-gaim/qpe-gaim_20041030.bb b/packages/qpe-gaim/qpe-gaim_20041030.bb index 9193afaa3e..3e7cff0a2f 100644 --- a/packages/qpe-gaim/qpe-gaim_20041030.bb +++ b/packages/qpe-gaim/qpe-gaim_20041030.bb @@ -13,6 +13,7 @@ PR = "r2" SRC_URI = "http://www.vanille.de/mirror/qpe-gaim_20041030.tar.bz2 \ file://qpe-gaim.patch;patch=1 \ + file://buzzer-notification.patch;patch=1;pnum=1 \ file://vit.patch;patch=1" S = "${WORKDIR}/qpe-gaim" |