summaryrefslogtreecommitdiffstats
path: root/main/qt5-qttranslations/APKBUILD
blob: a9b7ad6c03ebb098201c1eec5403498f58bee559 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
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"