Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
650
Issues
650
List
Boards
Labels
Service Desk
Milestones
Merge Requests
189
Merge Requests
189
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
69b0b34f
Commit
69b0b34f
authored
Jan 20, 2019
by
Bart Ribbers
Committed by
Leonardo Arena
Feb 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
community/qt5-qtwayland: new aport
parent
3d25ed95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
0 deletions
+44
-0
community/qt5-qtwayland/APKBUILD
community/qt5-qtwayland/APKBUILD
+44
-0
No files found.
community/qt5-qtwayland/APKBUILD
0 → 100644
View file @
69b0b34f
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
qt5-qtwayland
_pkgname
=
"
${
pkgname
/qt5-/
}
-everywhere-src"
pkgver
=
5.12.0
pkgrel
=
0
arch
=
"all"
url
=
"http://qt-project.org/"
license
=
"LGPL-2.0 with exceptions or GPL-3.0 with exceptions"
pkgdesc
=
'Provides APIs for Wayland'
depends
=
"qt5-qtdeclarative libxcomposite wayland qt5-qtquickcontrols2"
makedepends
=
"
$depends_dev
libxkbcommon-dev qt5-qtquickcontrols2-dev qt5-qtbase-dev wayland-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
case
$pkgver
in
*
_beta
*
|
*
_rc
*
)
_rel
=
development_releases
;;
*
)
_rel
=
official_releases
;;
esac
source
=
"http://download.qt.io/
$_rel
/qt/
${
pkgver
%.*
}
/
${
pkgver
}
/submodules/
$_pkgname
-
$pkgver
.tar.xz"
build
()
{
qmake-qt5
make
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
INSTALL_ROOT
=
"
$pkgdir
"
install
# Drop QMAKE_PRL_BUILD_DIR because reference the build dir
find
"
$pkgdir
/usr/lib"
-type
f
-name
'*.prl'
\
-exec
sed
-i
-e
'/^QMAKE_PRL_BUILD_DIR/d'
{}
\;
install
-d
"
$pkgdir
"
/usr/share/licenses
ln
-s
/usr/share/licenses/qt5-base
"
$pkgdir
"
/usr/share/licenses/
$pkgname
}
sha512sums
=
"a6819a918a8249861253ca24109888c4af26e5a75b746d10a516c1abe5c685a2aed85f9a57832596480e89870d8f189ee63609df983ed826148a62f60fb823bc qtwayland-everywhere-src-5.12.0.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