Date: Wednesday, July 30, 2014 @ 15:52:46 Author: ronald Revision: 218381
upgpkg: qt-assistant-compat 4.6.3-5 mtree rebuild Modified: qt-assistant-compat/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-07-30 13:45:42 UTC (rev 218380) +++ PKGBUILD 2014-07-30 13:52:46 UTC (rev 218381) @@ -3,7 +3,7 @@ pkgname=qt-assistant-compat pkgver=4.6.3 -pkgrel=4 +pkgrel=5 pkgdesc="compat version of Qt Assistant" url="http://qt-project.org/" arch=('i686' 'x86_64') @@ -14,12 +14,14 @@ md5sums=('a20148e0488d5c12ab35ccc107dcc64d' '1b55290dc9fab0c035797e9301d2fa61') -# separate package function does not really work here due to broken build files +prepare() { + cd ${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver} + patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff +} + build() { cd ${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver} - patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff - cd lib; if [ -e Makefile ]; then $(MAKE) distclean; fi rm -f translations/assistant_adp_*.qm
