mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 06:37:16 +08:00
build kmix with kf5
This commit is contained in:
parent
2c271a5d64
commit
b08b155970
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user