mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 19:37:14 +08:00
Cleanup
This commit is contained in:
parent
d0c0d5dec6
commit
296a2187b8
@ -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@)
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user