Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
aports
Commits
d69da6dc
Commit
d69da6dc
authored
Oct 04, 2013
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/qt5-qtgraphicaleffects: new aport
Qt5 - QtGraphicalEffects component
http://qt-project.org/
parent
0a38b6da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
testing/qt5-qtgraphicaleffects/APKBUILD
testing/qt5-qtgraphicaleffects/APKBUILD
+39
-0
No files found.
testing/qt5-qtgraphicaleffects/APKBUILD
0 → 100644
View file @
d69da6dc
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
qt5-qtgraphicaleffects
pkgver
=
5.1.1
pkgrel
=
0
pkgdesc
=
"Qt5 - QtGraphicalEffects 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"
install
=
""
subpackages
=
""
source
=
"http://download.qt-project.org/official_releases/qt/5.1/
$pkgver
/submodules/qtgraphicaleffects-opensource-src-
$pkgver
.tar.xz"
_builddir
=
"
$srcdir
"
/qtgraphicaleffects-opensource-src-
$pkgver
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
=
"40d0989d68fb08c1184b7d5088da9c48 qtgraphicaleffects-opensource-src-5.1.1.tar.xz"
sha256sums
=
"347c33ee496d67d98d64b6fa43797c45eae85752bb0026eb234bfb420f77febf qtgraphicaleffects-opensource-src-5.1.1.tar.xz"
sha512sums
=
"3ccc9215169e83a1975d24455ad38e3224d14c11c849a0b796f7020be385ef78b9a99f1ec885916ed29bd46c7ac9d7aaf20fe8115bebb18cc3c1b74c208420c0 qtgraphicaleffects-opensource-src-5.1.1.tar.xz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment