From f15cec4324d5c42bb217268fb5408ded9d96dba8 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Fri, 12 Oct 2012 21:52:14 +0000 Subject: Rename touchscreen module to osk osk (on-screen keyboard) is a better name for this module: touch support will be shipped on all platforms, this module is only really for the keyboard addition, and will soon be growing OSK-specific configuration. --- diff --git a/examples/f18-xo1.75.ini b/examples/f18-xo1.75.ini index 590b1a0..ee1c20e 100644 --- a/examples/f18-xo1.75.ini +++ b/examples/f18-xo1.75.ini @@ -24,7 +24,7 @@ addrepo_1=1,olpc-f18,http://rpmdropbox.laptop.org/f18/ addrepo_2=1,olpc-f18-xo1.75,http://rpmdropbox.laptop.org/f18-xo1.75/ add_excludes_to=fedora,fedora-updates,fedora-updates-testing -[touchscreen] +[osk] [x11] diff --git a/examples/f18-xo4.ini b/examples/f18-xo4.ini index b070701..62fc8f6 100644 --- a/examples/f18-xo4.ini +++ b/examples/f18-xo4.ini @@ -24,7 +24,7 @@ addrepo_1=1,olpc-f18,http://rpmdropbox.laptop.org/f18/ addrepo_2=1,olpc-f18-xo4,http://rpmdropbox.laptop.org/f18-xo4/ add_excludes_to=fedora,fedora-updates,fedora-updates-testing -[touchscreen] +[osk] [x11] diff --git a/examples/olpc-os-13.1.0-xo1.75.ini b/examples/olpc-os-13.1.0-xo1.75.ini index 25d0ccf..3cfe750 100644 --- a/examples/olpc-os-13.1.0-xo1.75.ini +++ b/examples/olpc-os-13.1.0-xo1.75.ini @@ -24,7 +24,7 @@ addrepo_1=1,olpc-f18,http://rpmdropbox.laptop.org/f18/ addrepo_2=1,olpc-f18-xo1.75,http://rpmdropbox.laptop.org/f18-xo1.75/ add_excludes_to=fedora,fedora-updates,fedora-updates-testing -[touchscreen] +[osk] [x11] diff --git a/examples/olpc-os-13.1.0-xo4.ini b/examples/olpc-os-13.1.0-xo4.ini index 6b65b4c..705520c 100644 --- a/examples/olpc-os-13.1.0-xo4.ini +++ b/examples/olpc-os-13.1.0-xo4.ini @@ -24,7 +24,7 @@ addrepo_1=1,olpc-f18,http://rpmdropbox.laptop.org/f18/ addrepo_2=1,olpc-f18-xo4,http://rpmdropbox.laptop.org/f18-xo4/ add_excludes_to=fedora,fedora-updates,fedora-updates-testing -[touchscreen] +[osk] [x11] diff --git a/modules/osk/README b/modules/osk/README new file mode 100644 index 0000000..a6b3f76 --- /dev/null +++ b/modules/osk/README @@ -0,0 +1 @@ +Include this module in your build if you want to enable the on-screen keyboard. diff --git a/modules/touchscreen/kspkglist.50.touch.inc b/modules/osk/kspkglist.50.osk.inc index 6e22b2c..6e22b2c 100644 --- a/modules/touchscreen/kspkglist.50.touch.inc +++ b/modules/osk/kspkglist.50.osk.inc diff --git a/modules/touchscreen/README b/modules/touchscreen/README deleted file mode 100644 index b81f4ea..0000000 --- a/modules/touchscreen/README +++ /dev/null @@ -1,2 +0,0 @@ -Include this module in your build if you want to enable advanced touchscreen -features such as the on-screen keyboard. -- cgit v0.9.1