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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rasmus Thomsen
aports
Commits
ad0294f4
Commit
ad0294f4
authored
Jun 04, 2019
by
Bart Ribbers
Committed by
Leo
Jun 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/qtchooser: new aport
parent
9760dbc9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
3 deletions
+38
-3
community/qt5-qtbase/APKBUILD
community/qt5-qtbase/APKBUILD
+4
-3
testing/qtchooser/APKBUILD
testing/qtchooser/APKBUILD
+32
-0
testing/qtchooser/qt5.conf
testing/qtchooser/qt5.conf
+2
-0
No files found.
community/qt5-qtbase/APKBUILD
View file @
ad0294f4
...
...
@@ -7,11 +7,11 @@ _ver=${_ver/_/-}
_ver
=
${
_ver
/beta0/beta
}
_ver
=
${
_ver
/rc0/rc
}
_V
=
${
_ver
/rc/RC
}
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Qt5 - QtBase components"
url
=
"http
://qt-project.org
/"
url
=
"http
s://qt.io/developers
/"
arch
=
"all"
license
=
"LGPL-2.
0 with exceptions or GPL-3.0 with exceptions
"
license
=
"LGPL-2.
1-only AND LGPL-3.0-only AND GPL-3.0-only AND Qt-GPL-exception-1.0
"
_sub
=
"
$pkgname
-sqlite
$pkgname
-odbc
$pkgname
-postgresql
$pkgname
-mysql
$pkgname
-tds
$pkgname
-x11"
depends_dev
=
"mesa-dev libice-dev libsm-dev libx11-dev libxext-dev
...
...
@@ -49,6 +49,7 @@ makedepends="$depends_dev
xcb-util-renderutil-dev
"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$_sub
"
provides
=
"qtbase"
case
$pkgver
in
*
_beta
*
|
*
_rc
*
)
_rel
=
development_releases
;;
...
...
testing/qtchooser/APKBUILD
0 → 100644
View file @
ad0294f4
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
qtchooser
pkgver
=
66
pkgrel
=
0
pkgdesc
=
"Wrap the other Qt tools by searching for different instances of Qt on the system"
arch
=
"all"
url
=
"https://code.qt.io/cgit/qtsdk/qtchooser.git/"
license
=
"GPL-3.0-only OR LGPL-2.1-only"
source
=
"https://download.qt.io/official_releases/qtchooser/
$pkgname
-
$pkgver
.tar.xz
qt5.conf
"
subpackages
=
"
$pkgname
-doc"
build
()
{
bindir
=
/usr/lib/qtchooser/ make
}
package
()
{
install_if
=
"qtbase"
INSTALL_ROOT
=
"
$pkgdir
"
make
install
install
-d
"
$pkgdir
"
/etc/xdg/qtchooser
install
-m644
"
$srcdir
"
/qt5.conf
\
"
$pkgdir
"
/etc/xdg/qtchooser/
# Set the default Qt
ln
-s
/etc/xdg/qtchooser/qt5.conf
\
"
$pkgdir
"
/etc/xdg/qtchooser/default.conf
}
sha512sums
=
"0c7d3588ddd7b21e6e9d799204924e06e0b0950c898dfd23088f1e7657b7f821a35579aa062658499809f9d9757e82c3c592591aa2e5ec453463929bf2b33bac qtchooser-66.tar.xz
aa1c18df9d5279ff00d06a0b3f19223e36e64f6275cf3ebc5a4be1e41bb139787325b88f89e0133e9960a7b2582716962dd5d195202ff68715883ce41babda73 qt5.conf"
testing/qtchooser/qt5.conf
0 → 100644
View file @
ad0294f4
/
usr
/
lib
/
qt5
/
bin
/
usr
/
lib
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