mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 08:24:36 +08:00
boost rebuilds
This commit is contained in:
parent
b19b285e24
commit
b333ba6fff
@ -43,7 +43,7 @@ pkgname=('kdeedu-common'
|
|||||||
|
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
pkgver=${_kdever}
|
pkgver=${_kdever}
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
|
|
||||||
pkgdesc="split package"
|
pkgdesc="split package"
|
||||||
url="http://www.kde.org"
|
url="http://www.kde.org"
|
||||||
@ -104,18 +104,18 @@ package_kdeedu-common()
|
|||||||
install -D -m644 $srcdir/${_origname}-${pkgver}/cmake/modules/FindKDEEdu.cmake \
|
install -D -m644 $srcdir/${_origname}-${pkgver}/cmake/modules/FindKDEEdu.cmake \
|
||||||
$pkgdir/usr/share/apps/cmake/modules/FindKDEEdu.cmake
|
$pkgdir/usr/share/apps/cmake/modules/FindKDEEdu.cmake
|
||||||
|
|
||||||
# include our patches into the package
|
# # include our patches into the package
|
||||||
ls -1 ${startdir}/*.patch &>/dev/null 2>&1
|
# ls -1 ${startdir}/*.patch &>/dev/null 2>&1
|
||||||
if [ "$?" = "0" ]; then
|
# if [ "$?" = "0" ]; then
|
||||||
warning "incuding patches into package"
|
# warning "incuding patches into package"
|
||||||
mkdir -p ${pkgdir}/usr/share/kdemod/patches/${_origname} &>/dev/null
|
# mkdir -p ${pkgdir}/usr/share/kdemod/patches/${_origname} &>/dev/null
|
||||||
for i in ${startdir}/*.patch; do
|
# for i in ${startdir}/*.patch; do
|
||||||
msg "$i"
|
# msg "$i"
|
||||||
cp $i ${pkgdir}/usr/share/kdemod/patches/${_origname}/ &>/dev/null
|
# cp $i ${pkgdir}/usr/share/kdemod/patches/${_origname}/ &>/dev/null
|
||||||
done
|
# done
|
||||||
else
|
# else
|
||||||
warning "no patches found, skipping to include them into the package..."
|
# warning "no patches found, skipping to include them into the package..."
|
||||||
fi
|
# fi
|
||||||
}
|
}
|
||||||
|
|
||||||
package_kdeedu-doc()
|
package_kdeedu-doc()
|
||||||
|
Loading…
Reference in New Issue
Block a user