Rebuild kamerka to get locales back.

This commit is contained in:
Francesco Marinucci 2015-03-08 15:34:00 +00:00
parent d008454c53
commit c4d258cf80

View File

@ -6,8 +6,8 @@
pkgname=kamerka pkgname=kamerka
pkgver=0.8.5 pkgver=0.8.5
pkgdesc="take photos using your webcam and shiny animated QML interface." pkgdesc="take photos using your webcam and shiny animated QML interface."
pkgrel=2 pkgrel=3
arch=(x86_64) arch=('x86_64')
_kdeapps=142415 _kdeapps=142415
url="http://kde-apps.org/content/show.php?content=${_kdeapps}" url="http://kde-apps.org/content/show.php?content=${_kdeapps}"
screenshot="http://kde-apps.org/CONTENT/content-pre1/142415-1.jpg" screenshot="http://kde-apps.org/CONTENT/content-pre1/142415-1.jpg"
@ -19,7 +19,7 @@ source=(http://dosowisko.net/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
md5sums=('92e5a274a9818b504186ce42e7211a7c') md5sums=('92e5a274a9818b504186ce42e7211a7c')
build(){ build(){
cd $srcdir/$pkgname-$pkgver cd $pkgname-$pkgver
[[ -d build ]] && rm -r build [[ -d build ]] && rm -r build
mkdir build && cd build mkdir build && cd build
cmake \ cmake \
@ -30,6 +30,6 @@ build(){
} }
package(){ package(){
cd ${srcdir}/${pkgname}-${pkgver}/build cd $pkgname-$pkgver/build
make DESTDIR="${pkgdir}" install make DESTDIR=$pkgdir install
} }