summaryrefslogtreecommitdiffstats
path: root/testing/qt5-qtimageformats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-09-09 08:06:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-09 08:15:08 +0000
commit967af83a41c09a348aad6f00fc455129462b5cad (patch)
tree9ed85cb4c7156406c65f33806d20d648e84c51bc /testing/qt5-qtimageformats
parent7dbda83b9c37a3554800c222ad674437b609966d (diff)
downloadaports-967af83a41c09a348aad6f00fc455129462b5cad.tar.bz2
aports-967af83a41c09a348aad6f00fc455129462b5cad.tar.xz
main/qt5-*: moved from testing
Diffstat (limited to 'testing/qt5-qtimageformats')
-rw-r--r--testing/qt5-qtimageformats/APKBUILD47
1 files changed, 0 insertions, 47 deletions
diff --git a/testing/qt5-qtimageformats/APKBUILD b/testing/qt5-qtimageformats/APKBUILD
deleted file mode 100644
index b0ad5da1b..000000000
--- a/testing/qt5-qtimageformats/APKBUILD
+++ /dev/null
@@ -1,47 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=qt5-qtimageformats
-pkgver=5.3.1
-_ver=${pkgver/_/-}
-_ver=${_ver/beta0/beta}
-_ver=${_ver/rc0/rc}
-_V=${_ver/rc/RC}
-pkgrel=0
-pkgdesc="Qt5 - QtImageFormats component"
-url="http://qt-project.org/"
-arch="all"
-license="LGPLv2 with exceptions or GPLv3 with exceptions"
-depends=""
-depends_dev=""
-makedepends="$depends_dev qt5-qtbase-dev libmng-dev tiff-dev"
-install=""
-subpackages=""
-case $pkgver in
-*_beta*|*_rc*) _rel=development_releases;;
-*) _rel=official_releases;;
-esac
-source="http://download.qt-project.org/$_rel/qt/${pkgver%.*}/$_ver/submodules/qtimageformats-opensource-src-$_V.tar.xz"
-
-_builddir="$srcdir"/qtimageformats-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"
-}
-
-md5sums="8bf9b65e5a586091d0ce9f9107367f4a qtimageformats-opensource-src-5.3.1.tar.xz"
-sha256sums="62e790029ddf0c5eea7623958ef97144b3c94113cab1e9fa5fbf326625dba3bf qtimageformats-opensource-src-5.3.1.tar.xz"
-sha512sums="e08377523705ebbf11fe4473efac60e57662ff90ffd943b70b55278ac12ddc59f0bbe894b0cccd03c0262be20e4bc88056729d8d2f2fe2aa44cc262021ea603f qtimageformats-opensource-src-5.3.1.tar.xz"