summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-02-10 19:24:41 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-02-10 19:24:41 (GMT)
commit5ebfc2d1d984ff3b993910be6b888b77d454f751 (patch)
treec8f67e1773b2fa720f8ca30916632994ed2ed5e8
parent74537521ee6558da1325ba2eca8ea9611001a0ea (diff)
downloadlinhes_pkgbuild-5ebfc2d1d984ff3b993910be6b888b77d454f751.zip
linhes_pkgbuild-5ebfc2d1d984ff3b993910be6b888b77d454f751.tar.gz
linhes_pkgbuild-5ebfc2d1d984ff3b993910be6b888b77d454f751.tar.bz2
system-templates: add wol-lircrc to dvico and mce
-rwxr-xr-xabs/core/system-templates/PKGBUILD2
-rw-r--r--abs/core/system-templates/templates/remotes/favorites/dvico/wol-lircrc46
-rw-r--r--abs/core/system-templates/templates/remotes/favorites/mce/wol-lircrc-mceusb46
3 files changed, 93 insertions, 1 deletions
diff --git a/abs/core/system-templates/PKGBUILD b/abs/core/system-templates/PKGBUILD
index e2d52c3..7e743d3 100755
--- a/abs/core/system-templates/PKGBUILD
+++ b/abs/core/system-templates/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=system-templates
pkgver=8.3
-pkgrel=4
+pkgrel=5
conflicts=( )
pkgdesc="Templates used for system configuration"
depends=()
diff --git a/abs/core/system-templates/templates/remotes/favorites/dvico/wol-lircrc b/abs/core/system-templates/templates/remotes/favorites/dvico/wol-lircrc
new file mode 100644
index 0000000..c241c2b
--- /dev/null
+++ b/abs/core/system-templates/templates/remotes/favorites/dvico/wol-lircrc
@@ -0,0 +1,46 @@
+begin
+ prog = irxevent
+ button = back
+ config = Key Escape CurrentWindow
+end
+begin
+ prog = irxevent
+ button = stop
+ config = Key ctrl-w CurrentWindow
+end
+begin
+ prog = irxevent
+ button = up
+ config = Key Up CurrentWindow
+end
+begin
+ prog = irxevent
+ button = down
+ config = Key Down CurrentWindow
+end
+begin
+ prog = irxevent
+ button = left
+ config = Key Left CurrentWindow
+end
+begin
+ prog = irxevent
+ button = right
+ config = Key Right CurrentWindow
+end
+begin
+ prog = irxevent
+ button = ok
+ config = Key Return CurrentWindow
+end
+begin
+ prog = irxevent
+ button = ch_up
+ config = Key alt-Right CurrentWindow
+end
+begin
+ prog = irxevent
+ button = ch_down
+ config = Key alt-Left CurrentWindow
+end
+
diff --git a/abs/core/system-templates/templates/remotes/favorites/mce/wol-lircrc-mceusb b/abs/core/system-templates/templates/remotes/favorites/mce/wol-lircrc-mceusb
new file mode 100644
index 0000000..51b8cab
--- /dev/null
+++ b/abs/core/system-templates/templates/remotes/favorites/mce/wol-lircrc-mceusb
@@ -0,0 +1,46 @@
+begin
+ prog = irxevent
+ button = Back
+ config = Key Escape CurrentWindow
+end
+begin
+ prog = irxevent
+ button = Stop
+ config = Key ctrl-w CurrentWindow
+end
+begin
+ prog = irxevent
+ button = Up
+ config = Key Up CurrentWindow
+end
+begin
+ prog = irxevent
+ button = Down
+ config = Key Down CurrentWindow
+end
+begin
+ prog = irxevent
+ button = Left
+ config = Key Left CurrentWindow
+end
+begin
+ prog = irxevent
+ button = Right
+ config = Key Right CurrentWindow
+end
+begin
+ prog = irxevent
+ button = OK
+ config = Key Return CurrentWindow
+end
+begin
+ prog = irxevent
+ button = ChannelUp
+ config = Key alt-Right CurrentWindow
+end
+begin
+ prog = irxevent
+ button = ChannelDown
+ config = Key alt-Left CurrentWindow
+end
+