Digikam 4.4 installing libkipi.mo files

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Digikam 4.4 installing libkipi.mo files

Anders Lund
Hi list,

I built digikam 4.4 on archlinux using a PKGBUILD script found on
https://aur.archlinux.org/packages/digikam-devel/.

The script is pretty simple:

build() {
  cd $_appname-${pkgver/_/-}
  mkdir build
  cd build
  cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
  make
}

When installing the package, the package manager complained that
/usr/share/locale/<mylang>/LC_MESSAGES/libkipi.mo already existed, so I had to
force the install.

Is it correct that digikam should install that - or rather those files, there
are one for each language? It comes with libkipi I believe.

Apart from that, digikam 4.4 runs fine on arch linux :-)

Kindly,
Anders
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Digikam 4.4 installing libkipi.mo files

Anders Lund
Mandag den 13. oktober 2014 09:31:46 skrev Anders Lund:

> Hi list,
>
> I built digikam 4.4 on archlinux using a PKGBUILD script found on
> https://aur.archlinux.org/packages/digikam-devel/.
>
> The script is pretty simple:
>
> build() {
>   cd $_appname-${pkgver/_/-}
>   mkdir build
>   cd build
>   cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
>   make
> }

package(){
  cd $_appname-${pkgver/_/-}/build
  make DESTDIR=$pkgdir install
}

>
> When installing the package, the package manager complained that
> /usr/share/locale/<mylang>/LC_MESSAGES/libkipi.mo already existed, so I had
> to force the install.
>
> Is it correct that digikam should install that - or rather those files,
> there are one for each language? It comes with libkipi I believe.
>
> Apart from that, digikam 4.4 runs fine on arch linux :-)
>
> Kindly,
> Anders
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users