This commit is contained in:
Manuel 2012-11-17 15:18:47 +00:00
parent d0c0d5dec6
commit 296a2187b8
2 changed files with 2 additions and 15 deletions

View File

@ -1,11 +0,0 @@
--- a/lib/KActivitiesConfig.cmake.in
+++ b/lib/KActivitiesConfig.cmake.in
@@ -1,6 +1,8 @@
get_filename_component(myDir ${CMAKE_CURRENT_LIST_FILE} PATH) # get the directory where I myself am
get_filename_component(rootDir ${myDir}/@relInstallDir@ ABSOLUTE) # get the chosen install prefix
+set(KACTIVITIES_FOUND TRUE)
+
# set the version of myself
set(KACTIVITIES_VERSION_MAJOR @KACTIVITIES_LIB_MAJOR_VERSION@)
set(KACTIVITIES_VERSION_MINOR @KACTIVITIES_LIB_MINOR_VERSION@)

View File

@ -10,11 +10,11 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname="kactivities"
pkgver=${_kdever}
pkgrel=1
arch=('i686' 'x86_64')
arch=('x86_64')
pkgdesc='API for using and interacting with Activities'
url='http://kde.org/'
license=('GPL' 'FDL')
depends=('kdelibs')
depends=("kdelibs>=${_kdever}" "nepomuk-core>=${_kdever}" "soprano")
makedepends=('cmake' 'automoc4')
options=('docs' '!splithdr' 'splitdbg' 'log')
@ -25,8 +25,6 @@ md5sums=(`grep ${pkgname}-$_kdever.tar.xz ../kde-sc.md5 | cut -d" " -f1`)
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i ${startdir}/FindKactivities.patch
rm -rf build
mkdir build && cd build