[Digikam-users] Digikam 4.4 installing libkipi.mo files

Anders Lund anders at alweb.dk
Mon Oct 13 08:48:37 BST 2014


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
> Digikam-users at kde.org
> https://mail.kde.org/mailman/listinfo/digikam-users




More information about the Digikam-users mailing list