qt5-webengine:removed nss from build dep
This commit is contained in:
@@ -14,14 +14,10 @@ def setup():
|
||||
shelltools.export("QT5LINK", "/usr/lib/qt5/bin")
|
||||
shelltools.export("QT5DIR", "/usr/lib/qt5")
|
||||
shelltools.export("CFLAGS", "%s -I/usr/lib/sqlite3.11.0.0" % get.CFLAGS())
|
||||
#qt5.configure()
|
||||
shelltools.system("qmake-qt5 WEBENGINE_CONFIG+=use_proprietary_codecs qtwebengine.pro")
|
||||
|
||||
|
||||
def build():
|
||||
qt5.make()
|
||||
#Drop QMAKE_PRL_BUILD_DIR because reference the build dir
|
||||
#shelltools.system('find "$pkgdir/usr/lib" -type f -name '*.prl' -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;')
|
||||
|
||||
def install():
|
||||
qt5.install("INSTALL_ROOT=%s" % get.installDIR())
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>pciutils-devel</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>nss-devel</Dependency>
|
||||
<!-- <Dependency>nss-devel</Dependency> --> <!--bizim nss ile derlenmiyor kendi içinde var-->
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>libvpx-devel</Dependency>
|
||||
@@ -131,7 +131,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-06-14</Date>
|
||||
<Date>2016-06-15</Date>
|
||||
<Version>5.6.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
|
||||
Reference in New Issue
Block a user