mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 01:47:16 +08:00
boost rebuilds
This commit is contained in:
parent
b19b285e24
commit
b333ba6fff
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user