From c59d8458d7757601e14de2d40ddbb2390a8e2aa4 Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Thu, 12 Aug 2004 21:16:20 +0000 Subject: A couple of patches didn't make it from the kde-freebsd repo into ports. Here they are... PORTREVISION needs to be bumped again (sorry). Pointy hat to: me --- x11/kdebase3/files/patch-kxkb_rules.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 x11/kdebase3/files/patch-kxkb_rules.h (limited to 'x11/kdebase3/files/patch-kxkb_rules.h') diff --git a/x11/kdebase3/files/patch-kxkb_rules.h b/x11/kdebase3/files/patch-kxkb_rules.h new file mode 100644 index 000000000000..23d2432f51e6 --- /dev/null +++ b/x11/kdebase3/files/patch-kxkb_rules.h @@ -0,0 +1,33 @@ +=================================================================== +RCS file: /usr/repos/kde/kdebase/kxkb/rules.h,v +retrieving revision 1.11 +retrieving revision 1.12 +diff -u -p -r1.11 -r1.12 +--- kxkb/rules.h 2003/08/24 04:02:38 1.11 ++++ kxkb/rules.h 2004/06/28 14:19:03 1.12 +@@ -10,14 +10,14 @@ class KeyRules + { + public: + +- KeyRules(QString rule="xfree86"); ++ KeyRules(); + + const QDict &models() const { return m_models; }; + const QDict &layouts() const { return m_layouts; }; + const QDict &options() const { return m_options; }; + + void parseVariants(const QStringList& vars, QDict& variants, bool chkVars=true); +- static QStringList rules(QString path = QString::null); ++// static QStringList rules(QString path = QString::null); + + QStringList getVariants(const QString& layout); + unsigned int getGroup(const QString& layout, const char* baseGr); +@@ -42,6 +42,8 @@ private: + QStringList m_oldLayouts; + QStringList m_nonLatinLayouts; + bool m_xfree43; ++ ++ QString X11_DIR; // pseudo-constant + }; + + -- cgit v1.2.3