Date: Sunday, March 15, 2015 @ 18:57:11
  Author: jlichtblau
Revision: 129305

upgpkg: kdesvn 1.6.0-4
fix for FS#44135 - [kdesvn] translations don't work

Modified:
  kdesvn/trunk/PKGBUILD
  kdesvn/trunk/kdesvn.changelog

------------------+
 PKGBUILD         |    7 +++++--
 kdesvn.changelog |   35 +++++++++++++++++++----------------
 2 files changed, 24 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-03-15 17:08:33 UTC (rev 129304)
+++ PKGBUILD    2015-03-15 17:57:11 UTC (rev 129305)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Maintainer: Jaroslav Lichtblau <[email protected]>
 
 pkgname=kdesvn
 pkgver=1.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A pure C++ SVN-client for KDE"
 arch=('i686' 'x86_64')
 url="http://kdesvn.alwins-world.de/";
@@ -24,6 +24,9 @@
     -DCMAKE_CXX_FLAGS="-DQT_THREAD_SUPPORT" \
     -DLIB_SUFFIX=
 
+#FS#44135 fix
+  sed -i 's|/share/locale|/share/locale/kde4|' po/cmake_install.cmake
+
   make
 }
 

Modified: kdesvn.changelog
===================================================================
--- kdesvn.changelog    2015-03-15 17:08:33 UTC (rev 129304)
+++ kdesvn.changelog    2015-03-15 17:57:11 UTC (rev 129305)
@@ -1,58 +1,61 @@
-2012-08-26 Jaroslav Lichtblau <[email protected]>
+2015-03-15 Jaroslav Lichtblau <[email protected]>
+       * kdesvn 1.6.0-4 FS#44135 fix
+
+2012-08-26 Jaroslav Lichtblau <[email protected]>
        * Update to major release 1.6.0-1
 
-2010-09-15 Jaroslav Lichtblau <[email protected]>
+2010-09-15 Jaroslav Lichtblau <[email protected]>
        * Update to major release 1.5.5
 
-2010-04-09 Jaroslav Lichtblau <[email protected]>
+2010-04-09 Jaroslav Lichtblau <[email protected]>
        * Update to major release 1.5.3
 
-2010-01-17 Jaroslav Lichtblau <[email protected]>
+2010-01-17 Jaroslav Lichtblau <[email protected]>
        * Update to major release 1.5.1
 
-2010-01-11 Jaroslav Lichtblau <[email protected]>
+2010-01-11 Jaroslav Lichtblau <[email protected]>
        * Update to major release 1.5.0
 
 2009-10-01 Biru Ionut <[email protected]>
        * Update to major release 1.4.1
 
-2009-07-09 Jaroslav Lichtblau <[email protected]>
+2009-07-09 Jaroslav Lichtblau <[email protected]>
        * Update to major release 1.3.2
 
-2009-05-30 Jaroslav Lichtblau <[email protected]>
+2009-05-30 Jaroslav Lichtblau <[email protected]>
        * Update to major release 1.3.1
 
-2009-05-09 Jaroslav Lichtblau <[email protected]>
+2009-05-09 Jaroslav Lichtblau <[email protected]>
        * FS#14602 fixed in 1.3.0-2
 
 2009-04-30 Biru Ionut <[email protected]>
        * rebuild for x86_64 #FS14506 
 
-2009-04-22 Jaroslav Lichtblau <[email protected]>
+2009-04-22 Jaroslav Lichtblau <[email protected]>
        * Update to major release 1.3.0
 
-2009-02-20 Jaroslav Lichtblau <[email protected]>
+2009-02-20 Jaroslav Lichtblau <[email protected]>
        * Update to major release 1.2.4
 
-2009-01-24 Jaroslav Lichtblau <[email protected]>
+2009-01-24 Jaroslav Lichtblau <[email protected]>
        * Update to major release 1.2.3
 
-2008-11-22 Jaroslav Lichtblau <[email protected]>
+2008-11-22 Jaroslav Lichtblau <[email protected]>
        * Update to major release 1.2.2
 
 2008-10-08  Eric Belanger  <[email protected]>
        * Removed unneede file sourcing
 
-2008-10-04 Jaroslav Lichtblau <[email protected]>
+2008-10-04 Jaroslav Lichtblau <[email protected]>
        * Removed conflicting files in 1.2.1-2
        * The one provided with kdesdk are more complete.
 
-2008-10-03 Jaroslav Lichtblau <[email protected]>
+2008-10-03 Jaroslav Lichtblau <[email protected]>
        * Update to major release 1.2.1 - KDE4 version
 
-2008-09-23 Jaroslav Lichtblau <[email protected]>
+2008-09-23 Jaroslav Lichtblau <[email protected]>
        * Update to major release 1.0.2
 
-2008-08-31 Jaroslav Lichtblau <[email protected]>
+2008-08-31 Jaroslav Lichtblau <[email protected]>
        * Update to major release 1.0.1
 

Reply via email to