From a46a061b51d4fb7ce452dcbdd8d9218e090bc9d6 Mon Sep 17 00:00:00 2001 From: amnon Date: Tue, 17 Aug 2010 23:06:27 +0000 Subject: [PATCH] PKGBUILD fixes: for new pacman --- kdeaccessibility/PKGBUILD | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/kdeaccessibility/PKGBUILD b/kdeaccessibility/PKGBUILD index 56f29d4f3..307c9604a 100644 --- a/kdeaccessibility/PKGBUILD +++ b/kdeaccessibility/PKGBUILD @@ -76,18 +76,18 @@ package_kdeaccessibility-common() conflicts=("kdemod-${_origname}-common") groups=("${_origname}" "kde-complete" "kde-uninstall") - # 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_kdeaccessibility-doc()