diff --git a/kdeedu/PKGBUILD b/kdeedu/PKGBUILD index 55cef82bd..27eb9fafb 100644 --- a/kdeedu/PKGBUILD +++ b/kdeedu/PKGBUILD @@ -43,7 +43,7 @@ pkgname=('kdeedu-common' arch=('i686' 'x86_64') pkgver=${_kdever} -pkgrel=1 +pkgrel=2 pkgdesc="split package" url="http://www.kde.org" @@ -104,18 +104,18 @@ package_kdeedu-common() install -D -m644 $srcdir/${_origname}-${pkgver}/cmake/modules/FindKDEEdu.cmake \ $pkgdir/usr/share/apps/cmake/modules/FindKDEEdu.cmake - # 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/kdemod/patches/${_origname} &>/dev/null - for i in ${startdir}/*.patch; do - msg "$i" - cp $i ${pkgdir}/usr/share/kdemod/patches/${_origname}/ &>/dev/null - done - else - warning "no patches found, skipping to include them into the package..." - fi +# # 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/kdemod/patches/${_origname} &>/dev/null +# for i in ${startdir}/*.patch; do +# msg "$i" +# cp $i ${pkgdir}/usr/share/kdemod/patches/${_origname}/ &>/dev/null +# done +# else +# warning "no patches found, skipping to include them into the package..." +# fi } package_kdeedu-doc()