mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-16 11:40:21 -07:00
qt5: new package at 5.13.2
This commit is contained in:
parent
df19703abc
commit
fa74e356cc
32
testing/qt5/build
Executable file
32
testing/qt5/build
Executable file
@ -0,0 +1,32 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
-confirm-license \
|
||||
-opensource \
|
||||
-prefix /usr \
|
||||
-docdir /usr/share/doc/qt \
|
||||
-headerdir /usr/include/qt \
|
||||
-archdatadir /usr/lib/qt \
|
||||
-datadir /usr/share/qt \
|
||||
-sysconfdir /etc/xdg \
|
||||
-examplesdir /usr/share/doc/qt/examples \
|
||||
-nomake examples \
|
||||
-nomake tests \
|
||||
-optimized-qmake \
|
||||
-no-openssl \
|
||||
-no-separate-debug-info \
|
||||
-no-pch \
|
||||
-no-dbus \
|
||||
-no-accessibility \
|
||||
-no-gtk \
|
||||
-no-glib \
|
||||
-system-libjpeg \
|
||||
-system-libpng \
|
||||
-system-sqlite \
|
||||
-system-zlib \
|
||||
-system-freetype \
|
||||
-system-harfbuzz \
|
||||
-qpa xcb
|
||||
|
||||
make
|
||||
make INSTALL_ROOT="$1" install
|
1
testing/qt5/checksums
Normal file
1
testing/qt5/checksums
Normal file
@ -0,0 +1 @@
|
||||
26b6b686d66a7ad28eaca349e55e2894e5a735f3831e45f2049e93b1daa92121 qtbase-everywhere-src-5.13.2.tar.xz
|
6
testing/qt5/depends
Normal file
6
testing/qt5/depends
Normal file
@ -0,0 +1,6 @@
|
||||
freetype-harfbuzz
|
||||
libinput
|
||||
libjpeg-turbo
|
||||
libpng
|
||||
sqlite
|
||||
zlib
|
1
testing/qt5/sources
Normal file
1
testing/qt5/sources
Normal file
@ -0,0 +1 @@
|
||||
https://download.qt-project.org/official_releases/qt/5.13/5.13.2/submodules/qtbase-everywhere-src-5.13.2.tar.xz
|
1
testing/qt5/version
Normal file
1
testing/qt5/version
Normal file
@ -0,0 +1 @@
|
||||
5.13.2 1
|
Loading…
Reference in New Issue
Block a user