build kmix with kf5

This commit is contained in:
Weng Xuetian 2015-04-15 20:53:45 +00:00
parent 2c271a5d64
commit b08b155970
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ _arch="x86_64"
# KDE settings
_kdever="15.04.0"
_mirror="http://download.kde.org/stable/applications/14.12.3/src"
_mirror="http://download.kde.org/stable/applications/15.04.0/src"
_oldkdever="4.14.3"
_oldkdemirror="http://download.kde.org/stable/${_oldkdever}/src"
_branchupdate=no

View File

@ -4,7 +4,7 @@ source ../kdeapps.conf
pkgname=kmix
pkgver=${_kdever}
pkgrel=1
pkgrel=2
pkgdesc="KDE volume control utility"
url='http://kde.org/applications/multimedia/kmix/'
arch=('x86_64')
@ -26,7 +26,7 @@ prepare() {
build() {
cd build
cmake_kf5 ../${pkgname}-${pkgver}
cmake_kf5 ../${pkgname}-${pkgver} -DKMIX_KF5_BUILD=On
make
}