This commit is contained in:
Manuel 2012-05-27 10:16:45 +00:00
parent e014ce1755
commit 65c1a0bffa
3 changed files with 5 additions and 17 deletions

View File

@ -36,7 +36,8 @@ md5sums=(`grep ${_pkgname}-$_kdever.tar.xz ../kde-sc.md5 | cut -d" " -f1`
build() {
cd ${srcdir}/${_pkgname}-${pkgver}
patch -Np3 -i ${srcdir}/konsole_defaults.patch || return 1
# Fixme: addapt this patch to 4.9
# patch -Np2 -i ${srcdir}/konsole_defaults.patch || return 1
msg "starting build ..."
cmake . -DCMAKE_BUILD_TYPE=${_build_type} \

View File

@ -26,7 +26,7 @@ license=('GPL' 'LGPL' 'FDL')
options=('docs' '!splithdr' 'splitdbg' 'log')
makedepends=("kde-workspace>=${_kdever}" 'pkgconfig' 'cmake' 'automoc4' 'libraw1394' 'ruby' 'tidyhtml' 'docbook-xsl')
makedepends=("kde-workspace>=${_kdever}" 'pkg-config' 'cmake' 'automoc4' 'libraw1394' 'ruby' 'tidyhtml' 'docbook-xsl')
source=("$_mirror/${pkgbase}-$_kdever.tar.xz"
"http://www.kde-apps.org/CONTENT/content-files/99752-kde_cdemu-0.3.1.tar.bz2")
@ -111,19 +111,6 @@ package_kde-baseapps() {
# Fix missing KFind icon, fixes FS#325
sed -i -e "s~Icon=kfind~Icon=edit-find~g" ${pkgdir}/usr/share/applications/kde4/kfind.desktop
# include our patches into the package
#ls -1 ${startdir}/*.patch &>/dev/null 2>&1
#if [ "$?" = "0" ]; then
#@ warning "incuding patches into package"
# mkdir -p ${pkgdir}/usr/share/chakra/patches/${pkgbase} &>/dev/null
# for i in ${startdir}/*.patch; do
# msg "$i"
# cp $i ${pkgdir}/usr/share/chakra/patches/${pkgbase}/ &>/dev/null
# done
#else
# warning "no patches found, skipping to include them into the package..."
#fi
}
package_kde-baseapps-dolphin() {

View File

@ -30,8 +30,8 @@ options=('docs' '!splithdr' 'splitdbg' 'log')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}
cmake . -DCMAKE_BUILD_TYPE=${_build_type} \
-DCMAKE_INSTALL_PREFIX=${_installprefix} \
-DWITH_Soprano=OFF
-DCMAKE_INSTALL_PREFIX=${_installprefix}
# -DWITH_Soprano=OFF
make
}