# Maintainer: Natanael Copa pkgname=qt5-qttranslations pkgver=5.3.2 pkgrel=0 pkgdesc="Qt5 - QtTranslations module" url="http://qt-project.org/" arch="noarch" license="LGPLv2 with exceptions or GPLv3 with exceptions and GFDL" depends="" depends_dev="" makedepends="$depends_dev qt5-qttools-dev" install="" subpackages="" _ver=${pkgver/_/-} _ver=${_ver/beta0/beta} _ver=${_ver/rc0/rc} _V=${_ver/rc/RC} case $pkgver in *_beta*|*_rc*) _rel=development_releases;; *) _rel=official_releases;; esac source="http://download.qt-project.org/$_rel/qt/${pkgver%.*}/$_ver/submodules/qttranslations-opensource-src-$_V.tar.xz" _builddir="$srcdir"/qttranslations-opensource-src-$_V prepare() { local i cd "$_builddir" for i in $source; do case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done } build() { cd "$_builddir" qmake && make || return 1 } package() { cd "$_builddir" make install INSTALL_ROOT="$pkgdir" || return 1 } md5sums="f2332bedc9c1ac8e762c62cfa71aa640 qttranslations-opensource-src-5.3.2.tar.xz" sha256sums="29b648f005e9e588714c8e3c2115db65c7a944a6ba84baafb84091d73213c5cd qttranslations-opensource-src-5.3.2.tar.xz" sha512sums="a21c79ed37f641eab4fdb456a4e1572b1278687d2a0299e23baf2e6f84e47dff4b670a6b383a67663304a8be3c587f2664f423eb5c3442077d9a571f1ee5f44f qttranslations-opensource-src-5.3.2.tar.xz"