Rebuild kmymoney and kshutdown to get locales back.

This commit is contained in:
Jeff Huang 2015-03-09 13:56:17 +00:00
parent 6c6753655b
commit 9bb5479ba4
2 changed files with 5 additions and 6 deletions

View File

@ -3,7 +3,7 @@
pkgname=kmymoney
pkgver=4.7.1
pkgrel=1
pkgrel=2
pkgdesc="A finance manager for KDE4 with HBCI support"
arch=('x86_64')
url="http://kmymoney2.sourceforge.net"
@ -11,8 +11,8 @@ license=('GPL')
depends=('kde-workspace' 'aqbanking-qt4' 'shared-mime-info' 'boost-libs' 'pulseaudio'
'libofx' 'alkimia')
makedepends=('cmake' 'automoc4' 'gwenhywfar' 'docbook-xsl' 'boost' 'doxygen')
conflicts=(kmymoney2)
replaces=(kmymoney2)
conflicts=('kmymoney2')
replaces=('kmymoney2')
categories=('office')
install=$pkgname.install
source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz)

View File

@ -2,7 +2,7 @@
pkgname=kshutdown
pkgver=3.2
pkgrel=1
pkgrel=2
pkgdesc="Advanced shut down utility."
arch=('x86_64')
url="http://kshutdown.sourceforge.net/"
@ -19,8 +19,7 @@ build() {
mkdir build && cd build
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
..
-DCMAKE_BUILD_TYPE=RelWithDebInfo ..
make
}