[arch-commits] Commit in kdeutils/trunk (PKGBUILD fix-kcalc-keys.patch)

Andrea Scarpino andrea at archlinux.org
Sat Jul 9 08:56:37 UTC 2011


    Date: Saturday, July 9, 2011 @ 04:56:36
  Author: andrea
Revision: 130960

upgpkg: kdeutils 4.6.5-2
fix keyboard input in KCalc (FS#25071)

Added:
  kdeutils/trunk/fix-kcalc-keys.patch
Modified:
  kdeutils/trunk/PKGBUILD

----------------------+
 PKGBUILD             |   13 ++++--
 fix-kcalc-keys.patch |   92 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 101 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-09 08:54:59 UTC (rev 130959)
+++ PKGBUILD	2011-07-09 08:56:36 UTC (rev 130960)
@@ -17,7 +17,7 @@
          'kdeutils-superkaramba'
          'kdeutils-sweeper')
 pkgver=4.6.5
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -25,11 +25,16 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-lib' 'kdebase-workspace'
 	'kdebindings-python' 'system-config-printer-common' 'libarchive' 'qimageblitz'
 	'qjson')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
-sha1sums=('1c2ae023d9a6bcf72d3cebd0d7df2e6a175ffdcb')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2"
+        'fix-kcalc-keys.patch')
+sha1sums=('1c2ae023d9a6bcf72d3cebd0d7df2e6a175ffdcb'
+          'db87ec4d674a0979fc607f5b438e3e1c403b6eac')
 
 build() {
-	cd ${srcdir}
+    cd "${srcdir}"/${pkgbase}-${pkgver}
+    patch -p3 -i "${srcdir}"/fix-kcalc-keys.patch
+
+    cd "${srcdir}"
 	mkdir build
 	cd build
 	cmake ../${pkgbase}-${pkgver} \

Added: fix-kcalc-keys.patch
===================================================================
--- fix-kcalc-keys.patch	                        (rev 0)
+++ fix-kcalc-keys.patch	2011-07-09 08:56:36 UTC (rev 130960)
@@ -0,0 +1,92 @@
+--- trunk/KDE/kdeutils/kcalc/kcalc.ui	2011/07/06 18:27:29	1240129
++++ trunk/KDE/kdeutils/kcalc/kcalc.ui	2011/07/06 18:27:58	1240130
+@@ -616,7 +616,7 @@
+              <string>7</string>
+             </property>
+             <property name="shortcut">
+-             <string notr="true">7</string>
++             <string>7</string>
+             </property>
+            </widget>
+           </item>
+@@ -632,7 +632,7 @@
+              <string>8</string>
+             </property>
+             <property name="shortcut">
+-             <string notr="true">8</string>
++             <string>8</string>
+             </property>
+            </widget>
+           </item>
+@@ -648,7 +648,7 @@
+              <string>9</string>
+             </property>
+             <property name="shortcut">
+-             <string notr="true">9</string>
++             <string>9</string>
+             </property>
+            </widget>
+           </item>
+@@ -680,7 +680,7 @@
+              <string>4</string>
+             </property>
+             <property name="shortcut">
+-             <string notr="true">4</string>
++             <string>4</string>
+             </property>
+            </widget>
+           </item>
+@@ -696,7 +696,7 @@
+              <string>5</string>
+             </property>
+             <property name="shortcut">
+-             <string notr="true">5</string>
++             <string>5</string>
+             </property>
+            </widget>
+           </item>
+@@ -712,7 +712,7 @@
+              <string>6</string>
+             </property>
+             <property name="shortcut">
+-             <string notr="true">6</string>
++             <string>6</string>
+             </property>
+            </widget>
+           </item>
+@@ -728,7 +728,7 @@
+              <string>1</string>
+             </property>
+             <property name="shortcut">
+-             <string notr="true">1</string>
++             <string>1</string>
+             </property>
+            </widget>
+           </item>
+@@ -744,7 +744,7 @@
+              <string>2</string>
+             </property>
+             <property name="shortcut">
+-             <string notr="true">2</string>
++             <string>2</string>
+             </property>
+            </widget>
+           </item>
+@@ -760,7 +760,7 @@
+              <string>3</string>
+             </property>
+             <property name="shortcut">
+-             <string notr="true">3</string>
++             <string>3</string>
+             </property>
+            </widget>
+           </item>
+@@ -786,7 +786,7 @@
+              <string>0</string>
+             </property>
+             <property name="shortcut">
+-             <string notr="true">0</string>
++             <string>0</string>
+             </property>
+            </widget>
+           </item>




More information about the arch-commits mailing list