packaging: path workarounds are not longer needed

This commit is contained in:
Ivailo Monev 2015-10-03 15:28:59 +03:00
parent 7d351dee53
commit 16caa23c6a
5 changed files with 6 additions and 11 deletions

View file

@ -5,7 +5,7 @@
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=katana-baseapps
pkgver=4.17.0.0c86017
pkgver=4.17.0.2a070ae
pkgrel=1
arch=('i686' 'x86_64')
url='http://www.kde.org'
@ -45,7 +45,6 @@ prepare() {
build() {
cd build
export PATH="/usr/lib/qt4/bin:$PATH"
cmake ../kde-baseapps \
-DCMAKE_BUILD_TYPE=RelWithDbgInfo \
-DENABLE_TESTING=OFF \

View file

@ -3,7 +3,7 @@
# TODO: split into small packages
pkgname=katana-extraapps
pkgver=4.17.0.eb2a2a3
pkgver=4.17.0.58ccb03
pkgrel=1
arch=('i686' 'x86_64')
url='http://www.kde.org'
@ -37,7 +37,6 @@ prepare() {
build() {
cd build
export PATH="/usr/lib/qt4/bin:$PATH"
cmake ../kde-extraapps \
-DCMAKE_BUILD_TYPE=RelWithDbgInfo \
-DENABLE_TESTING=OFF \

View file

@ -5,8 +5,8 @@
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=katana-workspace
pkgver=4.17.0.874fb17
pkgrel=2
pkgver=4.17.0.cc92940
pkgrel=1
pkgdesc="Katana workspace interface and basic tools"
arch=('i686' 'x86_64')
url='http://fluxer.github.io/katana/'
@ -66,7 +66,6 @@ prepare() {
build() {
cd build
export PATH="/usr/lib/qt4/bin:$PATH"
cmake ../kde-workspace \
-DCMAKE_BUILD_TYPE=RelWithDbgInfo \
-DENABLE_TESTING=OFF \

View file

@ -5,7 +5,7 @@
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=katanalibs
pkgver=4.17.0.9f0377b
pkgver=4.17.0.7d04189
pkgrel=1
pkgdesc="Katana core libraries"
arch=('i686' 'x86_64')
@ -43,7 +43,6 @@ prepare() {
build() {
cd build
export PATH="/usr/lib/qt4/bin:$PATH"
cmake ../kdelibs \
-DCMAKE_BUILD_TYPE=RelWithDbgInfo \
-DENABLE_TESTING=OFF \

View file

@ -2,7 +2,7 @@
# Maintainer: Ivailo Monev <xakepa10@gmail.com>
pkgname=polkit-katana-agent
pkgver=4.17.0.553286b
pkgver=4.17.0.d6419d5
pkgrel=1
pkgdesc="Daemon providing a polkit authentication UI for Katana"
arch=('i686' 'x86_64')
@ -27,7 +27,6 @@ prepare() {
build() {
cd build
export PATH="/usr/lib/qt4/bin:$PATH"
cmake ../kde-playground/polkit-kde-agent \
-DCMAKE_BUILD_TYPE=RelWithDbgInfo \
-DENABLE_TESTING=OFF \