summaryrefslogtreecommitdiffstats
path: root/x11/kdebase3
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3')
-rw-r--r--x11/kdebase3/Makefile1
-rw-r--r--x11/kdebase3/files/patch-kxkb-rules.cpp20
2 files changed, 21 insertions, 0 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index 61a78c1..9b03090 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -8,6 +8,7 @@
PORTNAME= kdebase
PORTVERSION= ${KDE_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
diff --git a/x11/kdebase3/files/patch-kxkb-rules.cpp b/x11/kdebase3/files/patch-kxkb-rules.cpp
new file mode 100644
index 0000000..03baa69
--- /dev/null
+++ b/x11/kdebase3/files/patch-kxkb-rules.cpp
@@ -0,0 +1,20 @@
+--- kxkb/rules.cpp (revision 504758)
++++ kxkb/rules.cpp (working copy)
+@@ -300,7 +300,7 @@
+ */
+ const QString KeyRules::getLayout(const QString &layvar) const
+ {
+- static const char* LAYOUT_PATTERN = "[a-z0-9_-]*";
++ static const char* LAYOUT_PATTERN = "[a-zA-Z0-9_-]*";
+ QString varLine = layvar.stripWhiteSpace();
+ QRegExp rx(LAYOUT_PATTERN);
+ int pos = rx.search(varLine, 0);
+@@ -318,7 +318,7 @@
+ */
+ const QString KeyRules::getVariant(const QString &layvar) const
+ {
+- static const char* VARIANT_PATTERN = "\\([a-z0-9_-]*\\)";
++ static const char* VARIANT_PATTERN = "\\([a-zA-Z0-9_-]*\\)";
+ QString varLine = layvar.stripWhiteSpace();
+ QRegExp rx(VARIANT_PATTERN);
+ int pos = rx.search(varLine, 0);
OpenPOWER on IntegriCloud