Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
61875c48
Unverified
Commit
61875c48
authored
4 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
temp/py3-qt5: drop, changes upstreamed
parent
6159e283
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
temp/py3-qt5/APKBUILD
+0
-44
0 additions, 44 deletions
temp/py3-qt5/APKBUILD
with
0 additions
and
44 deletions
temp/py3-qt5/APKBUILD
deleted
100644 → 0
+
0
−
44
View file @
6159e283
# Forked from Alpine to build with OpenGLES
pkgname
=
py3-qt5
pkgver
=
9999
_pkgver
=
5.14.1
pkgrel
=
0
pkgdesc
=
"A set of Python 3 bindings for the Qt toolkit"
url
=
"http://riverbankcomputing.co.uk/software/pyqt/intro"
arch
=
"armv7 aarch64"
license
=
"GPL-2.0-or-later"
depends
=
"python3 py3-sip-pyqt5"
makedepends
=
"python3-dev py3-dbus-dev py-sip-dev
qt5-qtbase-dev libx11-dev qt5-qtsvg-dev qt5-qtwebsockets-dev
py3-opengl qt5-qtconnectivity-dev qt5-qtmultimedia-dev qt5-qttools-dev
qt5-qtserialport-dev qt5-qtx11extras-dev qt5-qtdeclarative-dev
qt5-qtwebchannel-dev
"
source
=
"https://pypi.python.org/packages/source/P/PyQt5/PyQt5-
$_pkgver
.tar.gz"
builddir
=
"
$srcdir
/PyQt5-
$_pkgver
"
prepare
()
{
default_prepare
sed
-i
'/target_config.dbus_inc_dirs = \[\]/d'
configure.py
}
build
()
{
python3 configure.py
\
--confirm-license
\
--qmake
/usr/lib/qt5/bin/qmake
\
--sip
/usr/bin/sip
\
--sipdir
/usr/share/sip/PyQt5
\
--qsci-api
find
.
-name
'Makefile'
-print0
| xargs
sed
-i
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
make
}
check
()
{
make check
}
package
()
{
make
-j1
DESTDIR
=
"
$pkgdir
"
INSTALL_ROOT
=
"
$pkgdir
"
install
}
sha512sums
=
"10b6abb6fdac64233041b0ee91c9f25cfd2a759ec5bde239c87ca9df8176cdd4fcabf6deb8db2dd9bbd911a040d5c476744f1b55aded9c66eb8b5182f99ddc86 PyQt5-5.14.1.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment