You are not logged in.

#126 2009-07-26 20:43:18

FoxDie
Member
Registered: 2009-07-26
Posts: 4

Re: conversation about kde 4.3 rc and kde-unstable repository

Hi, I'm trying kde 4.2.98 but spanish translation is missing. Can somebody upload it?

Offline

#127 2009-07-26 20:47:52

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: conversation about kde 4.3 rc and kde-unstable repository

Sorry, Spanish translation is broken. But it is already fixed for the final version.

Offline

#128 2009-07-27 00:48:44

FoxDie
Member
Registered: 2009-07-26
Posts: 4

Re: conversation about kde 4.3 rc and kde-unstable repository

Sorry, I didn't know. I've googled a little and found a solution:
This is the PKGBUILD:

# $Id: $
# Maintainer: Pierre Schmitz <pierre@archlinux.de>

pkgname=kde-l10n-es
pkgver=4.2.98
pkgrel=1
pkgdesc="Spanish Localization for KDE"
arch=('i686' 'x86_64')
url='http://www.kde.org'
license=('GPL')
groups=('kde-l10n')
replaces=('kde-i18n-es')
provides=('kde-i18n-es')
makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs')
options=('docs')
source=("ftp://ftp.kde.org/pub/kde/unstable/${pkgver}/src/kde-l10n/${pkgname}-${pkgver}.tar.bz2")

build() {
        cd $srcdir
        patch -Np1 -i ../kde-l10n-es-typo.patch ${pkgname}-${pkgver}/docs/kdesdk/scripts/man-adddebug.1.docbook
        mkdir build
        cd build
        cmake ../${pkgname}-${pkgver} \
                -DCMAKE_BUILD_TYPE=Release \
                -DCMAKE_INSTALL_PREFIX=/usr
        make
        make DESTDIR=$pkgdir install
}

And this the patch (kde-l10n-es-typo.patch)

--- man-adddebug.1.docbook      2009-07-27 02:34:40.291026836 +0200
+++ man-adddebug.1.docbook.orig 2009-07-27 02:33:36.647699435 +0200
@@ -22,7 +22,7 @@
 <refmeta>
 <refentrytitle
 ><command
->addebug</command
+>adddebug</command
 ></refentrytitle>
 <manvolnum
 >1</manvolnum>
@@ -31,7 +31,7 @@
 <refnamediv>
 <refname
 ><command
->addebug</command
+>adddebug</command
 ></refname>
 <refpurpose
 >Modifica archivo(s) <filename

Offline

#129 2009-07-27 19:55:11

Giggi
Member
From: Switzerland
Registered: 2006-07-24
Posts: 19
Website

Re: conversation about kde 4.3 rc and kde-unstable repository

Offline

#130 2009-07-27 20:02:06

FoxDie
Member
Registered: 2009-07-26
Posts: 4

Re: conversation about kde 4.3 rc and kde-unstable repository

Yes, it happened to me too. But you can safely remove that files before doing the installation wink

Offline

#131 2009-07-27 20:19:23

Giggi
Member
From: Switzerland
Registered: 2006-07-24
Posts: 19
Website

Re: conversation about kde 4.3 rc and kde-unstable repository

FoxDie wrote:

Yes, it happened to me too. But you can safely remove that files before doing the installation wink

Yes, but this work must be done automatically by pacman

Offline

Board footer

Powered by FluxBB