qt4: disable icu. Closes FS#1543
This commit is contained in:
parent
2fdad1aea7
commit
6572ca238f
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/br9N2Td/PcTOqHWypHIW+TZCntSDVfVuBEhLrnOAg7Usq0+SfpoLWHzs2z7CKcCf+nrzyOk/tbIFV5QlZ5zJQE=
|
||||
SHA256 (Pkgfile) = 1d694e831c4bf2011ca0e108d4ff84d9da7e4f68af837e8277a4a60c437e0088
|
||||
RWSE3ohX2g5d/UsSkoZQUCrkGKT22sW4HPudc9BL0DoBb6OPm4e2TBt3+DXqA5KuegCZ4PFOnpW9QiRPBGs/gRzOKBg4f53IBgE=
|
||||
SHA256 (Pkgfile) = 9ded5d2b80db21668c59746c6e9d9c3e165e3921732575c14f0561231d6ca9a7
|
||||
SHA256 (.footprint) = 254ff8e725593951bbef43fd94bf7755726daedbacdf7fdc6df9f82d4b50e4c9
|
||||
SHA256 (qt-everywhere-opensource-src-4.8.7.tar.gz) = e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0
|
||||
SHA256 (qt-everywhere-opensource-src-4.8.7-gcc6.patch) = 57b67e6c860f11a876aaf93111728d67842dccaa23cb919826038b4fd88fd6ca
|
||||
|
@ -1,12 +1,11 @@
|
||||
# Description: Qt Free Edition
|
||||
# URL: http://www.trolltech.com
|
||||
# Maintainer: Jose V Beneyto, sepen at crux dot nu
|
||||
# Packager: Johannes Winkelmann, jw at smts dot ch
|
||||
# Maintainer: Orphaned port
|
||||
# Depends on: fontconfig glib libmng mesa3d xorg-libxcursor xorg-libxi xorg-libxinerama xorg-libxrandr xorg-libsm dbus
|
||||
|
||||
name=qt4
|
||||
version=4.8.7
|
||||
release=2
|
||||
release=3
|
||||
source=(http://download.qt-project.org/official_releases/qt/${version%.*}/$version/qt-everywhere-opensource-src-$version.tar.gz \
|
||||
qt-everywhere-opensource-src-4.8.7-gcc6.patch)
|
||||
|
||||
@ -30,7 +29,7 @@ build () {
|
||||
-platform linux-g++ -release -shared -sm \
|
||||
-nis -verbose -system-zlib \
|
||||
-system-lib{png,jpeg} -xmlpatterns \
|
||||
-no-{cups,fast,nas-sound,phonon} \
|
||||
-no-{cups,fast,nas-sound,phonon,icu} \
|
||||
-x{cursor,inerama,kb,randr,render} \
|
||||
-nomake demos -nomake examples -nomake docs \
|
||||
-no-separate-debug-info -opensource -confirm-license
|
||||
|
Loading…
x
Reference in New Issue
Block a user